aboutsummaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Expand)AuthorFilesLines
2015-10-18Fix PR63758 by using the _NSGetEnviron() API on DarwinRoland McGrath4-12/+17
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill3-5/+43
2015-08-15cp-demangle.c (d_abi_tags): Preserve di->last_name across any ABI tags.Ian Lance Taylor3-0/+19
2015-08-11Fix test failure on Solaris 9 where strtod() does not accept hexadecimalsIain Buclaw3-22/+22
2015-07-13Fix several crashes of C++ demangler on fuzzed input.Mikhail Maltsev4-8/+94
2015-07-09getruntime.c (RUSAGE_SELF): Define if not already defined.Uros Bizjak2-7/+7
2015-07-08getruntime.c (get_run_time): Use RUSAGE_SELF as argument 1 of getrusage call.Uros Bizjak2-0/+9
2015-06-01re PR c++/44282 (fastcall is not mangled at all)Jason Merrill3-0/+11
2015-05-22libiberty.h (asprintf): Don't declare if HAVE_DECL_ASPRINTF is not defined.Yunlian Jiang6-401/+626
2015-05-16d-demangle.c (dlang_symbol_kinds): New enum.Iain Buclaw3-57/+190
2015-05-16d-demangle.c (dlang_template_args): Skip over specialized template parameters...Iain Buclaw3-0/+19
2015-05-16d-demangle.c (dlang_type): Handle cent and ucent types.Iain Buclaw3-0/+27
2015-05-16d-demangle.c (dlang_attributes): Handle return attributes, ignoring return pa...Iain Buclaw3-0/+64
2015-05-16d-demangle.c (dlang_identifier): Check encoded length of identifier to verify...Iain Buclaw3-59/+82
2015-05-16d-demangle.c (dlang_type_modifiers): New function.Iain Buclaw3-13/+172
2015-05-16d-demangle.c (dlang_call_convention): Return NULL if have reached the end of ...Iain Buclaw2-6/+16
2015-05-16d-demangle.c (dlang_parse_string): Represent embedded whitespace or non-print...Iain Buclaw3-2/+44
2015-05-08libiberty/mkstemps.c: Include <time.h> if <sys/time.h> not available.Joel Brobecker2-0/+7
2015-04-22libiberty/setenv.c: Do not declare environ if defined as a macro.Eli Zaretskii2-0/+6
2015-04-14Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.Max Ostapenko2-1/+5
2015-04-10re PR target/65351 (libiberty's pic version contains non-pic code on m32 darw...Jakub Jelinek2-5/+15
2015-04-07re PR target/65351 (libiberty's pic version contains non-pic code on m32 darw...Jakub Jelinek2-1/+9
2015-01-19strerror.c: Do not declare sys_nerr or sys_errlist if already macrosEli Zaretskii2-0/+10
2014-12-24xasprintf.c: New file.Uros Bizjak4-5/+85
2014-12-11xvasprintf.c: New file.Uros Bizjak7-84/+255
2014-11-22Commit missing change log entries.John David Anglin1-0/+7
2014-11-22re PR other/63694 (Build error compiling asan.c: strtoull undeclared)John David Anglin2-0/+42
2014-11-12Cast strtol return to unsigned longKirill Yukhin2-1/+7
2014-11-11re PR driver/36312 (should refuse to overwrite input file with output file)Anthony Brandon3-4/+51
2014-11-11Merger of dmalcolm/jit branch from gitDavid Malcolm2-0/+27
2014-11-05Revert revision 217149 because it breaks Ada:Manuel López-Ibáñez3-50/+4
2014-11-05re PR driver/36312 (should refuse to overwrite input file with output file)Anthony Brandon3-4/+50
2014-11-05Fix gnu11 fallout on Solaris 10+Rainer Orth2-1/+4
2014-10-28Add strtoll and strtoull to libiberty.Yury Gribov10-18/+721
2014-10-15libiberty: Expose choose_tmpdir, and fix constness of return typeDavid Malcolm4-10/+17
2014-10-14Use strtod instead of strtold in libiberty/d-demangle.cJoel Brobecker2-5/+14
2014-09-26mangle.c (is_std_substitution): Check for abi_tag.Jason Merrill3-1/+17
2014-09-26pex-common.h (struct pex_funcs): Add new parameter for open_write field.Max Ostapenko6-11/+26
2014-09-23demangle.h (DMGL_DLANG): New macro.Iain Buclaw6-3/+2311
2014-09-19simple-object-elf.c (simple_object_elf_write_ehdr): Correctly handle objects ...Ian Lance Taylor2-9/+37
2014-08-29cp-demangle.c (d_dump): Only access field from s_fixed part of the union for ...Andrew Burgess3-2/+19
2014-08-13demangler-fuzzer.c: New file.Gary Benson3-0/+124
2014-06-11Delete temporary string within demangler even in failure cases.Andrew Burgess2-1/+9
2014-06-01pex-win32.c (argv_to_cmdline): Don't quote args unnecessarilyRay Donnelly2-9/+42
2014-05-28Fix demangler testsuite crashes with CP_DEMANGLE_DEBUG definedPedro Alves2-0/+11
2014-05-22Fix test in libiberty/testsuite/demangle-expected.Thomas Schwinge2-0/+5
2014-05-14cplus-dmem.c (internal_cplus_demangle): Free any resources allocated by possi...Andrew Burgess3-0/+18
2014-05-08cp-demangle.c (struct d_component_stack): New structure.Gary Benson3-6/+90
2014-04-17re PR sanitizer/56781 (boostrap-asan failure: fixincl fails to link (missing ...Jakub Jelinek5-9/+405
2014-04-01simple-object.c (simple_object_internal_write): Handle EINTR and short writes.Richard Biener2-8/+22