summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Avoid a test failure.Jim Meyering2008-01-142-1/+3
| | | | | | | | * testsuite/infloop-kawa-el: Invoke mkid with -m, since id-lang.map may not be installed yet. * testsuite/Makefile.am (TESTS_ENVIRONMENT): Set abs_top_srcdir. Signed-off-by: Jim Meyering <meyering@redhat.com>
* Mark diagnostics for translation.Jim Meyering2008-01-143-5/+6
| | | | | | | | * src/mkid.c (main): Mark with _(...). * libidu/walker.c (exclude_languages, include_languages): Likewise. * src/lid.c (report_grep): Likewise. Signed-off-by: Jim Meyering <meyering@redhat.com>
* Put at least two spaces between an option and its description.Jim Meyering2008-01-143-6/+7
| | | | | | | | | help2man requires this. * src/lid.c: Add another space before the description. * src/mkid.c: Likewise. * src/xtokid.c: Likewise. 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>
* Avoid SPACE-TAB.Jim Meyering2008-01-142-3/+3
| | | | | | | * testsuite/consistency: Use TAB-SPACE, instead. * src/defid: Likewise. Signed-off-by: Jim Meyering <meyering@redhat.com>
* Don't cast x*alloc return value.Jim Meyering2008-01-141-3/+3
| | | | | | | * libidu/hash.c (hash_rehash): Remove cast. (hash_init): Likewise. Signed-off-by: Jim Meyering <meyering@redhat.com>
* Don't include <strsep.h>. Now it's guaranteed to be in <string.h>.Jim Meyering2008-01-043-6/+3
| | | | | | | | * libidu/walker.c: Don't include <strsep.h>. * libidu/idfile.c: Likewise. * libidu/scanners.c: Likewise. Signed-off-by: Jim Meyering <meyering@redhat.com>
* Remove files now pulled from gnulib.Jim Meyering2008-01-04263-55302/+0
| | | | | | Also remove all intl/ files. Signed-off-by: Jim Meyering <meyering@redhat.com>
* ChangeLog up to date.Pedro J. Ruiz Lopez2007-08-171-0/+6
|
* License upgrade to "GPL-3 or later"Pedro J. Ruiz Lopez2007-08-1724-378/+712
|
* Upgraded pl.po file to lastest versionPedro J. Ruiz Lopez2007-08-171-427/+257
|
* Ensure that idutils.el's "Version:" comment stays up to date.Jim Meyering2007-07-112-1/+17
| | | | * Makefile.am (distcheck-hook): New rule.
* Adjust idutils.el comments to work with package.el.Jim Meyering2007-07-112-1/+12
| | | | | * 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-262-1/+6
|
* * lisp/idutils.el: Require thingatpt.Jim Meyering2007-06-232-19/+34
| | | | | | | | | (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>.
* * intl/libgnuintl.h_vms remove unwanted old filePedro J. Ruiz Lopez2007-02-181-383/+0
|
* * Fix warning for redefined cpp macrosPedro J. Ruiz Lopez2007-02-182-1/+17
|
* Upgrade to gettext 0.16.1Pedro J. Ruiz Lopez2007-02-1853-2534/+3587
|
* * upgraded gnulibPedro J. Ruiz Lopez2007-02-12100-1632/+1975
|
* * upgraded gnulibPedro J. Ruiz Lopez2007-02-1211-0/+1249
|
* remove trailing blanksJim Meyering2007-01-191-7/+7
|
* Temporary fix simply to avoid the infloop.Jim Meyering2007-01-194-3/+77
| | | | | | | | | | * 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.
* * updated TODOClaudio Fontana2007-01-111-1/+15
|
* * provide rough support for lisp character constantsClaudio Fontana2006-11-252-1/+18
|
* * fix lisp string parsingClaudio Fontana2006-10-192-2/+7
|
* *** empty log message ***Claudio Fontana2006-09-201-4/+8
|
* *** empty log message ***Claudio Fontana2006-08-221-0/+5
|
* * fix typoClaudio Fontana2006-08-221-1/+3
|
* *** empty log message ***Claudio Fontana2006-08-051-3/+3
|
* * s/C++/Cpp/ to avoid problems in info fileClaudio Fontana2006-08-051-3/+3
|
* * remove ifinfoClaudio Fontana2006-08-051-2/+0
|
* * latest CVS buildClaudio Fontana2006-08-052-1/+5
|
* * 4.2 releaseClaudio Fontana2006-08-052-1/+5
|
* * update distribute scriptIDUTILS-4_2Claudio Fontana2006-08-051-45/+147
|
* * remove wrong duplicate entries in ChangeLogClaudio Fontana2006-07-311-7/+0
|
* * add missing 'release' entries in ChangeLogClaudio Fontana2006-07-222-1/+8
| | | | * change package suffix to cvs
* * add missing checks for terminal-related include filesClaudio Fontana2006-07-224-2/+5
|
* * provide replacement for lstat in a convoluted way,Claudio Fontana2006-07-2211-140/+168
| | | | to workaround AC_REPLACE_FUNC / gnulib shortcomings
* * fix sbrk portability issueClaudio Fontana2006-07-223-10/+31
|
* * add lib/ files of newest gnulibClaudio Fontana2006-07-217-0/+294
|
* * upgraded gnulibClaudio Fontana2006-07-2155-1664/+2275
|
* * new file INSTALL-cvs that describes how to build from CVSClaudio Fontana2006-07-211-0/+17
|
* add general version of distribute.shClaudio Fontana2006-07-211-0/+103
|
* * remove generated files from CVSClaudio Fontana2006-07-2138-37710/+151
| | | | | * apply EDITOR env variable patch * updated ChangeLog
* *** empty log message ***Claudio Fontana2006-07-053-3/+8
|
* * minor fix for typoClaudio Fontana2006-06-261-1/+1
|
* * update changelog for June, 26 patchesClaudio Fontana2006-06-261-0/+9
|
* * applied savannah patch #5165, fix for when HAVE_LINK is 0.Claudio Fontana2006-06-261-1/+7
|
* * applied savannah patch to fix perl stringsClaudio Fontana2006-06-261-5/+13
| | | | and comments #2775