OBS User autobuild 2009-11-20 13:28:25 +00:00 committed by Git OBS Bridge
parent 98f0405f22
commit 449bba0511
4 changed files with 14 additions and 25 deletions

View File

@ -1,8 +1,6 @@
Index: src/spvw.d --- src/spvw.d
=================================================================== +++ src/spvw.d 2005-12-15 14:47:54.000000000 +0100
--- src/spvw.d.orig @@ -3546,7 +3546,7 @@
+++ src/spvw.d
@@ -3632,7 +3632,7 @@ nonreturning_function(local, error_dlerr
returns: non-NULL pointer to the symbol in the library */ returns: non-NULL pointer to the symbol in the library */
local void* get_module_symbol (const char* format, const char* modname, local void* get_module_symbol (const char* format, const char* modname,
void* libhandle) { void* libhandle) {
@ -10,4 +8,4 @@ Index: src/spvw.d
+ var char * symbolbuf = (char *)alloca(strlen(format)+strlen(modname)); + var char * symbolbuf = (char *)alloca(strlen(format)+strlen(modname));
sprintf(symbolbuf,format,modname); sprintf(symbolbuf,format,modname);
var void * ret = find_name(libhandle,symbolbuf); var void * ret = find_name(libhandle,symbolbuf);
if (ret == NULL) error_dlerror("dlsym",symbolbuf,dlerror()); if (ret == NULL) fehler_dlerror("dlsym",symbolbuf,dlerror());

View File

@ -1,8 +1,6 @@
Index: tests/streams.tst --- tests/streams.tst
=================================================================== +++ tests/streams.tst 2006-07-25 17:58:55.000000000 +0200
--- tests/streams.tst.orig @@ -1022,8 +1022,8 @@ T
+++ tests/streams.tst
@@ -1031,8 +1031,8 @@ T
(describe (make-array nil :element-type nil) s))) (describe (make-array nil :element-type nil) s)))
T T
@ -11,5 +9,5 @@ Index: tests/streams.tst
+;(stringp (with-output-to-string (s) (describe nil s))) +;(stringp (with-output-to-string (s) (describe nil s)))
+;T +;T
;; https://sourceforge.net/tracker/index.php?func=detail&aid=1622642&group_id=1355&atid=101355 (WITH-INPUT-FROM-STRING (*S* "abcde")
(let ((s "a b")) (DECLARE (SPECIAL *S*))

View File

@ -1,10 +1,8 @@
Index: ffcall-1.10+2.43/callback/trampoline_r/trampoline_r.h.in --- ffcall-1.10+2.43/callback/trampoline_r/trampoline_r.h.in
=================================================================== +++ ffcall-1.10+2.43/callback/trampoline_r/trampoline_r.h.in 2003-12-10 22:04:30.000000000 -0800
--- ffcall-1.10+2.43/callback/trampoline_r/trampoline_r.h.in.orig @@ -31,4 +31,9 @@
+++ ffcall-1.10+2.43/callback/trampoline_r/trampoline_r.h.in extern void* trampoline_r_data1 ();
@@ -22,4 +22,9 @@ extern __TR_function trampoline_r_addres #endif
extern void* trampoline_r_data0 (void*);
extern void* trampoline_r_data1 (void*);
+/* http://article.gmane.org/gmane.lisp.clisp.general/7485 */ +/* http://article.gmane.org/gmane.lisp.clisp.general/7485 */
+#ifndef MAP_VARIABLE +#ifndef MAP_VARIABLE

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
Tue Nov 3 19:09:10 UTC 2009 - coolo@novell.com
- updated patches to apply with fuzz=0
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de