aboutsummaryrefslogtreecommitdiff
path: root/src/interp/daase.lisp
AgeCommit message (Expand)AuthorFilesLines
2016-02-02Rename dbConstructorDefault to dbDefaultPackageGabriel Dos Reis1-4/+6
2016-01-22getConstructorFullNameFromDB: get it directly.Gabriel Dos Reis1-4/+0
2016-01-21getConstructorAncestorsFromDB: get them from generated codeGabriel Dos Reis1-13/+1
2016-01-20getConstructorArgsFromDB: remove as redundant.Gabriel Dos Reis1-3/+1
2016-01-20getConstructorFromFromDB: get it from compiled code.Gabriel Dos Reis1-7/+1
2016-01-19Skip interp.daase for a few database info in generated code.Gabriel Dos Reis1-12/+7
2016-01-17getConstructorParentsFromDB: get data from compiled code.Gabriel Dos Reis1-6/+0
2016-01-16Reduce dependencies on databases to catgeory.daase during algebra buildGabriel Dos Reis1-12/+0
2016-01-13GETDATABASE: Remove dead alternatives.Gabriel Dos Reis1-7/+1
2016-01-09Switch getDualSignature to avoiding interpreter databaseGabriel Dos Reis1-12/+0
2016-01-09Remove $AncestorsTable. Adjust users.Gabriel Dos Reis1-20/+10
2016-01-08Replace \*ANCESTORS-HASH\* with $AncestorsTable.Gabriel Dos Reis1-6/+6
2016-01-08Replace \*HASCATEGORY-HASH\* with $HasCategoryTableGabriel Dos Reis1-9/+9
2015-12-27Write out a functor's operation table separately in generated code stream.Gabriel Dos Reis1-1/+5
2013-06-24Simplify database construction.dos-reis1-145/+18
2013-06-24 * interp/sys-constants.boot ($BuiltinAttributes): Removedos-reis1-3/+0
2013-06-15Store category defaults constructor as part of category constructor DB.dos-reis1-1/+2
2013-05-28Have compDefine take a DB parameterdos-reis1-0/+1
2013-05-27Define getWorkingDirectory via FFI.dos-reis1-14/+3
2013-05-21Use DB data structure directly.dos-reis1-9/+1
2013-05-15Fix typodos-reis1-1/+1
2013-05-15Add DB documentation accessordos-reis1-0/+3
2012-05-23 * interp/database.boot (%Constructor): New.dos-reis1-4/+5
2011-11-13 * interp/sys-driver.boot (initializeDatabases): Honor --initial-db.dos-reis1-7/+7
2011-11-10 * interp/daase.lisp (dbLookupFunction): New accessor macro.dos-reis1-0/+4
2011-10-29 * interp/daase.lisp (dbCompilerData): New accessor macro.dos-reis1-2/+5
2011-10-29 * interp/define.boot (getInfovecCode): Take a DB argument. Passdos-reis1-187/+0
2011-10-29 * interp/compiler.boot (compHasFormat): Simplify type form.dos-reis1-1/+1
2011-10-29 * interp/nruncomp.boot (mkDomainCatName): Remove.dos-reis1-0/+5
2011-10-28 * interp/daase.lisp (DATABASE): Add new field CAPSULE-DEFINITIONS.dos-reis1-0/+4
2011-09-07 * interp/lisplib.boot (finalizeLisplib): Finalize documentaiondos-reis1-1/+1
2011-09-07 * interp/nruncomp.boot (NRTaddInner): Use the dual signature.dos-reis1-2/+1
2011-09-05 Stop using LOADED symbol property of constructors.dos-reis1-3/+7
2011-09-05 * interp/lisplib.boot (writeCategory): New,dos-reis1-10/+4
2011-09-05 * interp/daase.lisp (GETDATABASE): Do not handle PREDICATES anddos-reis1-14/+2
2011-09-04 * interp/lisplib.boot (writeAbbreviation): New.dos-reis1-19/+19
2011-09-03 * interp/property.lisp: Remove unused codes.dos-reis1-6/+4
2011-08-29 * interp/lisplib.boot (laodIfNecessaryAndExists): Remove as unused.dos-reis1-3/+9
2011-08-28 * interp/define.boot (compDefineCategory2): Mark begining and enddos-reis1-3/+6
2011-08-28 * interp/daase.lisp (DATABASE): Add new field BEING-DEFINED.dos-reis1-157/+162
2011-08-25 * interp/daase.lisp (dbArity, dbInstanceCache): New accessors.dos-reis1-1/+7
2011-08-23 * interp/sys-driver.boot (initializeDatabases): New.dos-reis1-40/+74
2011-08-23 * interp/sys-driver.boot (initializeGlobalState): Constructdos-reis1-1/+0
2011-08-22 * interp/daase.lisp: Remove NILADIC field from DATABASE structure.dos-reis1-29/+13
2011-08-22 * interp/database.boot (getConstructorModemap): Rename fromdos-reis1-3/+3
2011-08-22 * interp/database.boot (niladicConstructor?): Rename fromdos-reis1-1/+1
2011-08-21 * interp/lisplib.boot (leaveIfErrors): Take kind as argument.dos-reis1-45/+57
2011-08-20 * interp/sys-utility.boot (constructorDB): New.dos-reis1-39/+43
2011-06-211 * interp/Makefile.in (OBJS): Remove foam_l.$(FASLEXT), $(ASCOMP).dos-reis1-339/+5
2011-04-30 * More cleanupdos-reis1-1/+1