Skip to content

Commit cb5f919

Browse files
committed
Add comments.
1 parent 37db12b commit cb5f919

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2011-08-07 Bruno Haible <bruno@clisp.org>
2+
3+
* tests/check-subst: Add comments about OSF/1.
4+
15
2011-08-07 Bruno Haible <bruno@clisp.org>
26

37
* lib/relocatable.c: Update from gnulib.

tests/check-subst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ EOF
5353
$iconv --byte-subst='<0x%010000x>' -f ASCII -t ASCII < tmp-in > tmp-out
5454
# This printf command crashes on Solaris 10.
5555
# See <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6550204>.
56+
# Likewise on OSF/1 5.1.
5657
if printf 'B<0x%010000x><0x%010000x>se B<0x%010000x><0x%010000x>bchen\n' 0xC3 0xB6 0xC3 0xBC > tmp-ok 2>/dev/null; then
5758
cmp tmp-out tmp-ok
5859
fi
@@ -109,6 +110,7 @@ EOF
109110
$iconv --byte-subst='<0x%010000x>' -f ASCII -t ASCII < tmp-in > tmp-out
110111
# This printf command crashes on Solaris 10.
111112
# See <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6550204>.
113+
# Likewise on OSF/1 5.1.
112114
if printf 'B<0x%010000x><0x%010000x>se B<0x%010000x><0x%010000x>bchen\n' 0xC3 0xB6 0xC3 0xBC > tmp-ok 2>/dev/null; then
113115
cmp tmp-out tmp-ok
114116
fi

0 commit comments

Comments
 (0)