aboutsummaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Collapse)AuthorFilesLines
2011-06-27 * utils/Makefile.in (libOpenAxiom_SOURCES): Include filesystem.ccdos-reis2-1/+58
* include/open-axiom.h (Filesystem): New. * gui/debate.cc (Debate::Debate): Initialize fs data member. * gui/debate.h (Debate): Declare it.
2011-06-24 * utils/command.cc (build_rts_options) [clozure_runtime]: Requestdos-reis1-4/+2
no read of initialization file instead of quiet mode. (execute_core): Set arg[0] to the about-to-bed-executed program.
2011-06-20 * utils/storage.H (Memory::Storage::acquire): Remove.dos-reis2-32/+72
(Memory::SinglyLinkedStorage::acquire): Likewise. (Memory::DoublyLinkedStorage): New. * utils/storage.cc (acquire_storage_with_header): Rename from Storage::acquire. Make template. (OneWayLinkHeader): Rename from SingleLinkHeader. (TwoWayLinkHeader): New.
2011-06-05 * utils/command.cc (default_driver): New.dos-reis1-11/+18
(preprocess_arguments): Use it. Honor --no-gui on Windows. (OPENAXIOM_DEFAULT_DRIVER): Remove.
2011-06-02more utility code consolidationdos-reis2-3/+554
2011-03-21Fix some type detection issuesdos-reis3-9/+13
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-reis3-151/+177
* utils/storage.cc: Likewise.
2011-03-16fix thinkodos-reis3-2/+7
2010-12-26(no commit message)dos-reis2-16/+20
2010-12-10Cleanupdos-reis1-2/+2
2010-09-12 * utils/sexpr.H (Token::character): New token type.dos-reis2-0/+46
(Character): New. (Syntax::Visitor::visit): Overload for Character. (Allocator::make_character): Declare. (Parser::parse_character): Likewise. * utils/sexpr.cc (operator<<) [Token::character]: Print data for character token. (Lexer::tokenize): Recognize a character literal. (Parser::parse_character): Define.
2010-08-29 * utils/Makefile.in ($(oa_target_oalib)): Create contaningdos-reis4-19/+69
directory if necessary. * utils/storage.H (Memory::Factory): New. Allocate, construct, and destroy objects. * utils/sexpr.H (Sexpr::Allocator): Use Memory::Factory. * utils/sexpr.cc: Adjust implementation.
2010-08-26 * utils/Makefile.in: Install libOpenAxiom.ados-reis1-1/+7
* driver/main.c (print_configuration_info): New. (main): Handle --config. * driver/utils.c (openaxiom_build_rts_options): Likewise. * driver/utils.h (openaxiom_config_driver): New driver enumerator.
2010-08-26 * config/open-axiom.m4 (OPENAXIOM_BUILD_TOOLS): Check for ln -sdos-reis9-15/+39
and sed. * config/var-def.mk (oa_target_includedir): New.
2010-08-24 Implement an s-expression C++ library.dos-reis9-12/+1563
* utils/hash-table.H: New. * utils/sexpr.H: Likewise. * utils/sexpr.cc: Likewise. * utils/string-pool.H: Likewise. * utils/string-pool.cc: Likewise. * utils/storage.H: Include openaxiom-c-macros.h (Memory::Storage): New. (Memory::Arena): Likewise. * utils/storage.cc: Implement member functions of new class. * utils/Makefile.in (libOpenAxiom_HEADERS): Include hash-table.H, string-pool.H, and sexpr.H (libOpenAxiom_SOURCES): Include string-pool.cc and sexpr.cc
2010-08-21 External tool noweb is no longer required.dos-reis4-0/+753
* INSTALL: Update instructions. * Makefile.pamphlet: Remove rules for building noweb. (AXIOM_SRC_TARGETS): Include all-utils. * config/open-axiom.m4 (OPENAXIOM_BUILD_TOOLS): Don't check for notangle and noweave. * config/setup-dep.mk: Remove rules for generating document. * config/var-def.mk: Remove NOTANGLE and NOWEAVE variables. * configure.ac: Instantiate Makefile for src/utils.