aboutsummaryrefslogtreecommitdiff
path: root/src/boot/strap/utility.clisp
AgeCommit message (Expand)AuthorFilesLines
2016-01-30Do not rename mkpf.Gabriel Dos Reis1-3/+3
2015-12-24Translate apply(f,[args]) as FUNCALL(f,args)Gabriel Dos Reis1-4/+54
2013-06-15 * interp/nruncomp.boot (NRTsetVector4Part1): Add environment parameter.dos-reis1-4/+38
2013-05-26Rename MAKE-FILENAME to makeFilename and re-implement in Boot.dos-reis1-1/+1
2012-05-29 * boot/parser.boot (%ParserState): New.dos-reis1-1/+19
2012-05-28 * interp/io.boot (findChar): Do not define here.dos-reis1-5/+18
2012-05-24 * boot/tokens.boot: "@" is now a new keyword.dos-reis1-6/+9
2012-05-22 * boot/ast.boot (needsPROG): Remove.dos-reis1-187/+169
2012-05-20 * boot/utility.boot (strinSuffix?): New.dos-reis1-1/+26
2011-12-28 * boot/tokens.boot: Do not rewrite drop and take.dos-reis1-1/+38
2011-12-10 * boot/parser.boot (bpArgtypeList): Accept mapping types.dos-reis1-2/+48
2011-10-30 * interp/sys-macros.lisp (MKPF1): Tidy.dos-reis1-23/+30
2011-10-21 Workaround proclamation bug in GCLdos-reis1-4/+0
2011-10-04 * boot/utility.boot (symbolAssoc): Rename from assocSymbol. Export.dos-reis1-22/+28
2011-10-03 Cleanup.dos-reis1-2/+2
2011-10-02 * boot/utility.boot (objectAssoc): New. Export.dos-reis1-0/+17
2011-10-01 * boot/parser.boot (bpImport): Accept long names for used namespaces.dos-reis1-2/+1
2011-10-01 * boot/utility.boot: Define BOOTTRAN namespace.dos-reis1-4/+62
2011-09-30 * boot/utility.boot (firstNonblankPosition): New.dos-reis1-1/+31
2011-09-30 * boot/ast.boot (bfFor): Tidy. Handle hashtable iterator forms.dos-reis1-217/+170
2011-08-07cleanupdos-reis1-1/+1
2011-07-03 * boot/tokens.boot: flushOutput, writeNewline, writeStringdos-reis1-1/+6
2011-05-21more cleanupdos-reis1-1/+6
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-02 * boot/parser.boot (bpDefinition): Accept macro definitiondos-reis1-5/+6
2011-05-01 * boot/utility.boot (applySubstNQ): New.dos-reis1-1/+24
2011-05-01 * boot/tokens.boot: Don't rename append.dos-reis1-4/+10
2011-04-30 * boot/ast.boot (bfAppend): Write in full.dos-reis1-2/+13
2011-04-30cleanupdos-reis1-1/+10
2011-04-30 * interp/vmlisp.lisp (remove): Remove.dos-reis1-6/+69
2011-04-29 * boot/utility.boot (assocSymbol): New.dos-reis1-1/+28
2011-04-22 * boot/tokens.boot: Don't translate setDifference.dos-reis1-2/+22
2011-04-22more cleanupdos-reis1-1/+24
2011-04-22 * boot/utility.boot (copyList): Define.dos-reis1-1/+21
2011-04-21 * boot/tokens.boot: Don't translate lastNode anymore.dos-reis1-1/+14
2011-04-21 * boot/utility.boot (objectMember?): Don't rely non tail recursiondos-reis1-5/+18
2011-04-21 * boot/tokens.boot: Don't rename nreverse.dos-reis1-1/+12
2011-04-20 * interp/sys-utility.boot (substitute): Define.dos-reis1-26/+39
2011-04-20more cleanupdos-reis1-10/+27
2011-04-19 * boot/tokens.boot: charUpcase, charDowncase, stringUpcase,dos-reis1-22/+12
2011-04-19 * interp/newfort.boot: Likewise.dos-reis1-0/+44