aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-07-07 21:20:12 +0000
committerMike Stump <mrs@gcc.gnu.org>2006-07-07 21:20:12 +0000
commitf03a01910822bb92dcbf3cfcaf36328f4b92d1ff (patch)
tree2600e20df607b3ea2c833813f4d80fc9fa1e6d7e /libjava/classpath/ChangeLog
parent5548b688093cb61e9be33b1d4f7de7914783840f (diff)
downloadgcc-f03a01910822bb92dcbf3cfcaf36328f4b92d1ff.zip
gcc-f03a01910822bb92dcbf3cfcaf36328f4b92d1ff.tar.gz
gcc-f03a01910822bb92dcbf3cfcaf36328f4b92d1ff.tar.bz2
Port to hosts whose 'sort' and 'tail' implementations treat operands with leading '+' as file names...
Port to hosts whose 'sort' and 'tail' implementations treat operands with leading '+' as file names, as POSIX has required since 2001. However, make sure the code still works on pre-POSIX hosts. * libjava/classpath/ltmain.sh: Don't assume "sort +2" is equivalent to "sort -k 3", since POSIX 1003.1-2001 no longer requires this. This uses the same fix that is already in libjava/libltdl/ltmain.sh. From-SVN: r115271
Diffstat (limited to 'libjava/classpath/ChangeLog')
-rw-r--r--libjava/classpath/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/libjava/classpath/ChangeLog b/libjava/classpath/ChangeLog
index 82e756b..4e401a4 100644
--- a/libjava/classpath/ChangeLog
+++ b/libjava/classpath/ChangeLog
@@ -1,3 +1,15 @@
+2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
+
+ Port to hosts whose 'sort' and 'tail' implementations
+ treat operands with leading '+' as file names, as POSIX
+ has required since 2001. However, make sure the code still
+ works on pre-POSIX hosts.
+ * libjava/classpath/ltmain.sh: Don't assume "sort +2" is
+ equivalent to "sort -k 3", since POSIX 1003.1-2001 no longer
+ requires this.
+ This uses the same fix that is already in
+ libjava/libltdl/ltmain.sh.
+
2006-07-04 Peter O'Gorman <peter@pogma.com>
* ltconfig: chmod 644 before ranlib during install.