summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * libidu/idfile.h (largest_member_file): Add variable decl.Greg McGary1999-04-066-32/+54
| | | | | | | | | | | | | | | | (MAX_LARGEST_MEMBER_FILE): Add constant. * libidu/scanners.h (scanner_buffer): Add variable decl. * libidu/scanners.c (scanner_buffer): Rename from id_0. * libidu/walker.c (largest_member_file): Add veriable defn. (walk_flink): Maintain largest_member_file. Call print_member_file. (maybe_get_member_file): Don't call print_member_file. (classify_link): Return 0 if file size is zero. * src/mkid.c (scan_files): Report size of largest file. Cap scanner_buffer size at MAX_LARGEST_MEMBER_FILE. Allocate scanner_buffer. * src/xtokid.c (scan_files): Cap scanner_buffer size at MAX_LARGEST_MEMBER_FILE. Allocate scanner_buffer.
* fix assorted typosGreg McGary1999-04-051-15/+14
|
* .Greg McGary1999-04-0518-1328/+0
|
* Update copyright notices for 1999Greg McGary1999-04-049-9/+9
|
* .Greg McGary1999-04-043-73/+128
|
* * configure.in: Check for regcomp and compile lib/regex.cGreg McGary1999-04-041-0/+1
| | | | if the system doesn't provide it.
* .Greg McGary1999-04-048-4/+11
|
* * src/lid.c (search_flinkv): Replace `gets' with `fgets'.Greg McGary1999-04-041-1/+1
|
* .Greg McGary1999-04-042-37/+46
|
* * lisp/Makefile.am (lisp_LISP): Add variable. Remove allGreg McGary1999-04-041-10/+1
| | | | other obsolete contents.
* .ID-UTILS-3_2cGreg McGary1999-04-047-8/+25
|
* .Greg McGary1999-04-043-18/+33
|
* (name_tokens, number_tokens, string_tokens, literal_tokens,Greg McGary1999-04-041-12/+12
| | | | | | comment_tokens, occurrences, hits_length, tokens_length, output_length): Change type from size_t to unsigned long. (report_statistics): Fix printf formats.
* .Greg McGary1999-04-042-70/+70
|
* * Version 3.2c released.Greg McGary1999-04-044-104/+151
| | | | | | | | | | | | | * libidu/id-file.h (walker_verbose_flag): Add extern variable decl. * libidu/scanners.c (SCAN_CPP_DIRECTIVE): Add macro. (get_token_c, get_token_asm): Call SCAN_CPP_DIRECTIVE. * libidu/walker.c (walker_verbose_flag): Add variable defn. (print_member_file): Add function. (maybe_get_member_file): Call print_member_file in verbose mode. * src/mkid.c: Add coments. (ceil_log_2): Add function. (main): Handle 'V' option for extra verbosity. (scan_files): Use MAX (1M, n*lg(n)*64) to estimate initial size of token hash table.
* .Jim Meyering1999-03-291-0/+3
|
* .r3_2bGreg McGary1999-03-2914-94/+96
|
* bump version to 3.2bGreg McGary1999-03-293-3/+11
|
* .Greg McGary1999-03-291-0/+31
|
* * libidu/idfile.h (struct member_file) [mf_index]: ChangeGreg McGary1999-03-297-36/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | type to long. * libidu/scanners.h (MAX_LEVELS): Remove constant. (struct token) [tok_hits, tok_name]: Remove members. [tok_hits_name]: Add member. (TOKEN_HITS, TOKEN_NAME, OFFSETOF_TOKEN_NAME): Add macros. * libidu/scanners.c (log_8_member_files): Add variable definition. (get_token_c, get_token_asm, get_token_text): Use OFFSETOF_TOKEN_NAME. * libidu/walker.c (mark_member_file_links) [new_index]: Change variable type to long. * src/idx.c (scan_member_file): Use TOKEN_NAME. * src/mkid.c (ceil_log_8) Add function. (current_hits_signature): Change variable type to (char *). (main) [log_8_member_files]: Initialize new variable. [current_hits_signature] Allocate storage. (scan_member_file): Print member->mf_index as long. (scan_member_file_1, write_id_file, token_hash_1, token_hash_2, token_hash_cmp, token_qsort_cmp, summarize, write_hits): use TOKEN_NAME & TOKEN_HITS. (init_hits_signature, write_hits): Replace MAX_LEVELS with log_8_member_files. * src/xtokid.c (scan_member_file): Use TOKEN_NAME. * libidu/idfile.h (vectorize_string) [delimiter_class]: Declare as pointer to const. * libidu/walker.c (append_strings_to_vector, vectorize_string) [delimiter_class]: Declare as pointer to const. (white_space): Declare as array of const.
* .r3_2aGreg McGary1999-03-285-95/+92
|
* * libidu/hash.c (hash_insert): hash_insert_at no longerGreg McGary1999-03-282-6/+14
| | | | | | | | | returns old contents, but rather the new slot address. (hash_insert_at): Return slot address of inserted item. * libidu/walker.c (get_member_file): return member. (get_link_from_dirent, get_link_from_string): Conform to new hash_insert_at API, where return value is slot address of newly inserted item.
* .Greg McGary1999-03-281-0/+8
|
* * Makefile.am (AUTOMAKE_OPTIONS): Add macro.Greg McGary1999-03-281-0/+1
|
* * config.h.in (WITH_REGEX): Remove.Greg McGary1999-03-283-9/+1
| | | | | * configure.in (AM_WITH_REGEX): Remove. * src/lid.c (rx.h): Remove #include.
* .Greg McGary1999-03-0613-13247/+285
|
* Remove rx.[ch]Greg McGary1999-03-061-3/+3
|
* .Greg McGary1999-03-0211-361/+287
|
* .Greg McGary1999-03-026-202/+214
|
* .Greg McGary1999-03-022-211/+138
|
* * src/lid.c (report_grep): Continue rather than return whenGreg McGary1999-02-112-1/+6
| | | | fopen fails.
* .Jim Meyering1999-01-312-51/+0
|
* fix commentJim Meyering1999-01-311-1/+1
|
* *** empty log message ***Jim Meyering1999-01-311-0/+5
|
* Remove unused `@defcodeindex cm'Jim Meyering1999-01-311-2/+1
|
* (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
|