-
wdowling committed patchset 194 of module flexml to the FleXML CVS repository, changing 1 files.
2006-09-29 19:40:46 UTC in FleXML
-
wdowling committed patchset 193 of module flexml to the FleXML CVS repository, changing 1 files.
2006-09-29 19:02:30 UTC in FleXML
-
wdowling committed patchset 192 of module flexml to the FleXML CVS repository, changing 2 files.
2006-09-29 19:00:17 UTC in FleXML
-
wdowling committed patchset 191 of module flexml to the FleXML CVS repository, changing 1 files.
2006-09-22 16:03:58 UTC in FleXML
-
Logged In: YES
user_id=95118
I fixed this in skel version 1.39 by adding
#include
Apparently that is provided in the new version of flex, but
not in the old flex.
2006-09-22 13:22:29 UTC in FleXML
-
wdowling committed patchset 190 of module flexml to the FleXML CVS repository, changing 1 files.
2006-09-22 13:19:22 UTC in FleXML
-
When using the old version of flex (2.5.4), which
apparently is still distributed by default in RedHat
Linux, the flexml build gets this compile error:
gcc -Wall -ansi -pedantic -O2 -g -c -o flexml-act.o
flexml-act.c
flexml-act.l: In function `ck_blimit':
flexml-act.l:146: warning: implicit declaration of
function `realloc'
In file included from flexml-act.c:1168...
2006-09-22 13:18:25 UTC in FleXML
-
wdowling committed patchset 188 of module flexml to the FleXML CVS repository, changing 1 files.
2006-09-18 15:08:42 UTC in FleXML
-
We've done several enhancements and bugfixes. There is no longer a compiled-in buffersize, so flexml is now able to parse arbitrarily large XML input. We've fixed some vexing memory leaks and a nasty bug that only showed up on Sparc machines. Also new is a better control over the output file, so you can make use of flex macros like YY_INPUT and YY_DECL. We're still the fastest parser around!
2006-09-15 20:58:29 UTC in FleXML
-
wdowling committed patchset 186 of module flexml to the FleXML CVS repository, changing 3 files.
2006-09-15 19:58:31 UTC in FleXML