Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-30 | Move bemol.cc's Fragment to core library. | Gabriel Dos Reis | 2 | -4/+57 | |
2015-12-29 | Tidy C++ code tokenizing Boot and Spad inputs. | Gabriel Dos Reis | 13 | -8/+22 | |
2015-12-23 | Arrange the source include director to mirror expected build structure ↵ | Gabriel Dos Reis | 20 | -0/+170 | |
instead of creating links. | |||||
2014-11-30 | Misc cleanup. | dos-reis | 1 | -0/+18 | |
2014-11-29 | Move code from bemol.cc to library. | dos-reis | 2 | -18/+114 | |
2014-11-18 | Remove format_on from Package. | dos-reis | 1 | -1/+0 | |
2014-11-18 | Add visitor to Dynamic values. | dos-reis | 2 | -4/+35 | |
2014-11-16 | Check for LLVM framework | dos-reis | 3 | -14/+107 | |
2014-09-16 | Add more functionalities to the VM. | dos-reis | 3 | -53/+127 | |
2014-09-16 | Tidy value representation. | dos-reis | 1 | -70/+95 | |
2014-09-16 | Tidy all-boot dependencies. | dos-reis | 1 | -3/+1 | |
2014-08-31 | Rename BasicString to InternedString | dos-reis | 1 | -8/+8 | |
2014-08-30 | Add Lisp punctuators to the generic lexer. | dos-reis | 2 | -2/+37 | |
2014-08-30 | Rename TokenStream<> to Tokenizer<> | dos-reis | 1 | -4/+23 | |
2014-08-27 | Tidy TokenStream<>::get() | dos-reis | 1 | -286/+295 | |
2014-08-26 | Add generic Boot and Spad tokenizer. | dos-reis | 4 | -168/+714 | |
2014-08-18 | Tidy. | dos-reis | 1 | -108/+108 | |
2014-08-18 | Add src/boot/Makefile.am | dos-reis | 2 | -2/+2 | |
2014-08-17 | OpenAxiom::VM::Value is now a distinct type. | dos-reis | 1 | -18/+19 | |
2014-08-17 | OpenAxiom::VM::Fixnum is now a distinct type. | dos-reis | 1 | -8/+11 | |
2014-08-17 | Tidy VM's Character representation. | dos-reis | 1 | -13/+15 | |
2014-08-16 | Avoid SBCL deprecated features. | dos-reis | 1 | -6/+2 | |
2014-02-03 | Fix global variable names in Makefiles | dos-reis | 1 | -1/+2 | |
2013-12-15 | Fix SF/95. | dos-reis | 1 | -2/+2 | |
* include/vm.H (internal_type): Adjust. (internal_data): Likewise. | |||||
2013-11-27 | * include/storage.H (Arena<T>::allocate): Adjust spelling of | dos-reis | 1 | -4/+2 | |
alignment query operator. (Arena<T>::Arena): Likewise. (HashTableEntry<T>): Adjust spelling of alignment specifier. | |||||
2013-11-03 | Add Charset.H stub | dos-reis | 1 | -0/+49 | |
2013-06-30 | Simplify 'server' definition and use. | dos-reis | 1 | -3/+3 | |
2013-06-28 | Add src/rt for core runtime support. | dos-reis | 4 | -0/+138 | |
2013-06-27 | Add small Lisp evaluator for the benefit of new GUI. | dos-reis | 4 | -20/+556 | |
2013-06-26 | Rewrite s-expression reader. | dos-reis | 3 | -186/+119 | |
2013-06-25 | * include/sexpr.H: Move from utils. | dos-reis | 1 | -0/+461 | |
(UniqueAllocator): Remove. (SyntaxComparator): Likewise. * syntax/sexpr.cc: Move from utils. | |||||
2013-06-22 | Use token::value more. | dos-reis | 1 | -11/+14 | |
2013-06-22 | Fix incomplete checking. | dos-reis | 1 | -17/+0 | |
2013-06-22 | Add SourceFile.H | dos-reis | 3 | -9/+55 | |
2013-06-22 | * include/FileMapping.H: New. | dos-reis | 2 | -19/+65 | |
2013-06-22 | Use Byte for data from input source. | dos-reis | 1 | -6/+6 | |
2013-06-21 | * include/dialect.H: New. | dos-reis | 2 | -0/+362 | |
* include/diagnostics.H: Likewise. * include/storage.H: Move from utils/. | |||||
2013-06-20 | Add basic diagnostics standard streams. | dos-reis | 1 | -0/+55 | |
2013-06-01 | Support --output in compiler, for bootstrapping stage. | dos-reis | 1 | -2/+4 | |
2013-04-06 | Add token representation files | dos-reis | 1 | -0/+199 | |
2013-04-04 | Add initial io library files | dos-reis | 4 | -0/+340 | |
2013-04-03 | Fix up fallout from C++11 switch | dos-reis | 1 | -26/+40 | |
2012-08-26 | * graph/Gdraws/Gfun.c (GDrawLine): Make string parameter of type | dos-reis | 1 | -1/+1 | |
const char*. (GDrawPushButton): Likewise. (GDrawString): Likewise. (PSCreateContext): Likewise. (centerX): Likewise. * Makefile.am (all-graph): Require all-utils. | |||||
2012-08-26 | * include/sockio.h (init_purpose_table): Remove declaration. | dos-reis | 1 | -13/+4 | |
(redirect_stdio): Likewise. (init_socks): Likewise. (flush_stdout): Likewise. (print_line): Likewise. (BaloonServer): Remove. (DebugWindow): Likewise. (Forker): Likewise. (AV): Likewise. * interp/server.boot (serverReadLine): Do not flushOutput. * interp/sys-constants.boot ($MessageServer): Remove. ($DebugWindow): Likewise. ($Forker): Likewise. * interp/sys-os.boot (printLine): Remove associated foreign import. * lib/sockio-c.c (init_purpose_table): Do not export. (init_socks): Likewise. (get_socket_type): Simplify. Remove dead code. (redirect_stdio): Remove. (flush_stdio): Likewise. (print_line): Likewise. | |||||
2012-08-19 | * boot/ast.boot (genSBCLnativeTranslation): Do no prepend an | dos-reis | 1 | -1/+1 | |
underbar when WIN32 (no longer necessary.) * include/open-axiom.h (OPENAXIOM_EXPORT): Fix thino. | |||||
2012-08-19 | * include/sockio.h (connect_to_local_server): First parameter now | dos-reis | 2 | -2/+2 | |
const char*. * include/pixmap.h (zzopen): Second parameter now const char*. * lib/pixmap.c: Propagate change. * lib/sockio-c.c: Likewise. * hyper/parse-types.c (parse_verbatim): Tidy. * hyper/spadint.c (print_source_to_string1): Likewise. * hyper/initx.h (init_top_window): Change parameter type to const char*. * hyper/initx.c: Propagate change. * hyper/titlebar.c: Tidy. (set_name_and_icon): icon_name is now of type const char*. (get_border_properties): bwidth is not of type const char*. (mergeDatabases): classname is now of type const char*. (is_it_850): probtbl.name is now of type const char*. | |||||
2012-08-19 | * include/util.H1 (getmemWithLine): Second argument is now const char*. | dos-reis | 2 | -3/+3 | |
(saymemWithLine): First argument is now char*. * lib/util.c: Propogate change. * include/XSpadFill.h (SpadFillGC): Change last parameter type to const char*. * lib/XSpadFill.c (SpadFillGC): Likewise. | |||||
2011-09-03 | * lib/pixmap.c: Include standard header. | dos-reis | 1 | -486/+0 | |
* include/xpm.h: Remove. | |||||
2011-08-19 | Fix Graphics components startup | alfredoport | 1 | -2/+2 | |
2011-06-27 | * utils/Makefile.in (libOpenAxiom_SOURCES): Include filesystem.cc | dos-reis | 1 | -0/+29 | |
* include/open-axiom.h (Filesystem): New. * gui/debate.cc (Debate::Debate): Initialize fs data member. * gui/debate.h (Debate): Declare it. |