aboutsummaryrefslogtreecommitdiff
path: root/readline/ChangeLog.gdb
diff options
context:
space:
mode:
authorMichael Chastain <mec@google.com>2003-12-17 20:13:54 +0000
committerMichael Chastain <mec@google.com>2003-12-17 20:13:54 +0000
commitf4daae620b393295187c8b710a00ade946ac8964 (patch)
tree873a8cfd64b6cd018de6824660e27df6b29fd45f /readline/ChangeLog.gdb
parentb145f546d404da31c1ae51e7462ee8ec75e61929 (diff)
downloadfsf-binutils-gdb-f4daae620b393295187c8b710a00ade946ac8964.zip
fsf-binutils-gdb-f4daae620b393295187c8b710a00ade946ac8964.tar.gz
fsf-binutils-gdb-f4daae620b393295187c8b710a00ade946ac8964.tar.bz2
2003-12-11 Michael Chastain <mec.gnu@mindspring.com>
* rlmbutil.h: Require HAVE_MBSTATE_T for HANDLE_MULTIBYTE. Revert requirement of HAVE_MBRTOWC. Delete macro definitions that attempted to fake mbstate_t if HAVE_MBSRTOCWS is defined and HAVE_MBSTATE_T is not defined.
Diffstat (limited to 'readline/ChangeLog.gdb')
-rw-r--r--readline/ChangeLog.gdb7
1 files changed, 7 insertions, 0 deletions
diff --git a/readline/ChangeLog.gdb b/readline/ChangeLog.gdb
index affba35..adc733c 100644
--- a/readline/ChangeLog.gdb
+++ b/readline/ChangeLog.gdb
@@ -1,3 +1,10 @@
+2003-12-11 Michael Chastain <mec.gnu@mindspring.com>
+
+ * rlmbutil.h: Require HAVE_MBSTATE_T for HANDLE_MULTIBYTE.
+ Revert requirement of HAVE_MBRTOWC. Delete macro definitions
+ that attempted to fake mbstate_t if HAVE_MBSRTOCWS is defined
+ and HAVE_MBSTATE_T is not defined.
+
2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
* support/config.guess: Update to 2003-06-12 version.