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-06-09
* graph/view3D/header.h (swap): Remove.
dos-reis
1
-0
/
+4
2011-06-06
* lisp/core.lisp.in (%escapeSequenceAverseHost?): New.
dos-reis
1
-0
/
+5
2011-06-05
* utils/command.cc (default_driver): New.
dos-reis
1
-0
/
+6
2011-06-05
* driver/main.cc (upgrade_environment): Augment PATH for Windows
dos-reis
1
-0
/
+5
2011-06-05
* boot/ast.boot: Remove debugging statement.
dos-reis
1
-0
/
+5
2011-05-29
* interp/sys-utility.boot (displayTextFile): New.
dos-reis
1
-0
/
+12
2011-05-29
* lisp/core.lisp.in (readExpr): New.
dos-reis
1
-0
/
+29
2011-05-28
* lisp/core.lisp.in: Define and export readLine and readbyte.
dos-reis
1
-0
/
+10
2011-05-26
* boot/ast.boot (shoeCompTran1): Translate arguments to vector
dos-reis
1
-0
/
+5
2011-05-21
* interp/modemap.boot (augModemapsFromDomain): Don't add modemaps
dos-reis
1
-0
/
+6
2011-05-20
* interp/compiler.boot (compConstructorCategory): Rewrite.
dos-reis
1
-0
/
+4
2011-05-19
* algebra/aggcat.spad.pamphlet (Aggregate) [more?,less?,size?]:
dos-reis
1
-0
/
+8
2011-05-19
* interp/i-analy.boot (bottomUpForm0): Tidy.
dos-reis
1
-0
/
+11
2011-05-19
* interp/i-eval.boot (evalForm): Adjust.
dos-reis
1
-0
/
+11
2011-05-19
* interp/buildom.boot (lookupInDomainVector): Establish a new
dos-reis
1
-0
/
+5
2011-05-18
* interp/buildom.boot (mkEnumerationFunList): Include enum
dos-reis
1
-0
/
+5
2011-05-18
* interp/buildom.boot (Enumeration): Provide implementation of
dos-reis
1
-0
/
+5
2011-05-18
* boot/translator.boot: Remove bindings of $GenVarCounter.
dos-reis
1
-0
/
+5
2011-05-17
* interp/buildom.boot (EnumerationCategory): Rewrite.
dos-reis
1
-0
/
+6
2011-05-16
* boot/ast.boot (bfAtScope): New.
dos-reis
1
-0
/
+6
2011-05-16
* boot/tokens.boot: "do" is now a keyword.
dos-reis
1
-0
/
+8
2011-05-15
* boot/ast.boot (shoeCompTran1): Don't indiscriminately walk CASE
dos-reis
1
-0
/
+6
2011-05-14
* boot/parser.boot (bpNamedScope): New.
dos-reis
1
-0
/
+5
2011-05-13
* boot/utility.boot (charPosition): New.
dos-reis
1
-0
/
+6
2011-05-12
* boot/initial-env.lisp (MAKE-HASHTABLE): Remove.
dos-reis
1
-0
/
+10
2011-05-07
* algebra/table.spad.pamphlet (HashTable): Use tableValue instead
dos-reis
1
-0
/
+5
2011-05-04
* boot/initial-env.lisp (shoeOpenOutputFile): Remove. Adjust
dos-reis
1
-0
/
+5
2011-05-03
* boot/initial-env.lisp (shoeOpenInputFile): Remove. Adjust
dos-reis
1
-0
/
+5
2011-05-02
* boot/ast.boot (idList?, charList?, stringLits?): New.
dos-reis
1
-0
/
+8
2011-05-02
* interp/c-util.boot (categoryRef, domainRef, canonicalForm)
dos-reis
1
-0
/
+5
2011-05-02
* boot/parser.boot (bpDefinition): Accept macro definition
dos-reis
1
-0
/
+12
2011-05-01
* interp/macros.lisp (WI, tryLine, embrace indentNB, tryBreak)
dos-reis
1
-0
/
+7
2011-05-01
* boot/utility.boot (applySubstNQ): New.
dos-reis
1
-0
/
+8
2011-05-01
* interp/vmlisp.lisp (EQSUBSTLIST): Remove.
dos-reis
1
-0
/
+6
2011-05-01
* interp/buildom.boot: Replace use of EQSUBSTLIST with applySubst.
dos-reis
1
-0
/
+19
2011-05-01
* boot/tokens.boot: Don't rename append.
dos-reis
1
-0
/
+8
2011-04-30
* boot/ast.boot (bfAppend): Write in full.
dos-reis
1
-0
/
+5
2011-04-30
* interp/vmlisp.lisp (NREMOVE): Remove.
dos-reis
1
-0
/
+6
2011-04-30
* interp/vmlisp.lisp (remove): Remove.
dos-reis
1
-0
/
+8
2011-04-29
* boot/utility.boot (assocSymbol): New.
dos-reis
1
-0
/
+17
2011-04-29
* interp/cattable.boot (hasCat): Add type. Accept only
dos-reis
1
-0
/
+7
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
[next]