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
/
database.boot
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-09
Various cleanups
Gabriel Dos Reis
1
-1
/
+1
2016-02-02
Rename dbConstructorDefault to dbDefaultPackage
Gabriel Dos Reis
1
-4
/
+13
2016-01-22
getConstructorFullNameFromDB: get it directly.
Gabriel Dos Reis
1
-2
/
+2
2016-01-21
getConstructorAncestorsFromDB: get them from generated code
Gabriel Dos Reis
1
-2
/
+5
2016-01-20
getConstructorArgsFromDB: remove as redundant.
Gabriel Dos Reis
1
-5
/
+1
2016-01-20
getConstructorFromFromDB: get it from compiled code.
Gabriel Dos Reis
1
-2
/
+6
2016-01-20
testExtend: Handle case where first argument is presented as an attribute.
Gabriel Dos Reis
1
-0
/
+1
2016-01-19
Skip interp.daase for a few database info in generated code.
Gabriel Dos Reis
1
-2
/
+2
2016-01-19
getConstructorCategory: get it from generated code for category constructors.
Gabriel Dos Reis
1
-1
/
+4
2016-01-17
getConstructorParentsFromDB: get data from compiled code.
Gabriel Dos Reis
1
-2
/
+5
2016-01-16
Reduce dependencies on databases to catgeory.daase during algebra build
Gabriel Dos Reis
1
-30
/
+54
2016-01-13
getSuperDomainFromDB: get data from generated code
Gabriel Dos Reis
1
-1
/
+4
2016-01-12
Share more code between various parts of the compiler.
Gabriel Dos Reis
1
-3
/
+16
2016-01-09
Switch getDualSignature to avoiding interpreter database
Gabriel Dos Reis
1
-2
/
+4
2016-01-09
Remove $AncestorsTable. Adjust users.
Gabriel Dos Reis
1
-1
/
+1
2016-01-06
Remove $insideCategoryIfTrue. Replace with call to new function dbForCategory?
Gabriel Dos Reis
1
-1
/
+1
2014-11-27
Replace PATHNAME-* Lisp API with filePath* API.
dos-reis
1
-1
/
+1
2013-06-24
Simplify database construction.
dos-reis
1
-4
/
+0
2013-06-15
Store category defaults constructor as part of category constructor DB.
dos-reis
1
-0
/
+10
2013-05-28
Various cleanups.
dos-reis
1
-2
/
+2
2013-05-28
Remove $domainShell.
dos-reis
1
-1
/
+1
2013-05-27
* interp/sys-utility.boot ($ERASE): Remove.
dos-reis
1
-2
/
+2
2013-05-27
Rename MAKE-FULL-FILENAME to makeFullFilename.
dos-reis
1
-1
/
+1
2013-05-21
Use DB data structure directly.
dos-reis
1
-2
/
+3
2013-05-20
* interp/database.boot (getConstructorAbbreviationFromDB): Use DB
dos-reis
1
-1
/
+2
2013-05-12
* interp/database.boot (getConstructorModemap): Revert previous change.
dos-reis
1
-2
/
+2
2013-05-11
Remove IndexedTwoDimensionalArray.
dos-reis
1
-2
/
+2
2012-05-24
* boot/scanner.boot (lexerLineLength): New.
dos-reis
1
-2
/
+2
2012-05-23
* interp/database.boot (%Constructor): New.
dos-reis
1
-24
/
+35
2012-05-23
* interp/sys-driver.boot (initializeDatabases): Load initidb if
dos-reis
1
-10
/
+7
2012-05-23
* interp/br-search.boot: Use findChar and findString in lieu of STRPOS.
dos-reis
1
-2
/
+2
2012-05-12
* interp/c-util.boot: Miscellaneous cleanup.
dos-reis
1
-1
/
+1
2012-05-08
* boot/tokens.boot: Export char. Do not rename maxIndex.
dos-reis
1
-1
/
+1
2012-02-13
* interp/g-util.boot (stripTags): Rename from stripUnionTags.
dos-reis
1
-0
/
+8
2012-02-10
* interp/database.boot (categoryConstructor?): New.
dos-reis
1
-1
/
+5
2011-12-28
* boot/tokens.boot: Do not rewrite drop and take.
dos-reis
1
-1
/
+1
2011-11-28
* interp/database.boot (dbDefaultPackage?): New.
dos-reis
1
-0
/
+4
2011-11-13
* interp/br-data.boot (buildLibdbConEntry): Exit early if argument
dos-reis
1
-1
/
+2
2011-10-31
* interp/compiler.boot (evaluateConstructorModemap): Rename from
dos-reis
1
-2
/
+10
2011-10-30
* interp/define.boot (compDefineCategory2): Compute dual signature
dos-reis
1
-17
/
+12
2011-10-30
* interp/define.boot (compDefineCategory2): Compute dual signature
dos-reis
1
-6
/
+5
2011-10-30
* interp/sys-macros.lisp (MKPF1): Tidy.
dos-reis
1
-5
/
+4
2011-10-29
* interp/define.boot (getInfovecCode): Take a DB argument. Pass
dos-reis
1
-1
/
+3
2011-10-28
* interp/database.boot (orderPredTran): Tidy.
dos-reis
1
-72
/
+37
2011-10-28
* interp/sys-globals.boot ($lisplibModemapAlist): Remove.
dos-reis
1
-37
/
+49
2011-10-01
* boot/utility.boot: Define BOOTTRAN namespace.
dos-reis
1
-8
/
+8
2011-09-08
* interp/sys-globals.boot ($clamList): Do not include hasFileProperty.
dos-reis
1
-2
/
+1
2011-09-07
* interp/lisplib.boot (finalizeLisplib): Finalize documentaion
dos-reis
1
-6
/
+7
2011-09-05
Stop using LOADED symbol property of constructors.
dos-reis
1
-2
/
+5
2011-09-05
* interp/lisplib.boot (writeCategory): New,
dos-reis
1
-3
/
+5
[next]