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
*
Fix SELECTOR-FUNCTION for CMUCL again.
Matthias Benkard
2008-03-23
1
-1
/
+1
*
Bump version.
Matthias Benkard
2008-03-23
5
-6
/
+6
*
New journal entry.
Matthias Benkard
2008-03-23
2
-7
/
+78
*
Add a NEWS file.
Matthias Benkard
2008-03-23
1
-0
/
+127
*
Explain the rationale for passing a static class name as the first argument t...
Matthias Benkard
2008-03-21
1
-0
/
+31
*
Improve DEFINE-OBJECTIVE-C-METHOD documentation.
Matthias Benkard
2008-03-21
1
-3
/
+12
*
Documentation: Minor fixes.
Matthias Benkard
2008-03-20
2
-9
/
+9
*
Fix type handling on Mac OS X.
Matthias Benkard
2008-03-19
1
-9
/
+24
*
Fix method invocation on Mac OS X.
Matthias Benkard
2008-03-19
1
-5
/
+4
*
Move (OBJECT-GET-CLASS RECEIVER) from INVOKE-BY-NAME-SUPER-V to RETRIEVE-METH...
Matthias Benkard
2008-03-19
3
-17
/
+37
*
Make INTERN-POINTER-WRAPPER intern OBJECTIVE-C-CLASSes.
Matthias Benkard
2008-03-19
3
-6
/
+29
*
Add a NAME slot to class SELECTOR.
Matthias Benkard
2008-03-19
4
-43
/
+89
*
Make TYPESPEC a struct type.
Matthias Benkard
2008-03-19
7
-136
/
+205
*
Replace all CFFI array types with pointer types.
Matthias Benkard
2008-03-18
1
-7
/
+7
*
Fix support for older versions of CFFI.
Matthias Benkard
2008-03-18
2
-4
/
+5
*
Build system: Configure libffi --with-pic.
Matthias Benkard
2008-03-18
1
-1
/
+3
*
Objective-C layer: Fix an erronous assumption about ssize_t being equivalent ...
Matthias Benkard
2008-03-18
1
-3
/
+3
*
JOURNAL: Improve formatting.
Matthias Benkard
2008-03-18
1
-30
/
+32
*
JOURNAL: Add a link to the Objective-CL project webpage.
Matthias Benkard
2008-03-18
1
-2
/
+11
*
JOURNAL: Improve formatting.
Matthias Benkard
2008-03-18
1
-88
/
+88
*
JOURNAL: Make publishable.
Matthias Benkard
2008-03-18
1
-10
/
+37
*
JOURNAL update.
Matthias Benkard
2008-03-18
1
-0
/
+27
*
Clarify CMUCL-specific function SELECTOR-FUNCTION.
Matthias Benkard
2008-03-18
1
-5
/
+21
*
Disable manual NSProcessInfo initialisation on GNUstep systems.
Matthias Benkard
2008-03-14
1
-1
/
+8
*
Implement the generic sequence protocol for NSArray on SBCL.
Matthias Benkard
2008-03-14
2
-0
/
+64
*
Add a simple example use case for the type declaration reader macro.
Matthias Benkard
2008-03-13
1
-0
/
+15
*
OBJCL-CLASS-SET-BACKED-BY-LISP-CLASS/POINTER: Correct type signature.
Matthias Benkard
2008-03-13
1
-1
/
+1
*
Internal type declaration reader macro: Insert THE and DECLARE forms as appro...
Matthias Benkard
2008-03-13
1
-10
/
+30
*
Make use of the fact that readtables are file-local.
Matthias Benkard
2008-03-13
3
-8
/
+8
*
Add more type declarations.
Matthias Benkard
2008-03-13
1
-0
/
+12
*
Internal type declaration reader macro: Add &REST NIL to the return type by d...
Matthias Benkard
2008-03-13
1
-1
/
+5
*
Use the new type declaration reader macro in Objective-CL code.
Matthias Benkard
2008-03-13
3
-22
/
+25
*
Internal type declaration reader macro: Generate correct declarations.
Matthias Benkard
2008-03-13
1
-9
/
+16
*
Add an internal reader macro for more readable type declarations.
Matthias Benkard
2008-03-13
3
-14
/
+94
*
Minor cleanups.
Matthias Benkard
2008-03-12
3
-14
/
+0
*
Fix selector funcallability on CMUCL.
Matthias Benkard
2008-03-12
2
-6
/
+20
*
Pass class names instead of classes to ENSURE-GENERIC-FUNCTION-USING-CLASS.
Matthias Benkard
2008-03-12
1
-2
/
+2
*
Debian: Add the project website to package descriptions.
Matthias Benkard
2008-03-08
1
-0
/
+6
*
Debian: Minor improvements.
Matthias Benkard
2008-03-08
2
-2
/
+5
*
Debian: Fix a number of packaging bugs.
Matthias Benkard
2008-03-08
5
-5
/
+25
*
Debian: Satisfy linda and lintian.
Matthias Benkard
2008-03-08
3
-852
/
+5
*
debian/watch: Fix the link pattern.
Matthias Benkard
2008-03-08
2
-2
/
+2
*
debian/control: Add dependencies.
Matthias Benkard
2008-03-08
2
-4
/
+4
*
Debian: Generate symlinks for libobjcl.
Matthias Benkard
2008-03-08
1
-1
/
+7
*
Fix a phase bug in the system definition.
Matthias Benkard
2008-03-08
1
-8
/
+12
*
Add Debian package control files.
Matthias Benkard
2008-03-08
15
-0
/
+1070
*
Prepare the build system for separate compilation of libobjcl.
Matthias Benkard
2008-03-07
3
-4
/
+19
*
Make the build system work with manual copying again.
Matthias Benkard
2008-03-07
1
-1
/
+1
*
JOURNAL: Fix a typo.
Matthias Benkard
2008-03-07
1
-1
/
+1
*
Bump version.
Matthias Benkard
2008-03-07
5
-6
/
+6
[next]