Age | Commit message (Expand) | Author | Files | Lines |
2014-11-27 | Replace PATHNAME-* Lisp API with filePath* API. | dos-reis | 1 | -4/+4 |
2014-11-20 | Do really remove the stationary directory after successful compilation. | dos-reis | 1 | -2/+1 |
2013-06-27 | * interp/lisplib.boot (compDefineLisplib): Close the file | dos-reis | 1 | -1/+5 |
2013-06-18 | * interp/compiler.boot (compHasFormat): Take a DB parameter. | dos-reis | 1 | -12/+12 |
2013-06-15 | Store category defaults constructor as part of category constructor DB. | dos-reis | 1 | -3/+9 |
2013-06-15 | Remove NRT prefix from most functions. | dos-reis | 1 | -3/+3 |
2013-06-15 | * interp/lisplib.boot (writeSourceFile): Always write source file. | dos-reis | 1 | -4/+0 |
2013-06-06 | Fix comment | dos-reis | 1 | -1/+1 |
2013-06-06 | Do not call allConstructors from compiler. | dos-reis | 1 | -1/+1 |
2013-06-01 | Cache more category objects. | dos-reis | 1 | -17/+0 |
2013-06-01 | Support --output in compiler, for bootstrapping stage. | dos-reis | 1 | -19/+30 |
2013-05-30 | Add DB parameter to ducmentation functions. | dos-reis | 1 | -8/+23 |
2013-05-30 | Change backend code emitters to take a %Libname parameter | dos-reis | 1 | -2/+2 |
2013-05-29 | Simplify final backend instruction emission. | dos-reis | 1 | -5/+5 |
2013-05-29 | Simplify backend functions | dos-reis | 1 | -2/+2 |
2013-05-29 | Remove Lispy junks | dos-reis | 1 | -9/+9 |
2013-05-28 | Remove special variable $libFile | dos-reis | 1 | -75/+63 |
2013-05-28 | Various cleanups. | dos-reis | 1 | -23/+9 |
2013-05-28 | Have constructor definition compilers take a DB parameter. | dos-reis | 1 | -5/+2 |
2013-05-27 | Introduce a data structure for ephemeral compilation artifacts | dos-reis | 1 | -1/+3 |
2013-05-27 | Clear constructor DB right before compiling definition. | dos-reis | 1 | -1/+0 |
2013-05-27 | * interp/sys-utility.boot ($ERASE): Remove. | dos-reis | 1 | -2/+2 |
2013-05-27 | Rename MAKE-FULL-FILENAME to makeFullFilename. | dos-reis | 1 | -1/+1 |
2013-05-27 | Remove and . | dos-reis | 1 | -2/+2 |
2013-05-26 | Rename ADDPTIONS to addCompilerOption and implement in Boot. | dos-reis | 1 | -1/+1 |
2012-05-26 | * boot/tokens.boot: freshLine, functionSymbol?, and symbolGlobal? | dos-reis | 1 | -2/+2 |
2012-05-25 | /EDITFILE cleanup | dos-reis | 1 | -2/+2 |
2012-02-07 | * interp/lisplib.boot (dbLocateModule): New. | dos-reis | 1 | -16/+28 |
2011-12-10 | * boot/parser.boot (bpArgtypeList): Accept mapping types. | dos-reis | 1 | -1/+1 |
2011-12-01 | * interp/define.boot (compDefineCategory): Lose prefix parameter. | dos-reis | 1 | -2/+2 |
2011-11-23 | * interp/define.boot (compile): Take the signature as third argument. | dos-reis | 1 | -9/+2 |
2011-11-13 | * interp/sys-driver.boot (initializeDatabases): Honor --initial-db. | dos-reis | 1 | -54/+60 |
2011-11-11 | * interp/compiler.boot (applyMapping): Emit special call for | dos-reis | 1 | -1/+1 |
2011-11-10 | * interp/daase.lisp (dbLookupFunction): New accessor macro. | dos-reis | 1 | -5/+8 |
2011-11-09 | * interp/define.boot (compDefineFunctor1): Clear dbTemplate before | dos-reis | 1 | -1/+17 |
2011-11-08 | fix thinkos | dos-reis | 1 | -1/+1 |
2011-11-07 | * interp/lisplib.boot (isDomainForm): Tidy. | dos-reis | 1 | -0/+1 |
2011-11-07 | * interp/lisplib.boot (getConstructorOpsAndAtts): Fold content in | dos-reis | 1 | -11/+8 |
2011-11-02 | * interp/lisplib.boot (findModule): Tidy. | dos-reis | 1 | -2/+8 |
2011-10-29 | * interp/daase.lisp (dbCompilerData): New accessor macro. | dos-reis | 1 | -7/+5 |
2011-10-29 | * interp/lisplib.boot (makePredicateBitVector): Take a DB argument. | dos-reis | 1 | -6/+6 |
2011-10-29 | * interp/define.boot (getInfovecCode): Take a DB argument. Pass | dos-reis | 1 | -1/+1 |
2011-10-28 | * interp/daase.lisp (DATABASE): Add new field CAPSULE-DEFINITIONS. | dos-reis | 1 | -14/+4 |
2011-10-28 | * interp/define.boot ($lisplibCategory): Remove. | dos-reis | 1 | -3/+1 |
2011-10-28 | * interp/sys-globals.boot ($lisplibModemapAlist): Remove. | dos-reis | 1 | -3/+1 |
2011-10-26 | * interp/postpar.boot (postSignature): Tidy. | dos-reis | 1 | -8/+8 |
2011-10-20 | * interp/lisplib.boot (isDomainForm): Handle conditionals. | dos-reis | 1 | -1/+1 |
2011-10-04 | * boot/utility.boot (symbolAssoc): Rename from assocSymbol. Export. | dos-reis | 1 | -3/+3 |
2011-10-03 | * interp/comp.lisp: Remove. | dos-reis | 1 | -1/+1 |
2011-10-03 | Cleanup. | dos-reis | 1 | -2/+2 |