diff options
author | Peter Stephenson <pws@zsh.org> | 2015-01-15 13:50:09 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-01-15 13:52:40 +0000 |
commit | c7aa6443907ddd97b6b1e8729ce9c897de0d244c (patch) | |
tree | c3a8e6033f0e429b8c0b1939200c454612eefd6b /ChangeLog | |
parent | 6a04f5b3207fc4d1ab090e1fd7b6ff72ede39230 (diff) | |
download | zsh-c7aa6443907ddd97b6b1e8729ce9c897de0d244c.tar.gz zsh-c7aa6443907ddd97b6b1e8729ce9c897de0d244c.tar.xz zsh-c7aa6443907ddd97b6b1e8729ce9c897de0d244c.zip |
34287: preprocessor for signal name generation.
Some gcc header files are difficult for the signames2.awk script to process, so if the preprocessor is gcc give the option -P to strip out the unwanted additions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a1046f27b..ce150381b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-01-15 Peter Stephenson <p.stephenson@samsung.com> + + * 34287 (see 34286 from Markus Trippelsdorf): Src/zsh.mdd: + use -E argument for generating signal names if gcc is + preprocessor. + 2015-01-14 Peter Stephenson <p.stephenson@samsung.com> * 34283: Test/X02zlevi.ztst: also needs zpty. |