Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-16 | explicitly cast NULL to appropriate pointer type when used as sentinel | dos-reis | 5 | -5/+5 | |
2011-06-15 | * lib/fnct_key.c (handle_function_key): Explicitly cast the | dos-reis | 2 | -1/+6 | |
null pointer sentinel to a pointer type. | |||||
2011-06-15 | * sman/sman.c: utils.h no longer exists. | dos-reis | 3 | -4/+8 | |
* sman/Makefile.in (sman_LDADD): Include OpenAxiom library. | |||||
2011-06-11 | * TODO: Update. | dos-reis | 2 | -336/+4 | |
src/ * scripts/document.in: Remove. | |||||
2011-06-09 | * graph/view3D/header.h (swap): Remove. | dos-reis | 2 | -2/+4 | |
2011-06-06 | * lisp/core.lisp.in (%escapeSequenceAverseHost?): New. | dos-reis | 3 | -4/+16 | |
* interp/msgdb.boot (brightPrint0): Use it. | |||||
2011-06-05 | * utils/command.cc (default_driver): New. | dos-reis | 2 | -11/+24 | |
(preprocess_arguments): Use it. Honor --no-gui on Windows. (OPENAXIOM_DEFAULT_DRIVER): Remove. | |||||
2011-06-05 | Fix thinko | dos-reis | 1 | -3/+5 | |
2011-06-05 | * driver/main.cc (upgrade_environment): Augment PATH for Windows | dos-reis | 2 | -0/+9 | |
DLL search. | |||||
2011-06-05 | * boot/ast.boot: Remove debugging statement. | dos-reis | 6 | -6/+8 | |
* driver/Makefile.in (open-axiom$(EXEEXT)): Link statically. | |||||
2011-06-03 | Enable the new GUI interface as default driver | dos-reis | 7 | -14/+27 | |
on Windows platforms with QT available. | |||||
2011-06-03 | fix include path thinko from last commit | dos-reis | 1 | -0/+2 | |
2011-06-02 | more utility code consolidation | dos-reis | 6 | -8/+14 | |
2011-06-02 | consolidate utility codes | dos-reis | 5 | -125/+110 | |
2011-05-30 | fix const-correctness in old C codes | dos-reis | 8 | -21/+19 | |
2011-05-30 | Put the gui executable in the staged bin directory | dos-reis | 1 | -1/+7 | |
2011-05-30 | have the gui quit if the interpreter quits | dos-reis | 2 | -0/+14 | |
2011-05-29 | (no commit message) | dos-reis | 2 | -16/+53 | |
2011-05-29 | more gui code tweaking | dos-reis | 3 | -28/+49 | |
2011-05-29 | Rename C++ source files to have .cc extension | dos-reis | 5 | -1/+1 | |
2011-05-29 | * interp/sys-utility.boot (displayTextFile): New. | dos-reis | 16 | -48/+66 | |
* interp/i-syscmd.boot (summary): Use it. (copyright): Likewise. * algebra/net.spad.pamphlet: Replace closeFile with closeStream. * boot/translator.boot: Likewise. * interp/as.boot: Likewise. * interp/ax.boot: Likewise. * interp/br-saturn.boot: Likewise. * interp/br-search.boot: Likewise. | |||||
2011-05-29 | * lisp/core.lisp.in (readExpr): New. | dos-reis | 29 | -21443/+21400 | |
* interp/as.boot: Replace READLINE with readLine. * interp/br-data.boot: Likewise. * interp/br-saturn.boot: Likewise. * interp/br-search.boot: Likewise. * interp/c-doc.boot: Likewise. * interp/cstream.boot: Likewise. * interp/g-error.boot: Likewise. * interp/ht-root.boot: Likewise. * interp/htcheck.boot: Likewise. * interp/i-syscmd.boot: Likewise. * interp/msgdb.boot: Likewise. * interp/server.boot: Likewise. * interp/topics.boot: Likewise. * interp/compat.boot (READLINE): Remove. * interp/sys-macros.lisp (shoeConsole): Remove. (shoeInputFile): Likewise. (shoeread-line): Likewise. * boot/ast.boot (bfQ): %nothing only needs EQ. * algebra/files.spad.pamphlet (File) [read!, readIfCan!]: Use readExpr instead of VMREAD. Avoid PLACEP (TextFile) [readLine!, readLineIfCan!]: Likewise. | |||||
2011-05-29 | more gui codes | dos-reis | 3 | -47/+193 | |
2011-05-28 | * lisp/core.lisp.in: Define and export readLine and readbyte. | dos-reis | 12 | -30/+37 | |
* interp/sys-utility.boot (readByteFromFile): Remove. * boot/tokens.boot: Don't rename readLine and readByte. * boot/includer.boot (shoeReadLine): Remove. (bRgen1): Adjust. Use resdLine. * algebra/net.spad.pamphlet (InputBinaryFile): Use readByte from the runtime system. | |||||
2011-05-28 | update copyright file | dos-reis | 1 | -6/+6 | |
2011-05-27 | minor tweak | dos-reis | 2 | -4/+4 | |
2011-05-27 | minor gui code cleanup | dos-reis | 3 | -14/+17 | |
2011-05-27 | minor gui cleanup | dos-reis | 3 | -30/+45 | |
2011-05-27 | more gui codes | dos-reis | 6 | -17/+49 | |
2011-05-26 | * boot/ast.boot (shoeCompTran1): Translate arguments to vector | dos-reis | 3 | -17/+18 | |
constructor too. | |||||
2011-05-25 | small gui mods | dos-reis | 2 | -22/+28 | |
2011-05-25 | more gui codes | dos-reis | 3 | -84/+80 | |
2011-05-24 | more gui codes | dos-reis | 5 | -94/+144 | |
2011-05-23 | Fix thinko | dos-reis | 1 | -1/+1 | |
2011-05-23 | Add new files | dos-reis | 8 | -6/+489 | |
2011-05-21 | more cleanup | dos-reis | 5 | -18/+25 | |
2011-05-21 | * interp/modemap.boot (augModemapsFromDomain): Don't add modemaps | dos-reis | 15 | -19552/+19578 | |
for element types of Vector or List aggregates. * algebrar/: Adjust algebras that depended on this behaviour. | |||||
2011-05-20 | * interp/compiler.boot (compConstructorCategory): Rewrite. | dos-reis | 2 | -2/+24 | |
2011-05-20 | more cleanup | dos-reis | 1 | -14/+11 | |
2011-05-20 | more cleanup | dos-reis | 11 | -20/+19 | |
2011-05-19 | * algebra/aggcat.spad.pamphlet (Aggregate) [more?,less?,size?]: | dos-reis | 14 | -21715/+21706 | |
Move to StreamAggregate. * algebra/array2.spad.pamphlet (TwoDimensionalArrayCategory): Don't implement them. * algebra/tree.spad.pamphlet (Tree): Likewise. | |||||
2011-05-19 | remove construc.lisp | dos-reis | 2 | -841/+1 | |
2011-05-19 | * interp/i-analy.boot (bottomUpForm0): Tidy. | dos-reis | 6 | -43/+33 | |
* interp/i-eval.boot (evalForm): Likewise. * interp/buildom.boot (formalRecordField): New. (eltRecordFun): Use it. (seteltRecordFun): New. * interp/g-opt.boot (optSETRECORDELT): Remove. (optRECORDCOPY): Likewise. * interp/vmlisp.lisp (MAKE-VEC): Likewise. | |||||
2011-05-19 | * interp/i-eval.boot (evalForm): Adjust. | dos-reis | 6 | -30/+47 | |
* interp/buildom.boot (mkRecordFun): New. (eltRecordFun): Likewise. (copyRecordFun): Likewise. (mkRecordFunList): Use them. * interp/g-opt.boot (optMkRecord): Remove. (optRECORDELT): Likewise. * interp/lisp-backend.boot: Translate %vcopy. | |||||
2011-05-19 | more cleanup | dos-reis | 14 | -78/+64 | |
2011-05-19 | more cleanup | dos-reis | 16 | -55/+51 | |
2011-05-19 | * interp/buildom.boot (lookupInDomainVector): Establish a new | dos-reis | 19 | -61/+64 | |
binding for $lookupDefaults. | |||||
2011-05-18 | Tidy formatting | dos-reis | 2 | -27/+33 | |
2011-05-18 | fix dependency on showimp.boot | dos-reis | 2 | -2/+2 | |
2011-05-18 | * interp/buildom.boot (mkEnumerationFunList): Include enum | dos-reis | 2 | -10/+16 | |
constants in the operation list. |