summaryrefslogtreecommitdiffstats
path: root/testsuite/mkid-langopt
Commit message (Collapse)AuthorAgeFilesLines
* tests: run the latest testJim Meyering2009-08-151-0/+1
| | | | | | * testsuite/Makefile.am (EXTRA_DIST): Add mkid-langopt. * NEWS: Tweak wording. * testsuite/mkid-langopt: Add a comment.
* mkid: avoid segfault with "-l OPT"Pedro J. Ruiz Lopez2009-08-131-0/+3
* libidu/scanners.c: languages_0[] is not const anymore, since this would make impossible to set lang->lg_argv * libidu/scanners.c: language_save_arg now manages language options with zero or one argument. * doc/idutils.texi: update to reflect the behavior of mkid "-l" option. * testsuite/mkid-langopt: new test program.