(WRITTEN_BY): Rename from AUTHORS.
[platform/upstream/coreutils.git] / src / su.c
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-18 Jim Meyering(usage): Don't call close_stdout here.
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-04-11 Jim MeyeringRemove anachronistic casts of xmalloc,
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-08-30 Jim MeyeringChange `error (1, ...' to `error (EXIT_FAILURE, ...'.
2002-08-01 Jim Meyering(run_shell): Exit with status 126 or 127 when execvp or
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2001-12-15 Jim MeyeringUse new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT...
2001-08-14 Jim Meyering(xputenv): Remove parameter's const qualifier.
2001-05-12 Jim MeyeringInclude "dirname.h".
2001-01-07 Jim Meyeringback out last, prematurely-committed, change
2001-01-07 Jim MeyeringCorrect the indentation of an `#endif'.
2000-08-07 Jim Meyering(xputenv): Invoke xalloc_die instead of printing our...
2000-07-23 Jim MeyeringInclude <sys/param.h> if HAVE_SYS_PARAM_H is defined,
2000-05-07 Jim MeyeringInclude "closeout.h".
2000-02-09 Jim Meyering(correct_password): Correct HAVE_STRUCT_* name in ...
2000-01-30 Jim Meyering(correct_password): Guard with `HAVE_GETSPNAM && HAVE_S...
1999-09-08 Jim MeyeringRemove declaration of xstrdup.
1999-08-30 Jim Meyeringsplit a long line.
1999-08-22 Jim Meyering(run_shell): Declare with noreturn attribute.
1999-03-31 Jim MeyeringNo longer include long-options.h.
1999-03-31 Jim Meyering(PROGRAM_NAME, AUTHORS): Define and use.
1999-03-06 Jim MeyeringInclude long-options.h.
1999-02-16 Jim Meyeringupdate copyright dates
1999-01-25 Jim Meyering(usage): Remove static attribute.
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-08-30 Jim Meyering(longopts): Use corresponding short-option character
1997-12-21 Jim MeyeringDon't include limits.h.
1997-12-10 Jim Meyeringuse NULL, '\0' instead of zeroes
1997-12-10 Jim Meyering(main): Make sure pw->pw_shell is non-NULL before tryin...
1997-10-25 Jim MeyeringRemove old-style xmalloc and xrealloc decls.
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-07-13 Jim Meyeringindent
1997-07-05 Jim MeyeringRedefine/undef getusershell around inclusion of <unistd.h>
1997-05-27 Jim MeyeringUse base_name, not basename.
1997-03-19 Jim Meyeringcpp-indent
1997-03-18 Jim Meyering(log_su): Resort to getpwuid if getlogin fails.
1997-02-09 Jim Meyeringupdate copyrights for 1997
1997-02-01 Jim Meyeringbracket bug address with <> and append a period
1997-02-01 Jim MeyeringCompare getopt_long return value against -1, not EOF...
1996-12-19 Jim Meyering[HAVE_PATHS_H]: Include <paths.h>.
1996-11-03 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyeringchange bug-reporting address
1996-10-05 Jim Meyering(main): update --version output to conform to coding...
1996-09-02 Jim Meyering(usage): Tell where to report bugs.
1996-04-24 Jim Meyeringupdate Copyright years for 1996
1996-03-24 Jim MeyeringUpdate FSF's address.
1996-03-24 Jim MeyeringProtoize and reorder functions.
1996-03-21 Jim Meyering(main): Declare to be of type int, not void.
1996-03-16 Jim MeyeringDon't include version.h.
1996-03-12 Jim Meyering(main): Initialize for internationalized message support:
1996-01-06 Jim MeyeringRemove NGROUPS_MAX junk. It wasn't being used.
1995-11-27 Jim Meyerings/non-zero/nonzero/g
1995-11-18 Jim MeyeringIndent cpp directives.
1995-08-08 Jim MeyeringAnnotate localizable strings with _(...). From Franc...
1995-05-15 Jim Meyering(usage): Add one- and two-line descriptions to --help...
1995-03-09 Jim Meyeringadd 1995 to Copyright dates
1995-02-27 Jim Meyering(correct_password): Use memset instead of bzero.
1994-12-20 Jim Meyering* src/*.c: Include "error.h" instead of simply declaring
1994-10-11 Jim Meyering.
1994-10-01 Jim Meyering.
1994-09-27 Jim Meyeringmerge with 1.10n2
1994-09-25 Jim Meyering.
1994-09-18 Jim Meyering.
1994-08-03 Jim Meyering.
1994-08-03 Jim Meyering.
1994-07-26 Jim Meyering.
1994-04-20 Jim Meyering.
1994-02-01 Jim Meyering.
1993-11-09 Jim Meyeringmerge with 1.9
1993-10-26 Jim Meyeringmerge with 1.8.1i
1993-10-24 Jim Meyeringmerge with 1.8.1h
1993-10-17 Jim Meyeringmerge with 1.8.1g
1993-10-12 Jim Meyeringmerge with 1.8.1d
1993-10-12 Jim Meyeringmerge with 1.8.1b
1993-09-08 Jim Meyeringmerge with 1.8.1 + partial --version and --help
1992-12-02 Jim MeyeringConvert static declarations of struct option to use...
1992-11-12 Jim Meyeringall files: make most variables static and const when...
1992-11-01 Jim MeyeringMake still more file-scope variables `static'.
1992-11-01 Jim MeyeringInitial revision