summaryrefslogtreecommitdiff
path: root/lib/argmatch.c
Commit message (Expand)AuthorAgeFilesLines
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-2/+2
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-41/+41
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* exit.h is replaced with stdlib.h.Bruno Haible2007-02-181-2/+1
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-5/+3
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+1
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* (argmatch): Clarify comment: null-terminated -> NULL-terminated.Jim Meyering2005-03-271-2/+2
* Remove dependencies on unlocked-io.Paul Eggert2004-10-041-1/+4
* (enum backuptype): Rename none -> no_backups,Paul Eggert2004-10-041-9/+9
* Merge from coreutils.Paul Eggert2004-08-061-10/+11
* Exit-status fixes from coreutils.Paul Eggert2004-01-241-3/+4
* Use "exit.h" rather than rolling EXIT_FAILURE ourselves in each module.Paul Eggert2003-09-121-4/+1
* (getenv): Remove decl.Paul Eggert2003-09-121-1/+0
* (EXIT_FAILURE): Define if the system doesn't.Paul Eggert2003-03-101-1/+7
* Remove case insensitive option matching.Bruno Haible2002-11-211-32/+9
* Comment tweak.Bruno Haible2002-11-211-0/+1
* Include config.h here, not in argmatch.h.Paul Eggert2002-11-211-11/+6
* Include gettext.h instead of <libintl.h> with #ifdefs.Bruno Haible2002-11-051-11/+3
* Include unlocked-io.h.Jim Meyering2001-11-171-0/+1
* (argmatch_invalid): Use quotearg_n_style (0, ...Jim Meyering2001-10-111-2/+2
* Include "quote.h".Jim Meyering2001-05-241-4/+6
* back out Copyright date changes for files with no changes yearJim Meyering2000-08-071-1/+1
* update copyright dateJim Meyering2000-07-091-1/+1
* (ARGMATCH_QUOTING_STYLE):Jim Meyering1999-08-101-15/+5
* (program_name): Remove dcl.Jim Meyering1999-01-251-9/+10
* (ARGMATCH_DIE_DECL): Use it.Jim Meyering1999-01-161-0/+4
* s/argmatch_exit_failure/argmatch_die/Jim Meyering1999-01-161-1/+1
* (EXIT_FAILURE): Define.Jim Meyering1999-01-161-1/+9
* (ARGMATCH_DIE): Provide default.Jim Meyering1999-01-161-4/+45
* (ARGMATCH_QUOTING_STYLE): Change from c_quoting_style to escape_quoting_style.Jim Meyering1999-01-111-10/+2
* (argmatch_invalid): Remove double quotes from theJim Meyering1999-01-021-8/+13
* (__xargmatch_internal): Remove now-unused function.Jim Meyering1999-01-021-36/+1
* Remove definition of setlocale.Jim Meyering1999-01-021-6/+1
* (strncasecmp): Move to a separate file.Jim Meyering1998-12-311-53/+30
* remove trailing blanksJim Meyering1998-12-311-15/+15
* lots of changes from Akim Demaille.Jim Meyering1998-12-311-28/+271
* (invalid_arg): Use a single fprintf and wholeJim Meyering1997-12-291-13/+6
* Update from FSF via patch-2.2.93.Jim Meyering1997-05-271-8/+11
* .TEXTUTILS-1_19mJim Meyering1996-09-281-2/+2
* update FSF address in copyrightJim Meyering1996-07-151-2/+2
* (argmatch): Add const attribute to parameters.Jim Meyering1995-12-221-4/+4
* (argmatch): Include sys/types.h and declare length argument with type size_t.Jim Meyering1995-05-131-3/+9
* Initial revisionJim Meyering1992-10-311-0/+83