Age | Commit message (Expand) | Author | Files | Lines |
2014-02-21 | Set derived src and target directory variables | dos-reis | 1 | -1/+1 |
2014-02-03 | Fix global variable names in Makefiles | dos-reis | 1 | -24/+24 |
2013-07-04 | * interp/sys-driver.boot (initializeGlobalState): Tell GCL not to | dos-reis | 1 | -0/+3 |
2013-07-02 | Rever sharp var list changes. | dos-reis | 9 | -22/+14 |
2013-07-01 | * interp/sys-utility.boot (makeFilename): Tidy. | dos-reis | 1 | -1/+4 |
2013-07-01 | Fix typo. | dos-reis | 1 | -1/+1 |
2013-07-01 | Add dependency for topics.boot | dos-reis | 2 | -1/+2 |
2013-07-01 | Bring closer to GCL-buildability. | dos-reis | 11 | -15/+34 |
2013-06-30 | Tidy detection of terminal in CLisp. | dos-reis | 1 | -11/+7 |
2013-06-29 | Do not check for openServer being defined. | dos-reis | 1 | -1/+1 |
2013-06-27 | * interp/lisplib.boot (compDefineLisplib): Close the file | dos-reis | 2 | -2/+6 |
2013-06-24 | Simplify database construction. | dos-reis | 5 | -174/+19 |
2013-06-24 | * interp/sys-constants.boot ($BuiltinAttributes): Remove | dos-reis | 2 | -7/+3 |
2013-06-18 | Misc cleanup. | dos-reis | 10 | -24/+19 |
2013-06-18 | * interp/compiler.boot (compHasFormat): Take a DB parameter. | dos-reis | 4 | -27/+27 |
2013-06-17 | Undo last commit to compiler.boot | dos-reis | 1 | -8/+19 |
2013-06-17 | Consolidate parsers in one pamphlet. | dos-reis | 1 | -19/+8 |
2013-06-16 | Fix missing dependency. | dos-reis | 1 | -1/+1 |
2013-06-15 | * interp/ht-util.boot (mkCurryFun): Import function name. | dos-reis | 2 | -3/+4 |
2013-06-15 | Intern temporary names for HT pages. | dos-reis | 1 | -8/+8 |
2013-06-15 | Small cleanup in buildFunctor. | dos-reis | 1 | -4/+3 |
2013-06-15 | Store category defaults constructor as part of category constructor DB. | dos-reis | 5 | -20/+32 |
2013-06-15 | * interp/define.boot (makeCategoryPredicates): Tidy. Adjust caller. | dos-reis | 1 | -17/+15 |
2013-06-15 | Add DB parameter to extendsCategoryForm. | dos-reis | 3 | -18/+20 |
2013-06-15 | Remove NRT prefix from most functions. | dos-reis | 9 | -50/+50 |
2013-06-15 | * interp/lisplib.boot (writeSourceFile): Always write source file. | dos-reis | 1 | -4/+0 |
2013-06-15 | * interp/nruncomp.boot (NRTsetVector4Part1): Add environment parameter. | dos-reis | 2 | -20/+22 |
2013-06-14 | compColon is now smarter about category definitions. | dos-reis | 3 | -5/+44 |
2013-06-14 | Remove effectively deadcode from comp3. | dos-reis | 1 | -1/+3 |
2013-06-14 | Remove effectively deadcode from comp3. | dos-reis | 2 | -3/+1 |
2013-06-14 | * interp/define.boot (getvalue): Rename from GetValue. | dos-reis | 1 | -6/+6 |
2013-06-13 | avoid uses of special variables for environments. | dos-reis | 1 | -14/+14 |
2013-06-06 | Fix comment | dos-reis | 1 | -1/+1 |
2013-06-06 | Do not call allConstructors from compiler. | dos-reis | 3 | -5/+3 |
2013-06-02 | Tell compForMode not to be fussy when bootstrapping the algebra. | dos-reis | 3 | -1/+8 |
2013-06-02 | Make parser non-dependent on constructor databases. | dos-reis | 3 | -5/+34 |
2013-06-02 | tidy addInformation | dos-reis | 1 | -11/+9 |
2013-06-01 | Cache more category objects. | dos-reis | 2 | -47/+43 |
2013-06-01 | Cache category objects some more. | dos-reis | 3 | -86/+86 |
2013-06-01 | Cache category objects created at functor build time. | dos-reis | 3 | -15/+18 |
2013-06-01 | * interp/category.boot (filterConditionalCategories): Fix thinko. | dos-reis | 1 | -1/+2 |
2013-06-01 | Support --output in compiler, for bootstrapping stage. | dos-reis | 6 | -37/+67 |
2013-06-01 | Introduce Boot wrapper for GET-IO-INDEX-STREAM. | dos-reis | 2 | -2/+6 |
2013-05-30 | Fix typo in src/interp/word.boot | dos-reis | 1 | -1/+1 |
2013-05-30 | Fix typo. | dos-reis | 1 | -3/+4 |
2013-05-30 | Update for modern ECL. | dos-reis | 3 | -21/+10 |
2013-05-30 | Add DB parameter to ducmentation functions. | dos-reis | 2 | -10/+26 |
2013-05-30 | Change backend code emitters to take a %Libname parameter | dos-reis | 4 | -15/+15 |
2013-05-29 | Simplify final backend instruction emission. | dos-reis | 10 | -42/+29 |
2013-05-29 | Simplify backend functions | dos-reis | 10 | -82/+15 |