aboutsummaryrefslogtreecommitdiff
path: root/src/interp/database.boot
AgeCommit message (Expand)AuthorFilesLines
2016-02-09Various cleanupsGabriel Dos Reis1-1/+1
2016-02-02Rename dbConstructorDefault to dbDefaultPackageGabriel Dos Reis1-4/+13
2016-01-22getConstructorFullNameFromDB: get it directly.Gabriel Dos Reis1-2/+2
2016-01-21getConstructorAncestorsFromDB: get them from generated codeGabriel Dos Reis1-2/+5
2016-01-20getConstructorArgsFromDB: remove as redundant.Gabriel Dos Reis1-5/+1
2016-01-20getConstructorFromFromDB: get it from compiled code.Gabriel Dos Reis1-2/+6
2016-01-20testExtend: Handle case where first argument is presented as an attribute.Gabriel Dos Reis1-0/+1
2016-01-19Skip interp.daase for a few database info in generated code.Gabriel Dos Reis1-2/+2
2016-01-19getConstructorCategory: get it from generated code for category constructors.Gabriel Dos Reis1-1/+4
2016-01-17getConstructorParentsFromDB: get data from compiled code.Gabriel Dos Reis1-2/+5
2016-01-16Reduce dependencies on databases to catgeory.daase during algebra buildGabriel Dos Reis1-30/+54
2016-01-13getSuperDomainFromDB: get data from generated codeGabriel Dos Reis1-1/+4
2016-01-12Share more code between various parts of the compiler.Gabriel Dos Reis1-3/+16
2016-01-09Switch getDualSignature to avoiding interpreter databaseGabriel Dos Reis1-2/+4
2016-01-09Remove $AncestorsTable. Adjust users.Gabriel Dos Reis1-1/+1
2016-01-06Remove $insideCategoryIfTrue. Replace with call to new function dbForCategory?Gabriel Dos Reis1-1/+1
2014-11-27Replace PATHNAME-* Lisp API with filePath* API.dos-reis1-1/+1
2013-06-24Simplify database construction.dos-reis1-4/+0
2013-06-15Store category defaults constructor as part of category constructor DB.dos-reis1-0/+10
2013-05-28Various cleanups.dos-reis1-2/+2
2013-05-28 Remove $domainShell.dos-reis1-1/+1
2013-05-27 * interp/sys-utility.boot ($ERASE): Remove.dos-reis1-2/+2
2013-05-27Rename MAKE-FULL-FILENAME to makeFullFilename.dos-reis1-1/+1
2013-05-21Use DB data structure directly.dos-reis1-2/+3
2013-05-20 * interp/database.boot (getConstructorAbbreviationFromDB): Use DBdos-reis1-1/+2
2013-05-12 * interp/database.boot (getConstructorModemap): Revert previous change.dos-reis1-2/+2
2013-05-11 Remove IndexedTwoDimensionalArray.dos-reis1-2/+2
2012-05-24 * boot/scanner.boot (lexerLineLength): New.dos-reis1-2/+2
2012-05-23 * interp/database.boot (%Constructor): New.dos-reis1-24/+35
2012-05-23 * interp/sys-driver.boot (initializeDatabases): Load initidb ifdos-reis1-10/+7
2012-05-23 * interp/br-search.boot: Use findChar and findString in lieu of STRPOS.dos-reis1-2/+2
2012-05-12 * interp/c-util.boot: Miscellaneous cleanup.dos-reis1-1/+1
2012-05-08 * boot/tokens.boot: Export char. Do not rename maxIndex.dos-reis1-1/+1
2012-02-13 * interp/g-util.boot (stripTags): Rename from stripUnionTags.dos-reis1-0/+8
2012-02-10 * interp/database.boot (categoryConstructor?): New.dos-reis1-1/+5
2011-12-28 * boot/tokens.boot: Do not rewrite drop and take.dos-reis1-1/+1
2011-11-28 * interp/database.boot (dbDefaultPackage?): New.dos-reis1-0/+4
2011-11-13 * interp/br-data.boot (buildLibdbConEntry): Exit early if argumentdos-reis1-1/+2
2011-10-31 * interp/compiler.boot (evaluateConstructorModemap): Rename fromdos-reis1-2/+10
2011-10-30 * interp/define.boot (compDefineCategory2): Compute dual signaturedos-reis1-17/+12
2011-10-30 * interp/define.boot (compDefineCategory2): Compute dual signaturedos-reis1-6/+5
2011-10-30 * interp/sys-macros.lisp (MKPF1): Tidy.dos-reis1-5/+4
2011-10-29 * interp/define.boot (getInfovecCode): Take a DB argument. Passdos-reis1-1/+3
2011-10-28 * interp/database.boot (orderPredTran): Tidy.dos-reis1-72/+37
2011-10-28 * interp/sys-globals.boot ($lisplibModemapAlist): Remove.dos-reis1-37/+49
2011-10-01 * boot/utility.boot: Define BOOTTRAN namespace.dos-reis1-8/+8
2011-09-08 * interp/sys-globals.boot ($clamList): Do not include hasFileProperty.dos-reis1-2/+1
2011-09-07 * interp/lisplib.boot (finalizeLisplib): Finalize documentaiondos-reis1-6/+7
2011-09-05 Stop using LOADED symbol property of constructors.dos-reis1-2/+5
2011-09-05 * interp/lisplib.boot (writeCategory): New,dos-reis1-3/+5