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
/
interp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-30
* algebra/si.spad.pamphlet (SingleInteger): Use %iaddmod,
dos-reis
2
-20
/
+13
2012-04-30
* interp/compiler.boot: Use float? in lieu of FLOATP.
dos-reis
15
-51
/
+31
2012-04-30
* interp/fortcall.boot: Use copyTree, not COPY-TREE.
dos-reis
6
-118
/
+104
2012-04-30
* lisp/core.lisp.in (fixnum?): New.
dos-reis
8
-71
/
+25
2012-04-29
* interp/debug.lisp: ident? in lieu of IDENTP.
dos-reis
5
-44
/
+37
2012-04-29
* boot/ast.boot (bfNumber?): Rename from bfSmintable. Check for
dos-reis
1
-0
/
+21
2012-04-28
* interp/compiler.boot (finishLambdaExpression): Tidy.
dos-reis
2
-3
/
+7
2012-04-28
* interp/boot-pkg.lisp (gensym?): Check for non-null object.
dos-reis
8
-28
/
+26
2012-02-27
* interp/nruncomp.boot (markOperation): New.
dos-reis
2
-9
/
+11
2012-02-27
* interp/compiler.boot (compFormWithModemap): Mark implementation
dos-reis
1
-6
/
+8
2012-02-27
* interp/compiler.boot (emitLocalCallInsn): Mark external
dos-reis
2
-8
/
+12
2012-02-26
* interp/g-util.boot (usedSymbol?): Remove.
dos-reis
4
-27
/
+28
2012-02-26
* interp/c-util.boot (numOfOccurencesOf): Tidy.
dos-reis
3
-3
/
+6
2012-02-26
* interp/compiler.boot (compTopLevel): Do not bind $killOptimizeIfTrue.
dos-reis
3
-14
/
+16
2012-02-25
* interp/compiler.boot (extractCode): Rename from
dos-reis
1
-7
/
+8
2012-02-25
* interp/compiler.boot (finishLambdaExpression): Use %closure.
dos-reis
3
-6
/
+6
2012-02-25
* interp/nruncomp.boot (genDeltaEntry): Fix thinko.
dos-reis
1
-1
/
+1
2012-02-24
* interp/lexing.boot: "assume" is now also a keyword for the compiler.
dos-reis
2
-2
/
+15
2012-02-23
* interp/nruncomp.boot (genDeltaEntry): Replace applyFun with %apply.
dos-reis
4
-13
/
+7
2012-02-20
* interp/lexing.boot (getNumberToken): New.
dos-reis
4
-117
/
+102
2012-02-19
* interp/compiler.boot (compBuiltinDomain): Compute the exports
dos-reis
2
-6
/
+10
2012-02-19
* interp/compiler.boot (compBuiltinDomain): Rename from compCat.
dos-reis
1
-5
/
+5
2012-02-19
* interp/br-data.boot (libConstructorSig): Rename T$ to T for
dos-reis
1
-5
/
+2
2012-02-13
* interp/g-util.boot (stripTags): Rename from stripUnionTags.
dos-reis
8
-16
/
+59
2012-02-13
* interp/define.boot (getCatAncestors): Remove. Adjust caller.
dos-reis
1
-5
/
+3
2012-02-13
* interp/define.boot (NRTcatCompare): Remove.
dos-reis
1
-5
/
+3
2012-02-12
* interp/define.boot (depthAssocList): Take the cache as second
dos-reis
1
-11
/
+9
2012-02-12
* algebra/coerce.spad.pamphlet (Type): Redefine as empty Join.
dos-reis
1
-1
/
+2
2012-02-12
* interp/define.boot (getParentsFor): Lose second parameter. Tidy.
dos-reis
2
-37
/
+24
2012-02-12
* interp/br-data.boot (ancestorsRecur): Tidy.
dos-reis
2
-7
/
+5
2012-02-11
(ancestorsRecur): Likewise.
dos-reis
1
-3
/
+2
2012-02-11
* interp/br-data.boot (getParentsFor): Move to define.boot.
dos-reis
1
-3
/
+2
2012-02-11
* interp/br-data.boot (getParentsFor): Move to define.boot.
dos-reis
2
-37
/
+24
2012-02-10
* interp/define.boot (mkEvalableCategoryForm): Compile only
dos-reis
1
-7
/
+8
2012-02-10
* interp/database.boot (categoryConstructor?): New.
dos-reis
2
-6
/
+8
2012-02-09
* interp/g-opt.boot (optCall): Simplify SPADCALL of atomic
dos-reis
1
-5
/
+9
2012-02-07
* interp/lisplib.boot (dbLocateModule): New.
dos-reis
2
-18
/
+30
2012-02-05
* interp/nruncomp.boot (getLocalIndex): Fast track niladic
dos-reis
1
-1
/
+2
2012-01-14
* interp/i-util.boot ($intTopLevel): Move to sys-constants.boot.
dos-reis
4
-12
/
+10
2012-01-14
* interp/spaderror.lisp: Move convent to spad.lisp. Remove.
dos-reis
3
-111
/
+59
2012-01-14
* interp/patches.lisp: Move content to msgdb.boot. Remove.
dos-reis
4
-79
/
+28
2012-01-14
* interp/word.boot: Add import and scope statements. Include in
dos-reis
7
-50
/
+13
2012-01-14
* lisp/core.lisp.in (mkIntArray): New. Export.
dos-reis
6
-94
/
+33
2012-01-13
* interp/category.boot: Rename AncestorP to ancestor?.
dos-reis
3
-18
/
+18
2012-01-12
* boot/tokens.boot (keywordId): New.
dos-reis
1
-2
/
+2
2012-01-08
* boot/ast.boot (bfEnum): New.
dos-reis
1
-2
/
+2
2012-01-01
* interp/define.boot (evalCategoryForm): New.
dos-reis
2
-6
/
+10
2011-12-28
* interp/vmlisp.lisp (SORTBY): Remove.
dos-reis
11
-31
/
+24
2011-12-28
* boot/tokens.boot: Remove redundant renaming of REM.
dos-reis
6
-12
/
+13
2011-12-28
* boot/tokens.boot: Do not rewrite drop and take.
dos-reis
31
-74
/
+60
[prev]
[next]