2002-06-06 Elena Zannoni <ezannoni@redhat.com>
[binutils-gdb.git] / gdb / utils.c
2002-04-05 Joel Brobecker(xfullpath): New function.
2002-03-28 Andrew CagneyFrom veksler at il.ibm.com:
2002-03-19 Andrew Cagney* defs.h (XMALLOC): Define.
2002-03-15 Richard Henderson * configure.in: Detect declaration for canonica...
2002-03-01 Andrew CagneyAdd FIXME explaining include problem.
2002-02-27 Rodney Brown2002-02-27 Rodney Brown <rbrown64@csc.com.au>
2002-02-26 Andrew Cagney* utils.c (perror_with_name): Make string parameter...
2002-02-23 Andrew Cagney* configure.in: (AC_CHECK_FUNCS) Added test for
2002-02-13 Keith Seitz * defs.h (core_addr_to_string_nz): New function.
2002-02-10 Andrew Cagney* defs.h (throw_exception): Rename return_to_top_level...
2002-02-08 Daniel Jacobowitz2002-02-08 Daniel Jacobowitz <drow@mvista.com>
2002-02-05 Andrew Cagney* cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New funct...
2002-02-02 Andrew Cagney* utils.c (do_write): New function.
2002-02-02 Andrew Cagney* utils.c (error_begin): Make static.
2002-01-31 Andrew Cagney* defs.h (vwarning): Declare.
2002-01-20 Andrew CagneyEliminate MALLOC_INCOMPATIBLE.
2002-01-20 Andrew CagneyUse MAXPATHLEN when no PATH_MAX.
2002-01-17 Andrew CagneyChange behavour of internal-error to quit and dump...
2002-01-05 Andrew CagneyRemove obsolete MacOS support.
2001-12-21 Tom Tromey * configure, config.in: Rebuilt.
2001-12-06 Andrew CagneyEliminate global #include of "mmalloc.h".
2001-11-15 Andrew CagneyCorrectly handle phex(*,0) and phex_nz(*,0).
2001-11-15 Andrew Cagney* utils.c (phex_nz): For default case, set str to phex_...
2001-11-02 Andrew Cagney* utils.c (internal_verror): Restore calls to abort().
2001-10-17 Andrew CagneyFunctions to convert to/from CORE_ADDR and a string...
2001-08-01 Andrew Cagney* defs.h (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2001-07-21 Stephane Carrez * utils.c (init_page_info): Use tui_get_command_dimension.
2001-07-15 Andrew Cagney* serial.h (SERIAL_ASYNC): Delete.
2001-07-14 Stephane Carrez * utils.c (query): Remove tui hacks; tui must use...
2001-07-11 Andrew Cagneys/typedef serial_t/struct serial */
2001-07-08 Andrew Cagney* gdbtypes.h (builtin_type_void_data_ptr): Rename
2001-06-10 Christopher Faylor* gnu-regex.c: Eliminate obsolete check for _MSC_VER.
2001-04-19 Andrew CagneyObsolete MPW as host.
2001-03-23 Andrew Cagney* defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree...
2001-03-20 Andrew Cagneymalloc() -> xmalloc.
2001-03-20 Andrew CagneyMove realoc() decl to utils.c. s/realloc()/xrealloc()/.
2001-03-20 Andrew CagneyMove free() decl to utils.c.
2001-03-10 Kevin BuettnerCommitted.
2001-03-07 Mark Kettenis* defs.h: Provide prototypes for floatformat_is_negative,
2001-03-07 J.T. Conklin2001-03-06 J.T. Conklin <jtc@redback.com>
2001-03-06 Kevin BuettnerUpdate/correct copyright notices.
2001-02-25 Kevin BuettnerReplace calls to abort() with calls to internal_error().
2001-02-08 Andrew CagneyAdd __FILE__ and __LINE__ parameter to internal_error() /
2001-02-07 Andrew Cagney* sol-thread.c (restore_inferior_pid): Save the PID...
2001-02-06 J.T. Conklin* signals.h: Removed.
2001-01-31 Andrew CagneyMove putchar_filtered() to utils.c.
2001-01-31 Andrew CagneyReplace strsave() with xstrdup().
2000-12-15 Kevin BuettnerReplace free() with xfree().
2000-12-05 Michael Snyder2000-12-04 Michael Snyder <msnyder@cleaver.cygnus...
2000-11-20 Andrew CagneyReplace asprintf() / vasprintf() with xasprintf() xvasp...
2000-11-15 David Taylor * utils.c (strlen_paddr, paddr, paddr_nz): Use TARGET_...
2000-11-04 Kevin BuettnerProtoization.
2000-10-23 David AndersonCorrected spelling errors in comments
2000-07-30 Kevin BuettnerProtoization.
2000-07-09 Elena ZannoniThis commit was generated by cvs2svn to track changes...
2000-07-07 Elena ZannoniThis commit was generated by cvs2svn to track changes...
2000-06-15 Michael Snyder2000-06-15 Michael Snyder <msnyder@cygnus.com>
2000-06-04 Andrew CagneyAdd host_pointer_to_address() and address_to_host_point...
2000-06-04 Andrew CagneyEliminate safe_strsignal().
2000-06-04 Kevin BuettnerEliminate PARAMS from function pointer declarations.
2000-05-28 Kevin BuettnerPARAMS removal.
2000-05-23 Andrew CagneyAdd make_cleanup_close() function.
2000-05-22 Andrew CagneyReplace preg() with phex(). Cleanup monitor.c.
2000-05-16 Andrew CagneyMake free_current_contents more robust. Use in MI.
2000-05-16 Andrew CagneyCleanup bfd_close() cleanups.
2000-05-15 Andrew CagneyMove core_addr_lessthan and core_addr_greaterthan to...
2000-04-27 Michael Snyder2000-04-26 Michael Snyder <msnyder@seadog.cygnus...
2000-04-21 Andrew Cagney* defs.h, utils.c (free_current_contents): Change param...
2000-03-30 Michael Snyder2000-03-30 Michael Snyder <msnyder@cleaver.cygnus...
2000-03-20 Kevin BuettnerFixes for floatformat_from_doublest().
2000-03-04 Andrew CagneyMake mmalloc functions consistent. Some need ISO-C...
2000-03-04 Andrew CagneyConvert make_cleanup functions to ISO-C.
2000-02-29 Andrew CagneyFrom Eli. Warning fixes.
2000-02-22 Ian Lance TaylorThis commit was generated by cvs2svn to track changes...
2000-02-22 Ian Lance TaylorThis commit was generated by cvs2svn to track changes...
2000-02-02 Jason Molendaimport gdb-2000-02-01 snapshot
2000-02-01 Jason Molendaimport gdb-2000-01-31 snapshot
2000-01-25 Jason Molendaimport gdb-2000-01-24 snapshot
1999-12-22 Jason Molendaimport gdb-1999-12-21 snapshot
1999-12-07 Jason Molendaimport gdb-1999-12-06 snapshot
1999-11-17 Jason Molendaimport gdb-1999-11-16 snapshot
1999-11-09 Jason Molendaimport gdb-1999-11-08 snapshot
1999-10-26 Jason Molendaimport gdb-1999-10-25 snapshot
1999-10-19 Jason Molendaimport gdb-1999-10-18 snapshot
1999-10-05 Jason Molendaimport gdb-1999-10-04 snapshot
1999-09-28 Jason Molendaimport gdb-1999-09-28 snapshot
1999-09-22 Jason Molendaimport gdb-1999-09-21
1999-09-09 Stan Shebsimport gdb-1999-09-08 snapshot
1999-08-31 Jason Molendaimport gdb-1999-08-30 snapshot
1999-08-16 Jason Molendaimport gdb-1999-08-16 snapshot
1999-08-16 Jason MolendaThis commit was generated by cvs2svn to track changes...
1999-08-09 Jason Molendaimport gdb-1999-08-09 snapshot
1999-08-02 Jason MolendaThis commit was generated by cvs2svn to track changes...
1999-07-19 Jason MolendaThis commit was generated by cvs2svn to track changes...
1999-07-12 Jason Molendaimport gdb-1999-07-12 snapshot
1999-07-07 Jason Molendaimport gdb-1999-07-07 post reformat
1999-07-07 Jason Molendaimport gdb-1999-07-07 pre reformat
1999-07-05 Jason Molendaimport gdb-1999-07-05 snapshot
1999-06-28 Jason Molendaimport gdb-1999-06-28 snapshot
1999-06-14 Jason Molendaimport gdb-1999-06-14 snapshot
next