summaryrefslogtreecommitdiff
path: root/libiberty
Commit message (Expand)AuthorAgeFilesLines
* Fix zero-length parameter bug in pex_run.Andrew Stubbs2016-09-193-0/+23
* Fix -Wshadow warning in libiberty/cp-demangle.cMark Wielaard2016-09-102-5/+10
* re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2016-08-122-0/+7
* re PR c++/71696 (Libiberty Demangler segfaults (6))Marcel Böhme2016-08-043-7/+97
* libiberty.h (MAX_ALLOCA_SIZE): New macro.Aldy Hernandez2016-07-292-3/+13
* Demangle C++17 fold-expressions.Jason Merrill2016-07-183-2/+107
* PR c++/71814 - mangling sizeof... (sP and sZ)Jason Merrill2016-07-153-5/+70
* re PR c++/70926 (Libiberty Demangler segfaults (5))Marcel Böhme2016-07-133-4/+28
* cp-demangle.c (cplus_demangle_print_callback): Avoid zero-length VLAs.Brooks Moses2016-07-112-2/+11
* Don't needlessly clear xmemdup allocated memory.Alan Modra2016-05-312-2/+8
* Move ChangeLog entry to the right file.Jakub Jelinek2016-05-191-2/+0
* Remove libiberty/ path prefixes.Jakub Jelinek2016-05-191-16/+15
* re PR c++/70498 (Libiberty Demangler segfaults (3))Jakub Jelinek2016-05-192-1/+6
* Fix up 2 ChangeLog entries.Jakub Jelinek2016-05-191-2/+2
* cplus-dem.c (enum type_kind_t): Add tk_rvalue_reference constant.Artemiy Volkov2016-05-183-2/+136
* Demangler integer overflow fixes from Marcel Böhme.Marcel Böhme2016-05-023-24/+61
* config.guess: Remove SH5 support.Oleg Endo2016-04-302-2/+5
* Fix PR number in ChangeLogBernd Schmidt2016-04-081-1/+1
* Fix memory allocation size overflows (PR69687, patch by Marcel Böhme)Marcel Böhme2016-04-082-0/+22
* Handle an overflow case (PR70498, patch by Marcel Böhme).Marcel Böhme2016-04-082-0/+11
* Add BZ markers to last commitJeff Law2016-03-311-0/+2
* cplus-dem.c (squangle_mop_up): Zero bsize/ksize after freeing btypevec/ktypevec.Mikhail Maltsev2016-03-313-0/+19
* d-demangle.c (dlang_call_convention): Handle extern Objective-C function call...Iain Buclaw2016-01-273-2/+22
* d-demangle.c (dlang_function_args): Append ',' for variadic functions only if...Iain Buclaw2016-01-273-1/+14
* d-demangle.c (dlang_type): Handle function types only in the context of seein...Iain Buclaw2016-01-273-28/+36
* libiberty: {count,dup,write}argv: constify argv input slightlyMike Frysinger2016-01-053-9/+15
* libiberty: dupargv: rewrite to use xstrdupMike Frysinger2016-01-052-5/+5
* Tweak the documentation of libiberty's xcrc32 functionPatrick Palka2015-12-282-7/+13
* re PR other/66827 (left shifts of negative value warnings due to C++14 switch)Nick Clifton2015-12-212-1/+7
* PR other/61321 - demangler crash on casts in template parametersPedro Alves2015-11-274-8/+77
* * Makefile.in (etags tags TAGS): Use && instead of ;.Mike Stump2015-11-122-1/+5
* Configury changes for obstack optimizationAlan Modra2015-11-092-0/+4
* Configury changes for obstack optimizationAlan Modra2015-11-093-0/+64
* Silence obstack.c -Wc++compat warningAlan Modra2015-11-092-2/+9
* Modify obstack.[hc] to avoid having to include other gnulib filesAlan Modra2015-11-093-13/+45
* Copy gnulib obstack filesAlan Modra2015-11-093-478/+340
* Do not use libiberty's getpagesize on AndroidJoel Brobecker2015-11-063-0/+18
* Make-lang.in (c.tags): Also include libcpp TAGS.Jason Merrill2015-10-282-5/+7
* Fix PR63758 by using the _NSGetEnviron() API on DarwinRoland McGrath2015-10-184-12/+17
* Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill2015-10-043-5/+43
* cp-demangle.c (d_abi_tags): Preserve di->last_name across any ABI tags.Ian Lance Taylor2015-08-153-0/+19
* Fix test failure on Solaris 9 where strtod() does not accept hexadecimalsIain Buclaw2015-08-113-22/+22
* Fix several crashes of C++ demangler on fuzzed input.Mikhail Maltsev2015-07-134-8/+94
* getruntime.c (RUSAGE_SELF): Define if not already defined.Uros Bizjak2015-07-092-7/+7
* getruntime.c (get_run_time): Use RUSAGE_SELF as argument 1 of getrusage call.Uros Bizjak2015-07-082-0/+9
* re PR c++/44282 (fastcall is not mangled at all)Jason Merrill2015-06-013-0/+11
* libiberty.h (asprintf): Don't declare if HAVE_DECL_ASPRINTF is not defined.Yunlian Jiang2015-05-226-401/+626
* d-demangle.c (dlang_symbol_kinds): New enum.Iain Buclaw2015-05-163-57/+190
* d-demangle.c (dlang_template_args): Skip over specialized template parameters...Iain Buclaw2015-05-163-0/+19
* d-demangle.c (dlang_type): Handle cent and ucent types.Iain Buclaw2015-05-163-0/+27