comparison CHANGES @ 181:44ea61019069

Accept "-" as the input file, or as the output file. Has no effect (input or output remains stdin and/or stdout respectively)
author David A. Holland
date Fri, 12 Jun 2015 03:16:04 -0400
parents a2f047301c15
children f7814226906c
comparison
equal deleted inserted replaced
180:d65a2f2184cb 181:44ea61019069
1 pending 1 pending
2 - Accept "-" as either input or output file name to mean stdin or
3 stdout respectively. Suggested by Jonathan Gray.
2 - Fix output spacing behavior to match gcc when newlines appear in or 4 - Fix output spacing behavior to match gcc when newlines appear in or
3 while looking for macro arguments. Partly from Joerg Sonnenberger. 5 while looking for macro arguments. Partly from Joerg Sonnenberger.
4 - Implement __FILE__ and __LINE__ macros. Mostly from Joerg Sonnenberger. 6 - Implement __FILE__ and __LINE__ macros. Mostly from Joerg Sonnenberger.
5 - Implement #line. Partly from Joerg Sonnenberger. 7 - Implement #line. Partly from Joerg Sonnenberger.
6 - Declare usage() with PF(). From wiz. 8 - Declare usage() with PF(). From wiz.