summaryrefslogtreecommitdiff
path: root/libiberty
Commit message (Expand)AuthorAgeFilesLines
* 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
* d-demangle.c (dlang_attributes): Handle return attributes, ignoring return pa...Iain Buclaw2015-05-163-0/+64
* d-demangle.c (dlang_identifier): Check encoded length of identifier to verify...Iain Buclaw2015-05-163-59/+82
* d-demangle.c (dlang_type_modifiers): New function.Iain Buclaw2015-05-163-13/+172
* d-demangle.c (dlang_call_convention): Return NULL if have reached the end of ...Iain Buclaw2015-05-162-6/+16
* d-demangle.c (dlang_parse_string): Represent embedded whitespace or non-print...Iain Buclaw2015-05-163-2/+44
* libiberty/mkstemps.c: Include <time.h> if <sys/time.h> not available.Joel Brobecker2015-05-082-0/+7
* libiberty/setenv.c: Do not declare environ if defined as a macro.Eli Zaretskii2015-04-222-0/+6
* Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.Max Ostapenko2015-04-142-1/+5
* re PR target/65351 (libiberty's pic version contains non-pic code on m32 darw...Jakub Jelinek2015-04-102-5/+15
* re PR target/65351 (libiberty's pic version contains non-pic code on m32 darw...Jakub Jelinek2015-04-072-1/+9
* strerror.c: Do not declare sys_nerr or sys_errlist if already macrosEli Zaretskii2015-01-192-0/+10
* xasprintf.c: New file.Uros Bizjak2014-12-244-5/+85
* xvasprintf.c: New file.Uros Bizjak2014-12-117-84/+255
* Commit missing change log entries.John David Anglin2014-11-221-0/+7
* re PR other/63694 (Build error compiling asan.c: strtoull undeclared)John David Anglin2014-11-222-0/+42
* Cast strtol return to unsigned longKirill Yukhin2014-11-122-1/+7
* re PR driver/36312 (should refuse to overwrite input file with output file)Anthony Brandon2014-11-113-4/+51
* Merger of dmalcolm/jit branch from gitDavid Malcolm2014-11-112-0/+27
* Revert revision 217149 because it breaks Ada:Manuel López-Ibáñez2014-11-053-50/+4
* re PR driver/36312 (should refuse to overwrite input file with output file)Anthony Brandon2014-11-053-4/+50
* Fix gnu11 fallout on Solaris 10+Rainer Orth2014-11-052-1/+4
* Add strtoll and strtoull to libiberty.Yury Gribov2014-10-2810-18/+721
* libiberty: Expose choose_tmpdir, and fix constness of return typeDavid Malcolm2014-10-154-10/+17
* Use strtod instead of strtold in libiberty/d-demangle.cJoel Brobecker2014-10-142-5/+14
* mangle.c (is_std_substitution): Check for abi_tag.Jason Merrill2014-09-263-1/+17
* pex-common.h (struct pex_funcs): Add new parameter for open_write field.Max Ostapenko2014-09-266-11/+26
* demangle.h (DMGL_DLANG): New macro.Iain Buclaw2014-09-236-3/+2311
* simple-object-elf.c (simple_object_elf_write_ehdr): Correctly handle objects ...Ian Lance Taylor2014-09-192-9/+37
* cp-demangle.c (d_dump): Only access field from s_fixed part of the union for ...Andrew Burgess2014-08-293-2/+19