OSDN Git Service

hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing...
[uclinux-h8/uClibc.git] / libc / stdlib / abort.c
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2006-01-09 Mike Frysingerupdate for newer binutils
2006-01-08 Mike Frysingerfix typo
2006-01-05 Mike Frysingergrammar fix
2005-12-16 Peter S. MazingerNew hidden versions
2005-12-14 Peter S. MazingerHide _stdio_init/term, sorry, one change went mistakenl...
2005-12-09 Mike Frysingeradd an abort for arm
2005-12-08 Peter S. MazingerConvert the rest of users to hidden
2005-12-06 Mike Frysingermacro out the thread funcs in libc if threading is...
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-15 Peter S. MazingerHide more of stdio,getdents, use internal __raise
2005-07-28 Manuel Novoa III Add a config option for abort() to shutdown the stdio...
2005-07-10 Mike Frysinger define an abort instruction for m68k
2005-07-10 Mike Frysingerdefine an abort instruction for alpha
2005-07-10 Mike Frysingeralphabetize and warn if an arch is undefined
2005-06-29 Mike Frysingerwhitespace/syntax updates
2005-06-29 Mike Frysingerif we have a signal handler in place to cover SIGABRT...
2004-02-12 Eric AndersenPaul Mundt lethal at linux-sh dot org writes:
2004-02-11 Manuel Novoa III New stdio core. Should be more maintainable. Fixes...
2004-01-31 Eric AndersenPatch from Paul Mundt, lethal at linux-sh dot org,
2004-01-30 Eric AndersenAdd missing abort instruction for powerpc
2003-12-27 Manuel Novoa III Fix a long-standing bug with pthreads. A couple of...
2002-08-08 Eric AndersenFix locking
2002-03-13 Manuel Novoa III Oops... forgot to update abort.c.
2002-02-19 Eric AndersenDoh! Miles Bader noticed a couple of spots where I...
2002-02-18 Eric AndersenRename __stdio_close_all to __stdio_flush_buffers....
2001-12-05 David McCulloughHack the 68000 last ditch abort to work for all 68000...
2001-11-21 Eric AndersenCleanup abort() so it behaves itself a bit better
2001-02-19 Manuel Novoa III Create __uClibc_main to handle what can be done in...
2001-01-01 Eric AndersenA bunch of updates, part from Manuel Novoa III (such...
2000-11-04 Eric AndersenMake spelling of uClibc be consistant.
2000-10-17 Eric AndersenBypass problem with signals for the moment...
2000-10-07 Eric AndersenFormatting update
2000-10-04 Eric AndersenThis is making far too much sense.
2000-07-05 Eric AndersenMany bugfixes, header cleanups, etc. Added abort and...