1.0.48.34: MAKE-ALIEN-STRING
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 30 May 2011 11:59:18 +0000 (11:59 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 30 May 2011 11:59:18 +0000 (11:59 +0000)
commit1100ef9f0598e4b72c1dacaae530ca6a93de706b
tree77a08eec046d1814186eae38d1276e02f65a4033
parent4993cd552cc06b6889a2b1898448cb2687ed0b6c
1.0.48.34: MAKE-ALIEN-STRING

 An easy way to copy lisp strings to malloc'ed memory.

 I can't believe we didn't have this before. ...just seems
 insane. I keep expecting to find a nice way to do this
 squirreled away somewhere in SB-ALIEN. Here's hoping I won't
 embarrass myself by finding one.

 Also fix the OAOOM in MAKE-ALIEN and FREE-ALIEN documentation: make
 the docstrings the canonical versions, and include them in the
 manual.
NEWS
doc/manual/ffi.texinfo
package-data-list.lisp-expr
src/code/target-alieneval.lisp
tests/alien.impure.lisp
version.lisp-expr