summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove 3rd and 4th clauses in christos' license. OK christos.snj2009-10-212-12/+2
* Fix '=' for '==' in a test. From NAKAJIMA Yoshihiro in PR 42177.dholland2009-10-191-3/+3
* Disable writing scores when built for /rescue. PR 42009dholland2009-09-081-2/+18
* Dumping all system includes anything uses in one big header file is so 1986.dholland2009-08-319-48/+109
* Don't need -DHAVE_REGCOMP any moredholland2009-08-271-2/+2
* Instead of trying to cons up a regexp that ignores case, use REG_ICASE.dholland2009-08-271-51/+13
* Tidy up regexp handling further.dholland2009-08-271-37/+62
* Prune conditional compilation for using obsolete regexp libraries.dholland2009-08-271-42/+24
* Whitespace.dholland2009-08-271-127/+128
* Prevent nasal demons in a case I spotted while preparing the previous.dholland2009-08-271-3/+3
* ANSIfy function definitions.dholland2009-08-271-78/+40
* Sprinkle some size_t in places where it's better than int.dholland2009-08-271-11/+11
* remove more unnecessary castsdholland2009-08-271-5/+5
* Use correct type for malloc sizes (size_t, not unsigned)dholland2009-08-271-7/+6
* remove unnecessary castsdholland2009-08-271-5/+5
* u_int32_t -> uint32_tdholland2009-08-273-13/+13
* ANSIfy function definitionsdholland2009-08-272-41/+24
* Use standard C: 'unsigned', not 'u_int'dholland2009-08-271-6/+6
* remove unnecessary castdholland2009-08-271-3/+3
* remove unnecessary castsdholland2009-08-271-3/+3
* remove unnecessary castdholland2009-08-271-3/+3
* Use __dead.dholland2009-08-251-3/+3
* Whn ths cd ws wrttn, thr ws bt shrtg nd vwls wr xtrml xpnsv. Nowadays,dholland2009-08-2510-195/+196
* ANSIfy a leftover function.dholland2009-08-251-3/+9
* sprinkle staticdholland2009-08-1220-155/+158
* sprinkle staticdholland2009-08-1219-209/+217
* sprinkle staticdholland2009-08-1217-140/+143
* sprinkle staticdholland2009-08-1221-228/+234
* sprinkle static and prune some dead codedholland2009-08-128-87/+74
* sprinkle staticdholland2009-08-1249-400/+443
* sprinkle staticdholland2009-08-126-67/+80
* sprinkle staticdholland2009-08-122-107/+106
* sprinkle staticdholland2009-08-129-140/+149
* sprinkle staticdholland2009-08-124-152/+152
* sprinkle static and prune some dead codedholland2009-08-124-46/+39
* sprinkle staticdholland2009-08-1220-133/+149
* looks as if "ospeed" here was meant to be extern.dholland2009-08-121-3/+3
* sprinkle staticdholland2009-08-128-113/+112
* sprinkle staticdholland2009-08-1210-104/+102
* Don't use a FILE * after fclose(). PR 41832 from Henning Petersen.dholland2009-08-061-3/+3
* don't use char values for functions that can return -1; chars are not alwayschristos2009-08-051-4/+3
* Use getopt instead of hand-rolled options code. Document all the argumentsdholland2009-08-052-76/+87
* don't ignore errors from read(); found by lintdholland2009-08-031-5/+4
* Remove the need for -Wno-pointer-sign. Object file unchanged.dholland2009-07-262-9/+5
* Remove the need for -Wno-pointer-sign. Object diffs checked.dholland2009-07-262-12/+8
* Use random() instead of rand(), and seed with time instead of pid.dholland2009-07-202-6/+7
* Assorted minor cleanups, no functional change:dholland2009-07-2013-112/+137
* A bit more whitespace.dholland2009-07-202-7/+7
* Whitespace.dholland2009-07-2013-231/+231
* ANSIfy. Use __dead. Object diffs checked.dholland2009-07-2012-98/+69