OSDN Git Service

hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing...
[uclinux-h8/uClibc.git] / libc / stdlib / atexit.c
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2006-01-08 Mike Frysingerhide internal atexit symbols
2005-12-16 Peter S. MazingerRemove trailing ;
2005-12-15 Peter S. MazingerHide exit/_exit
2005-12-14 Peter S. MazingerHide _stdio_init/term, sorry, one change went mistakenl...
2005-12-06 Mike Frysingermacro out the thread funcs in libc if threading is...
2005-11-26 Peter S. Mazinger100 JUMP relocs less (remaining 431) by hiding internal...
2005-09-26 Peter S. MazingerAdd __cxa_atexit and __cxa_finalize, thanks to Stephen...
2005-09-08 Mike Frysingerpunt _DL_FINI_CRT_COMPAT option now that 0.9.28 has...
2005-09-08 Mike FrysingerFix by Martin Schlemmer:
2005-05-28 Joakim TjernlundAdd Peter Mazinger fini/crt compat patch. Select DL_FIN...
2005-05-21 Joakim TjernlundEnable new FINI processing. ldso now passes a FINI...
2005-03-20 Joakim TjernlundPrepare for moving ldso FINI handling into libc.
2003-12-27 Manuel Novoa III Handle the app_fini stuff in exit without requiring...
2003-12-27 Manuel Novoa III Fix a long-standing bug with pthreads. A couple of...
2003-11-02 Manuel Novoa III If realloc failed, we'd lose the pointer to the exit...
2003-01-24 Eric AndersenDoh! Fix potential stack corruption caused by dynamic...
2002-11-19 Eric AndersenImplement dynamic atexit handling. Adds a few bytes...
2002-09-26 Eric AndersenA bug fix from Alexey V. Neyman:
2002-08-12 Eric AndersenDoh! missed a spot.
2002-08-12 Eric AndersenGeez I'm an idiot some times. I shouldn't code when...
2002-08-09 Eric AndersenAdd missing thread-safe locking.
2002-03-12 Manuel Novoa III Swap in the new stdio code.
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....
2002-02-18 Eric AndersenDoh!
2002-02-18 Eric AndersenMiles Bader writes:
2002-02-13 Eric AndersenA number of naming updates in preparation for adding in
2001-10-11 Eric AndersenPatch from Miles Bader <miles@lsi.nec.co.jp> to support...
2001-09-27 Eric AndersenUpdate to accomodate the header file changes
2001-04-06 Eric AndersenFix include/errno.h to not use kernel header, and inste...
2001-02-19 Manuel Novoa III Create __uClibc_main to handle what can be done in...
2001-02-09 Eric AndersenRevert stdio to initializing itself. Not quite a prett...
2001-01-25 Manuel Novoa III Clean up atexit.c; make sure sysconf and atexit agree...
2001-01-17 Manuel Novoa III Note about need to match _SC_ATEXIT_MAX. Minor macro...
2001-01-11 Eric AndersenA large update from Manuel Novoa III <mnovoa3@bellsouth...
2000-10-09 Eric AndersenBug ugly formatting update
2000-07-05 Eric AndersenMany bugfixes, header cleanups, etc. Added abort and...
2000-05-14 Erik AndersenInitial revision