aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-06(no commit message)dos-reis5-2/+9
2013-04-06gui: tidy updos-reis4-5/+9
2013-04-06gui: add new Server classdos-reis2-0/+118
2013-04-06gui: add new Server classdos-reis1-2/+2
2013-04-06gui: make FS part of the main windowdos-reis4-7/+9
2013-04-06Add token representation filesdos-reis17-493/+2007
2013-04-04convert src/algebra/Makefile.in to Automake stuffdos-reis8-834/+3892
2013-04-04Add initial io library filesdos-reis18-43/+1855
2013-04-03Fix up fallout from C++11 switchdos-reis10-103/+116
2013-04-03 * config/open-axiom.m4 (OPENAXIOM_REQUIRE_CXX11): New.dos-reis5-10/+54
* configure.ac: Use it.
2013-04-02 * gui/conversation.h (Question::leaveEvent): Remove.dos-reis3-19/+11
(Question::focusOutEvent): Likewise. * gui/conversation.cc: Remove corresponding definitions.
2013-04-02 * gui/conversation.cc (font_units): Rename from em_metrics.dos-reis2-7/+15
Adjust callers. (Answer::Answer): Use raised frame style.
2013-04-02Add experimental --gui optiondos-reis2-1/+2
2013-04-02Use oa_setenvdos-reis1-2/+2
2013-04-02Tidy up QApplication initializationdos-reis1-2/+2
2013-04-01More C cleanupsdos-reis6-11/+19
2013-04-01Fix sed issue on MAC OS X Montain Liondos-reis3-1/+3
2013-04-01Update release notesdos-reis1-1/+15
2013-04-01Update installation instructionsdos-reis1-43/+14
2013-04-01More C cleanupsdos-reis14-13/+45
2013-04-01More C cleanupsdos-reis15-33/+36
2013-04-01Fix various warnings from the C++ compilerdos-reis8-102/+102
2013-03-31 * interp/pile.boot (insertpile): Tidy.dos-reis6-339/+309
(pilePlusComments): Likewise. (pileTree): Likewise. (eqpileTree): Likewise.
2013-03-31Update data stamp and rotate changelogsdos-reis9-1945/+1982
2012-10-112012-10-10 Igor Pashev <pashev.igor@gmail.com>dos-reis4-3/+19
Andrey G, Grozin <A.G.Grozin@inp.nsk.su> Gabriel Dos Reis <gdr@cs.tamu.edu> * config/open-axiom.m4 (OPENAXIOM_LISP_FLAGS): Inhibit system-wide or user-supplied initialization files. src/ChangeLog 2012-10-10 Igor Pashev <pashev.igor@gmail.com> Andrey G, Grozin <A.G.Grozin@inp.nsk.su> Gabriel Dos Reis <gdr@cs.tamu.edu> * utils/command.cc (build_rts_options) [sbcl_runtime]: Inhibit system-wide and user-supplied initialization files.
2012-10-01Bump date and update Autotools scriptsdos-reis6-570/+718
2012-08-26 * hyper/hthits.c (splitpage): Revert unintended change from lastdos-reis3-4/+10
commit. * hyper/initx.c (is_it_850): Likewise.
2012-08-26 * graph/Gdraws/Gfun.c (GDrawLine): Make string parameter of typedos-reis35-47/+60
const char*. (GDrawPushButton): Likewise. (GDrawString): Likewise. (PSCreateContext): Likewise. (centerX): Likewise. * Makefile.am (all-graph): Require all-utils.
2012-08-26 * interp/sys-os.boot (flushStdout): Remove as unused.dos-reis5-14/+17
* interp/i-toplev.boot (recordAndPrint): Do not print a newline before formatting the result.
2012-08-26 * interp/debug.lisp: Remove reference to TOK and CHR.dos-reis9-26/+21
* interp/spad-parser.boot: Likewise. * interp/g-error.boot: Likewise. * interp/sys-globals.boot: Likewise. * interp/br-saturn.boot: Replace TERSYSCOMAND by terminateSystemCommand. * interp/i-syscmd.boot: Likewise. (terminateSystemCommand): Simplify. * interp/spad.lisp (TERSYSCOMMAND): Remove.
2012-08-26 * include/sockio.h (init_purpose_table): Remove declaration.dos-reis6-92/+49
(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-26 * interp/br-saturn.boot: Replace TERPRI with finishLine.dos-reis16-36/+54
* interp/c-util.boot: Likewise. * interp/clam.boot: Likewise. * interp/compiler.boot: Likewise. * interp/diagnostics.boot: Likewise. * interp/format.boot: Likewise. * interp/functor.boot: Likewise. * interp/g-error.boot: Likewise. * interp/ht-util.boot: Likewise. * interp/i-syscmd.boot: Likewise. * interp/i-toplev.boot: Likewise. * interp/postpar.boot: Likewise. * interp/setvars.boot: Likewise. * interp/topics.boot: Likewise. * interp/trace.boot: Likewise.
2012-08-26 * interp/i-util.boot: Lose paramater. Unconditional flush thedos-reis4-5/+9
output stream. Adjust callers.
2012-08-24version: use *build-version* instead of *yearweek*alfredoport2-1/+6
2012-08-23 * boot/ast.boot ($ffs): New.dos-reis4-10/+44
(genImportDeclaration): Update it. * boot/translator.boot (genModuleFinalization): Tidy. Generate code to update $dynamicForeignFunctions where necessary. (atLoadOrExecutionTime): New. * lisp/core.lisp.in (UNBIND-FOREIGN-FUNCTION-SYMBOLS): New. (saveCore): Use it. ($dynamicForeignFunctions): New. Export.
2012-08-20 * interp/br-search.boot (getTemporaryDirectory): Search TMPDIR first.dos-reis2-2/+8
Ensure result has a trailing slash.
2012-08-20 * interp/br-util.boot (htPred2English,gn): Tidy.dos-reis3-5/+14
* interp/br-search.boot (pmPreparse): Do not apply pmPreparse,hn. Tidy. (pmPreparse,hn): Remove.
2012-08-20 * interp/spad.lisp (SPAD): Remove obfuscated binding of OUT-STREAM.dos-reis7-25/+26
* interp/spad-parser.boot (paarseEcho): Use $OutputStream in lieu of OUT-STREAM. * interp/server.boot (serverReadLine): Do not bind IN-STEEAM and *EOF*. Tidy. * interp/lexing.boot (IN-TREAM): Remove definition. (OUT-STREAM): Likewise. * interp/int-top.boot (runspad): Do not bind IN-STREAM and *EOF*. (SpadInterpretStream): Remove $shoeReadLineFunction binding. * interp/debug.lisp: Replace IN-STREAM with $InputStream and OUT-STREAM with $OutputStream.
2012-08-20 * interp/Makefile.in: Simplify.dos-reis2-12/+6
2012-08-20 * input/sint.input.pamphlet: Use /\$SingleInteger, not defunctdos-reis2-1/+6
And$SingleInteger.
2012-08-20 * interp/i-coerfn.boot: Do not import i-coerce. Import i-analydos-reis5-14/+21
and i-resolv intead. ($CoerceTable): Fix embarrassing thinko. * interp/i-coerce.boot: Import i-coerfn. (coerceIntTableOrFunction): Tidy. * boot/utility.boot (objectAssoc): Tidy.
2012-08-20Bump date versiondos-reis2-11/+11
2012-08-20 * interp/util.lisp (BUILD-INTERPSYS): loadDelayedFFI early.dos-reis6-64/+61
* interp/sys-driver.boot (%sysInit): Do not call sys-osInitCLispFFI (no longer necessary.) * boot/translator.boot (genModuleFinalization): Generate forms to be evaluated at load and execution time, instead of a function call. * interp/spad.lisp (process): Remove.
2012-08-19 * configure.ac: Define Automake conditional OA_DELAYED_FFI.dos-reis14-10/+123
* config/open-axiom.m4 (OPENAXIOM_CHECK_DELAYED_FFI): New. (OPENAXIOM_HOST_COMPILERS): Call it. src/ * lisp/core.lisp.in (primitiveLoad): New. Export. ($delayedFFI): Likewise. * lisp/Makefile.in (oa_delay_ffi): New. (edit): Update. * interp/sys-utility.boot: import sys-constants instead of sys-os. * interp/sys-driver.boot (%sysInit): Do not loadSystemRuntimeCore. (loadDelayedFFI): New. (executeSpadScript): Call it. (compileSpadLibrary): Likewise. (buildInitdbHandler): Likewise. (systemMain): Likewise. * interp/util.lisp (BUILD-INTERPSYS): Likewise. * interp/Makefile.in (oa_target_moddir): New. (OA_FFI_MOD): Likewise. (OA_FFI_OBJ): Define conditionally. (OBJS): Use it. ($(oa_target_delayed)): New rule. (oa_target_delayed): New. (oa_target_ffi): Define conditionally. (${SAVESYS}): Require it. (${AXIOMSYS}): Likewise. (sys-utility.$(FASLEXT)): Now require sys-constants.$(FASLEXT).
2012-08-19 * boot/ast.boot (genSBCLnativeTranslation): Do no prepend andos-reis4-7/+9
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 nowdos-reis10-18/+38
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-reis5-13/+18
(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.
2012-08-18 * boot/translator.boot (shoeOutParse): Fix thinko.dos-reis6-11/+20
* lib/cfuns-c.c (oa_getcwd): Tidy. (oa_spawn): Likewise. * lib/sockio-c.c (send_string_len): Likewise. * utils/command.cc (option_value): Likewise. (execute_core): Likewise.
2012-07-25 * hyper/htadd.c: Include <string.h>dos-reis3-0/+7
* hyper/lex.c: Likewise.
2012-07-18update MAINTAINERS filedos-reis1-1/+4