Age | Commit message (Expand) | Author | Files | Lines |
2015-08-15 | cp-demangle.c (d_abi_tags): Preserve di->last_name across any ABI tags. | Ian Lance Taylor | 3 | -0/+19 |
2015-08-11 | Fix test failure on Solaris 9 where strtod() does not accept hexadecimals | Iain Buclaw | 3 | -22/+22 |
2015-07-13 | Fix several crashes of C++ demangler on fuzzed input. | Mikhail Maltsev | 4 | -8/+94 |
2015-07-09 | getruntime.c (RUSAGE_SELF): Define if not already defined. | Uros Bizjak | 2 | -7/+7 |
2015-07-08 | getruntime.c (get_run_time): Use RUSAGE_SELF as argument 1 of getrusage call. | Uros Bizjak | 2 | -0/+9 |
2015-06-01 | re PR c++/44282 (fastcall is not mangled at all) | Jason Merrill | 3 | -0/+11 |
2015-05-22 | libiberty.h (asprintf): Don't declare if HAVE_DECL_ASPRINTF is not defined. | Yunlian Jiang | 6 | -401/+626 |
2015-05-16 | d-demangle.c (dlang_symbol_kinds): New enum. | Iain Buclaw | 3 | -57/+190 |
2015-05-16 | d-demangle.c (dlang_template_args): Skip over specialized template parameters... | Iain Buclaw | 3 | -0/+19 |
2015-05-16 | d-demangle.c (dlang_type): Handle cent and ucent types. | Iain Buclaw | 3 | -0/+27 |
2015-05-16 | d-demangle.c (dlang_attributes): Handle return attributes, ignoring return pa... | Iain Buclaw | 3 | -0/+64 |
2015-05-16 | d-demangle.c (dlang_identifier): Check encoded length of identifier to verify... | Iain Buclaw | 3 | -59/+82 |
2015-05-16 | d-demangle.c (dlang_type_modifiers): New function. | Iain Buclaw | 3 | -13/+172 |
2015-05-16 | d-demangle.c (dlang_call_convention): Return NULL if have reached the end of ... | Iain Buclaw | 2 | -6/+16 |
2015-05-16 | d-demangle.c (dlang_parse_string): Represent embedded whitespace or non-print... | Iain Buclaw | 3 | -2/+44 |
2015-05-08 | libiberty/mkstemps.c: Include <time.h> if <sys/time.h> not available. | Joel Brobecker | 2 | -0/+7 |
2015-04-22 | libiberty/setenv.c: Do not declare environ if defined as a macro. | Eli Zaretskii | 2 | -0/+6 |
2015-04-14 | Makefile.tpl (EXTRA_HOST_EXPORTS): New variables. | Max Ostapenko | 2 | -1/+5 |
2015-04-10 | re PR target/65351 (libiberty's pic version contains non-pic code on m32 darw... | Jakub Jelinek | 2 | -5/+15 |
2015-04-07 | re PR target/65351 (libiberty's pic version contains non-pic code on m32 darw... | Jakub Jelinek | 2 | -1/+9 |
2015-01-19 | strerror.c: Do not declare sys_nerr or sys_errlist if already macros | Eli Zaretskii | 2 | -0/+10 |
2014-12-24 | xasprintf.c: New file. | Uros Bizjak | 4 | -5/+85 |
2014-12-11 | xvasprintf.c: New file. | Uros Bizjak | 7 | -84/+255 |
2014-11-22 | Commit missing change log entries. | John David Anglin | 1 | -0/+7 |
2014-11-22 | re PR other/63694 (Build error compiling asan.c: strtoull undeclared) | John David Anglin | 2 | -0/+42 |
2014-11-12 | Cast strtol return to unsigned long | Kirill Yukhin | 2 | -1/+7 |
2014-11-11 | re PR driver/36312 (should refuse to overwrite input file with output file) | Anthony Brandon | 3 | -4/+51 |
2014-11-11 | Merger of dmalcolm/jit branch from git | David Malcolm | 2 | -0/+27 |
2014-11-05 | Revert revision 217149 because it breaks Ada: | Manuel López-Ibáñez | 3 | -50/+4 |
2014-11-05 | re PR driver/36312 (should refuse to overwrite input file with output file) | Anthony Brandon | 3 | -4/+50 |
2014-11-05 | Fix gnu11 fallout on Solaris 10+ | Rainer Orth | 2 | -1/+4 |
2014-10-28 | Add strtoll and strtoull to libiberty. | Yury Gribov | 10 | -18/+721 |
2014-10-15 | libiberty: Expose choose_tmpdir, and fix constness of return type | David Malcolm | 4 | -10/+17 |
2014-10-14 | Use strtod instead of strtold in libiberty/d-demangle.c | Joel Brobecker | 2 | -5/+14 |
2014-09-26 | mangle.c (is_std_substitution): Check for abi_tag. | Jason Merrill | 3 | -1/+17 |
2014-09-26 | pex-common.h (struct pex_funcs): Add new parameter for open_write field. | Max Ostapenko | 6 | -11/+26 |
2014-09-23 | demangle.h (DMGL_DLANG): New macro. | Iain Buclaw | 6 | -3/+2311 |
2014-09-19 | simple-object-elf.c (simple_object_elf_write_ehdr): Correctly handle objects ... | Ian Lance Taylor | 2 | -9/+37 |
2014-08-29 | cp-demangle.c (d_dump): Only access field from s_fixed part of the union for ... | Andrew Burgess | 3 | -2/+19 |
2014-08-13 | demangler-fuzzer.c: New file. | Gary Benson | 3 | -0/+124 |
2014-06-11 | Delete temporary string within demangler even in failure cases. | Andrew Burgess | 2 | -1/+9 |
2014-06-01 | pex-win32.c (argv_to_cmdline): Don't quote args unnecessarily | Ray Donnelly | 2 | -9/+42 |
2014-05-28 | Fix demangler testsuite crashes with CP_DEMANGLE_DEBUG defined | Pedro Alves | 2 | -0/+11 |
2014-05-22 | Fix test in libiberty/testsuite/demangle-expected. | Thomas Schwinge | 2 | -0/+5 |
2014-05-14 | cplus-dmem.c (internal_cplus_demangle): Free any resources allocated by possi... | Andrew Burgess | 3 | -0/+18 |
2014-05-08 | cp-demangle.c (struct d_component_stack): New structure. | Gary Benson | 3 | -6/+90 |
2014-04-17 | re PR sanitizer/56781 (boostrap-asan failure: fixincl fails to link (missing ... | Jakub Jelinek | 5 | -9/+405 |
2014-04-01 | simple-object.c (simple_object_internal_write): Handle EINTR and short writes. | Richard Biener | 2 | -8/+22 |
2014-03-28 | simple-object.c (simple_object_internal_read): Handle EINTR and short reads. | Richard Biener | 2 | -8/+22 |
2014-03-13 | * regex.c (bzero) [!_LIBC]: Cast the call to memcpy to (void). | Uros Bizjak | 1 | -1/+1 |