dd: clarify meaning of multiplication factors; put xM in order
[platform/upstream/coreutils.git] / src / tsort.c
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-05-26 Jim Meyeringadjust copyright dates
2008-05-26 Jim Meyeringconvert single-author programs to use proper_name
2007-10-07 Jim MeyeringUse puts, rather than printf ("%s\n". Slightly cleaner.
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-04-12 Jim Meyering(tsort): Use "%s" as the format string, rather than...
2005-04-11 Paul Eggert(have_read_stdin): Remove; no longer needed. All uses
2005-03-06 Jim MeyeringRemove `register' keyword.
2004-11-17 Paul Eggert(main): Use getopt_long rather than getopt.
2004-10-18 Jim Meyering(main): Remove declaration of unused local, opt.
2004-09-21 Paul EggertRemove now-unused long-options static var.
2004-08-03 Paul Eggert(struct item, n_strings): Use size_t for sizes.
2004-06-21 Jim Meyering(main): Standardize on the diagnostics given when someo...
2004-03-21 Jim Meyering(tsort): Reflect changes in use of readtoken.
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-11-05 Jim MeyeringCast NULL to `(char *)' in call to variadic function,
2003-11-02 Jim Meyering(new_item, record_relation): Use `sizeof *var' rather
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