Dag-Erling Smørgrav
ed4d1c46a2
Apply the following mechanical transformations in preparation for
ansification and constification:
s{\s+__P\((\(.*?\))\)}{$1}g;
s{\(\s+}{\(}g;
s{\s+\)}{\)}g;
s{\s+,}{,}g;
s{(\s+)(for|if|switch|while)\(}{$1$2 \(}g;
s{return ([^\(].*?);}{return ($1);}g;
s{([\w\)])([!=+/\*-]?=)([\w\(+-])}{$1 $2 $3}g;
s{\s+$}{\n};g
Also add $FreeBSD$ where needed.
MFC after: 1 week
2002-02-06 13:30:31 +00:00
..
2002-01-10 02:40:59 +00:00
2002-01-11 17:10:35 +00:00
2002-02-04 10:33:48 +00:00
2002-02-01 01:39:09 +00:00
2002-01-11 17:10:35 +00:00
2002-01-28 08:26:38 +00:00
2002-02-05 23:56:29 +00:00
2002-01-29 12:18:45 +00:00
2002-01-22 12:38:43 +00:00
2002-02-05 23:46:37 +00:00
2002-01-01 21:59:53 +00:00
2002-01-09 14:01:22 +00:00
2002-01-20 16:50:29 +00:00
2002-01-24 15:07:44 +00:00
2002-01-31 13:32:14 +00:00
2002-01-24 12:11:31 +00:00
2002-02-06 13:30:31 +00:00