summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorunammx <unammx>2001-05-25 18:01:56 +0000
committerunammx <unammx>2001-05-25 18:01:56 +0000
commit84a301b9b35eb9e60a7e3c5349146315b08563a9 (patch)
tree8f9bcb9ea168b82550b8167c21aa8efb93878654 /ChangeLog
parent1490519877f22f0a33df9cd5879e6d9a9fa26ff4 (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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32848e6..33cae6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.