summaryrefslogtreecommitdiff
path: root/src/readlink.c
AgeCommit message (Collapse)Author
2004-06-01(main): Update use of xreadlink.Jim Meyering
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering
of 2003-09-19. Now, AUTHORS is a comma-separated list of strings. Update the call to parse_long_options so that `AUTHORS, NULL' are the last parameters. * src/true.c (main): Append NULL to version_etc argument list. * src/sys2.h (case_GETOPT_VERSION_CHAR): Likewise.
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering
Begin each WRITTEN_BY string with `Written by ' and end it with `.'. Mark each WRITTEN_BY string as translatable.
2003-07-23Don't include stdlib.h, unistd.h, or limits.h; system.h already does it.Jim Meyering
2003-06-17Include sys/types.h before system.h (becauseJim Meyering
the latter includes sys/stat.h). Required on Ultrix 4.3.
2003-06-17(main): Call initialize_main.Jim Meyering
2003-05-10(main): Set program_name before first use.Jim Meyering
Remove that (redundant) first use. Don't exit successfully just because --verbose was specified. Pass 0, not EXIT_SUCCESS, as first argument to error; when that parameter is 0, error does not exit.
2003-01-19Include "canonicalize.h".Jim Meyering
2003-01-09copyrightJim Meyering
2003-01-09New program, by Dmitry V. Levin.Jim Meyering