summaryrefslogtreecommitdiff
path: root/src/dirname.c
Commit message (Expand)AuthorAgeFilesLines
* Change "version 2" to "version 3" in all copyright notices.Jim Meyering2007-07-101-1/+1
* Help translators include translation team's web or email address.Jim Meyering2007-03-281-1/+1
* Don't include dirname.h, since system.h does it now.Paul Eggert2006-09-031-2/+1
* Don't use "path" or "filename".Paul Eggert2005-06-021-1/+1
* Update FSF postal mail address.Jim Meyering2005-05-141-1/+1
* Update FSF postal mail address.Jim Meyering2005-05-141-1/+1
* (usage): Add examples.Paul Eggert2005-04-051-1/+10
* (main): Use getopt_long rather than getopt.Paul Eggert2004-11-171-1/+1
* Include <getopt.h>.Paul Eggert2004-09-211-11/+7
* (main): Standardize on the diagnostics given when someone givesJim Meyering2004-06-211-3/+9
* (usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering2004-01-211-2/+2
* Cast NULL to `(char *)' in call to variadic function,Jim Meyering2003-11-051-1/+1
* Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering2003-10-181-2/+2
* (WRITTEN_BY): Rename from AUTHORS.Jim Meyering2003-09-181-2/+2
* revert previous changeJim Meyering2003-09-181-2/+2
* Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering2003-09-181-2/+2
* Don't include headers already included by system.h:Jim Meyering2003-07-231-1/+0
* (main): Call initialize_main.Jim Meyering2003-06-171-0/+1
* Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering2002-08-311-2/+2
* (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering2002-07-021-1/+1
* Don't include "xalloc.h", as system.h already does that via sys2.h.Jim Meyering2002-01-211-2/+1
* Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering2001-12-151-4/+4
* (usage): Indent --help and --version strings to start in the 7th column.Jim Meyering2001-11-251-2/+2
* (AUTHORS): Mark string for translation, since it contains the English word `a...Jim Meyering2001-08-141-1/+1
* (main): Add `const' to declaration of local, `result'.Jim Meyering2001-05-271-1/+1
* (strip_trailing_slashes): Remove decl; now in dirname.h.Jim Meyering2001-05-121-7/+13
* (main): Remove decl of unused local, `len'.Jim Meyering2001-01-281-2/+1
* (main): Declare local result as non-const, now that it's freed.Jim Meyering2001-01-261-1/+1
* Include xalloc.h.Jim Meyering2000-12-081-3/+6
* Include dirname.h.Jim Meyering2000-10-251-16/+6
* Include "closeout.h".Jim Meyering2000-05-071-1/+4
* (main): Manually handle `--', since we no longerJim Meyering1999-05-011-0/+7
* (PROGRAM_NAME, AUTHORS): Define and use.Jim Meyering1999-03-311-2/+7
* (main): Include author name argument in call to parse_long_options.Jim Meyering1999-03-041-1/+2
* update copyright datesJim Meyering1999-02-161-1/+1
* (usage): Remove static attribute.Jim Meyering1999-01-251-1/+1
* update bug-reporting addressJim Meyering1998-09-191-1/+1
* update bug-reporting addressJim Meyering1997-10-071-1/+1
* update copyrights for 1997Jim Meyering1997-02-091-1/+1
* bracket bug address with <> and append a periodJim Meyering1997-02-011-1/+1
* change bug-reporting addressJim Meyering1996-11-031-1/+1
* change bug-reporting addressJim Meyering1996-11-021-1/+1
* (main): update --version output to conform to coding standardJim Meyering1996-10-051-1/+1
* (usage): Tell where to report bugs.Jim Meyering1996-09-021-0/+1
* (main): Separate messages about `too few' and `too many'Jim Meyering1996-04-301-1/+2
* update Copyright years for 1996Jim Meyering1996-04-241-1/+1
* Update FSF's address.Jim Meyering1996-03-241-2/+2
* (main): Declare to be of type int, not void.Jim Meyering1996-03-211-1/+1
* Don't include version.h.Jim Meyering1996-03-161-2/+1
* (main): Initialize for internationalized message support:Jim Meyering1996-03-121-0/+3