aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-02-09 * algebra/list.spad.pamphlet (IndexedList): Don't use NEQ.dos-reis9-21788/+21774
2010-02-09 * interp/vmlisp.lisp (MRP): Remove.dos-reis3-7/+7
(SFP): Likewise. * interp/i-syscmd.boot (compileAsharpCmd1): Use getEnv, not GETENV.
2010-02-09 * interp/sys-utility.boot (RECLAIM): Don't error.dos-reis5-13/+17
2010-02-08 * lisp/core.lisp.in ("AxiomCore"): Use Clozure CL's package CCL.dos-reis6-3/+14
2010-02-08 Add support for CLozure CL.dos-reis11-107/+209
* lisp/core.lisp.in: Add support for Clozure CL. (main): Remove as unused. * driver/utils.h (openaxiom_runtime): Add openaxiom_clozure_runtime. * boot/translator.boot (loadNativeModule): Handle Clozure CL. * boot/ast.boot (nativeType): Handle Clozure's FFI types. (nativeReturnType): Likewise. (coerceToNativeType): Likewise. (genCLOZUREnativeTranslation): New. (genImportDeclaration): Use it. * interp/vmlisp.lisp (SINTP): Remove duplicate definition. (SMINTP): Likewise. (ZERO?): Likewise. (GCMSG): Reorganize definition. (BPINAME): Likewise.
2010-02-07 * interp/daase.lisp: Remove conditionals on :CCL.dos-reis16-260/+55
* interp/fname.lisp: Likewise. * interp/foam_l.lisp: Likewise. * interp/macros.lisp: Likewise. * interp/nlib.lisp: Likewise. * interp/patches.lisp: Likewise. * interp/sfsfun-l.lisp: Likewise. * interp/spad.lisp: Likewise. * interp/util.lisp: Likewise. * interp/vmlisp.lisp: Likewise.
2010-02-07 * configure.ac.pamphlet: Add support for --enable-threads.dos-reis5-33/+95
2010-01-30import MT package from capable base Lisp systemsdos-reis4-11/+14
2010-01-032010-01-03 Aleksej Saushev <asau@inbox.ru>dos-reis2-11/+9
* hyper/addfile.c (strpostfix): Simplify.
2010-01-03Annual ChangeLog rotationdos-reis7-2385/+2385
2009-11-17 * algebra/syntax.spad.pamphlet (SpadAstExports): Add case for JoinAst.dos-reis2-0/+15
2009-11-17 * algebra/syntax.spad.pamphlet (StepAst): New.dos-reis13-21490/+21585
(SpadAstExports): Add case for StepAst. (SpadAst): Implement.
2009-11-10 * interp/i-syscmd.boot (reportOpsFromUnitDirectly): Fix thinko.dos-reis2-2/+7
2009-11-09 Fix SF/2893009dos-reis15-23586/+23673
* algebra/syntax.spad.pamphlet (ParameterAst): New. (HeadAst): Use it. * testsuite/interpreter/sf-2893009.input: Likewise. * testsuite/interpreter/sf-2893009.spad: New.
2009-11-01Clean updos-reis7-99/+59
2009-10-31 * interp/br-op2.boot (pairlis): Remove.dos-reis9-26/+30
(modemap2Sig): Use pairList. * interp/compiler.boot (applyMapping): Likewise. * interp/database.boot (augLisplibModemapsFromCategory): Likewise. (getOplistForConstructorForm): Likewise. * interp/define.boot (compDefineCategory2): Likewise. (compDefineFunctor1): Likewise. (mkOpVec): Likewise. * interp/lisplib.boot (finalizeLisplib): Likewise. * interp/nruncomp.boot (mkSlot1sublis): Likewise. * interp/wi1.boot (compDefineCategory2): Likewise. * interp/wi2.boot (compDefineFunctor1): Likewise.
2009-10-29 * algebra/seg.spad.pamphlet (RangeBinding): New.dos-reis13-22488/+22542
(SegmentBinding): Tidy. * algebra/exposed.lsp.pamphlet (RangeBinding): Expose. * algebra/Makefile.pamphlet (axiom_algebra_layer_19): Include RNGBIND.
2009-10-27 * interp/nruncomp.boot (buildFunctor): Remove $MissingFunctionInfo.dos-reis8-16960/+16924
* interp/functor.boot (SetFunctionSlots): Simplify. (SigSlotsMatch): Likewise. (CheckVector): Remove. (makeMissingFunctionEntry): Refer to $SetFunctions.
2009-10-27(no commit message)dos-reis1-22/+0
2009-10-27 * algebra/taylor.spad.pamphlet (InnerTaylorSeries): Now satisfiesdos-reis7-21025/+20974
BiModule(Coef,Coef). Remove duplicate exports. Use rep and per operators.
2009-10-26 * share/tex/open-axiom.sty: New.dos-reis8-5/+106
* share/Makefile.in (FILES): Update. ($(axiom_target_texdir)/open-axiom.sty): New rule. * lib/cfuns-c.c (oa_spawn)[__WIN32__]: Return exit status if in overlay mode. * include/open-axiom.h (OPENAXIOM_TEXINPUTS_PATH): Tidy. (OPENAXIOM_BIBINPUTS_PATH): Likewise. * driver/utils.c (print_usage): Document --execute option.
2009-10-26Remove duplicate libtool targetdos-reis3-9/+3
2009-10-25 * lib/cfuns-c.c (oa_concatenate_string): Define.dos-reis12-75/+153
* include/open-axiom.h (openaxiom_ifs): New. (OPENAXIOM_TEXINPUTS_PATH): Likewise. (OPENAXIOM_BIBINPUTS_PATH): Likewise. * driver/main.c (augment_variable): New. (upgrade_environment): Likewise. Call publish_systemdir. (main): Call it instead of publish_systemdir. Handle 'spawn' driver. * driver/utils.h (openaxiom_execute_driver): New kind of driver. * driver/utils.c (openaxiom_preprocess_arguments): Tidy. (openaxiom_execute_core): Likewise. * sman/sman.c (process_arguments): Likewise. (process_options): Likewise.
2009-10-25Check for a C++ compilerdos-reis3-936/+5119
2009-10-25(no commit message)dos-reis3-6/+6
2009-10-25 Check for Qt utilities moc and qmake.dos-reis6-14/+153
2009-10-25(no commit message)dos-reis1-3/+3
2009-10-25 * lib/cfuns-c.c (oa_spawn): New.dos-reis6-33/+122
(oa_allocate_process_argv): Likewise.
2009-10-15 * interp/buildom.boot: Tidy. dos-reis4-9/+35
2009-10-15 * interp/i-syscmd.boot (reportOpsFromUnitDirectly): Tidy.dos-reis378-378/+382
2009-10-14 * algebra/string.spad.pamphlet (hash$IndexedString): Simplify.dos-reis2-10/+8
2009-10-14 * interp/i-funsel.boot (findFunctionInDomain): Fix thinko.dos-reis2-1/+5
2009-10-14(no commit message)dos-reis3-21/+27
2009-10-14(no commit message)dos-reis4-14/+18
2009-10-122009-10-12 Kostas Oikonomou <ko@research.att.com>dos-reis5-46/+103
* algebra/tex.spad.pamphlet: Update special function list.
2009-10-10 * algebra/void.spad.pamphlet (Void): Remove Rep definition.dos-reis2-7/+11
2009-10-09 Fix SF/2875134dos-reis6-14/+39
* interp/ptrees.boot: New. (pfIdSymbol): Use it. (pfSymbolSymbol): Likewise. (pfInfApplication): Likewise. * testsuite/interpreter/sf-2875134.input: New.
2009-10-03Commit last change for OpenSolarisdos-reis1-1/+1
2009-10-01 * driver/Makefile.in (open_axiom_LDADD): Prefer libraries from builddos-reis5-12/+17
lib/ directory.
2009-09-30 * sman/sman.c (should_I_clef): Remove.dos-reis2-12/+5
2009-09-30 * sman/sman.c (fix_env): Simplify.dos-reis7-42/+68
(exec_command_env): Lose second parameter. (fork_Axiom): Take a new parameter. (start_the_Axiom): Adjust. (main): Likewise. * interp/int-top.boot (printFirstPrompt?): New. (SpadInterpretStream): Use it. * driver/utils.h (openaxiom_allocate_command_argv): Declare. * driver/utils.c (openaxiom_allocate_command_argv): Define. * driver/Makefile.in (open-axiom$(EXEEXT)): Link statically.
2009-09-30 * driver/Makefile.in (open-axiom): Link against core runtime.dos-reis5-15/+33
* driver/main.c (publish_systemdir): Rework. * include/cfuns.h (oa_setenv): Declare. * lib/cfuns-c.c (oa_setenv): Define.
2009-09-29 * algebra/xpoly.spad.pamphlet (OrderedFreeMonoid): Really make andos-reis2-1/+6
OrderedMonoid.
2009-09-29 * interp/br-util.boot (htPred2English): Espace "has".dos-reis4-3/+9
* interp/format.boot (pred2English): Likewise. * interp/i-spec1.boot ($specialOps): Likewise.
2009-09-29 * interp/i-funsel.boot (matchMmSig): Fix thinko from revision 1297.dos-reis20-28/+32
2009-09-27 Fix SF/2854105dos-reis25-13/+570
* graph/PS/*.ps: New.
2009-09-27 * algebra/free.spad.pamphlet (FreeMonoidCategory): New.dos-reis10-27350/+27386
(FreeModule): Use it. * algebra/xpoly.spad.pamphlet (OrderedFreeMonoid): Likewise.
2009-09-26Fix typodos-reis2-3/+2
2009-09-26More cleanupdos-reis54-217/+217
2009-09-26More cleanupdos-reis21-40/+40