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
2011-11-25
* interp/define.boot: Rearrange order of some definitions.
dos-reis
1
-91
/
+89
2011-11-25
* interp/define.boot ($suffix): Remove toplevel declaration.
dos-reis
1
-42
/
+36
2011-11-24
* interp/define.boot: Tidy.
dos-reis
6
-8
/
+8
2011-11-24
* interp/nruncomp.boot (changeDirectoryInSlot1,sigloc): Add first
dos-reis
1
-12
/
+14
2011-11-24
* interp/functor.boot (findOperatorImplementations): Rename from
dos-reis
1
-16
/
+7
2011-11-24
* interp/define.boot ($CheckVectorList): Remove.
dos-reis
3
-55
/
+2
2011-11-23
* interp/nruncomp.boot (NRTaddDeltaCode): Do not guard the loop by
dos-reis
1
-3
/
+1
2011-11-23
* interp/functor.boot (SigSlotsMatch): Remove. Adjust caller.
dos-reis
1
-13
/
+2
2011-11-23
* interp/define.boot (compile): Take the signature as third argument.
dos-reis
2
-18
/
+9
2011-11-22
* interp/define.boot (assignCapsuleFunctionSlot): Move from
dos-reis
2
-23
/
+16
2011-11-21
* interp/nruncomp.boot (getLocalIndex): Rename from NRTgetLocalIndex.
dos-reis
3
-18
/
+17
2011-11-18
* interp/category.boot (FindFundAncs): Tidy. Access input in
dos-reis
1
-18
/
+19
2011-11-17
* interp/i-eval.boot (evaluateType): Handle % and and signatures.
dos-reis
1
-3
/
+7
2011-11-16
* interp/category.boot (mkCategory): Tidy.
dos-reis
2
-44
/
+60
2011-11-16
* interp/category.boot (JoinInner): Remove effective dead code
dos-reis
1
-28
/
+2
2011-11-15
* interp/category.boot (JoinInner): Use idiomatic Boot for loops.
dos-reis
1
-77
/
+65
2011-11-14
* interp/category.boot ($NewCatVec): Remove.
dos-reis
1
-94
/
+93
2011-11-14
* interp/category.boot (filterConditionalCategories): Split out of
dos-reis
1
-21
/
+34
2011-11-14
* interp/category.boot (SigListMember): Remove as deadcode.
dos-reis
1
-24
/
+9
2011-11-14
* lisp/core.lisp.in: Export %sysInit.
dos-reis
1
-1
/
+1
2011-11-13
* interp/category.boot (JoinInner): Tidy.
dos-reis
1
-28
/
+22
2011-11-13
* interp/sys-driver.boot (initializeDatabases): Honor --initial-db.
dos-reis
6
-76
/
+77
2011-11-13
* interp/br-data.boot (buildLibdbConEntry): Exit early if argument
dos-reis
4
-11
/
+16
2011-11-12
* interp/define.boot (getTargetFromRhs): Do not try to record
dos-reis
1
-2
/
+8
2011-11-11
* interp/define.boot (compDefineCapsuleFunction): Take first
dos-reis
1
-23
/
+22
2011-11-11
* interp/br-data.boot: Change NRTEVAL to %eval.
dos-reis
6
-11
/
+11
2011-11-11
* interp/c-util.boot (dbByteList): New accessor macro.
dos-reis
2
-12
/
+16
2011-11-11
* interp/compiler.boot (applyMapping): Emit special call for
dos-reis
4
-6
/
+21
2011-11-10
* interp/daase.lisp (dbLookupFunction): New accessor macro.
dos-reis
4
-17
/
+21
2011-11-09
* interp/define.boot (compDefineFunctor1): Clear dbTemplate before
dos-reis
2
-1
/
+18
2011-11-09
* interp/define.boot (compFunctorBody): First argument is now a DB.
dos-reis
29
-105
/
+104
2011-11-08
fix thinkos
dos-reis
2
-2
/
+2
2011-11-07
Fix thinko
dos-reis
1
-1
/
+1
2011-11-07
* interp/lisplib.boot (isDomainForm): Tidy.
dos-reis
1
-0
/
+1
2011-11-07
* interp/lisplib.boot (getConstructorOpsAndAtts): Fold content in
dos-reis
2
-15
/
+11
2011-11-07
* interp/compiler.boot ($compileOnlyCertainItems): Remove.
dos-reis
4
-78
/
+15
2011-11-06
* interp/c-doc.boot (checkBalance): Fix a latent logic bug.
dos-reis
1
-15
/
+12
2011-11-04
* interp/functor.boot (compCategories): Take second parameter as
dos-reis
3
-39
/
+27
2011-11-02
* interp/lisplib.boot (findModule): Tidy.
dos-reis
1
-2
/
+8
2011-11-02
* interp/spad-parser.boot (parseSpadFile): Use $lineStack not
dos-reis
3
-37
/
+36
2011-11-02
* interp/c-util.boot (dbSubstituteAllQuantified): New.
dos-reis
2
-5
/
+9
2011-11-02
Add compiler support for implicit parameters.
dos-reis
1
-10
/
+86
2011-10-31
* interp/i-funsel.boot (evalMmCond0): Tidy. Call evalMmGuard to
dos-reis
2
-9
/
+52
2011-10-31
null x ~> x = nil cleanup
dos-reis
1
-35
/
+35
2011-10-31
* interp/compiler.boot (evaluateConstructorModemap): Rename from
dos-reis
3
-21
/
+44
2011-10-30
* interp/define.boot (compDefineCategory2): Compute dual signature
dos-reis
2
-22
/
+18
2011-10-30
* interp/define.boot (compDefineCategory2): Compute dual signature
dos-reis
2
-11
/
+10
2011-10-30
* interp/sys-macros.lisp (MKPF1): Tidy.
dos-reis
6
-72
/
+119
2011-10-29
* interp/daase.lisp (dbCompilerData): New accessor macro.
dos-reis
5
-32
/
+50
2011-10-29
* interp/nruncomp.boot (NRTaddDeltaCode): Take a DB parameter.
dos-reis
2
-35
/
+33
[next]