Mercurial > ~dholland > hg > tradcpp > index.cgi
diff 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 |
line wrap: on
line diff
--- a/CHANGES Fri Jun 12 03:09:48 2015 -0400 +++ b/CHANGES Fri Jun 12 03:16:04 2015 -0400 @@ -1,4 +1,6 @@ pending + - Accept "-" as either input or output file name to mean stdin or + stdout respectively. Suggested by Jonathan Gray. - Fix output spacing behavior to match gcc when newlines appear in or while looking for macro arguments. Partly from Joerg Sonnenberger. - Implement __FILE__ and __LINE__ macros. Mostly from Joerg Sonnenberger.