index
:
mulk/objective-cl
master
Two-way Common-Lisp–Objective-C bridge.
Matthias Benkard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Bump version.
Matthias Benkard
2008-01-27
5
-7
/
+7
*
Do not bother looking for ffi.h if libffi cannot be found.
Matthias Benkard
2008-01-27
1
-1
/
+3
*
Do not build our own libffi if we can find one installed on the system.
Matthias Benkard
2008-01-27
7
-12
/
+109
*
Bump version.
Matthias Benkard
2008-01-26
4
-6
/
+6
*
Minor makefile cleanups.
Matthias Benkard
2008-01-26
1
-8
/
+0
*
Fix the libffi build procedure for Mac OS X.
Matthias Benkard
2008-01-26
1
-1
/
+1
*
Bump version.
Matthias Benkard
2008-01-26
4
-6
/
+6
*
Remove configure-generated files from libffi.
Matthias Benkard
2008-01-26
2
-347
/
+0
*
Link statically against libffi, unbreak the build system on Mac OS X again.
Matthias Benkard
2008-01-26
1
-3
/
+14
*
Automatically build libffi when loading the system.
Matthias Benkard
2008-01-26
2
-13
/
+28
*
Make libffi build outside the PyObjC tree.
Matthias Benkard
2008-01-26
1
-0
/
+1
*
Import libffi from PyObjC 1.3.7.
Matthias Benkard
2008-01-26
176
-0
/
+55827
*
Apply the LGPLv3 to all the code previously released under the GPLv3.
Matthias Benkard
2008-01-26
21
-120
/
+290
*
Fix the spelling of `Objective-C' in both code and documentation.
Matthias Benkard
2008-01-26
5
-37
/
+37
*
Support case-sensitive selector designators.
Matthias Benkard
2008-01-26
4
-20
/
+136
*
Improve CLISP compatibility.
Matthias Benkard
2007-10-18
2
-2
/
+7
*
Support building on Mac OS X without gnustep-make.
Matthias Benkard
2007-10-18
2
-3
/
+36
*
Support Objective-C code compilation via ASDF.
Matthias Benkard
2007-10-13
2
-10
/
+94
*
Objective-C layer: Make initialisation more robust.
Matthias Benkard
2007-10-13
1
-6
/
+20
*
FIND-SELECTOR: Make ERRORP default to T.
Matthias Benkard
2007-10-10
5
-15
/
+14
*
Make compile-time selector warnings work on the NeXT runtime, clean the Objec...
Matthias Benkard
2007-10-10
5
-19
/
+170
*
Make PRIMITIVE-INVOKE compatible with Allegro CL.
Matthias Benkard
2007-10-04
3
-16
/
+27
*
Unit tests: Don't expect FIND-SELECTOR to return NIL.
Matthias Benkard
2007-10-04
1
-1
/
+2
*
Make type handling work on the GNU runtime again.
Matthias Benkard
2007-10-04
2
-12
/
+25
*
Mimic the way PyObjC handles types.
Matthias Benkard
2007-10-04
6
-19
/
+133
*
Move PARSE-TYPE into a new module, as it doesn't really belong to the Objecti...
Matthias Benkard
2007-10-04
3
-152
/
+174
*
Update documentation.
Matthias Benkard
2007-09-26
6
-17
/
+325
*
Make OBJC-EQUAL check for OBJC-EQLity before trying isEqual:.
Matthias Benkard
2007-09-26
1
-5
/
+6
*
Add FIND-OBJC-META-CLASS, fix some minor bugs.
Matthias Benkard
2007-09-26
5
-3
/
+58
*
Rename OBJCL-CLASS-NAME to OBJC-CLASS-NAME.
Matthias Benkard
2007-09-26
2
-5
/
+5
*
Apply the GPLv3 to my code and clarify the license of the PyObjC parts.
Matthias Benkard
2007-09-26
26
-0
/
+1160
*
Add a development journal.
Matthias Benkard
2007-09-24
1
-0
/
+111
*
Fix condition signalling.
Matthias Benkard
2007-09-24
3
-13
/
+25
*
Make memory management a lot saner.
Matthias Benkard
2007-09-23
8
-74
/
+121
*
Objective-C layer: Add functions for determining the Objective-C runtime used...
Matthias Benkard
2007-09-21
5
-1
/
+96
*
Improve method invocation docstrings.
Matthias Benkard
2007-09-21
1
-3
/
+20
*
Add a compiler macro for INVOKE.
Matthias Benkard
2007-09-21
3
-66
/
+92
*
Make the test suite work on Mac OS X.
Matthias Benkard
2007-09-21
4
-26
/
+41
*
Add condition classes NO-SUCH-SELECTOR and MESSAGE-NOT-UNDERSTOOD.
Matthias Benkard
2007-09-21
6
-15
/
+53
*
Prune yet another bunch of unused code chunks.
Matthias Benkard
2007-09-21
4
-72
/
+4
*
LOW-LEVEL-INVOKE: Cosmetic changes.
Matthias Benkard
2007-09-21
1
-6
/
+6
*
Remove even more code that has become obsolete through the new version of INV...
Matthias Benkard
2007-09-21
4
-111
/
+1
*
Objective-C layer: Remove the code needed by the obsolete version of INVOKE-B...
Matthias Benkard
2007-09-21
4
-296
/
+0
*
Rip the old INVOKE-BY-NAME code out and replace it with INVOKE-WITH-CONVERSION.
Matthias Benkard
2007-09-21
1
-60
/
+29
*
LOW-LEVEL-INVOKE: Correctly pass typespec data on to the Objective-C layer.
Matthias Benkard
2007-09-21
1
-1
/
+1
*
LOW-LEVEL-INVOKE: Fix indentation.
Matthias Benkard
2007-09-21
1
-94
/
+98
*
Stylistic improvements.
Matthias Benkard
2007-09-20
1
-5
/
+8
*
Fix the coercion rules for FLOAT and BOOLEAN values.
Matthias Benkard
2007-09-20
8
-28
/
+56
*
Objective-C layer: Make up for forgetting to add a replacement for pyobjc.h.
Matthias Benkard
2007-09-18
1
-0
/
+46
*
Make +NIL+ a runtime-only constant.
Matthias Benkard
2007-09-18
1
-1
/
+1
[prev]
[next]