diff options
author | Greg McGary <greg@mcgary.org> | 1997-04-18 06:37:07 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 1997-04-18 06:37:07 +0000 |
commit | c0e228864da1b2fbfc85637b5524c4c90ab62fce (patch) | |
tree | c30081f0af75ba51194bd672180690d6524b0448 /ChangeLog | |
parent | ad89a5d46547cb45b918926269ca2883eccf5e23 (diff) | |
download | idutils-c0e228864da1b2fbfc85637b5524c4c90ab62fce.tar.gz idutils-c0e228864da1b2fbfc85637b5524c4c90ab62fce.tar.bz2 idutils-c0e228864da1b2fbfc85637b5524c4c90ab62fce.zip |
imported from mkid-3.0.7r3_0_7
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1,3 +1,35 @@ +Mon Feb 20 16:18:47 1995 Greg McGary <gkm@magilla.cichlid.com> + + * scanners.c (scanners, suffixes, init_scanners, get_scanner, + set_scan_args, get_lang_name, get_filter, get_suffix): Fixed + boundary conditions. + + * mkid.c (make_sibling_summary): Don't realloc if kid's sum_tokens + is already large enough. (scan_1_file): Ignore blank tokens. + Avoid division by 0 (pinard@iro.umontreal.ca). (write_idfile): + Moved assertions & qsort to top. Don't check for blank tokens--it + can't happen. (rehash): Prefix "Rehashing..." with "\n\t". + + * idtest: Test fid more rigorously. + + * idfile.c (init_idfile): Don't increment i for non-file args. + + * Makefile.in (DEFS, DIST_SHAR, AWK, bump-patch, bump-minor, + bump-major, shar): Added. (.PRECIOUS): Added configure, config.h + config.h.in. + + * configure.in (DEPEND): Fixed portability (kazusi-m@is.aist-nara.ac.jp). + (AC_CHECK_FUNCS(basename, dirname)): Added. + * misc.h, misc.c: Made decl/defn of basename, dirname conditional. + + +Sun Feb 19 19:21:09 1995 Thomas Neumann <tom@smart.ruhr.de> + + * configure.in: Check for <sgtty.h>, not <sgttyb.h>. * + accconfig.h: Disbale HAVE_TERMIOS_H for NeXT, if HAVE_SGTTY_H is + present. * lid.c: Depend on HAVE_SGTTY_H, not HAVE_SGTTYB_H. + (savetty): ANSI'fy arglist declaration. + Sat Feb 18 21:44:39 1995 Greg McGary <gkm@magilla.cichlid.com> * Version 3.0.6 released. |