diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-08-14 21:48:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-08-14 21:48:29 +0000 |
commit | 9b0a6e9600aba7d629f1e69b799af8a94d06846c (patch) | |
tree | 004d33ef8f094e54616ccd2ea6549e19ab5ee162 /ChangeLog | |
parent | 41d70e88b1e4d25553f3c581b04d012e140e2868 (diff) | |
download | glibc-9b0a6e9600aba7d629f1e69b799af8a94d06846c.tar.gz glibc-9b0a6e9600aba7d629f1e69b799af8a94d06846c.tar.xz glibc-9b0a6e9600aba7d629f1e69b799af8a94d06846c.zip |
Update.
* assert/assert.h (assert): Use !! in front of expression to allow use of pointers.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 201c5142de..d3f16d0634 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-08-14 Ulrich Drepper <drepper@redhat.com> + * assert/assert.h (assert): Use !! in front of expression to allow + use of pointers. + * iconvdata/cp932.c: Fixed checking of a few border of code areas. Changed conversion of JIS X 0201 from using a table to calculating. * iconvdata/euc-jp-ms.c: Fixed conversion table and rewrote |