aboutsummaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Expand)Author
2016-08-22Update ChangeLog and version files for releasereleases/gcc-6.2.0Richard Biener
2016-07-21PR c++/71711 - mangle C++1z fold-expressions.Jason Merrill
2016-07-21PR c++/71814 - mangling sizeof... with alias templates (sP)Jason Merrill
2016-05-19backport: re PR c++/70498 (Libiberty Demangler segfaults (3))Jakub Jelinek
2016-04-27Update ChangeLog and version files for releasereleases/gcc-6.1.0GCC Administrator
2016-04-08Fix PR number in ChangeLogBernd Schmidt
2016-04-08Fix memory allocation size overflows (PR69687, patch by Marcel Böhme)Marcel Böhme
2016-04-08Handle an overflow case (PR70498, patch by Marcel Böhme).Marcel Böhme
2016-03-31Add BZ markers to last commitJeff Law
2016-03-31cplus-dem.c (squangle_mop_up): Zero bsize/ksize after freeing btypevec/ktypevec.Mikhail Maltsev
2016-01-27d-demangle.c (dlang_call_convention): Handle extern Objective-C function call...Iain Buclaw
2016-01-27d-demangle.c (dlang_function_args): Append ',' for variadic functions only if...Iain Buclaw
2016-01-27d-demangle.c (dlang_type): Handle function types only in the context of seein...Iain Buclaw
2016-01-05libiberty: {count,dup,write}argv: constify argv input slightlyMike Frysinger
2016-01-05libiberty: dupargv: rewrite to use xstrdupMike Frysinger
2015-12-28Tweak the documentation of libiberty's xcrc32 functionPatrick Palka
2015-12-21re PR other/66827 (left shifts of negative value warnings due to C++14 switch)Nick Clifton
2015-11-27PR other/61321 - demangler crash on casts in template parametersPedro Alves
2015-11-12* Makefile.in (etags tags TAGS): Use && instead of ;.Mike Stump
2015-11-09Configury changes for obstack optimizationAlan Modra
2015-11-09Configury changes for obstack optimizationAlan Modra
2015-11-09Silence obstack.c -Wc++compat warningAlan Modra
2015-11-09Modify obstack.[hc] to avoid having to include other gnulib filesAlan Modra
2015-11-09Copy gnulib obstack filesAlan Modra
2015-11-06Do not use libiberty's getpagesize on AndroidJoel Brobecker
2015-10-28Make-lang.in (c.tags): Also include libcpp TAGS.Jason Merrill
2015-10-18Fix PR63758 by using the _NSGetEnviron() API on DarwinRoland McGrath
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill
2015-08-15cp-demangle.c (d_abi_tags): Preserve di->last_name across any ABI tags.Ian Lance Taylor
2015-08-11Fix test failure on Solaris 9 where strtod() does not accept hexadecimalsIain Buclaw
2015-07-13Fix several crashes of C++ demangler on fuzzed input.Mikhail Maltsev
2015-07-09getruntime.c (RUSAGE_SELF): Define if not already defined.Uros Bizjak
2015-07-08getruntime.c (get_run_time): Use RUSAGE_SELF as argument 1 of getrusage call.Uros Bizjak
2015-06-01re PR c++/44282 (fastcall is not mangled at all)Jason Merrill
2015-05-22libiberty.h (asprintf): Don't declare if HAVE_DECL_ASPRINTF is not defined.Yunlian Jiang
2015-05-16d-demangle.c (dlang_symbol_kinds): New enum.Iain Buclaw
2015-05-16d-demangle.c (dlang_template_args): Skip over specialized template parameters...Iain Buclaw
2015-05-16d-demangle.c (dlang_type): Handle cent and ucent types.Iain Buclaw
2015-05-16d-demangle.c (dlang_attributes): Handle return attributes, ignoring return pa...Iain Buclaw
2015-05-16d-demangle.c (dlang_identifier): Check encoded length of identifier to verify...Iain Buclaw
2015-05-16d-demangle.c (dlang_type_modifiers): New function.Iain Buclaw
2015-05-16d-demangle.c (dlang_call_convention): Return NULL if have reached the end of ...Iain Buclaw
2015-05-16d-demangle.c (dlang_parse_string): Represent embedded whitespace or non-print...Iain Buclaw
2015-05-08libiberty/mkstemps.c: Include <time.h> if <sys/time.h> not available.Joel Brobecker
2015-04-22libiberty/setenv.c: Do not declare environ if defined as a macro.Eli Zaretskii
2015-04-14Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.Max Ostapenko
2015-04-10re PR target/65351 (libiberty's pic version contains non-pic code on m32 darw...Jakub Jelinek
2015-04-07re PR target/65351 (libiberty's pic version contains non-pic code on m32 darw...Jakub Jelinek
2015-01-19strerror.c: Do not declare sys_nerr or sys_errlist if already macrosEli Zaretskii
2014-12-24xasprintf.c: New file.Uros Bizjak