1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229
|
GNU idutils NEWS -*- outline -*-
* Noteworthy changes in release ?.? (????-??-??) [?]
** Bug fixes
lid is no longer susceptible to a buffer overrun
* Noteworthy changes in release 4.6 (2012-02-03) [stable]
** Bug fixes
lid -L no longer mishandles open-ended ranges like "..2" and "2.."
lid's -d, -o and -x options now work properly
* Noteworthy changes in release 4.5 (2010-06-17) [stable]
* Noteworthy changes in release 4.4 (2009-10-30) [beta]
** New features
mkid and xtokid accept a new option --files0-from=FILE, to make them
process only the files named in FILE. FILE must contain a list of
NUL-terminated file names.
** Bug fixes
mkid and xtokid now accept language specific options via the command line.
* Noteworthy changes in release 4.3.92 (2008-10-18) [beta]
** Bug fixes
fid: avoid a buffer overrun
handle failed allocation, e.g., by strdup
avoid potential realloc overflow
mkid: avoid an infloop on some .el files
all programs: detect write error on stdout
** Miscellaneous improvements
revamp code and infrastructure, bringing it closer to coreutils' standards
add automatically-generated man pages
mkid recognize more suffixes: .ac, .mk, .bz2, .lzma.
idutils is now licensed under the General Public License version 3
or later (GPLv3+).
Version 4.2 - August 5, 2006, by Claudio Fontana
* Bugfix release
Version 4.1 - March 12, 2006, by Claudio Fontana
* new project name: idutils (change from id-utils)
* fixed many portability issues
* support for java and lisp
Version 4.0 - Nov 1, 2005, by Claudio Fontana
* Modernize build system (autotools, gnulib, intl, large file support)
* Cleaned up some code
* Fixed some portability problems (some might remain)
* Integrated perl support
Version 3.2d - April 6, 1999, by Greg McGary
* Modernize lisp/Makefile.am, replace gets with fgets.
* Allocate larger scanner buffer: MIN (2MB, largest file)
* compile lib/regex.c if regcomp is absent in libc.
Version 3.2c - April 3, 1999, by Greg McGary
* Add verbose traces to file walker: `mkid -V'
* New heuristic for computing initial size of token table:
MAX (1M, lg(n) * n * 16)
Version 3.2b - March 29, 1999, by Greg McGary
* Fixed assorted bugs
* Remove arbitrary limit of 32767 on number of files that
can be scanned. Now the number of files is only
limited by available virtual memory.
Version 3.2a - November 22, 1998, by Greg McGary
* Fixed assorted bugs
Version 3.2 - August 6, 1996, by Greg McGary
* Major bug in eid fixed
Version 3.1 - July 17, 1996, by Greg McGary
* A few more portability bugs are fixed
Version 3.0m - July 9, 1996, by Greg McGary
* NLS is now initialized properly
* Assorted portability problems are fixed
* A few bugs (one serious) are fixed
Version 3.0l - skipped `l' (ell) is too easy to confuse with `1' (one)
Version 3.0k - June 5, 1996, by Greg McGary
* `lid's command line has been revised and expanded. Control over output
formats is expanded. Pattern searching options are now complete and
orthogonal: word/substring, literal/regexp, case (in)sensitivity.
* The texinfo manual, id-utils.texi, is now up-to-date.
* `mkid' and `xtokid' support the new `--prune' option.
* `mkid' and `xtokid' now implement the `--include' and `--exclude 'options.
* `lid -R grep' (a.k.a. `gid') no longer prepends a space to each line--
now its output is exactly like grep's.
* `fid' separates tokens with spaces if output is to a termianal, and
otherwise with newlines.
* If lid is in `brace' mode by default, it uses brace notation when
outputting to a terminal and separates file names with spaces otherwise.
If printing the token or pattern key is disabled, then file names are
separated with newlines.
* All programs now accept directory names for the `-f, --file=' args.
When a directory is given, the file name "ID" is assumed.
* gid.el is renamed id-utils.el and is installed in emacs's site-lisp/
* Source files and directories are reorganized
* Misc. bugs are fixed
Version 3.0j - May 31, 1996, by Greg McGary
* Pre-test versions are now designated with a lower-case letter to shorten
the top-level directory name to 14 chars.
* `idx' has been renamed `xtokid'.
* The old `pid' program has been reborn as `fnid'.
* Some bugs & build problems are fixed.
* Some missing prototypes are added to header files.
* gcc -Wall (plus a bunch of other other warnings) is happier.
* A number of idtest problems are fixed.
Version 3.0.9 - May 30, 1996, by Greg McGary
* The package name has been changed from `mkid' to `id-utils', and is now
officially a part of GNU.
* Command-line arguments have been revised to conform with GNU standards.
Each command now processes --help and --version long arguments.
* The texinfo manual is out-of-date. Please use the `--help' option for
correct information about command-line arguments.
* Message catalogs for French and German exist, but are out-of-date.
* `mkid' and `idx' use a file-tree walker. Give them one or more directory
names on the command-line, and they'll recursively descend looking for
source files. lib/language.map (installe as $(prefix)/share/language.map)
contains patterns for mapping file names to the appropriate language scanner.
* id-utils now uses automake.
* gid, aid and eid are now shell-script wrappers that
call `lid' with the appropriate argument.
* A new environment `IDPATH' contains a colon-separated list of ID file
names for use by `fid' and `lid'. It is only partially implemented at
this time only the first ID file is actually handled, the rest are
ignored.
* pid is temporarily gone, but will reappear soon.
* iid has been removed from the distribution.
* Support for non-ANSI compilers is broken. Don't expect it to work.
If you use gcc, all will be well.
* Miscellaneous bugs are fixed.
Version 3.0 - February 1995, by Greg McGary
* `mkid' uses a new efficient algorithm for building the database. The old
algorithm was O(n^2) for space and would exhaust memory or lead to page
thrashing on very large programs. The new algorithm is linear with the
size of the input for both time and space. It is now possible to build
very large `mkid' databases covering many thousands of files totalling
tens of megabytes and containing hundreds of thousands of unique tokens.
* The database header is now byte-order and word-size independent. ID
files may be shared across networks of dissimilar architectures.
Version 2.0 - March 1991, by Tom Horsley
Version 1.0 - September 1987, by Greg McGary
* Initial release to comp.sources.unix
Copyright (C) 2001-2012 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
Texts. A copy of the license is included in the ``GNU Free
Documentation License'' file as part of this distribution.
|