summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-08-07 20:24:12 +0200
committerUlrich Müller <ulm@gentoo.org>2024-08-07 20:24:12 +0200
commitc7c6ea6f1a419d2a44dd6e526020ed659d6568c4 (patch)
treec5ca74def3d91ad401de7c7dab8e2de76dab5776 /ChangeLog
parentNew function ebuild-mode-find-s, visits directory S (diff)
downloadebuild-mode-c7c6ea6f1a419d2a44dd6e526020ed659d6568c4.tar.gz
ebuild-mode-c7c6ea6f1a419d2a44dd6e526020ed659d6568c4.tar.bz2
ebuild-mode-c7c6ea6f1a419d2a44dd6e526020ed659d6568c4.zip
Handle ANSI-C quoted strings in environment file
* ebuild-mode.el (ebuild-mode-unescape-string): New function, decodes backslash and ANSI-C escape sequences in strings. (ebuild-mode-find-s): Call it. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d52785e..38f0741 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2024-08-07 Ulrich Müller <ulm@gentoo.org>
+ * ebuild-mode.el (ebuild-mode-unescape-string): New function,
+ decodes backslash and ANSI-C escape sequences in strings.
+ (ebuild-mode-find-s): Call it.
+
* ebuild-mode.el (ebuild-mode-get-builddir): New function, split
off from ebuild-mode-find-workdir.
(ebuild-mode-find-s): New function.