aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2013-04-08more gui cleanupdos-reis4-20/+17
2013-04-08misc gui cleanupdos-reis7-77/+46
2013-04-08(no commit message)dos-reis2-3/+3
2013-04-08Remove QTabWidget intermediarydos-reis5-14/+17
2013-04-07(no commit message)dos-reis5-10/+15
2013-04-07tidy driver invokationdos-reis2-5/+5
2013-04-07small cleanupdos-reis2-6/+16
2013-04-07(no commit message)dos-reis2-1/+1
2013-04-07gui: fix parent of Debatedos-reis3-8/+7
2013-04-07gui: misc cleanupdos-reis9-114/+123
2013-04-06(no commit message)dos-reis3-40/+20
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-reis10-285/+1603
2013-04-04convert src/algebra/Makefile.in to Automake stuffdos-reis5-815/+3876
2013-04-04Add initial io library filesdos-reis11-14/+1133
2013-04-03Fix up fallout from C++11 switchdos-reis7-99/+112
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-reis5-10/+18
2013-04-01Fix sed issue on MAC OS X Montain Liondos-reis3-1/+3
2013-04-01Update release notesdos-reis1-1/+15
2013-04-01More C cleanupsdos-reis11-13/+24
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-reis3-75/+104
(pilePlusComments): Likewise. (pileTree): Likewise. (eqpileTree): Likewise.
2013-03-31Update data stamp and rotate changelogsdos-reis3-1697/+1675
2012-10-112012-10-10 Igor Pashev <pashev.igor@gmail.com>dos-reis2-2/+11
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-reis1-35/+78
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-reis3-3/+6
* 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.