Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | An internal function called xrealloc() is actually a fail-hard | 2014-12-01 | 1 | -2/+2 | |
| | | | | reallocarray()... so rename it. | ||||
* | not compiled before commit | 2014-11-22 | 1 | -2/+2 | |
| | |||||
* | Fixed uninitialized pointer (and other struct entries while at it) | 2014-11-22 | 1 | -2/+2 | |
| | | | | | | | | which is referenced while parsing invalid RCS files. Spotted by jsg. ok deraadt | ||||
* | Convert the logic in rcsparse_warnx(). Instead of creating a | 2014-11-16 | 1 | -8/+9 | |
| | | | | | | | | temporary format string, create a temporary message. If there is not enough memory to log the error, just log this second error. The double error path gets never tested, so it should be simple. Make it work like the other places. OK doug@ | ||||
* | Zap some stored values never read; From Fritjof Bornebusch; ok nicm@ | 2014-10-10 | 1 | -3/+1 | |
| | |||||
* | properly handle commitid tokens found in rcs files | 2013-06-03 | 1 | -3/+25 | |
| | | | | ok deraadt | ||||
* | Sync rcsparse between OpenCVS/OpenRCS. Spaces, no binary change. | 2012-02-04 | 1 | -2/+2 | |
| | |||||
* | spacing, no binary change. | 2011-07-14 | 1 | -4/+4 | |
| | |||||
* | Fix a typo in a comment, from Michael W Bombardieri. | 2011-05-04 | 1 | -2/+2 | |
| | |||||
* | - remove unused variables | 2011-03-27 | 1 | -4/+1 | |
| | | | | | from Michael W. Bombardieri ok chl@ nicm@ | ||||
* | Remove the need for rp_file in parser structure, instead keep only one | 2010-10-20 | 1 | -17/+11 | |
| | | | | | | | | | FILE pointer in RCSFILE. This fixes some ugliness in closing an fdopen()ed FILE and its underlying file descriptor. Notified by Joerg Sonnenberger <joerg at britannica dot bec to de> discussed with and ok nicm | ||||
* | Prevent a NULL pointer dereference if rcsparse_deltatexts is called with | 2010-10-20 | 1 | -9/+7 | |
| | | | | | | a revision not specified as delta in an RCS file. Spotted by and ok zinovik | ||||
* | No need to remove RCS_PARSE flag from rf_flags after successfully parsing. | 2010-10-15 | 1 | -7/+3 | |
| | |||||
* | Replaced RCS parser code with new rcsparse.{c,h}: | 2010-10-15 | 1 | -0/+1265 | |
- be very strict about things we parse - print more information about errors if they occur - do not fatal() directly in parser, give caller a chance to react - fix an rcs design issue when it comes to login names tested by many on tech@ ok xsa |