aboutsummaryrefslogtreecommitdiff
path: root/src/boot/utility.boot
AgeCommit message (Expand)AuthorFilesLines
2015-12-26Rename 'lastItem' to 'last'. Remove the macro definition.Gabriel Dos Reis1-3/+3
2015-12-24Replace FUNCALL with apply.Gabriel Dos Reis1-3/+3
2015-12-24Translate apply(f,[args]) as FUNCALL(f,args)Gabriel Dos Reis1-1/+31
2014-02-02misc updatedos-reis1-1/+1
2013-06-15 * interp/nruncomp.boot (NRTsetVector4Part1): Add environment parameter.dos-reis1-1/+9
2013-06-14compColon is now smarter about category definitions.dos-reis1-1/+5
2012-08-20 * interp/i-coerfn.boot: Do not import i-coerce. Import i-analydos-reis1-1/+1
2012-05-28 * interp/lexing.boot: Use makeToken directly.dos-reis1-1/+12
2012-05-28 * interp/io.boot (findChar): Do not define here.dos-reis1-3/+10
2012-05-24 * boot/tokens.boot: "@" is now a new keyword.dos-reis1-3/+2
2012-05-23 * boot/tokens.boot (%Token): New datatype.dos-reis1-1/+1
2012-05-20 * boot/utility.boot (strinSuffix?): New.dos-reis1-1/+11
2011-12-28 * boot/tokens.boot: Remove redundant renaming of REM.dos-reis1-18/+18
2011-12-28 * boot/tokens.boot: Do not rewrite drop and take.dos-reis1-2/+19
2011-12-10 * boot/parser.boot (bpArgtypeList): Accept mapping types.dos-reis1-1/+18
2011-10-30 * interp/sys-macros.lisp (MKPF1): Tidy.dos-reis1-0/+3
2011-10-29 * interp/lisplib.boot (makePredicateBitVector): Take a DB argument.dos-reis1-1/+6
2011-10-21 Workaround proclamation bug in GCLdos-reis1-1/+2
2011-10-04 * boot/utility.boot (symbolAssoc): Rename from assocSymbol. Export.dos-reis1-16/+14
2011-10-03 Cleanup.dos-reis1-1/+1
2011-10-02 * boot/utility.boot (objectAssoc): New. Export.dos-reis1-1/+8
2011-10-01 * boot/utility.boot: Define BOOTTRAN namespace.dos-reis1-3/+25
2011-09-30 * boot/utility.boot (firstNonblankPosition): New.dos-reis1-1/+10
2011-08-06cleanupdos-reis1-1/+1
2011-08-04cleanupdos-reis1-0/+7
2011-07-03 * boot/tokens.boot: flushOutput, writeNewline, writeStringdos-reis1-1/+9
2011-05-21more cleanupdos-reis1-1/+9
2011-05-13 * boot/utility.boot (charPosition): New.dos-reis1-0/+11
2011-05-02 * boot/ast.boot (idList?, charList?, stringLits?): New.dos-reis1-1/+1
2011-05-01 * boot/utility.boot (applySubstNQ): New.dos-reis1-1/+15
2011-05-01 * boot/tokens.boot: Don't rename append.dos-reis1-3/+7
2011-04-30 * boot/ast.boot (bfAppend): Write in full.dos-reis1-0/+3
2011-04-30more cleanupdos-reis1-1/+1
2011-04-30cleanupdos-reis1-1/+3
2011-04-30 * interp/vmlisp.lisp (remove): Remove.dos-reis1-4/+45
2011-04-29 * boot/utility.boot (assocSymbol): New.dos-reis1-1/+22
2011-04-22 * boot/tokens.boot: Don't translate setDifference.dos-reis1-2/+11
2011-04-22more cleanupdos-reis1-1/+22
2011-04-22 * boot/utility.boot (copyList): Define.dos-reis1-1/+22
2011-04-21 * boot/tokens.boot: Don't translate lastNode anymore.dos-reis1-1/+7
2011-04-21 * boot/utility.boot (objectMember?): Don't rely non tail recursiondos-reis1-3/+16
2011-04-21 * boot/tokens.boot: Don't rename nreverse.dos-reis1-1/+16
2011-04-20 * interp/sys-utility.boot (substitute): Define.dos-reis1-16/+31
2011-04-19more cleanupdos-reis1-10/+15
2011-04-19 * boot/tokens.boot: charUpcase, charDowncase, stringUpcase,dos-reis1-15/+13
2011-04-19 * interp/newfort.boot: Likewise.dos-reis1-0/+62