summaryrefslogtreecommitdiff
path: root/src/pwd.c
AgeCommit message (Expand)Author
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-11-04all: avoid quoting file names when possiblePádraig Brady
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-07-02pwd: revert default mode back to -PPádraig Brady
2014-06-30pwd: assume -L mode by default, as per POSIXPádraig Brady
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-03-17maint: add a space before open-paren, where lackingJim Meyering
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-04-07maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systemsPádraig Brady
2009-03-25pwd: support -L and -PEric Blake
2008-10-19accommodate gnulib header removalsJim Meyering
2008-08-26use new global, "Version", rather than macro, VERSIONJim Meyering
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02declare program_name consistentlyJim Meyering
2008-05-26adjust copyright datesJim Meyering
2008-05-26convert single-author programs to use proper_nameJim Meyering
2007-08-30Use PACKAGE_NAME instead of GNU_PACKAGE.Eric Blake
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-03-28Help translators include translation team's web or email address.Jim Meyering
2006-07-09Adjust to today's renaming changes in system.h.Paul Eggert
2006-06-28* src/system.h (CLOSEDIR): Remove. All uses changed to closedir.Paul Eggert
2006-03-11(robust_getcwd): Prepend only one slash, not two.Jim Meyering
2006-02-26(NOT_AN_INODE_NUMBER, D_INO): Move definitions to system.hJim Meyering
2006-02-01(find_dir_entry): Remove unused local, `ent_sb_valid'.Jim Meyering
2005-06-02Don't use "path" or "filename".Paul Eggert
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2005-04-04(usage): Move USAGE_BUILTIN_WARNING to end of --help output.Jim Meyering
2005-04-04(usage): Mention that some shells provide a built-inJim Meyering
2004-11-23tweak commentJim Meyering
2004-11-19(find_dir_entry): Update comment to match reality.Jim Meyering
2004-11-18(robust_getcwd): Correct the comment: this function constructs theJim Meyering
2004-11-17(main): Use getopt_long rather than getopt.Paul Eggert
2004-09-21Include <getopt.h>.Paul Eggert
2004-06-17(main): Handle "--".Jim Meyering
2004-04-20Don't include pathmax.h; system.h already does it.Jim Meyering
2004-04-19Make pwd work even if the resulting name is so long that getcwd fails.Jim Meyering