History log of /src/usr.bin/msgc/msgmain.c |
Revision | | Date | Author | Comments |
1.9 |
| 06-Mar-2012 |
mbalmer | Remove the advertising clause with the explicit ok from Perry E. Metzger.
|
1.8 |
| 02-Mar-2012 |
mbalmer | Removing trailing whitespace.
|
1.7 |
| 20-Jun-2004 |
jmc | branches: 1.7.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.6 |
| 17-Jul-2003 |
lukem | branches: 1.6.2; only use __RCSID() if it is #defined
|
1.5 |
| 23-Jun-2003 |
agc | Add NetBSD RCS Ids.
|
1.4 |
| 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.3 |
| 03-Feb-1998 |
perry | <stdlib.h> -> <unistd.h> to fix compiler warning
|
1.2 |
| 19-Oct-1997 |
lukem | fix up .Nm usage, getopt returns -1 not EOF
|
1.1 |
| 26-Sep-1997 |
phil | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 26-Sep-1997 |
phil | Import a simple message system with 'compiled' messages. Used by the net system install program.
|
1.6.2.1 |
| 22-Jun-2004 |
tron | Pull up revision 1.7 (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.7.50.1 |
| 17-Apr-2012 |
yamt | sync with head
|