summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLog-2007: Rename from ChangeLog.Jim Meyering2008-01-141-699/+0
| | | | Signed-off-by: Jim Meyering <meyering@redhat.com>
* Adjust indentation in ChangeLog to use only TABs.Jim Meyering2008-01-141-9/+9
| | | | Signed-off-by: Jim Meyering <meyering@redhat.com>
* ChangeLog up to date.Pedro J. Ruiz Lopez2007-08-171-0/+6
|
* Ensure that idutils.el's "Version:" comment stays up to date.Jim Meyering2007-07-111-0/+5
| | | | * Makefile.am (distcheck-hook): New rule.
* Adjust idutils.el comments to work with package.el.Jim Meyering2007-07-111-0/+6
| | | | | * lisp/idutils.el: Fix comments. (gid): Add autoload comment.
* Add a one-line summary to explain "why".Jim Meyering2007-06-271-2/+2
|
* *** empty log message ***Pedro J. Ruiz Lopez2007-06-261-0/+5
|
* * lisp/idutils.el: Require thingatpt.Jim Meyering2007-06-231-0/+10
| | | | | | | | | (gid-mode-font-lock-keywords): New variable. (gid-use-search-in-buffer-name): New variable. (gid-mode): New mode. (gid): Use compilation-start, thing-at-point. (word-around-point): Removed. Details in <http://thread.gmane.org/gmane.comp.gnu.idutils.bugs/70>.
* * Fix warning for redefined cpp macrosPedro J. Ruiz Lopez2007-02-181-1/+8
|
* remove trailing blanksJim Meyering2007-01-191-7/+7
|
* Temporary fix simply to avoid the infloop.Jim Meyering2007-01-191-0/+11
| | | | | | | | | | * libidu/scanners.c (get_token_lisp): Disable the code that treats '[]' as part of a kawa identifier. It could call ungetc two or three times in a row. One is the maximum. * testsuite/infloop-kawa-el: New file. Test for the above. * testsuite/Makefile.am (TESTS): Add infloop-kawa-el. (TESTS_ENVIRONMENT): Prepend build directory to PATH so that invoking e.g., "mkid" runs the just-built version of the tool.
* * provide rough support for lisp character constantsClaudio Fontana2006-11-251-0/+5
|
* * fix lisp string parsingClaudio Fontana2006-10-191-0/+5
|
* *** empty log message ***Claudio Fontana2006-08-221-0/+5
|
* * 4.2 releaseClaudio Fontana2006-08-051-0/+4
|
* * remove wrong duplicate entries in ChangeLogClaudio Fontana2006-07-311-7/+0
|
* * add missing 'release' entries in ChangeLogClaudio Fontana2006-07-221-0/+7
| | | | * change package suffix to cvs
* * add missing checks for terminal-related include filesClaudio Fontana2006-07-221-0/+1
|
* * provide replacement for lstat in a convoluted way,Claudio Fontana2006-07-221-1/+21
| | | | to workaround AC_REPLACE_FUNC / gnulib shortcomings
* * fix sbrk portability issueClaudio Fontana2006-07-221-0/+10
|
* * upgraded gnulibClaudio Fontana2006-07-211-0/+4
|
* * remove generated files from CVSClaudio Fontana2006-07-211-0/+10
| | | | | * apply EDITOR env variable patch * updated ChangeLog
* *** empty log message ***Claudio Fontana2006-07-051-0/+5
|
* * update changelog for June, 26 patchesClaudio Fontana2006-06-261-0/+9
|
* * add bug report string to the help outputClaudio Fontana2006-03-051-0/+12
| | | | * src/lid.c: fix bug in pattern recognition in is_number()
* * document integration of java+lisp patchClaudio Fontana2006-02-161-0/+5
|
* *** empty log message ***Jim Meyering2006-02-151-11/+15
|
* * credit where it's dueClaudio Fontana2006-01-111-3/+6
|
* * fixesClaudio Fontana2006-01-111-3/+3
|
* * portability fixesClaudio Fontana2006-01-111-3/+12
|
* * fix bad offtostr usage (now uses return value)Claudio Fontana2006-01-081-0/+4
|
* * s/id-utils/idutils/g;Claudio Fontana2006-01-061-1/+34
| | | | * other small changes
* * committed trivial doc changesClaudio Fontana2005-12-271-0/+1
|
* * solve mutual dependencies problem linking programs in src/Claudio Fontana2005-12-271-1/+4
|
* * added script to autogenerate m4/Makefile.amClaudio Fontana2005-12-271-0/+1
|
* * enforce use of <> and "" in include directivesClaudio Fontana2005-12-271-0/+3
|
* * started to address portability problems in the id-utils-4.0 releaseClaudio Fontana2005-12-271-0/+21
|
* * implemented fix for savannah support request sr #104712 andClaudio Fontana2005-12-151-0/+9
| | | | added test case
* * added inttostr module from gnulib, used in src/mkid.c to print anClaudio Fontana2005-12-111-3/+1
| | | | off_t portably using offtostr()
* * fixed small issues and integrated perl patch.Claudio Fontana2005-12-111-2/+19
| | | | Added some missing files in po/ and updated intl/
* * updated ChangeLog to reflect patch 2702 inclusionClaudio Fontana2005-11-011-0/+4
|
* *** empty log message ***Claudio Fontana2005-11-011-0/+18
|
* .Jim Meyering2000-06-061-0/+2
|
* .Jim Meyering2000-06-061-0/+3
|
* .Jim Meyering2000-06-061-0/+4
|
* .Jim Meyering2000-06-061-0/+8
|
* * lid.c (add_regexp_word_delimiters): Rename fromGreg McGary2000-04-271-0/+12
| | | | | | | | | | | maybe_add_word_delimiters--action is now unconditional. (query_literal_word): Call query_literal_substring if ignoring case. (query_literal_prefix): Call query_regexp if ignoring case. (query_regexp): Test delimiter_style before calling add_regexp_word_delimiters. (query_literal_substring): Add local var arg_length. Handle word matches which can happen when ignoring case. Add local var match.
* .Greg McGary1999-04-111-1/+8
|
* .Greg McGary1999-04-091-1/+1
|
* .Greg McGary1999-04-091-0/+5
|