summaryrefslogtreecommitdiff
path: root/gdb/charset.c
Commit message (Expand)AuthorAgeFilesLines
* [gdb] Fix -Wstrict-null-sentinel warning (--with-iconv-bin)Tom de Vries2020-02-121-1/+2
* Fix some spelling errors.Christian Biesinger2020-01-161-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Fix find_charset_names.Ali Tamur2019-10-251-4/+3
* gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess2019-10-151-1/+0
* Use gdb_static_assert in charset.cChristian Biesinger2019-10-071-9/+3
* Rename common to gdbsupportTom Tromey2019-07-091-4/+4
* Revert the header-sorting patchTom Tromey2019-04-061-11/+7
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-7/+11
* Normalize includes to use common/Tom Tromey2019-01-251-4/+4
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* gdb/ChangeLog:Paul Koning2018-10-171-1/+1
* Unused variable fixes related to conditional compilationTom Tromey2018-07-221-3/+3
* C++ify charsetsSimon Marchi2018-03-021-17/+29
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify add_setshow_*Tom Tromey2017-11-071-4/+4
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* C++ify gdb/common/environ.cSergio Durigan Junior2017-06-201-7/+4
* Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves2017-06-141-1/+1
* Remove cleanup_iconvTom Tromey2017-04-121-16/+27
* -Wwrite-strings: The RestPedro Alves2017-04-051-3/+8
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Turn wchar iterator into a classTom Tromey2016-10-121-77/+33
* Fix phony_iconv wide character support.Sandra Loosemore2016-01-151-27/+45
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-2/+2
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* handle 'iconv's that define EILSEQ to ENOENTPedro Alves2014-11-141-10/+21
* Use obstack_blank_fast to shrink obstacksAlan Modra2014-11-051-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Move stddef.h to common-defs.hGary Benson2014-08-071-1/+0
* Prepare gdb for 64-bit obstacksAlan Modra2014-08-051-1/+1
* Fix typo in commentsYao Qi2014-05-281-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Avoid invalid pointer to pointer conversions.Pedro Alves2013-03-111-6/+7
* charset.c: fix -Wpointer-signPedro Alves2013-03-071-3/+3
* 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski2013-01-311-1/+0
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* ARI fixes: Avoid sprintf function use rule.Pierre Muller2012-11-131-1/+1
* gdb/Jan Kratochvil2012-04-171-5/+2
* gdb/Yao Qi2012-03-021-3/+3
* * charset.c (find_charset_names): Check 'in' against NULL.Tom Tromey2012-02-071-1/+1
* * ada-lang.c: Include gdb_vecs.h.Tom Tromey2012-01-241-2/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+1
* * NEWS: Mention --with-iconv-bin.Doug Evans2011-05-091-3/+20
* * gdb_wchar.h (USE_INTERMEDIATE_ENCODING_FUNCTION): New macro.Pierre Muller2011-04-211-0/+66