History log of /src/usr.bin/menuc/avl.c |
Revision | | Date | Author | Comments |
1.7 |
| 11-Feb-2005 |
simonb | White space nit- don't put a space before/after increment/decrement operators.
|
1.6 |
| 20-Jun-2004 |
jmc | Completely rework how tools/compat is done. Purge all uses/references to _NETBSD_SOURCE as this makes cross building from older/newer versions of NetBSD harder, not easier (and also makes the resulting tools 'different')
Wrap all required code with the inclusion of nbtool_config.h, attempt to only use POSIX code in all places (or when reasonable test w. configure and provide definitions: ala u_int, etc).
Reviewed by lukem. Tested on FreeBSD 4.9, Redhat Linux ES3, NetBSD 1.6.2 x86 NetBSD current (x86 and amd64) and Solaris 9.
Fixes PR's: PR#17762 PR#25944
|
1.5 |
| 17-Jul-2003 |
lukem | branches: 1.5.2; only use __RCSID() if it is #defined
|
1.4 |
| 23-Jun-2003 |
agc | Add NetBSD RCS Ids.
|
1.3 |
| 21-Mar-2002 |
phil | Fix bug in AVL tree routines. Correct man page.
|
1.2 |
| 03-Jul-2000 |
matt | Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>, etc. as appropriate to get exit,srncmp,abs,abort,etc. Add -I${.CURDIR} to a few Makefiles
|
1.1 |
| 26-Sep-1997 |
phil | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 26-Sep-1997 |
phil | Add a curses based menu compiler system. (Used by the new system install program sysinst.)
|
1.5.2.1 |
| 22-Jun-2004 |
tron | branches: 1.5.2.1.2; Pull up revision 1.6 (requested by jmc in ticket #527): Completely rework how tools/compat is done. Purge all uses/references to _NETBSD_SOURCE as this makes cross building from older/newer versions of NetBSD harder, not easier (and also makes the resulting tools 'different') Wrap all required code with the inclusion of nbtool_config.h, attempt to only use POSIX code in all places (or when reasonable test w. configure and provide definitions: ala u_int, etc). Reviewed by lukem. Tested on FreeBSD 4.9, Redhat Linux ES3, NetBSD 1.6.2 x86 NetBSD current (x86 and amd64) and Solaris 9. Fixes PR's: PR#17762 PR#25944
|
1.5.2.1.2.1 |
| 23-Jul-2005 |
snj | Pull up revision 1.7 (requested by riz in ticket #5515): White space nit- don't put a space before/after increment/decrement operators.
|