aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-util.boot
AgeCommit message (Expand)AuthorFilesLines
2016-02-01Better indirect call resolutionGabriel Dos Reis1-0/+12
2015-12-24Tidy uses of apply.Gabriel Dos Reis1-2/+2
2015-12-24Replace FUNCALL with apply.Gabriel Dos Reis1-4/+4
2014-11-27Replace PATHNAME-* Lisp API with filePath* API.dos-reis1-1/+1
2014-11-25Use makeTable instead of MAKE-HASH-TABLEdos-reis1-4/+4
2013-07-02Rever sharp var list changes.dos-reis1-8/+1
2013-07-01Bring closer to GCL-buildability.dos-reis1-1/+18
2013-06-18Misc cleanup.dos-reis1-1/+1
2013-05-11Consistently use OIL opcodes for abstractionsdos-reis1-1/+1
2012-05-23 * interp/vmlisp.lisp (MAKE-CVEC): Remove.dos-reis1-1/+1
2012-05-08 * boot/tokens.boot: Export char. Do not rename maxIndex.dos-reis1-1/+1
2012-05-07 * interp/sys-globals.boot ($insideCompTypeOf): Remove.dos-reis1-13/+0
2012-05-03 * interp/g-opt.boot ($AbstractionOperator): Remove SLAM.dos-reis1-1/+1
2012-05-01 * algebra/integer.spad.pamphlet (Integer): Use %iaddmod, %isubmod,dos-reis1-1/+1
2012-04-28 * interp/boot-pkg.lisp (gensym?): Check for non-null object.dos-reis1-1/+1
2012-02-26 * interp/g-util.boot (usedSymbol?): Remove.dos-reis1-12/+21
2012-02-13 * interp/g-util.boot (stripTags): Rename from stripUnionTags.dos-reis1-2/+2
2011-12-18 * interp/g-opt.boot (removeScope!): New.dos-reis1-1/+1
2011-12-15 * interp/g-util.boot (prefixWalk!): New.dos-reis1-0/+8
2011-12-14fix miscdos-reis1-1/+1
2011-12-12 * interp/g-util.boot (liftAassignments!): New.dos-reis1-2/+13
2011-12-11 * interp/g-opt.boot (inlineLocals!): Single-used temporaries should go.dos-reis1-3/+7
2011-12-10 * interp/g-opt.boot (optSeq): Remove splicePROGN as redundant.dos-reis1-0/+4
2011-12-07 * interp/g-opt.boot (groupTranscients!): New.dos-reis1-0/+21
2011-12-05 * interp/g-util.boot (splitAssignments): Rework.dos-reis1-4/+10
2011-12-05 * interp/g-opt.boot (changeVariableDefinitionToStore): Separatelydos-reis1-2/+3
2011-12-04 * interp/g-util.boot (splitAssignments): New.dos-reis1-0/+11
2011-12-03 * interp/compiler.boot: Use %seq in lieu of PROGN.dos-reis1-1/+15
2011-12-03 * interp/compiler.boot (setqMultiple): Handle lhs and rhs of typedos-reis1-1/+2
2011-12-03 * interp/compiler.boot: Replace %labelled with %scope.dos-reis1-3/+3
2011-12-03 * interp/g-util.boot (hasNoLeave?): Move from g-opt.boot.dos-reis1-0/+23
2011-11-29 * boot/tokens.boot (absKind, absParms, absBody): New selectors.dos-reis1-1/+1
2011-11-24 * interp/define.boot: Tidy.dos-reis1-2/+2
2011-11-16 * interp/category.boot (mkCategory): Tidy.dos-reis1-0/+32
2011-10-31 * interp/i-funsel.boot (evalMmCond0): Tidy. Call evalMmGuard todos-reis1-0/+9
2011-10-27 Support use of any natural number literal as constant name.dos-reis1-0/+21
2011-10-18 * interp/postpar.boot (displayPreCompilationErrors): Dot not checkdos-reis1-1/+1
2011-10-04 * boot/utility.boot (symbolAssoc): Rename from assocSymbol. Export.dos-reis1-6/+5
2011-10-03 Cleanup.dos-reis1-1/+1
2011-10-02 * boot/utility.boot (objectAssoc): New. Export.dos-reis1-6/+7
2011-10-01 * boot/utility.boot: Define BOOTTRAN namespace.dos-reis1-2/+2
2011-09-08 * interp/c-util.boot (builtinCategoryName?): Move to g-util.boot.dos-reis1-0/+40
2011-09-07 * interp/lisplib.boot (finalizeLisplib): Finalize documentaiondos-reis1-3/+3
2011-09-03 * interp/property.lisp: Remove unused codes.dos-reis1-2/+5
2011-08-29 * interp/lisplib.boot (loadLib): Remove deadcode.dos-reis1-7/+6
2011-08-25 * interp/hashcode.boot: Remove.dos-reis1-4/+0
2011-08-22 * interp/database.boot (getConstructorModemap): Rename fromdos-reis1-1/+1
2011-08-12 * interp/nrunfast.boot (newLookupInTable): Compare domain anddos-reis1-1/+1
2011-08-12 * interp/define.boot (NRTgetLookupFunction): Handle the case wheredos-reis1-1/+7
2011-08-06cleanupdos-reis1-15/+15