Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tighten scope in libidu/, too | Jim Meyering | 2008-05-17 | 1 | -17/+20 |
| | | | | | | | | | | | | | | | | | | Mark with "extern" the symbols that belong that way. Make the others static. * libidu/dynvec.h (dv_fill): * libidu/fnprint.c (cw_dlink): * libidu/hash.h (qsort_cmp_t): * libidu/idfile.h (io_func_t): * libidu/scanners.c (lang_args_obstack, languages_0, languages_N): (language_help_me, language_getopt, get_language): (lang_args_index): * libidu/walker.c (largest_member_file): * maint.mk (extract_char, today): * src/fid.c (long_options): * src/fnid.c (cw_dlink): * src/lid.c (cw_dlink): * src/xtokid.c (cw_dlink): | ||||
* | License upgrade to "GPL-3 or later" | Pedro J. Ruiz Lopez | 2007-08-17 | 1 | -4/+4 |
| | |||||
* | *** empty log message *** | Claudio Fontana | 2005-11-01 | 1 | -21/+21 |
| | |||||
* | Update copyright notices for 1999 | Greg McGary | 1999-04-04 | 1 | -1/+1 |
| | |||||
* | * hash.h (struct hash_table) [ht_empty_slots]: Add struct member. | Greg McGary | 1999-01-26 | 1 | -0/+1 |
| | | | | | | | | | | * 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. | ||||
* | Initial revision | Greg McGary | 1997-04-18 | 1 | -0/+144 |