index
:
open-axiom
master
new-build
open scientific computation system
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-28
* interp/define.boot (encodeCatform): Handle $ here.
dos-reis
3
-6
/
+13
2011-11-28
* interp/nruncomp.boot (genDeltaEntry): Replace Rep with its value
dos-reis
2
-0
/
+7
2011-11-28
* interp/database.boot (dbDefaultPackage?): New.
dos-reis
4
-36
/
+53
2011-11-27
* interp/define.boot (assignCapsuleFunctionSlot): Slot original
dos-reis
4
-37
/
+29
2011-11-27
* interp/nruncomp.boot (assocIndex): Rename from NRTassocIndex.
dos-reis
4
-16
/
+21
2011-11-26
* interp/define.boot (assignCapsuleFunctionSlot): Do not call
dos-reis
3
-17
/
+21
2011-11-26
* algebra/indexedp.spad.pamphlet: Avoid direct use or RPLACD.
dos-reis
6
-8
/
+36
2011-11-26
* interp/nruncomp.boot (genDeltaEntry): Split first argument into
dos-reis
3
-19
/
+23
2011-11-26
* interp/c-util.boot (updateCapsuleDirectory): Simplify.
dos-reis
4
-15
/
+15
2011-11-26
* interp/define.boot ($NRTdeltaList): Remove.
dos-reis
3
-43
/
+49
2011-11-26
* interp/br-con.boot (conOpPage1): Fix typo.
dos-reis
6
-119
/
+159
2011-11-25
* interp/define.boot (processDefinitionParameters): New. Abstract
dos-reis
2
-18
/
+22
2011-11-25
* interp/define.boot: Rearrange order of some definitions.
dos-reis
2
-32
/
+43
2011-11-25
* interp/define.boot: Rearrange order of some definitions.
dos-reis
2
-91
/
+93
2011-11-25
* interp/define.boot ($suffix): Remove toplevel declaration.
dos-reis
2
-42
/
+44
2011-11-24
* interp/define.boot: Tidy.
dos-reis
7
-8
/
+17
2011-11-24
* interp/nruncomp.boot (changeDirectoryInSlot1,sigloc): Add first
dos-reis
2
-12
/
+20
2011-11-24
* interp/functor.boot (findOperatorImplementations): Rename from
dos-reis
2
-16
/
+13
2011-11-24
* interp/define.boot ($CheckVectorList): Remove.
dos-reis
4
-55
/
+14
2011-11-23
* interp/nruncomp.boot (NRTaddDeltaCode): Do not guard the loop by
dos-reis
2
-3
/
+6
2011-11-23
* interp/functor.boot (SigSlotsMatch): Remove. Adjust caller.
dos-reis
2
-13
/
+7
2011-11-23
* interp/define.boot (compile): Take the signature as third argument.
dos-reis
3
-18
/
+18
2011-11-22
* interp/define.boot (assignCapsuleFunctionSlot): Move from
dos-reis
3
-23
/
+23
2011-11-21
* interp/nruncomp.boot (getLocalIndex): Rename from NRTgetLocalIndex.
dos-reis
4
-18
/
+24
2011-11-18
* interp/category.boot (FindFundAncs): Tidy. Access input in
dos-reis
2
-18
/
+24
2011-11-17
* interp/i-eval.boot (evaluateType): Handle % and and signatures.
dos-reis
2
-3
/
+12
2011-11-16
* interp/category.boot (mkCategory): Tidy.
dos-reis
4
-44
/
+77
2011-11-16
* interp/category.boot (JoinInner): Remove effective dead code
dos-reis
2
-28
/
+7
2011-11-15
* interp/category.boot (JoinInner): Use idiomatic Boot for loops.
dos-reis
2
-77
/
+69
2011-11-14
* interp/category.boot ($NewCatVec): Remove.
dos-reis
2
-94
/
+101
2011-11-14
* interp/category.boot (filterConditionalCategories): Split out of
dos-reis
2
-21
/
+40
2011-11-14
* interp/category.boot (SigListMember): Remove as deadcode.
dos-reis
2
-24
/
+18
2011-11-14
* lisp/core.lisp.in: Export %sysInit.
dos-reis
4
-506
/
+557
2011-11-13
* interp/category.boot (JoinInner): Tidy.
dos-reis
2
-28
/
+26
2011-11-13
Fix SF/3436999
dos-reis
2
-76
/
+5
2011-11-13
* interp/sys-driver.boot (initializeDatabases): Honor --initial-db.
dos-reis
8
-81
/
+100
2011-11-13
* interp/br-data.boot (buildLibdbConEntry): Exit early if argument
dos-reis
6
-20
/
+104
2011-11-12
* interp/define.boot (getTargetFromRhs): Do not try to record
dos-reis
2
-2
/
+13
2011-11-11
* interp/define.boot (compDefineCapsuleFunction): Take first
dos-reis
2
-23
/
+31
2011-11-11
* interp/br-data.boot: Change NRTEVAL to %eval.
dos-reis
7
-11
/
+20
2011-11-11
* interp/c-util.boot (dbByteList): New accessor macro.
dos-reis
3
-12
/
+25
2011-11-11
* interp/compiler.boot (applyMapping): Emit special call for
dos-reis
6
-6
/
+50
2011-11-10
* algebra/boolean.spad.pamphlet (IndexedBits) [Not, Or, And]: Remove.
dos-reis
5
-31
/
+18
2011-11-10
* interp/daase.lisp (dbLookupFunction): New accessor macro.
dos-reis
5
-18
/
+32
2011-11-09
* interp/define.boot (compDefineFunctor1): Clear dbTemplate before
dos-reis
3
-1
/
+26
2011-11-09
* interp/define.boot (compFunctorBody): First argument is now a DB.
dos-reis
30
-105
/
+139
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
2
-0
/
+5
2011-11-07
* interp/lisplib.boot (getConstructorOpsAndAtts): Fold content in
dos-reis
3
-15
/
+21
[prev]
[next]