diff options
author | unammx <unammx> | 2001-05-25 18:01:56 +0000 |
---|---|---|
committer | unammx <unammx> | 2001-05-25 18:01:56 +0000 |
commit | 84a301b9b35eb9e60a7e3c5349146315b08563a9 (patch) | |
tree | 8f9bcb9ea168b82550b8167c21aa8efb93878654 /ChangeLog | |
parent | 1490519877f22f0a33df9cd5879e6d9a9fa26ff4 (diff) |
2001-05-25 Arturo Espinosa Aldama <arturo@ximian.com>
* parse.pl.in (xst_parse_shell_escape): Some special chars
are escaped when surrounded by quotes, so let's apply quotes
if they appear, and not escape them with '\', as they may
be latter surrounded by quotes and make the backslash appear.
* parse.pl.in: More comment documentation.
* replace.pl.in: same.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2001-05-25 Arturo Espinosa Aldama <arturo@ximian.com> + + * parse.pl.in (xst_parse_shell_escape): Some special chars + are escaped when surrounded by quotes, so let's apply quotes + if they appear, and not escape them with '\', as they may + be latter surrounded by quotes and make the backslash appear. + + * parse.pl.in: More comment documentation. + * replace.pl.in: same. + 2001-05-25 Tambet Ingo <tambet@ximian.com> * boot.pl.in (xst_boot_conf_set_images): Reimplement. |