[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Fri, 2004-07-02 at 18:25 +0200, Evert Glebbeek wrote:
> >
> > Both are sufficiently tested. It can be committed to development branch
> > right away but needs to be reviewed for API/ABI issues before it can be
> put
> > in a stable branch.
>
> Applied to mainline. I'm not sure how to check for ABI compatibility
> though... API-wise, things look ok.
>
Hm, the al_sane_strcpy patch doesn't compile for me. Going to add the
attached fix.
--
Elias Pschernig
Index: src/libc.c
===================================================================
RCS file: /cvsroot/alleg/allegro/src/libc.c,v
retrieving revision 1.13
diff -u -p -r1.13 libc.c
--- src/libc.c 2 Jul 2004 16:25:40 -0000 1.13
+++ src/libc.c 4 Jul 2004 12:54:30 -0000
@@ -22,6 +22,7 @@
#include "allegro.h"
#include "allegro/internal/aintern.h"
+#include <string.h>
static int _al_rand_seed = 0;