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
/
nruncomp.boot
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-08
* interp/as.boot: Replace uses of RPLACA and RPLACD with explicit
dos-reis
1
-8
/
+8
2010-05-06
* interp/wi2.boot: Replace INTEGERP, STRINGP, SYMBOLP, CONSP with
dos-reis
1
-6
/
+6
2010-05-03
Generate more readable code for functor definitions.
dos-reis
1
-13
/
+37
2010-03-10
* interp/nruncomp.boot (genDeltaEntry): Take a second, environment
dos-reis
1
-2
/
+2
2010-03-09
* interp/nruncomp.boot (needToQuoteFlags?): New.
dos-reis
1
-2
/
+11
2010-03-05
* interp/nruncomp.boot (optDeltaEntry): Silently fail for domains
dos-reis
1
-1
/
+3
2010-03-04
* interp/g-opt.boot (nominateForInlining): New.
dos-reis
1
-1
/
+1
2010-03-04
* interp/c-util.boot (quoteMinimally): New.
dos-reis
1
-1
/
+1
2010-02-23
* interp/nruncomp.boot (genDeltaEntry): Don't store extraneous
dos-reis
1
-8
/
+4
2010-02-23
Expand support for domain inlining to non-niladic functors.
dos-reis
1
-14
/
+8
2010-02-14
Fix SF/2910351
dos-reis
1
-9
/
+9
2009-11-01
Clean up
dos-reis
1
-8
/
+4
2009-10-31
* interp/br-op2.boot (pairlis): Remove.
dos-reis
1
-1
/
+1
2009-10-27
* interp/nruncomp.boot (buildFunctor): Remove $MissingFunctionInfo.
dos-reis
1
-3
/
+0
2009-10-25
* lib/cfuns-c.c (oa_spawn): New.
dos-reis
1
-6
/
+5
2009-09-26
More cleanup
dos-reis
1
-6
/
+6
2009-09-26
More cleanup
dos-reis
1
-1
/
+1
2009-09-25
* boot/ast.boot (bfMember): Improve a bit.
dos-reis
1
-5
/
+5
2009-09-20
* boot/tokens.boot: "has" is not a keyword.
dos-reis
1
-1
/
+1
2009-08-16
* interp/i-map.boot (addMap): Fix typo from last commit.
dos-reis
1
-1
/
+1
2009-08-14
* boot/tokens.boot: Retire "^=". Introduce "~=".
dos-reis
1
-3
/
+3
2009-03-01
Optimization should not change slot numbers.
dos-reis
1
-3
/
+4
2009-01-12
* interp/category.boot: Miscellaneous cleanup.
dos-reis
1
-4
/
+2
2009-01-03
2009-01-03 Gabriel Dos Reis <gdr@cs.tamu.edu>
dos-reis
1
-1
/
+1
2008-12-14
r12459@gauss: gdr | 2008-12-12 18:18:31 -0600
dos-reis
1
-5
/
+0
2008-11-30
* interp/nruncomp.boot (deltaTran): Don't check for $NRTaddForm
dos-reis
1
-3
/
+1
2008-11-29
* interp/nruncomp.boot (genDeltaSpecialSig): Remove, as unused.
dos-reis
1
-4
/
+0
2008-11-29
* interp/nruncomp.boot (deltaTran): Don't encode signature again.
dos-reis
1
-5
/
+3
2008-11-29
Misc cleanup
dos-reis
1
-25
/
+24
2008-11-29
* interp/nruncomp.boot (buildFunctor): Remov reference to $NRTvec.
dos-reis
1
-16
/
+11
2008-11-27
* interp/nruncomp.boot (NRTgetAddForm): Remove, as unused.
dos-reis
1
-5
/
+0
2008-11-27
* interp/nruncomp.boot (NRTassocIndex): Don't set $found.
dos-reis
1
-3
/
+3
2008-11-27
Fix spelling.
dos-reis
1
-3
/
+3
2008-11-16
* interp/define.boot: More cleanup.
dos-reis
1
-0
/
+1
2008-11-15
* interp/Makefile.pamphlet (OBJS): Remove cfuns. Include
dos-reis
1
-1
/
+1
2008-11-15
* interp/compiler.boot: Import "msgdb", not "c-util". Move
dos-reis
1
-0
/
+1
2008-11-15
* interp/spad.lisp (incTimeSum): Remove.
dos-reis
1
-0
/
+3
2008-11-03
* interp/Makefile.pamphlet (template.$(FASLEXT)): Remove.
dos-reis
1
-11
/
+83
2008-10-07
* interp/nruncomp.boot: Remove unused variable $maximalViews.
dos-reis
1
-3
/
+0
2008-08-09
* interp/buildom.boot: Rename AST code LET to %LET throughout.
dos-reis
1
-12
/
+12
2008-07-11
* interp/nruncomp.boot (NRTencode): Don't encode enumerations.
dos-reis
1
-4
/
+8
2008-07-09
* interp/template.boot (evalSlotDomain): Likewise.
dos-reis
1
-3
/
+3
2008-07-05
* interp/nruncomp.boot (NRTassocIndex): Document.
dos-reis
1
-6
/
+12
2008-07-04
* interp/compiler.boot (compFormMatch): Tidy.
dos-reis
1
-3
/
+3
2008-05-17
* interp/compiler.boot (compSetq1): Use %Comma, not Tuple.
dos-reis
1
-1
/
+1
2008-05-11
fix fallout from previous commit
dos-reis
1
-6
/
+6
2008-05-09
* interp/as.boot: Remove Old Boot semantics.
dos-reis
1
-1
/
+1
2008-05-08
* boot/translator.boot (bpOutItem): Handle namespace declaration.
dos-reis
1
-1
/
+1
2008-05-06
* interp/define.boot: Explicitly initialize fluid variables.
dos-reis
1
-13
/
+13
2008-04-23
* boot/ast.boot: Tidy.
dos-reis
1
-2
/
+2
[prev]
[next]