History log of /src/usr.bin/rdist/gram.y |
Revision | | Date | Author | Comments |
1.14 |
| 03-Feb-2019 |
mrg | - add or adjust /* FALLTHROUGH */ where appropriate - add __unreachable() after functions that can return but won't in this case, and thus can't be marked __dead easily
|
1.13 |
| 13-Apr-2009 |
lukem | branches: 1.13.46; Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare)
|
1.12 |
| 18-Mar-2006 |
christos | branches: 1.12.30; Coverity CID 2341, 2342: Plug memory leak.
|
1.11 |
| 21-Oct-2003 |
fvdl | Don't compare a char to NULL.
|
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 |
| 14-Jun-2002 |
wiz | Remove #if __STDC__. De-__P() and ANSIfy.
|
1.8 |
| 19-Oct-1997 |
lukem | WARNSify, fix .Nm usage, deprecate register, s/[br]*/[ms]*/
|
1.7 |
| 18-Oct-1997 |
mrg | merge lite-2.
|
1.6 |
| 10-Sep-1996 |
thorpej | When iterating the host list, do not access memory that has just been free()'d. From Matt Beal <beal@umiacs.umd.edu>, PR #2747.
|
1.5 |
| 12-Jul-1996 |
thorpej | RCS id police.
|
1.4 |
| 12-Jul-1996 |
thorpej | From Christos: kill the last bits of sprintf(), and use regcomp/regexec rather than re_comp/re_exec. (I committed my sprintf sweep-up before I realized that Christos had already done it...)
|
1.3 |
| 07-Mar-1994 |
cgd | branches: 1.3.8; update to newest rdist from berkeley (via uunet). No security fixes, but general cleanup.
|
1.2 |
| 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 |
| 10-Jun-1993 |
mrg | 4.4BSD-Lite2
|
1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.3.8.1 |
| 16-Jul-1996 |
jtc | Security fixes, pulled up by request from Jason Thorpe
|
1.12.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.13.46.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|