Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | . | Jim Meyering | 1999-01-28 | 2 | -1268/+0 | |
| | ||||||
* | use `#', not `#~' as comment introducer (the latter caused problems w/msgmerge) | Jim Meyering | 1999-01-28 | 1 | -52/+51 | |
| | ||||||
* | *** empty log message *** | Jim Meyering | 1999-01-27 | 10 | -5/+56 | |
| | ||||||
* | . | Jim Meyering | 1999-01-27 | 24 | -2523/+566 | |
| | ||||||
* | *** empty log message *** | Jim Meyering | 1999-01-27 | 2 | -0/+6 | |
| | ||||||
* | . | Jim Meyering | 1999-01-27 | 20 | -1731/+4122 | |
| | ||||||
* | (AUTOMAKE_OPTIONS): Use ../src/ansi2knr. | Jim Meyering | 1999-01-27 | 1 | -0/+2 | |
| | ||||||
* | (AUTOMAKE_OPTIONS): Likewise. | Jim Meyering | 1999-01-27 | 1 | -5/+2 | |
| | | | | (ansi2knr.c): Remove rule. | |||||
* | *** empty log message *** | Jim Meyering | 1999-01-27 | 1 | -0/+3 | |
| | ||||||
* | Import new version. | Jim Meyering | 1999-01-27 | 1 | -103/+292 | |
| | ||||||
* | . | Jim Meyering | 1999-01-27 | 1 | -0/+11 | |
| | ||||||
* | (EXTRA_DIST): Remove getopt.c and getopt1.c. | Jim Meyering | 1999-01-27 | 1 | -7/+5 | |
| | ||||||
* | Require autoconf-2.13. | Jim Meyering | 1999-01-27 | 1 | -21/+28 | |
| | | | | | | | | | | Remove some variables that now come with AM_INIT_AUTOMAKE. Remove deprecated AM_MAINTAINER_MODE. Use AC_PROG_INSTALL, not deprecated AM_PROG_INSTALL. Use AM_FUNC_OBSTACK, not AC_REPLACE_OBSTACK. Use AM_GNU_GETTEXT, not ud_GNU_GETTEXT/AC_LINK_FILES... Define LIBOBJS for ansi2knr filtering rules. (AC_OUTPUT): Add m4/Makefile. | |||||
* | . | Jim Meyering | 1999-01-27 | 1 | -0/+12 | |
| | ||||||
* | Remove many #undefs, now that we're using autoconf-2.13's | Jim Meyering | 1999-01-27 | 1 | -30/+1 | |
| | | | | 3-arg form of the AC*DEFINE macros. | |||||
* | * Makefile.am (SUBDIRS): Add m4. | Jim Meyering | 1999-01-27 | 1 | -2/+7 | |
| | | | | | | (EXTRA_DIST): Add Makefile.maint GNUmakefile @README_ALPHA@. (DISTCLEANFILES): Add intl/libintl.h. (ACLOCAL_AMFLAGS): Define to `-I m4'. | |||||
* | put `.' after xref, not before -- to placate automake-1.4a | Jim Meyering | 1999-01-27 | 1 | -1/+1 | |
| | ||||||
* | Remove obsolete files | Greg McGary | 1999-01-26 | 43 | -27253/+0 | |
| | ||||||
* | * hash.h (struct hash_table) [ht_empty_slots]: Add struct member. | Greg McGary | 1999-01-26 | 3 | -12/+35 | |
| | | | | | | | | | | * hash.c (hash_init): Initialize ht_empty_slots. Don't halve ht_size. (hash_find_slot) Return deleted slot, if available. (hash_insert_at): Decrement ht_empty_slots if one is consumed. Rehash if emtpy slots become too scarce. (hash_free_items, hash_deleted_item, hash_free): Re-initialize ht_empty_slots. (hash_rehash): Don't double table size if rehashing only because table is clogged with deleted slots. | |||||
* | * libidu/fnprint.c (print_filenames): Move ALLOCA outside loop. | Greg McGary | 1998-11-20 | 6 | -12/+18 | |
| | | | | | | | | libidu/walker.c (get_lang_args): Ditto. src/fnid.c (main): Ditto. src/lid.c (report_grep, search_flinkv): Ditto. src/mkid.c (scan_member_file): Consolidate two ALLOCA buffers at inner scopes to a single buffer at an outer scope. | |||||
* | * missing: Add file. | Greg McGary | 1998-11-19 | 2 | -1/+137 | |
| | ||||||
* | * configure.in, lib/Makefile.am, libidu/Makefile.am: | Greg McGary | 1998-11-19 | 4 | -10/+13 | |
| | | | | Conform macro names to automake-1.3 conventions. | |||||
* | * libidu/scanners.c (id_0): Increase size and make file static. | Greg McGary | 1998-11-18 | 2 | -9/+11 | |
| | ||||||
* | .fu-4_0 | Jim Meyering | 1998-10-10 | 1 | -0/+5 | |
| | ||||||
* | (uninstall): Uninstall only if the current package is | Jim Meyering | 1998-10-05 | 1 | -4/+6 | |
| | | | | gettext. From Akim Demaille. | |||||
* | (read_alias_file): Avoid mixing `char*' and | Jim Meyering | 1998-07-26 | 1 | -6/+6 | |
| | | | | | `unsigned char*' variables. Again for irix4. Mostly from Kaveh Ghazi. | |||||
* | update from gettext-0.10.35 | Jim Meyering | 1998-05-03 | 17 | -133/+399 | |
| | ||||||
* | (distclean): Don't remove libintl.h here.pre-jumbo-LFSpost-jumbo-LFS | Jim Meyering | 1997-11-15 | 1 | -1/+1 | |
| | ||||||
* | update gettext-0.31 | Jim Meyering | 1997-09-01 | 16 | -199/+241 | |
| | ||||||
* | assorted bug fixes | Greg McGary | 1997-07-23 | 6 | -20/+25 | |
| | ||||||
* | imported from id-utils-3.2r3_2 | Greg McGary | 1997-04-18 | 19 | -219/+400 | |
| | ||||||
* | Initial revision | Greg McGary | 1997-04-18 | 2 | -0/+458 | |
| | ||||||
* | imported from id-utils-3.1r3_1 | Greg McGary | 1997-04-18 | 39 | -3896/+4698 | |
| | ||||||
* | Initial revision | Greg McGary | 1997-04-18 | 42 | -0/+10534 | |
| | ||||||
* | imported from id-utils-3.0.9r3_0_9 | Greg McGary | 1997-04-18 | 12 | -914/+3142 | |
| | ||||||
* | Initial revision | Greg McGary | 1997-04-18 | 80 | -0/+34177 | |
| | ||||||
* | imported from mkid-3.0.9r3_0_8_2 | Greg McGary | 1997-04-18 | 28 | -1276/+1276 | |
| | ||||||
* | Initial revision | Greg McGary | 1997-04-18 | 5 | -0/+7711 | |
| | ||||||
* | imported from mkid-3.0.8+r3_0_8_1 | Greg McGary | 1997-04-18 | 3 | -31/+86 | |
| | ||||||
* | imported from mkid-3.0.8r3_0_8 | Greg McGary | 1997-04-18 | 32 | -573/+555 | |
| | ||||||
* | Initial revision | Greg McGary | 1997-04-18 | 2 | -0/+493 | |
| | ||||||
* | imported from mkid-3.0.7r3_0_7 | Greg McGary | 1997-04-18 | 22 | -157/+318 | |
| | ||||||
* | imported from mkid-3.0.6r3_0_6 | Greg McGary | 1997-04-18 | 17 | -390/+258 | |
| | ||||||
* | Initial revision | Greg McGary | 1997-04-18 | 2 | -0/+2 | |
| | ||||||
* | imported from mkid-3.0.5r3_0_5 | Greg McGary | 1997-04-18 | 15 | -71/+360 | |
| | ||||||
* | imported from mkid-3.0.4r3_0_4 | Greg McGary | 1997-04-18 | 7 | -10/+25 | |
| | ||||||
* | Initial revision | Greg McGary | 1997-04-18 | 1 | -0/+43 | |
| | ||||||
* | imported from mkid-3.0.3r3_0_3 | Greg McGary | 1997-04-18 | 10 | -167/+190 | |
| | ||||||
* | Initial revision | Greg McGary | 1997-04-18 | 1 | -0/+19 | |
| | ||||||
* | imported from mkid-3.0.2r3_0_2 | Greg McGary | 1997-04-18 | 4 | -38/+108 | |
| |