OSDN Git Service

* config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
[pf3gnuchains/pf3gnuchains3x.git] / gdb / utils.c
2002-02-13 kseitz * defs.h (core_addr_to_string_nz): New function.
2002-02-10 cagney* defs.h (throw_exception): Rename return_to_top_level...
2002-02-08 drow2002-02-08 Daniel Jacobowitz <drow@mvista.com>
2002-02-05 cagney* cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New funct...
2002-02-02 cagney* utils.c (do_write): New function.
2002-02-02 cagney* utils.c (error_begin): Make static.
2002-01-31 cagney* defs.h (vwarning): Declare.
2002-01-20 cagneyEliminate MALLOC_INCOMPATIBLE.
2002-01-20 cagneyUse MAXPATHLEN when no PATH_MAX.
2002-01-17 cagneyChange behavour of internal-error to quit and dump...
2002-01-05 cagneyRemove obsolete MacOS support.
2001-12-21 tromey * configure, config.in: Rebuilt.
2001-12-06 cagneyEliminate global #include of "mmalloc.h".
2001-11-15 cagneyCorrectly handle phex(*,0) and phex_nz(*,0).
2001-11-15 cagney* utils.c (phex_nz): For default case, set str to phex_...
2001-11-02 cagney* utils.c (internal_verror): Restore calls to abort().
2001-10-17 cagneyFunctions to convert to/from CORE_ADDR and a string...
2001-08-01 cagney* defs.h (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2001-07-21 ciceron * utils.c (init_page_info): Use tui_get_command_dimension.
2001-07-15 cagney* serial.h (SERIAL_ASYNC): Delete.
2001-07-14 ciceron * utils.c (query): Remove tui hacks; tui must use...
2001-07-11 cagneys/typedef serial_t/struct serial */
2001-07-08 cagney* gdbtypes.h (builtin_type_void_data_ptr): Rename
2001-06-10 cgf* gnu-regex.c: Eliminate obsolete check for _MSC_VER.
2001-04-19 cagneyObsolete MPW as host.
2001-03-23 cagney* defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree...
2001-03-20 cagneymalloc() -> xmalloc.
2001-03-20 cagneyMove realoc() decl to utils.c. s/realloc()/xrealloc()/.
2001-03-20 cagneyMove free() decl to utils.c.
2001-03-10 kevinbCommitted.
2001-03-07 kettenis* defs.h: Provide prototypes for floatformat_is_negative,
2001-03-07 jtc2001-03-06 J.T. Conklin <jtc@redback.com>
2001-03-06 kevinbUpdate/correct copyright notices.
2001-02-25 kevinbReplace calls to abort() with calls to internal_error().
2001-02-08 cagneyAdd __FILE__ and __LINE__ parameter to internal_error() /
2001-02-07 cagney* sol-thread.c (restore_inferior_pid): Save the PID...
2001-02-06 jtc* signals.h: Removed.
2001-01-31 cagneyMove putchar_filtered() to utils.c.
2001-01-31 cagneyReplace strsave() with xstrdup().
2000-12-15 kevinbReplace free() with xfree().
2000-12-05 msnyder2000-12-04 Michael Snyder <msnyder@cleaver.cygnus...
2000-11-20 cagneyReplace asprintf() / vasprintf() with xasprintf() xvasp...
2000-11-15 taylor * utils.c (strlen_paddr, paddr, paddr_nz): Use TARGET_...
2000-11-04 kevinbProtoization.
2000-10-23 daveaCorrected spelling errors in comments
2000-07-30 kevinbProtoization.
2000-06-15 msnyder2000-06-15 Michael Snyder <msnyder@cygnus.com>
2000-06-04 cagneyAdd host_pointer_to_address() and address_to_host_point...
2000-06-04 cagneyEliminate safe_strsignal().
2000-06-04 kevinbEliminate PARAMS from function pointer declarations.
2000-05-28 kevinbPARAMS removal.
2000-05-23 cagneyAdd make_cleanup_close() function.
2000-05-22 cagneyReplace preg() with phex(). Cleanup monitor.c.
2000-05-16 cagneyMake free_current_contents more robust. Use in MI.
2000-05-16 cagneyCleanup bfd_close() cleanups.
2000-05-15 cagneyMove core_addr_lessthan and core_addr_greaterthan to...
2000-04-27 msnyder2000-04-26 Michael Snyder <msnyder@seadog.cygnus...
2000-04-21 cagney* defs.h, utils.c (free_current_contents): Change param...
2000-03-30 msnyder2000-03-30 Michael Snyder <msnyder@cleaver.cygnus...
2000-03-20 kevinbFixes for floatformat_from_doublest().
2000-03-04 cagneyMake mmalloc functions consistent. Some need ISO-C...
2000-03-04 cagneyConvert make_cleanup functions to ISO-C.
2000-02-29 cagneyFrom Eli. Warning fixes.
1999-04-16 shebsInitial revision