Age | Commit message (Expand) | Author | Files | Lines |
2003-06-30 | * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to | Andreas Schwab | 1 | -1/+1 |
2003-06-26 | 2003-06-26 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -28/+35 |
2003-04-16 | 2003-04-16 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -33/+28 |
2003-04-10 | 2003-04-09 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -1/+1 |
2003-04-02 | * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h). | Adam Fedor | 1 | -16/+1 |
2003-02-26 | Fix PR build/1097. | Daniel Jacobowitz | 1 | -1/+1 |
2003-02-24 | 2003-02-24 David Carlton <carlton@math.stanford.edu> | David Carlton | 1 | -0/+80 |
2003-02-07 | 2003-02-06 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 1 | -3/+5 |
2003-02-04 | 2003-02-04 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 1 | -3/+1 |
2003-02-04 | * defs.h (streq): Add prototype. | Daniel Jacobowitz | 1 | -0/+8 |
2003-02-01 | 2003-02-01 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 1 | -19/+0 |
2003-01-31 | 2003-01-31 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 1 | -9/+6 |
2003-01-31 | Re-indent utils.c. | Andrew Cagney | 1 | -229/+217 |
2003-01-23 | gdb/ChangeLog: | Jim Blandy | 1 | -0/+72 |
2003-01-14 | 2003-01-13 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 1 | -2/+3 |
2003-01-02 | 2003-01-02 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 1 | -5/+0 |
2002-11-30 | 2002-11-30 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -17/+7 |
2002-11-14 | Wed Nov 13 19:51:05 2002 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -0/+9 |
2002-11-12 | 2002-11-12 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 1 | -1/+1 |
2002-11-12 | 2002-11-12 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 1 | -16/+49 |
2002-10-24 | 2002-10-24 Martin M. Hunt <hunt@redhat.com> | Martin Hunt | 1 | -2/+0 |
2002-10-15 | utils.c (puts_filtered_tabular): New function. | Adam Fedor | 1 | -7/+56 |
2002-10-11 | 2002-10-11 Martin M. Hunt <hunt@redhat.com> | Martin Hunt | 1 | -0/+2 |
2002-09-20 | Add support for distinct host and target character sets. | Kevin Buettner | 1 | -24/+65 |
2002-09-19 | Revert previous change. Not obvious. | Andrew Cagney | 1 | -66/+13 |
2002-09-19 | 2002-09-18 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -13/+66 |
2002-09-18 | 2002-09-18 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 1 | -21/+101 |
2002-08-01 | 2002-08-01 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -3/+5 |
2002-07-31 | * utils.c (host_pointer_to_address, address_to_host_pointer): | Kevin Buettner | 1 | -6/+3 |
2002-07-27 | * utils.c (host_pointer_to_address, address_to_host_pointer): | Kevin Buettner | 1 | -2/+2 |
2002-07-24 | * defs.h (gdb_readline_wrapper): Declare. | Tom Tromey | 1 | -1/+1 |
2002-04-05 | (xfullpath): New function. | Joel Brobecker | 1 | -0/+48 |
2002-03-28 | From veksler at il.ibm.com: | Andrew Cagney | 1 | -1/+5 |
2002-03-19 | * defs.h (XMALLOC): Define. | Andrew Cagney | 1 | -3/+0 |
2002-03-15 | * configure.in: Detect declaration for canonicalize_file_name. | Richard Henderson | 1 | -9/+18 |
2002-03-01 | Add FIXME explaining include problem. | Andrew Cagney | 1 | -2/+8 |
2002-02-27 | 2002-02-27 Rodney Brown <rbrown64@csc.com.au> | Rodney Brown | 1 | -0/+2 |
2002-02-26 | * utils.c (perror_with_name): Make string parameter constant. | Andrew Cagney | 1 | -3/+3 |
2002-02-23 | * configure.in: (AC_CHECK_FUNCS) Added test for | Andrew Cagney | 1 | -1/+3 |
2002-02-13 | * defs.h (core_addr_to_string_nz): New function. | Keith Seitz | 1 | -0/+9 |
2002-02-10 | * defs.h (throw_exception): Rename return_to_top_level. Update | Andrew Cagney | 1 | -3/+3 |
2002-02-08 | 2002-02-08 Daniel Jacobowitz <drow@mvista.com> | Daniel Jacobowitz | 1 | -5/+9 |
2002-02-05 | * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions. | Andrew Cagney | 1 | -1/+1 |
2002-02-02 | * utils.c (do_write): New function. | Andrew Cagney | 1 | -50/+28 |
2002-02-02 | * utils.c (error_begin): Make static. | Andrew Cagney | 1 | -1/+1 |
2002-01-31 | * defs.h (vwarning): Declare. | Andrew Cagney | 1 | -23/+21 |
2002-01-20 | Eliminate MALLOC_INCOMPATIBLE. | Andrew Cagney | 1 | -2/+0 |
2002-01-20 | Use MAXPATHLEN when no PATH_MAX. | Andrew Cagney | 1 | -0/+8 |
2002-01-17 | Change behavour of internal-error to quit and dump core by default. | Andrew Cagney | 1 | -14/+15 |
2002-01-05 | Remove obsolete MacOS support. | Andrew Cagney | 1 | -14/+2 |