Home | History | Annotate | Download | only in menuc
History log of /src/usr.bin/menuc/main.c
RevisionDateAuthorComments
 1.11  06-Mar-2012  mbalmer Remove the advertising clause and appease the eye a bit (still not good, but
better). Almost no functional change.
 1.10  20-Jun-2004  jmc branches: 1.10.50;
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.9  17-Jul-2003  lukem branches: 1.9.2;
only use __RCSID() if it is #defined
 1.8  23-Jun-2003  agc Add NetBSD RCS Ids.
 1.7  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.6  20-Jun-1999  cgd provide the ability to do horizontal centering of menus, and make that
the default. XXX: currently can't be turned back on for individual menus
if overridden by the menu definition's default setting.
 1.5  20-Jun-1999  cgd provide a way to set the string used for the 'Exit' menu item.
 1.4  03-Feb-1998  perry branches: 1.4.2;
<stdlib.h> -> <unistd.h> to fix compiler warning
 1.3  19-Oct-1997  lukem fix up .Nm usage, getopt returns -1 not EOF
 1.2  26-Sep-1997  phil Correct the usage() for reality.
 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.4.2.1  24-Jun-1999  cgd pull up rev(s) 1.5-1.6 from trunk. (cgd)
 1.9.2.1  22-Jun-2004  tron Pull up revision 1.10 (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.10.50.1  17-Apr-2012  yamt sync with head

RSS XML Feed