| History log of /src/usr.bin/tsort |
| Revision | Date | Author | Comments |
| 1.9 | 17-Aug-2020 |
christos | be host friendly
|
| 1.8 | 12-Aug-2020 |
christos | - document -d - add -r (reverse) - const, size_t, emalloc, EXIT_FOO
|
| 1.7 | 14-Apr-2009 |
lukem | Enable WARNS=4 by default for usr.bin, except for: awk bdes checknr compile_et error gss hxtool kgetcred kinit klist ldd less lex locale login m4 man menuc mk_cmds mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh string2key telnet tn3270 verify_krb5_conf xlint
|
| 1.6 | 19-Jul-2005 |
christos | branches: 1.6.30; WARNS=3
|
| 1.5 | 18-May-2003 |
lukem | Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op), there's no need to special-case .include-ing it.
|
| 1.4 | 14-Aug-2001 |
tv | Add hooks to allow toolchain bits to be reachover-built at the top level.
|
| 1.3 | 07-Dec-1994 |
jtc | Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention.
|
| 1.2 | 30-Jul-1993 |
mycroft | Add RCS identifiers.
|
| 1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.2 | 07-Dec-1994 |
jtc | imported from 4.4lite
|
| 1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.6.30.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.11 | 12-Aug-2020 |
christos | - document -d - add -r (reverse) - const, size_t, emalloc, EXIT_FOO
|
| 1.10 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
| 1.9 | 30-Sep-2002 |
grant | New sentence, new line.
|
| 1.8 | 08-Nov-2000 |
wiz | tsort needs an even number of nodes, not of node pairs. Reported by Lloyd Parkes in PR 10788.
|
| 1.7 | 20-Oct-1997 |
lukem | WARNSify, fix .Nm usage, getopt returns -1 not EOF, use ANSI <string.h> funcs
|
| 1.6 | 17-Jan-1996 |
mycroft | Add a `-q' option, to be quiet about cycles. From der Mouse, PR 1204.
|
| 1.5 | 07-Dec-1994 |
jtc | Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention.
|
| 1.4 | 01-Apr-1994 |
cgd | delete unclear comments, from Mark Weaver.
|
| 1.3 | 04-Feb-1994 |
cgd | update with latest, from christos@deshaw.com
|
| 1.2 | 01-Aug-1993 |
mycroft | Add RCS indentifiers.
|
| 1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.2 | 07-Dec-1994 |
jtc | imported from 4.4lite
|
| 1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.26 | 06-Feb-2021 |
dbj | tsort: fix typo in comment
|
| 1.25 | 17-Aug-2020 |
christos | be host friendly
|
| 1.24 | 12-Aug-2020 |
christos | - document -d - add -r (reverse) - const, size_t, emalloc, EXIT_FOO
|
| 1.23 | 06-Sep-2011 |
joerg | ANSIfy, static + __dead
|
| 1.22 | 21-Jul-2008 |
lukem | Remove the \n and tabs from the __COPYRIGHT() strings. Tweak to use a consistent format.
|
| 1.21 | 19-Jul-2005 |
christos | branches: 1.21.22; WARNS=3
|
| 1.20 | 27-Oct-2003 |
lukem | Overhaul how `build.sh tools' are used:
* Rename "config.h" to "nbtool_config.h" and HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H. This makes in more obvious in the source when we're using tools/compat/config.h versus "standard autoconf" config.h
* Consistently move the inclusion of nbtool_config.h to before <sys/cdefs.h> so that the former can provide __RCSID() (et al), and there's no need to protect those macros any more.
These changes should make it easier to "tool-ify" a program by adding: #if HAVE_NBTOOL_CONFIG_H #include "nbtool_config.h" #endif to the top of the source files (for the general case).
|
| 1.19 | 16-Oct-2003 |
itojun | safer use of realloc
|
| 1.18 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
| 1.17 | 31-Jan-2002 |
tv | Roll in fixes to permit cross-compiling from non-NetBSD hosts. This round has been tested on Solaris/x86 and Linux hosts.
* Add host tools cap_mkdb, ctags, m4, uudecode. * Protect __RCSID() and __COPYRIGHT() better. * Reduce the number of places that need to include "config.h", to keep sources closer to their "vanilla" versions. * Add more compat #defines and autoconf-checked functions.
|
| 1.16 | 21-Jan-2002 |
tv | Add hooks for cross-hosting on non-NetBSD platforms.
|
| 1.15 | 11-Jun-2001 |
wiz | Fix various misspellings of compatible/compatibility.
|
| 1.14 | 21-Feb-2001 |
cgd | call setprogname(argv[0]) at start of main()
|
| 1.13 | 25-Aug-1998 |
ross | Add { and } to shut up egcs. Reformat the more questionable code.
|
| 1.12 | 20-Oct-1997 |
lukem | WARNSify, fix .Nm usage, getopt returns -1 not EOF, use ANSI <string.h> funcs
|
| 1.11 | 17-Jan-1996 |
mycroft | Add a `-q' option, to be quiet about cycles. From der Mouse, PR 1204.
|
| 1.10 | 31-Aug-1995 |
jtc | Sync with 4.4lite2
|
| 1.9 | 07-Dec-1994 |
jtc | Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention.
|
| 1.8 | 04-Feb-1994 |
cgd | use err*() and warn()
|
| 1.7 | 04-Feb-1994 |
cgd | update with latest, from christos@deshaw.com
|
| 1.6 | 01-Dec-1993 |
cgd | fix from Frank van der Linden <vdlinden@fwi.uva.nl> to DTRT when given a filename on the command line.
|
| 1.5 | 01-Dec-1993 |
cgd | from Jarle.F.Greipsland@idt.unit.no: find_cycle was trying to find the longest cycle that a given node is part of, which is a really, really hard problem (exponential?). instead, just detect cycles. since the only difference is the (std error) output which is printed, all works out OK.
|
| 1.4 | 17-Nov-1993 |
cgd | fix that last
|
| 1.3 | 17-Nov-1993 |
cgd | long lost fix from Christos Zoulas (?) for inf. loop problem
|
| 1.2 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
| 1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.3 | 31-Aug-1995 |
jtc | imported from 44lite2
|
| 1.1.1.2 | 07-Dec-1994 |
jtc | imported from 4.4lite
|
| 1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.21.22.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|