index
:
mulk/toilet
master
An ANSI Common Lisp compiler using LLVM.
Matthias Benkard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MLKEnvironment.m
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Replace all occurrences of “Étoilisp” with “Toilet Lisp”.
Matthias Andreas Benkard
2008-08-05
1
-1
/
+1
|
*
Add fixnum-aware macros LRETAIN, LRELEASE, LDESTROY, LAUTORELEASE, ↵
Matthias Andreas Benkard
2008-08-04
1
-3
/
+3
|
|
|
|
LASSIGN_COPY, and LASSIGN.
*
Add MLKPrintToString along with a couple of fixnum handling functions.
Matthias Andreas Benkard
2008-08-04
1
-3
/
+4
|
*
Remove reliance on Mac OS X 10.5 features.
Matthias Andreas Benkard
2008-07-06
1
-4
/
+11
|
*
Environment handling: Add MLKEnvironment methods for direct access to bindings.
Matthias Andreas Benkard
2008-06-25
1
-1
/
+15
|
*
Make the environment handling system aware of bindings as first-class values.
Matthias Andreas Benkard
2008-06-24
1
-64
/
+64
|
*
Rename methods: forBinding -> forSymbol
Matthias Andreas Benkard
2008-06-24
1
-9
/
+9
|
*
Allow binding NIL in environments.
Matthias Andreas Benkard
2008-06-23
1
-3
/
+6
|
*
Initialise the global environment on startup.
Matthias Andreas Benkard
2008-06-23
1
-0
/
+9
|
*
Add support for compilation on Mac OS X.
Matthias Benkard
2008-06-21
1
-0
/
+1
|
*
MLKEnvironment#-valueForBinding:: Don't initiate an infinite loop.
Matthias Andreas Benkard
2008-06-18
1
-1
/
+1
|
*
MLKEnvironment: Store [NSNull null] instead of nil.
Matthias Andreas Benkard
2008-06-18
1
-0
/
+2
|
*
MLKDynamicContext, MLKEnvironment: Add -addBinding:, -boundp:, and -makunbound:.
Matthias Andreas Benkard
2008-06-15
1
-6
/
+49
|
*
MLKDynamicContext, MLKEnvironment: Add -valueForBinding: and ↵
Matthias Andreas Benkard
2008-06-15
1
-2
/
+2
|
|
|
|
-setValue:forBinding:.
*
MLKDynamicContext: Implement -findHandler:.
Matthias Andreas Benkard
2008-06-14
1
-1
/
+16
|
*
Apply the GNU GPLv3 to all files.
Matthias Andreas Benkard
2008-06-14
1
-1
/
+16
|
*
Call [super init] from every initialiser of every class.
Matthias Andreas Benkard
2008-06-14
1
-0
/
+1
|
*
Override -dealloc in every class.
Matthias Andreas Benkard
2008-06-13
1
-0
/
+7
|
*
Simplify MLKEnvironment.
Matthias Andreas Benkard
2008-06-12
1
-42
/
+34
|
*
MLKEnvironment: add -initWithBindings, -initWithParent, -addBinding, and ↵
Matthias Andreas Benkard
2008-06-12
1
-2
/
+31
|
|
|
|
-addBindings.
*
Beginnings of a Lisp compiler.
Matthias Andreas Benkard
2008-06-10
1
-0
/
+61