aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-01-25 00:33:48 -0500
committerMike Frysinger <vapier@gentoo.org>2014-03-13 19:56:01 -0400
commitb93834ef81bcc3ba41609b899d432c96adae9eda (patch)
treeeaef6f5827f4dfaf35d7163c40d3d1031dbdf45b /ChangeLog
parentf3a4632a3f5bae8d0bdee2738afcd2d6e715ea99 (diff)
downloadglibc-b93834ef81bcc3ba41609b899d432c96adae9eda.zip
glibc-b93834ef81bcc3ba41609b899d432c96adae9eda.tar.gz
glibc-b93834ef81bcc3ba41609b899d432c96adae9eda.tar.bz2
sotruss: drop ksh support and add basic POSIX shell support
This script works fine under bash as-is, so we don't need ksh anymore. Once we tweak the function style, the code even works (for the most part) under a POSIX shell. The localized strings will be prepended with a $, but it is otherwise functional.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e290c04..64b93ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2014-03-13 Mike Frysinger <vapier@gentoo.org>
+ * elf/Makefile: Delete $(have-ksh) check.
+ ($(objpfx)sotruss): Change KSH to BASH.
+ * elf/sotruss.ksh: Rename to ...
+ * elf/sotruss.sh: ... this. Change @KSH@ to @BASH@. Change
+ function style to match POSIX. Drop ksh vim mode setting.
+
+2014-03-13 Mike Frysinger <vapier@gentoo.org>
+
* manual/time.texi (Specifying the Time Zone with TZ): Change
Tuesday to Thursday.