summaryrefslogtreecommitdiffstats
path: root/src/pinky.c
AgeCommit message (Expand)AuthorLines
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-1/+1
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+2
2009-08-25global: convert indentation-TABs to spacesJim Meyering-104/+104
2009-08-10nl, pinky: replace uses of strcatJim Meyering-8/+4
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering-1/+1
2008-12-21build: add configure-time --enable-gcc-warnings option; avoid warningsJim Meyering-1/+1
2008-11-10make --help print "Report PROGRAM translation bugs to <...>."Jim Meyering-1/+0
2008-09-24pinky: gettextize two missed stringsBenno Schulenberg-2/+5
2008-06-27factor out time_t-to-string conversion idiomJim Meyering-2/+1
2008-06-16remove redundant const directivesJim Meyering-1/+1
2008-06-14add "const" attribute, where possibleJim Meyering-1/+1
2008-06-03use gnulib's progname moduleJim Meyering-4/+1
2008-06-02declare program_name consistentlyJim Meyering-1/+1
2008-05-26adjust copyright datesJim Meyering-1/+1
2008-05-26convert 3-author programs to use proper_nameJim Meyering-1/+4
2007-07-23Update all copyright notices to use the newer form.Jim Meyering-5/+4
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering-1/+1
2007-03-28Help translators include translation team's web or email address.Jim Meyering-1/+1
2006-10-14* src/pinky.c: Don't include stat-macros.h; system.h already does it.Jim Meyering-1/+0
2006-10-14* src/pinky.c (S_IWGRP): Don't define.Jim Meyering-4/+1
2006-07-09(create_fullname): Don't assume char is unsigned.Paul Eggert-3/+3
2005-09-22Include canon-host.h rather than declaringPaul Eggert-1/+1
2005-06-02Don't use "path" or "filename".Paul Eggert-2/+2
2005-05-14Update FSF postal mail address.Jim Meyering-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering-1/+1
2005-03-30(short_pinky): Adjust to read_utmp signature change.Paul Eggert-1/+1
2005-03-28(print_entry): Use NULL, not `0'.Jim Meyering-2/+3
2004-11-30(gethostname): Remove decl.Paul Eggert-6/+1
2004-11-16Fix memory leak.Paul Eggert-0/+3
2004-09-21Remove unused "case 0".Paul Eggert-3/+0
2004-08-02(include_idle, include_heading, include_fullname,Paul Eggert-55/+67
2004-06-22The 2004-06-19 fix for who and pinky was incomplete, as ctimeJim Meyering-13/+27
2004-06-20Don't dump core if ctime returns NULL; this is possible onJim Meyering-9/+29
2004-01-21(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering-2/+2
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering-2/+2
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering-2/+2
2003-09-18revert previous changeJim Meyering-1/+1
2003-09-18Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering-1/+1
2003-08-17Avoid unnecessary and sometimes time-consuming hostname lookups.Jim Meyering-2/+2
2003-07-23Don't include headers already included by system.h:Jim Meyering-1/+0
2003-06-17(main): Call initialize_main.Jim Meyering-0/+1
2002-10-19(print_heading): Align TTY and Name headings.Jim Meyering-2/+2
2002-10-12(print_long_entry): fread returns size_t.Jim Meyering-2/+2
2002-08-31Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering-4/+4
2002-08-30Change `error (1, ...' to `error (EXIT_FAILURE, ...'.Jim Meyering-1/+1
2002-07-02(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering-1/+1
2001-12-15Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering-3/+7
2001-08-24Use `n_users' in place of `argc - optind' in two more places.Jim Meyering-2/+2
2001-08-24(main): Fail if -l is specified with no username.Jim Meyering-1/+11
2001-08-24(usage): Clarify description of -l. From Clark Morgan.Jim Meyering-2/+2