| #
4685e01b |
| 12-Aug-2018 |
christos <christos@NetBSD.org> |
add WITHOUT_GZIP for the tools build.
|
| #
8e22f7e2 |
| 12-Aug-2018 |
christos <christos@NetBSD.org> |
fix libraries
|
| #
4f89880b |
| 12-Aug-2018 |
christos <christos@NetBSD.org> |
remove stray paren
|
| #
dfe5f255 |
| 12-Aug-2018 |
christos <christos@NetBSD.org> |
add WITHOUT_BZ2 for tools build.
|
| #
647d6f88 |
| 11-Aug-2018 |
christos <christos@NetBSD.org> |
don't build NLS if we don't need to
|
| #
cef6b9f7 |
| 17-Aug-2011 |
christos <christos@NetBSD.org> |
document non-literal format strings
|
| #
0a117266 |
| 16-Feb-2011 |
joerg <joerg@NetBSD.org> |
Replace usr.bin/grep with the BSD grep implementation from FreeBSD.
|
| #
c1ceae17 |
| 14-Apr-2009 |
lukem <lukem@NetBSD.org> |
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
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
show more ...
|
| #
6e294718 |
| 15-May-2006 |
rillig <rillig@NetBSD.org> |
Changed the type of some size variables from int to size_t. Added const qualifiers to some parameters. These changes allow WARNS to be raised to 4.
|
| #
9ffc49ef |
| 02-Jan-2004 |
cjep <cjep@NetBSD.org> |
Import of our changes to grep developed in othersrc. A very brief summary:
* Add NetBSD RCS Ids. Change to use a date based version number. * Remove unused variables and functions. * Move towards Ne
Import of our changes to grep developed in othersrc. A very brief summary:
* Add NetBSD RCS Ids. Change to use a date based version number. * Remove unused variables and functions. * Move towards NetBSD code style. * Add missing GNU options (except for --include, --exclude and --line-buffered) * Bug fixes * Bug fixes and changes from OpenBSD's src/usr.bin/grep
A full list of changes can be viewed in the NetBSD CVS repository at othersrc/usr.bin/grep. A ChangeLog is also available at: ftp://ftp.NetBSD.org/pub/NetBSD/misc/cjep/grep-ChangeLog.txt
If you want to help out, please let me (cjep@) know so that we can organise our efforts efficiently.
show more ...
|
| #
232a750c |
| 02-Jan-2004 |
cjep <cjep@NetBSD.org> |
Import of BSD-licensed grep by James Howard and Dag-Erling Coïdan Smørgrav. This import is of version 0.16.
|