Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-28 | Add src/rt for core runtime support. | dos-reis | 1 | -4/+9 | |
2013-06-27 | Add small Lisp evaluator for the benefit of new GUI. | dos-reis | 1 | -1/+3 | |
2013-06-26 | Rewrite s-expression reader. | dos-reis | 1 | -1/+2 | |
2013-06-22 | Add SourceFile.H | dos-reis | 1 | -0/+1 | |
2013-06-22 | * include/FileMapping.H: New. | dos-reis | 1 | -0/+1 | |
2013-06-21 | * include/dialect.H: New. | dos-reis | 1 | -3/+5 | |
* include/diagnostics.H: Likewise. * include/storage.H: Move from utils/. | |||||
2013-06-20 | Add basic diagnostics standard streams. | dos-reis | 1 | -0/+1 | |
2013-05-21 | Refactor src/algebra/Makefile.am | dos-reis | 1 | -1/+5 | |
2013-04-06 | Add token representation files | dos-reis | 1 | -4/+8 | |
2013-04-04 | convert src/algebra/Makefile.in to Automake stuff | dos-reis | 1 | -1/+1 | |
2013-04-04 | Add initial io library files | dos-reis | 1 | -6/+29 | |
2012-08-26 | * graph/Gdraws/Gfun.c (GDrawLine): Make string parameter of type | dos-reis | 1 | -1/+1 | |
const char*. (GDrawPushButton): Likewise. (GDrawString): Likewise. (PSCreateContext): Likewise. (centerX): Likewise. * Makefile.am (all-graph): Require all-utils. | |||||
2012-02-15 | tidy src/algebra/Makefile.in | dos-reis | 1 | -1/+1 | |
2011-08-24 | * algebra/Makefile.in: Support construction initial DB profile. | dos-reis | 1 | -2/+10 | |
* interp/database.boot (printInitdbInfo): New. (printAllInitdbInfo): Likewise. * interp/sys-driver.boot (initializeDatabases): Exit early if constructing initial DB profile. (buildInitdbHandler): New. Handle --build-initdb. * utils/command.cc (driver_table): Add map for --build-initdb. | |||||
2011-08-22 | * interp/daase.lisp: Remove NILADIC field from DATABASE structure. | dos-reis | 1 | -1/+1 | |
(dbNiladic?): Remove. Adjust users. (WRITE-INTERP): Don't write NILADIC field. | |||||
2011-06-22 | cleanup | dos-reis | 1 | -1/+0 | |
2011-06-20 | * Makefile.am (OA_GRAPHICS_TARGETS): Fix thinko. | dos-reis | 1 | -3/+5 | |
2011-06-02 | more utility code consolidation | dos-reis | 1 | -1/+1 | |
2011-05-01 | * boot/utility.boot (applySubstNQ): New. | dos-reis | 1 | -1/+1 | |
* interp/compiler.boot (finishLambdaExpression): Use it. * interp/i-intern.boot (mkAtreeExpandMacros): Likewise. * interp/i-map.boot (addMap): Likewise. * interp/vmlisp.lisp (SUBLISNQ, SUBANQ, SUBB): Remove. | |||||
2011-05-01 | more cleanups | dos-reis | 1 | -1/+7 | |
2010-11-29 | Add support for translator and linker in the driver | dos-reis | 1 | -0/+18 | |
2010-11-28 | (all-lisp): Require all-driver. | dos-reis | 1 | -1/+1 | |
* driver/utils.c: Tidy. * driver/utils.h: Likewise. * sman/sman.c: Likewise. | |||||
2010-11-28 | * clef/: Add using directive at toplevel. | dos-reis | 1 | -4/+3 | |
* etc/: Likewise. * graph/: Likewise. * hyper/: Likewise. * lib/: Likewise. * sman/: Likewise. * Makefile.am (OA_SMAN_TARGETS): New. (OA_GRAPHICS_TARGETS): Likewise. | |||||
2010-11-27 | * Makefile.am: Automake Makefile.in. | dos-reis | 1 | -0/+138 | |
* Makefile.in: Regenerate. |