aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2014-02-10Clean up global variable names.dos-reis9-44/+44
2014-02-03Fix global variable names in Makefilesdos-reis21-153/+176
2014-02-02misc updatedos-reis9-9/+9
2014-02-02Prefer mktemp over tempnam.dos-reis5-5/+30
2014-02-02Annual ChangeLog rotationdos-reis7-1081/+1081
2013-12-15 Fix SF/95.dos-reis2-2/+8
* include/vm.H (internal_type): Adjust. (internal_data): Likewise.
2013-11-27 * include/storage.H (Arena<T>::allocate): Adjust spelling ofdos-reis3-5/+10
alignment query operator. (Arena<T>::Arena): Likewise. (HashTableEntry<T>): Adjust spelling of alignment specifier.
2013-11-25Fix rotten Windows port.dos-reis1-3/+3
2013-11-25Fix rotten Windows port.dos-reis1-4/+5
2013-11-25Check for Windows PowerShell.dos-reis5-0/+5
2013-11-03Add Charset.H stubdos-reis4-0/+55
2013-11-03Adjust timestampdos-reis5-5/+5
2013-07-04 * interp/sys-driver.boot (initializeGlobalState): Tell GCL not todos-reis2-0/+8
use buggy fast links.
2013-07-02Rever sharp var list changes.dos-reis9-22/+14
2013-07-02Fix typo.dos-reis1-2/+2
2013-07-01 * interp/sys-utility.boot (makeFilename): Tidy.dos-reis2-1/+8
2013-07-01Fix typo.dos-reis1-1/+1
2013-07-01Add dependency for topics.bootdos-reis2-1/+2
2013-07-01Bring closer to GCL-buildability.dos-reis12-15/+40
2013-07-01Bring closer to GCL-buildability.dos-reis7-1/+17
2013-06-30Tidy detection of terminal in CLisp.dos-reis1-11/+7
2013-06-30Simplify 'server' definition and use.dos-reis6-110/+79
2013-06-29Remove stale algebra targets.dos-reis3-18/+11
2013-06-29Fix algebra build order an dependencydos-reis2-14/+10
2013-06-29Do not check for openServer being defined.dos-reis3-3/+3
2013-06-29 * gui/conversation.cc (accumulate_paragraphs): Remove.dos-reis3-45/+64
(read_output): Remove. (OutputTextArea::add_paragraph): Rewrite. (Conversation::read_reply): Likewise.
2013-06-28Add src/rt for core runtime support.dos-reis17-33/+1004
2013-06-27Add small Lisp evaluator for the benefit of new GUI.dos-reis15-172/+635
2013-06-27 * interp/lisplib.boot (compDefineLisplib): Close the filedos-reis3-2/+13
contained generated code before handing over to backend. * interp/c-util.boot (moveLibdirByCopy): The inferred destination directory is not absolute.
2013-06-26Rewrite s-expression reader.dos-reis11-827/+545
2013-06-25 * include/sexpr.H: Move from utils.dos-reis6-74/+63
(UniqueAllocator): Remove. (SyntaxComparator): Likewise. * syntax/sexpr.cc: Move from utils.
2013-06-25Misc cleanup.dos-reis2-8/+7
2013-06-24Simplify database construction.dos-reis12-22085/+35237
2013-06-24 * interp/sys-constants.boot ($BuiltinAttributes): Removedos-reis8-20216/+20217
finiteAggregate and shallowlyMutable. * interp/daase.lisp (WRITE-COMPRESS): Do not push strings.
2013-06-23Fix font units. On Mac OS X, QT may return 0 for certain font metrics ↵dos-reis8-4/+14
components.
2013-06-23Rename the gui interface to open-axiom.dos-reis5-9/+13
2013-06-22Use token::value more.dos-reis4-36/+43
2013-06-22Fix incomplete checking.dos-reis2-23/+0
2013-06-22Add SourceFile.Hdos-reis7-17/+64
2013-06-22 * include/FileMapping.H: New.dos-reis8-20/+75
2013-06-22Use Byte for data from input source.dos-reis7-71/+78
2013-06-22(no commit message)dos-reis4-4/+4
2013-06-21 * include/dialect.H: New.dos-reis10-124/+284
* include/diagnostics.H: Likewise. * include/storage.H: Move from utils/.
2013-06-20Add basic diagnostics standard streams.dos-reis7-3/+138
2013-06-20Tidy codegen for Boot inerts.dos-reis2-4/+4
2013-06-20Allow inerts in Boot.dos-reis8-10/+46
2013-06-18Misc cleanup.dos-reis10-24/+19
2013-06-18 * interp/compiler.boot (compHasFormat): Take a DB parameter.dos-reis5-27/+36
Adjust callers. * interp/define.boot (ICformat): Likewise. * interp/lisplib.boot (predicateBitIndex): Likewise. (predicateBitRef): Likewise. (transHasCode): Likewise.
2013-06-18 * algebra/catdef.spad.pamphlet (CommutativeOperatorCategory): New.dos-reis10-19593/+19660
(CommutativeOperation): Likewise. * algebra/Makefile.am (oa_algebra_layer_0): Include them.
2013-06-17 * algebra/aggcat.spad.pamphlet (EltableAggregate): Weakendos-reis7-677/+680
requirement on first parameter. (IndexedAggregate): Likewise.