| Commit message (Expand) | Author | Age | Files | Lines |
* | configure.in (funcs, [...]): Add snprintf and vsnprintf. | Kaveh R. Ghazi | 2003-04-16 | 8 | -86/+349 |
* | Fix typo in last checkin. | Kaveh Ghazi | 2003-04-16 | 1 | -1/+1 |
* | mempcpy.c, [...]: New files. | Kaveh R. Ghazi | 2003-04-16 | 9 | -91/+297 |
* | argv.c: Fix comments. | Kaveh R. Ghazi | 2003-04-15 | 13 | -30/+63 |
* | * maint-tool (deps): Scan for headers in $srcdir also. | DJ Delorie | 2003-04-15 | 2 | -0/+12 |
* | re PR target/10338 ([3.3 regression?] [Cygwin -> tic4x | avr] cross target co... | Kaveh R. Ghazi | 2003-04-15 | 3 | -4/+13 |
* | argv.c: Use ANSI_PROTOTYPES instead of __STDC__. | Roger Sayle | 2003-04-15 | 14 | -20/+54 |
* | * strdup.c (strdup): Tweak implementation to use memcpy. | Roger Sayle | 2003-04-15 | 2 | -5/+20 |
* | configure.in (HAVE_UINTPTR_T): Always define. | Kaveh R. Ghazi | 2003-04-14 | 3 | -90/+93 |
* | Makefile.in (MULTIOSDIR): New macro. | Alexandre Oliva | 2003-03-23 | 2 | -4/+15 |
* | ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize. | Jan Hubicka | 2003-03-17 | 2 | -4/+24 |
* | * hashtab.c (htab_expand): Fix warning. | Jan Hubicka | 2003-03-12 | 2 | -2/+4 |
* | hashtab.c (htab_expand): Compute the size of hashtable based on the number of... | Jan Hubicka | 2003-03-12 | 2 | -3/+22 |
* | cplus-dem.c (demangle_integral_value): Correction to reflect patch of 2002-01... | Carlo Wood | 2003-03-11 | 2 | -23/+32 |
* | * cplus-dem.c: Add license exception to copyright notice. | Mark Mitchell | 2003-03-04 | 2 | -0/+13 |
* | * physmem.c: Formatting changes from upstream. | Kaveh R. Ghazi | 2003-02-27 | 2 | -39/+44 |
* | physmem.c (physmem_total): Add _WIN32 support. | Danny Smith | 2003-02-27 | 2 | -0/+82 |
* | physmem.c (physmem_total): Test for GSI_PHYSMEM. | Rainer Orth | 2003-02-24 | 2 | -2/+8 |
* | configure.in: Check for sys/systemcfg.h and _system_configuration. | Kaveh R. Ghazi | 2003-02-22 | 5 | -64/+91 |
* | configure.in: Check for sys/sysctl.h and sysctl. | Kaveh R. Ghazi | 2003-02-22 | 6 | -6/+55 |
* | physmem.c (physmem_total): Use getsysinfo on Tru64 UNIX. | Rainer Orth | 2003-02-21 | 5 | -82/+150 |
* | configure.in: Check for sys/sysmp.h and sysmp. | Kaveh R. Ghazi | 2003-02-21 | 5 | -10/+76 |
* | physmem.c (physmem_total, [...]): De-ANSI-fy. | Kaveh R. Ghazi | 2003-02-21 | 5 | -54/+122 |
* | libiberty.h (physmem_total, [...]): Prototype. | Kaveh R. Ghazi | 2003-02-21 | 6 | -7/+112 |
* | Makefile.in (CFILES): Add lrealpath.c. | Daniel Jacobowitz | 2003-02-20 | 9 | -121/+426 |
* | * cplus_dem.c: Fix typo: intializes -> initializes. | jmc | 2003-02-20 | 2 | -1/+5 |
* | configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to config.status. | Alexandre Oliva | 2003-02-20 | 3 | -0/+8 |
* | re PR c++/7612 (Memory leaks in cplus-dem.c) | Daniel Jacobowitz | 2003-02-13 | 2 | -15/+32 |
* | acconfig.h: New file. | Kaveh R. Ghazi | 2003-02-13 | 3 | -1/+15 |
* | fastjar.texi: Update to GFDL 1.2. | Joseph Myers | 2003-02-04 | 2 | -2/+6 |
* | Makefile.in (libiberty_topdir): New subst. | Christian Cornelssen | 2003-01-30 | 4 | -128/+139 |
* | * Makefile.in (all-subdir, check-subdir, installcheck-subdir) | Christian Cornelssen | 2003-01-28 | 2 | -1/+9 |
* | Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), use /`$$CC -prin... | Alexandre Oliva | 2003-01-28 | 2 | -5/+10 |
* | hashtab.h (htab_alloc_with_arg, [...]): Add new types. | Daniel Jacobowitz | 2003-01-26 | 2 | -2/+76 |
* | configure.in: Remove special pex-cygwin consideration. | Christopher Faylor | 2003-01-24 | 5 | -153/+38 |
* | Makefile.in (CFILES): Add pex-*.c. | Zack Weinberg | 2003-01-24 | 15 | -843/+1225 |
* | * hashtab.c (htab_expand): Fix allocation of new entries. | Josef Zlomek | 2003-01-20 | 2 | -2/+8 |
* | Makefile.in (install_to_libdir, [...]): Add a mkinstalldirs command. | Christian Cornelssen | 2003-01-09 | 2 | -0/+5 |
* | Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR. | Christian Cornelssen | 2003-01-09 | 2 | -0/+5 |
* | make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX): Define for hosts with H... | Danny Smith | 2002-12-04 | 2 | -0/+6 |
* | Ensure return string is empty before using strcat to construct it. | Nick Clifton | 2002-11-24 | 2 | -0/+6 |
* | libiberty.h (make_relative_prefix): Add prototype. | Daniel Jacobowitz | 2002-11-22 | 4 | -4/+417 |
* | md5.c (md5_process_block): Avoid `function-like macro "F{G,H,I}" must be used... | Jakub Jelinek | 2002-11-16 | 2 | -50/+63 |
* | * config.table: Use mh-s390pic for s390x too. | Jakub Jelinek | 2002-10-16 | 2 | -0/+5 |
* | cplus-dem.c (ada_demangle): Get rid of unneeded variable and of strict-aliasi... | Andreas Jaeger | 2002-10-06 | 2 | -17/+21 |
* | Makefile.am (all-multi): Fix multilib parallel build. | Kaveh R. Ghazi | 2002-09-23 | 2 | -1/+5 |
* | cp-demangle.c (demangling_new): Cast 0 to enum. | John David Anglin | 2002-09-20 | 9 | -28/+46 |
* | Update email addresses for bugs and patches. | Nick Clifton | 2002-09-19 | 2 | -1/+6 |
* | * splay-tree.c (splay_tree_successor): Fix comments. | Mike Stump | 2002-09-12 | 2 | -2/+6 |
* | Fix typo in last commit | Zack Weinberg | 2002-09-11 | 1 | -1/+1 |