index
:
open-axiom
master
new-build
open scientific computation system
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-28
* boot/ast.boot (bfReduceCollect): Delegate to bfDoCollect if
dos-reis
1
-0
/
+5
2011-04-28
* boot/ast.boot (bfCollect): Use bfDoCollect.
dos-reis
1
-0
/
+5
2011-04-27
* boot/ast.boot (bfMakeCollectInsn): Fix thinko.
dos-reis
1
-0
/
+4
2011-04-27
* interp/br-util.boot (dbInfovec): Move to c-util.boot
dos-reis
1
-0
/
+4
2011-04-25
* boot/translator.boot (inAllContexts): New.
dos-reis
1
-0
/
+6
2011-04-24
* boot/initial-env.lisp (MEMQ): Remove.
dos-reis
1
-0
/
+8
2011-04-24
* boot/ast.boot (bfMakeCollectInsn): New.
dos-reis
1
-0
/
+5
2011-04-24
* boot/ast.boot (bfDoCollect): New. Implement one-pass
dos-reis
1
-0
/
+6
2011-04-23
* boot/ast.boot (bf0APPEND): Remove.
dos-reis
1
-0
/
+6
2011-04-23
* lisp/core.lisp.in: Export basic types and compiler data types.
dos-reis
1
-0
/
+12
2011-04-22
* boot/tokens.boot: Don't translate setDifference.
dos-reis
1
-0
/
+10
2011-04-22
* boot/utility.boot (copyList): Define.
dos-reis
1
-0
/
+6
2011-04-21
* boot/tokens.boot: Don't translate lastNode anymore.
dos-reis
1
-0
/
+5
2011-04-21
* boot/utility.boot (objectMember?): Don't rely non tail recursion
dos-reis
1
-0
/
+8
2011-04-21
* boot/tokens.boot: Don't rename nreverse.
dos-reis
1
-0
/
+7
2011-04-20
* interp/sys-utility.boot (substitute): Define.
dos-reis
1
-0
/
+8
2011-04-19
* boot/tokens.boot: charUpcase, charDowncase, stringUpcase,
dos-reis
1
-0
/
+6
2011-04-19
* interp/newfort.boot: Likewise.
dos-reis
1
-0
/
+12
2011-04-19
* boot/ast.boot (%Module): Now take three arguments.
dos-reis
1
-0
/
+7
2011-04-17
* boot/tokens.boot: Translate maxIndex to MAXINDEX.
dos-reis
1
-0
/
+4
2011-04-16
* boot/tokens.boot (shoeIdChar): Accept "!" too.
dos-reis
1
-0
/
+4
2011-04-14
* interp/msgdb.boot: Use stringChar more often.
dos-reis
1
-0
/
+4
2011-04-12
* lisp/core.lisp.in: Include SB-SPROF when profiling SBCL-based build.
dos-reis
1
-0
/
+4
2011-04-10
specify linker for ECL
dos-reis
1
-0
/
+5
2011-04-10
* config/open-axiom.m4 (OPENAXIOM_HOST_LISP_CPU_PRECISION):
dos-reis
1
-0
/
+5
2011-03-22
* algebra/op.spad.pamphlet (BasicOperator) [display]: Now return a
dos-reis
1
-0
/
+8
2011-03-20
* interp/g-opt.boot ($VMsideEffectFreeOperators): Include
dos-reis
1
-0
/
+7
2011-03-20
* boot/translator.boot (FC): Remove.
dos-reis
1
-0
/
+25
2011-03-17
* utils/storage.H: Rework.
dos-reis
1
-0
/
+5
2011-03-16
* interp/i-syscmd.boot (compileSpad2Cmd): Remove experimental
dos-reis
1
-0
/
+18
2011-03-13
* src/algebra/: Systematically use not zero? when comparing for
dos-reis
1
-0
/
+5
2011-03-12
* src/algebra/: Systematically use not one? when comparing for
dos-reis
1
-0
/
+5
2011-03-12
* src/algebra/: Systematically use negative? when comparing for
dos-reis
1
-0
/
+5
2011-03-12
* src/algebra/: Systematically use negative? when comparing for
dos-reis
1
-0
/
+5
2011-03-12
* src/algebra/: Systematically use negative? when comparing for
dos-reis
1
-0
/
+5
2011-03-12
* algebra/si.spad.pamphlet (IntegerNumberSystem) [positive?]:
dos-reis
1
-0
/
+9
2011-03-12
* algebra/catdef.spad.pamphlet (OrderedAbelianGroup): Export
dos-reis
1
-0
/
+7
2011-03-10
* algebra/catdef.spad.pamphlet (CharacteristicNonZero)
dos-reis
1
-0
/
+12
2011-03-10
* interp/c-util.boot (equalFormTemplate): Tidy comparison of value
dos-reis
1
-0
/
+5
2011-03-10
* interp/c-util.boot (mutateArgumentList): New.
dos-reis
1
-0
/
+10
2011-03-10
* interp/c-util.boot (resolveConstantForm): New. Split out of
dos-reis
1
-0
/
+6
2011-03-09
* algebra/catdef.spad.pamphlet (StepThrough) [nextItem]: Now
dos-reis
1
-0
/
+12
2011-03-09
* algebra/catdef.spad.pamphlet (EuclideanDomain)
dos-reis
1
-0
/
+7
2011-03-09
* interp/g-opt.boot: %pair, %list, %vector, %bitvector are now
dos-reis
1
-0
/
+7
2011-03-09
* interp/g-opt.boot (semiSimpleRelativeTo?): Consider conditionals.
dos-reis
1
-0
/
+4
2011-03-08
* algebra/catdef.spad.pamphlet (SemiRing): New category.
dos-reis
1
-0
/
+4
2011-03-07
* interp/sys-utility.boot (getSystemModulePath): Use
dos-reis
1
-0
/
+20
2011-03-07
* algebra/si.spad.pamphlet (SingleInteger): Logic is indirectly
dos-reis
1
-0
/
+5
2011-03-06
* interp/i-eval.boot (mkEvalable): Simplify.
dos-reis
1
-1
/
+8
2011-03-06
* interp/g-opt.boot ($VMsideEffectFreeOperators): Include %c2s.
dos-reis
1
-0
/
+8
[prev]
[next]