gdb
authorTom Tromey <tromey@redhat.com>
Wed, 15 Apr 2009 22:20:32 +0000 (22:20 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 15 Apr 2009 22:20:32 +0000 (22:20 +0000)
commit732f6a935c88164b258505f7b10091bafa6bf877
tree9e0a9ca2bcb24401e3074aee239450100af218d8
parent334cc82d44775325475752b1126a3257b51b2b0c
gdb
* c-lang.c (c_emit_char): Use INTERMEDIATE_ENCODING.
(c_printstr): Likewise.
* charset.c: Include gdb_wait.h.
(make_wchar_iterator): Use INTERMEDIATE_ENCODING.
(find_charset_names): Use pexecute.  Handle libiconv's output.
Detect errors.
(_initialize_charset): Use xstrdup.
* gdb_wchar.h: Check HAVE_BTOWC.  Split PHONY_ICONV and wchar
cases.
(INTERMEDIATE_ENCODING): New define.
* configure, config.in: Rebuild.
* configure.ac: Check for btowc.
gdb/doc
* gdb.texinfo (Character Sets): Document default character set.
gdb/ChangeLog
gdb/c-lang.c
gdb/charset.c
gdb/config.in
gdb/configure
gdb/configure.ac
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/gdb_wchar.h
This page took 0.026155 seconds and 4 git commands to generate.