des
0f2cb9b020
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
..
2001-12-03 12:41:19 +00:00
2002-02-03 12:00:05 +00:00
2002-02-05 23:43:43 +00:00
2002-02-06 13:30:31 +00:00
2002-02-05 06:21:34 +00:00
2002-02-05 06:21:34 +00:00
2002-02-04 10:33:48 +00:00
2002-01-22 17:32:53 +00:00
2002-01-06 19:04:12 +00:00
2001-12-12 15:41:08 +00:00
2001-12-31 22:01:44 +00:00
2001-12-12 15:41:08 +00:00
2001-11-30 16:25:09 +00:00
2001-11-20 15:15:42 +00:00
2001-12-05 04:16:33 +00:00
2001-12-22 05:18:37 +00:00
2001-11-28 19:02:01 +00:00
2002-01-19 23:20:02 +00:00
2002-01-24 12:11:31 +00:00