aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2011-04-27 * interp/br-util.boot (dbInfovec): Move to c-util.bootdos-reis20-78/+147
2011-04-26cleanupdos-reis2-106/+101
2011-04-26cleanupdos-reis3-277/+270
2011-04-25 * boot/translator.boot (inAllContexts): New.dos-reis6-17/+47
(translateToplevel): Use it. * boot/parser.boot (bpImport): Accept namespace import.
2011-04-24 * boot/initial-env.lisp (MEMQ): Remove.dos-reis6-54/+58
* boot/ast.boot (shoeATOMs): Don't use it. (isDynamicVariable): Likewise. (shoeCompTran1): Likewise. * boot/translator.boot (defuse1): Likewise.
2011-04-24Tidy append redunctiondos-reis2-32/+50
2011-04-24 * boot/ast.boot (bfMakeCollectInsn): New.dos-reis8-505/+421
(bfDoCollect): Tidy.
2011-04-24 * boot/ast.boot (bfDoCollect): New. Implement one-pass dos-reis4-512/+820
list comprehension. (bfListReduce): Use it.
2011-04-23 * boot/ast.boot (bf0APPEND): Remove.dos-reis3-32/+13
(bf0COLLECT): Likewise. (bfCollect): Tidy.
2011-04-23 * lisp/core.lisp.in: Export basic types and compiler data types.dos-reis22-799/+811
* interp/modemap.boot (knownInfo): Fix latent bug uncovered by type declarations. * boot/ast.boot: Remove type definitions. (bfIN): Handle DOT as loop variable. (bfON): Likewise. Allow a loop variable to iterator over its own tails. * boot/parser.boot (bfTyping): Simplify. (bpSimpleMapping): Fix thinko.
2011-04-22 * boot/tokens.boot: Don't translate setDifference.dos-reis14-41/+63
* boot/initial-env.lisp (SETDIFFERNECE): Remove. * boot/translator.boot (evalBootFile): Rename form EVAL-BOOT-FILE. * boot/utility.boot (setDifference): Define. * interp/unlisp.lisp (ListMemberQ?): Remove. (ListRemoveQ): Likewise. (AlistAssocQ): Likewise.
2011-04-22more cleanupdos-reis23-68/+81
2011-04-22 * boot/utility.boot (copyList): Define.dos-reis35-78/+118
(append!): Likewise. * boot/tokens.boot: Do not translate nconc.
2011-04-21 * boot/tokens.boot: Don't translate lastNode anymore.dos-reis5-6/+28
* boot/utility.boot (lastNode): Define.
2011-04-21 * boot/utility.boot (objectMember?): Don't rely non tail recursiondos-reis12-46/+73
removal. (reverse): Define. * boot/tokens.boot: Don't rename reverse anymore. * boot/ast.boot: Generate reverse forms instead of REVERSE.
2011-04-21 * boot/tokens.boot: Don't rename nreverse.dos-reis68-343/+378
* boot/utility.boot (reverse!): Define. * boot/parser.boot: Use reverse! instead of NREVERSE. * boot/ast.boot: Generate reverse! forms instead of NREVERSE.
2011-04-20 * interp/sys-utility.boot (substitute): Define.dos-reis9-52/+110
(substitute!): Likewise. * boot/utility.boot: Do not rely on tail recursion removal. * boot/tokens.boot: Don't translate substitute and substitute!. * boot/ast.boot (bfLp1): Tidy.
2011-04-20more cleanupdos-reis36-244/+289
2011-04-19more cleanupdos-reis10-102/+110
2011-04-19cleanupdos-reis40-150/+154
2011-04-19 * boot/tokens.boot: charUpcase, charDowncase, stringUpcase,dos-reis21-89/+139
singDowncase, valueEq? are new builtin functions. * boot/ast.boot (bfMembr): Tidy.
2011-04-19 * interp/newfort.boot: Likewise.dos-reis15-37/+167
* interp/define.boot (orderBySubsumption): Fix thinko. * interp/boot-pkg.lisp: Use BOOTTRAN package. Don't import names individually. * boot/utility.boot: New. * boot/translator.boot (exportNames): Fix thinko. * boot/tokens.boot: Add charEq? and scalarEq? builtiin functions. * boot/ast.boot (bfMember): Generate call to symbolMember? for membership tests for symbols.
2011-04-19 * boot/ast.boot (%Module): Now take three arguments.dos-reis7-457/+498
* boot/parser.boot (bpModuleInterface): Rename from bpExports. (bpModuleExports): New. (bpModule): Now allow specification of exported names.
2011-04-18cleanupdos-reis7-146/+153
2011-04-18cleanupdos-reis29-136/+154
2011-04-17cleanupdos-reis17-74/+80
2011-04-17cleanupdos-reis23-188/+188
2011-04-17 * boot/tokens.boot: Translate maxIndex to MAXINDEX.dos-reis40-167/+173
2011-04-16cleanupdos-reis7-29/+30
2011-04-16 * boot/tokens.boot (shoeIdChar): Accept "!" too.dos-reis15-34/+41
2011-04-16cleanupdos-reis8-26/+29
2011-04-15misc cleanupdos-reis36-98/+101
2011-04-14 * interp/msgdb.boot: Use stringChar more often.dos-reis2-22/+30
2011-04-14cleanupdos-reis3-10/+11
2011-04-12cleanup from lispdos-reis5-60/+11
2011-04-12 * lisp/core.lisp.in: Include SB-SPROF when profiling SBCL-based build.dos-reis2-0/+8
2011-04-10specify linker for ECLdos-reis3-6/+13
2011-04-10 * config/open-axiom.m4 (OPENAXIOM_HOST_LISP_CPU_PRECISION):dos-reis1-0/+5
Special-case for detecting binary personality. * configure.ac: ECL now provides (at last!) way to gather information about binary personality.
2011-03-22 * algebra/op.spad.pamphlet (BasicOperator) [display]: Now return ados-reis9-18462/+18465
Maybe (List O -> O) value. [input]: Now return a Maybe(List SEX -> SEX). * algebra/kl.spad.pamphlet (Kernel): Adjust. * algebra/pattern.spad.pamphlet (Pattern): Likewise.
2011-03-21Fix some type detection issuesdos-reis3-9/+13
2011-03-20Minor cleanupdos-reis2-3/+3
2011-03-20 * interp/g-opt.boot ($VMsideEffectFreeOperators): Includedos-reis9-21025/+21043
%bytevec2str and %str2bytevec opcode. * interp/lisp-backend.boot: Expand them. * algebra/data.spad.pamphlet (ByteBuffer): Tidy.
2011-03-20More cleanupsdos-reis11-19646/+19648
2011-03-20More cleanupdos-reis8-385/+351
2011-03-20 * boot/translator.boot (FC): Remove.dos-reis16-22764/+22506
(FBO): Likewise. (FEV): Likewise. (shoeGeneralFC): Likewise. (shoeFindName): Likewise. (shoeFindName2): Likewise. (shoeTransform2): Likewise. * boot/scanner.boot (shoeLineToks): Don't support `)package' line anymore. * boot/includer.boot: Remove support for `)package', `)include', `)includelisp', `)includelines' lines. (shorPackageStartsAt): Remove. (shorFindLines): Likewise. (shoeFileInput): Likewise. (shoeLispFileInput): Likewise. (shoeLineFileInput): Likewise. (shoeFunctionFileInput): Likewise. (shoePlainLine?): Reflect removal. (shoeSimpleLine): Likewise. * boot/tokens.boot (charByName): New builtin library function. * algebra/sf.spad.pamphlet (RealNumberSystem): Don't re-export abs. It is already exported by OrderedRing.
2011-03-18fiix typodos-reis1-1/+1
2011-03-18 * utils/sexpr.H: Support more specialized s-expressions.dos-reis2-127/+479
* utils/sexpr.cc: Likewise.
2011-03-17 * utils/storage.H: Rework.dos-reis4-151/+182
* utils/storage.cc: Likewise.
2011-03-16fix thinkodos-reis3-2/+7
2011-03-16 * interp/i-syscmd.boot (compileSpad2Cmd): Remove experimentaldos-reis12-5539/+23
support for Spad to Aldor translation. (convertSpasToAsFile): Remove. * interp/mark.boot: Remove. * interp/nspadux.lisp: Likewise. * interp/pspad1.boot: Likewise. * interp/pspad2.boot: Likewise. * interp/wi1.boot: Likewise. * interp/wi2.boot: Likewise. * interp/spad.lisp: Don't register removed formatters. * interp/util.lisp: (TRANSLATE-FUNCTIONS): Remove. (BUILD-INTERPSYS): Now take only one argument. * src/share/doc/msgs/s2-us.msgs: Remove diagnostic S2IZ0085. * interp/Makefile.in: Remove rules for building wi1.boot, wi2.boot, mark.boot, pspad1.boot pspad2.boot.