Akim Demaille
1e24cc5b41
* config/: New.
...
* configure.in: Require Autoconf 2.50.
Update to gettext 0.10.38.
2001-07-14 17:27:59 +00:00
Akim Demaille
274d42cecb
* src/reader.c (gensym): `gensym_count' is your own.
...
Use a static buf to create the symbol name, as token_buffer is no
longer a buffer.
2001-02-21 10:17:25 +00:00
Akim Demaille
18569462db
* lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
...
New, from fileutils 4.0.37.
* configure.in: Require Autoconf 2.49c. I took some time before
making this decision. This is the only way out for portability
issues in Bison, it would mean way too much duplicate effort to
import in Bison features implemented in 2.49c since 2.13.
AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
2001-02-08 14:32:10 +00:00
Akim Demaille
0d8f3c8a7a
* lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
...
* lib/xalloc.h, lib/xmalloc.c@ Update.
2001-02-02 14:56:44 +00:00
Akim Demaille
511e79b3d4
* src/lex.h: Rename all the tokens:
...
s/bENDFILEb/tok_eof/g;
s/bIDENTIFIERb/tok_identifier/g;
etc.
Let them be enums, not #define, to ease debugging.
Adjust all the code.
2001-01-19 18:10:32 +00:00
Akim Demaille
dde188fc64
Add install-sh.
2001-01-18 14:07:24 +00:00
Akim Demaille
705db0b507
Hopefully added to the repository all the distributed files.
2001-01-15 13:46:43 +00:00