Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change
[platform/upstream/coreutils.git] / src / tsort.c
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-09-18 Jim Meyeringrevert previous change
2003-09-18 Jim MeyeringUpdate AUTHORS definition to be a comma-separated list...
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-04-24 Jim Meyering(tsort): Remove unnecessary test of have_read_stdin.
2003-04-24 Jim Meyering(tsort): Fail if the input contains an odd number of...
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2001-12-01 Jim MeyeringReflect renaming to, and new usage of these macros:
2001-12-01 Jim Meyering(usage): Use new macros, EMIT_HELP_DESCRIPTION and...
2001-11-23 Jim MeyeringFactor out some common strings to make translation...
2001-11-11 Jim Meyering(count_items): Mark parameter as unused.
2001-01-17 Jim Meyering(main): Use PACKAGE, not GNU_PACKAGE.
2000-11-16 Jim MeyeringInclude sys/types.h before system.h.
2000-08-23 Jim MeyeringInclude <config.h> unconditionally, to be consistent
2000-05-20 Jim MeyeringArrange to call close_stdout upon exit. Don't close...
2000-01-26 Jim Meyering(detect_loop): Update incomplete comment.
2000-01-25 Jim Meyeringtsort now works more like the traditional UNIX tsort...
1999-09-02 Jim MeyeringRemove xstrdup declaration.
1999-08-22 Jim Meyering(detect_loop): There's no loop if k->top is NULL.
1999-08-22 Jim Meyering(usage): Correct bug-reporting email address.
1999-05-04 Jim Meyering(search_item): Use `1' instead of `+1'. The latter
1999-04-03 Jim MeyeringUse AUTHORS in place of string in parse_long_options...
1999-04-03 Jim MeyeringInsert AUTHORS definition.
1999-04-03 Jim MeyeringUse PROGRAM_NAME in place of string in parse_long_optio...
1999-04-03 Jim Meyeringdefine PROGRAM_NAME
1999-03-04 Jim Meyering(main): Include author name argument in call to parse_l...
1999-01-14 Jim MeyeringDon't prototype usage as static.
1999-01-02 Jim Meyering(tsort): Use a single call to error instead of two...
1999-01-02 Jim MeyeringMove inclusion of assert.h to follow that of stdio.h.
1999-01-02 Jim MeyeringInclude readtokens.h.
1999-01-01 Jim MeyeringRename globals N and R so they don't shadow locals.
1999-01-01 Jim Meyeringremove trailing blanks
1999-01-01 Jim Meyeringfrom Mark Kettenis