diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 52 |
1 files changed, 33 insertions, 19 deletions
@@ -1,38 +1,52 @@ -Thu Feb 16 23:55:44 EST 1995 Greg McGary <gkm@magilla.cichlid.com> +Sat Feb 18 21:44:39 1995 Greg McGary <gkm@magilla.cichlid.com> - * Version 3.0.5 released. + * Version 3.0.6 released. - * iid.y (main): Eliminate useless Do1 variable. + * Makefile.in, accconfig.h, mkid.c: Revised & simplified package + name & version macros. - * filenames.c (kshgetwd): Conditionally getcwd or getwd. + * Makefile.in (DIST_MISC_FILES): Added version.texi, stamp-vti. + (TAGS): Fixed. (config.status): Removed dependency on config.cache. - * acconfig.h: Added typedefs of uint8_t, uint16_t, uint32_t, - int32_t. + * acconfig.h: Added #ifndef _config_h_ ... #endif around file. + (SIZEOF_INT, SIZEOF_CHAR, SIZEOF_SHORT, uint8_t, uint16_t, + uint32_t, int32_t): Deleted. (SIZEOF_LONG): Changed typedef name + to intmin32_t and uintmin32_t; all uses changed. + * configure.in (AC_CHECK_SIZEOF (int, short, char)): Deleted. + * idfile.h (struct idhead): Dropped uint8_t, uint16_t, + uint32_t, int32_t, added intmin32_t & uintmin32_t. + * idfile.c (io_idhead, io_write, io_read): Use constants to express + integer sizes for I/O on struct idhead. - * idfile.c (io_read, io_write): Use uint8_t, uint16_t, uint32_t, - int32_t. + * idtest, Makefile.in (stamp-vti): Dumbed-down shell code for portability. - * idfile.h (struct idhead): Use uint8_t, uint16_t, uint32_t, - int32_t. + * lid.c (enum radix): Deleted trailing comma. - * README.alpha-test: Added. + * scanners.c (ctype_c, ctype_asm, ctype_text): Made unsigned. - * TODO: Updated. +Thu Feb 16 23:55:44 EST 1995 Greg McGary <gkm@magilla.cichlid.com> + + * Version 3.0.5 released. + + * iid.y (main): Eliminate useless Do1 variable. + + * filenames.c (kshgetwd): Conditionally use getcwd or getwd. + + * acconfig.h: Added typedefs of uint8_t, uint16_t, uint32_t, int32_t. + * idfile.h (struct idhead), idfile.c (io_read, io_write): Use + uint8_t, uint16_t, uint32_t, int32_t. * lid.c (savetty, restoretty, linetty, chartty): Handle POSIX termios properly. (HAVE_SYS_IOCTL_H): #include <sys/ioctl.h> if !HAVE_TERMIOS_H. - * README: Updated. - * configure.in (OLD_PATCH_LEVEL, MAJOR_VERSION, MINOR_VERSION, FULL_VERSION, AC_CHECK_SIZEOF(int, long, short, char), AC_CHECK_HEADERS(regex.h), AC_CHECK_FUNCS(regcomp regcmp): Added. * mkdirhier: Added. - * Makefile.in (DIST_MISC_FILES): Added ChangeLog. - (depend): $(DEPEND) and Makefile are now .PRECIOUS. - (dist-dir-links): Added. - (check, install, uninstall): Fixed. - (install): Use mkdirhier. + * Makefile.in (DIST_MISC_FILES): Added ChangeLog. (depend): + $(DEPEND) and Makefile are now .PRECIOUS. (dist-dir-links): + Added. (check, install, uninstall): Fixed. (install): Use + mkdirhier. |