summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (DISTCLEANFILES): Remove id-utils.cm.Jim Meyering1999-01-311-1/+1
|
* *** empty log message ***Jim Meyering1999-01-281-0/+1
|
* (DISTCLEANFILES): Arrange to remove ID.Jim Meyering1999-01-281-0/+2
|
* .Jim Meyering1999-01-285-32/+37
|
* *** empty log message ***Jim Meyering1999-01-281-0/+1
|
* (EXTRA_DIST): Arrange to distribute id-lang.map.Jim Meyering1999-01-281-0/+1
|
* *** empty log message ***Jim Meyering1999-01-281-1/+1
|
* *** empty log message ***Jim Meyering1999-01-281-0/+15
|
* (set_ushort_ctype): Use an unsigned char index.Jim Meyering1999-01-281-13/+17
| | | | | | | | | | (clear_ushort_ctype): Likewise. (set_uchar_ctype): Likewise. (clear_uchar_ctype): Likewise. (id_0): Add `unsigned' to declaration of this file-scope static var.. (get_token_c): Add `unsigned' to declaration of `id'. (get_token_asm): Likewise. (get_token_text): Likewise.
* (DISTCLEANFILES): Arrange to remove id-utils.elc.Jim Meyering1999-01-281-0/+2
|
* (DISTCLEANFILES): Arrange to remove id-utils.cm and id-utils.fl.Jim Meyering1999-01-281-0/+2
|
* latest from KarlJim Meyering1999-01-281-1235/+2191
|
* .Jim Meyering1999-01-282-1268/+0
|
* use `#', not `#~' as comment introducer (the latter caused problems w/msgmerge)Jim Meyering1999-01-281-52/+51
|
* *** empty log message ***Jim Meyering1999-01-2710-5/+56
|
* .Jim Meyering1999-01-2724-2523/+566
|
* *** empty log message ***Jim Meyering1999-01-272-0/+6
|
* .Jim Meyering1999-01-2720-1731/+4122
|
* (AUTOMAKE_OPTIONS): Use ../src/ansi2knr.Jim Meyering1999-01-271-0/+2
|
* (AUTOMAKE_OPTIONS): Likewise.Jim Meyering1999-01-271-5/+2
| | | | (ansi2knr.c): Remove rule.
* *** empty log message ***Jim Meyering1999-01-271-0/+3
|
* Import new version.Jim Meyering1999-01-271-103/+292
|
* .Jim Meyering1999-01-271-0/+11
|
* (EXTRA_DIST): Remove getopt.c and getopt1.c.Jim Meyering1999-01-271-7/+5
|
* Require autoconf-2.13.Jim Meyering1999-01-271-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 Meyering1999-01-271-0/+12
|
* Remove many #undefs, now that we're using autoconf-2.13'sJim Meyering1999-01-271-30/+1
| | | | 3-arg form of the AC*DEFINE macros.
* * Makefile.am (SUBDIRS): Add m4.Jim Meyering1999-01-271-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.4aJim Meyering1999-01-271-1/+1
|
* Remove obsolete filesGreg McGary1999-01-2643-27253/+0
|
* * hash.h (struct hash_table) [ht_empty_slots]: Add struct member.Greg McGary1999-01-263-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 McGary1998-11-206-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 McGary1998-11-192-1/+137
|
* * configure.in, lib/Makefile.am, libidu/Makefile.am:Greg McGary1998-11-194-10/+13
| | | | Conform macro names to automake-1.3 conventions.
* * libidu/scanners.c (id_0): Increase size and make file static.Greg McGary1998-11-182-9/+11
|
* .fu-4_0Jim Meyering1998-10-101-0/+5
|
* (uninstall): Uninstall only if the current package isJim Meyering1998-10-051-4/+6
| | | | gettext. From Akim Demaille.
* (read_alias_file): Avoid mixing `char*' andJim Meyering1998-07-261-6/+6
| | | | | `unsigned char*' variables. Again for irix4. Mostly from Kaveh Ghazi.
* update from gettext-0.10.35Jim Meyering1998-05-0317-133/+399
|
* (distclean): Don't remove libintl.h here.pre-jumbo-LFSpost-jumbo-LFSJim Meyering1997-11-151-1/+1
|
* update gettext-0.31Jim Meyering1997-09-0116-199/+241
|
* assorted bug fixesGreg McGary1997-07-236-20/+25
|
* imported from id-utils-3.2r3_2Greg McGary1997-04-1819-219/+400
|
* Initial revisionGreg McGary1997-04-182-0/+458
|
* imported from id-utils-3.1r3_1Greg McGary1997-04-1839-3896/+4698
|
* Initial revisionGreg McGary1997-04-1842-0/+10534
|
* imported from id-utils-3.0.9r3_0_9Greg McGary1997-04-1812-914/+3142
|
* Initial revisionGreg McGary1997-04-1880-0/+34177
|
* imported from mkid-3.0.9r3_0_8_2Greg McGary1997-04-1828-1276/+1276
|
* Initial revisionGreg McGary1997-04-185-0/+7711
|