Factor out some common strings to make translation easier.
[platform/upstream/coreutils.git] / src / tsort.c
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