summaryrefslogtreecommitdiffstats
path: root/runtime/alloc.c
Commit message (Collapse)AuthorAgeFilesLines
* 2005-07-01 Martin Hunt <hunt@redhat.com>hunt2005-07-011-7/+12
| | | | | | | | | | | | * alloc.c (_stp_alloc): Call _stp_error(). (_stp_valloc): Ditto. * io.c (_stp_warn): New function. (_stp_exit): New function. (_stp_error): New function. (_stp_dbug): New function. * runtime.h (dbug): Call _stp_dbug() if DEBUG is defined.
* 2005-05-26 Martin Hunt <hunt@redhat.com>hunt2005-05-261-7/+4
| | | | | | | | * current.c (_stp_sprint_regs): Implement for i386. * sym.c (_stp_symbol_sprint): Check name before trying to print it. (_stp_symbol_print): Change to macro that calls _stp_symbol_sprint().
* *** empty log message ***hunt2005-03-291-0/+93