diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -15,9 +15,12 @@ Changes from 4.2.x to 5.0.0 3. The code now makes some stronger assumptions about a C99 environment. -4. Comment handling in the pretty-printer has been reworked almost completely -from scratch. As a result, comments in many corner cases that were previously -lost are now included in the formatted output. +4. PROCINFO["platform"] yields a string indicating the platform for + which gawk was compiled. + +5. Comment handling in the pretty-printer has been reworked almost completely + from scratch. As a result, comments in many corner cases that were + previously lost are now included in the formatted output. Changes from 4.2.1 to 4.2.2 --------------------------- |