aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2013-06-27Add small Lisp evaluator for the benefit of new GUI.dos-reis1-0/+10
2013-06-27 * interp/lisplib.boot (compDefineLisplib): Close the filedos-reis1-0/+7
contained generated code before handing over to backend. * interp/c-util.boot (moveLibdirByCopy): The inferred destination directory is not absolute.
2013-06-26Rewrite s-expression reader.dos-reis1-0/+13
2013-06-25 * include/sexpr.H: Move from utils.dos-reis1-0/+7
(UniqueAllocator): Remove. (SyntaxComparator): Likewise. * syntax/sexpr.cc: Move from utils.
2013-06-24Simplify database construction.dos-reis1-0/+16
2013-06-24 * interp/sys-constants.boot ($BuiltinAttributes): Removedos-reis1-0/+6
finiteAggregate and shallowlyMutable. * interp/daase.lisp (WRITE-COMPRESS): Do not push strings.
2013-06-22Use token::value more.dos-reis1-0/+6
2013-06-22Add SourceFile.Hdos-reis1-0/+4
2013-06-22 * include/FileMapping.H: New.dos-reis1-0/+4
2013-06-21 * include/dialect.H: New.dos-reis1-0/+6
* include/diagnostics.H: Likewise. * include/storage.H: Move from utils/.
2013-06-20Add basic diagnostics standard streams.dos-reis1-0/+5
2013-06-20Allow inerts in Boot.dos-reis1-0/+7
2013-06-18 * interp/compiler.boot (compHasFormat): Take a DB parameter.dos-reis1-0/+9
Adjust callers. * interp/define.boot (ICformat): Likewise. * interp/lisplib.boot (predicateBitIndex): Likewise. (predicateBitRef): Likewise. (transHasCode): Likewise.
2013-06-18 * algebra/catdef.spad.pamphlet (CommutativeOperatorCategory): New.dos-reis1-1/+7
(CommutativeOperation): Likewise. * algebra/Makefile.am (oa_algebra_layer_0): Include them.
2013-06-17 * algebra/aggcat.spad.pamphlet (EltableAggregate): Weakendos-reis1-0/+6
requirement on first parameter. (IndexedAggregate): Likewise.
2013-06-17Weaken conditions on parameter of partial differential domains.dos-reis1-1/+7
2013-06-17Consolidate parsers in one pamphlet.dos-reis1-0/+8
2013-06-15 * interp/ht-util.boot (mkCurryFun): Import function name.dos-reis1-0/+4
2013-06-15Intern temporary names for HT pages.dos-reis1-0/+5
2013-06-15Store category defaults constructor as part of category constructor DB.dos-reis1-0/+11
2013-06-15 * interp/define.boot (makeCategoryPredicates): Tidy. Adjust caller.dos-reis1-0/+4
2013-06-15Add DB parameter to extendsCategoryForm.dos-reis1-0/+7
2013-06-15 * interp/lisplib.boot (writeSourceFile): Always write source file.dos-reis1-0/+4
2013-06-15 * interp/nruncomp.boot (NRTsetVector4Part1): Add environment parameter.dos-reis1-0/+8
Adjust caller. (NRTsetVector4a): Likewise. Avoid special variable for environment. * boot/utility.boot: Add and export substSource, substTarget. * interp/define.boot: Use them.
2013-06-14compColon is now smarter about category definitions.dos-reis1-0/+8
2013-06-14 * interp/define.boot (getvalue): Rename from GetValue.dos-reis1-0/+5
Take environment as second parameter. Adjust callers.
2013-06-13avoid uses of special variables for environments.dos-reis1-0/+6
2013-06-06Do not call allConstructors from compiler.dos-reis1-0/+6
2013-06-02 Make parser non-dependent on constructor databases.dos-reis1-0/+9
2013-06-02tidy addInformationdos-reis1-0/+5
2013-06-01Cache more category objects.dos-reis1-0/+12
2013-06-01Cache category objects some more.dos-reis1-0/+15
2013-06-01Cache category objects created at functor build time.dos-reis1-0/+7
2013-06-01 * interp/category.boot (filterConditionalCategories): Fix thinko.dos-reis1-0/+4
2013-06-01Support --output in compiler, for bootstrapping stage.dos-reis1-0/+23
2013-06-01Introduce Boot wrapper for GET-IO-INDEX-STREAM.dos-reis1-0/+4
2013-05-30Fix typo.dos-reis1-0/+4
2013-05-30Add DB parameter to ducmentation functions.dos-reis1-0/+9
2013-05-29Simplify backend functionsdos-reis1-0/+10
2013-05-28Have constructor definition compilers take a DB parameter.dos-reis1-0/+7
2013-05-28 Remove $domainShell.dos-reis1-0/+6
2013-05-28Add DB parameter to compNoStackingdos-reis1-0/+9
2013-05-28Have compDefine take a DB parameterdos-reis1-0/+5
2013-05-27 * interp/sys-utility.boot ($ERASE): Remove.dos-reis1-0/+4
2013-05-27Rename $FINDFILE to findFile/dos-reis1-0/+4
2013-05-27Rename MAKE-FULL-FILENAME to makeFullFilename.dos-reis1-0/+5
2013-05-27 * interp/nlib.lisp (GET-DIRECTORY-LIST): Move to sys-utility.boot.dos-reis1-0/+4
2013-05-27Remove and .dos-reis1-0/+7
2013-05-27Define getWorkingDirectory via FFI.dos-reis1-0/+6
2013-05-26Rename MAKE-FULL-NAMESTRING to makeFullFilePath and implement in Boot.dos-reis1-1/+6