OSDN Git Service

drop support for pre ISO-C compilers
[uclinux-h8/uClibc.git] / libc / unistd / exec.c
2012-11-18 Mike Frysingerdrop support for pre ISO-C compilers
2012-06-15 Peter S. Mazingerexec.c: remove duplicate attribute_hidden
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2008-01-23 Mike Frysingergive execlp() its own cache on no-mmu to avoid recursiv...
2008-01-08 Mike Frysingerfix memory corruption on no-mmu from doing multiple...
2007-12-22 Mike Frysingerplug a memory leak when using execl* functions on no-mmu
2007-12-22 Mike Frysingeradd hidden defs for execv/execlp for completeness
2007-07-18 Denis VlasenkoexecXp should go to next PATH dir on any error except...
2006-07-05 Mike Frysingerupdate license
2006-05-30 Peter KjellerstedtMake execle() and chown() available again (corrects...
2006-05-26 Mike FrysingerAmir Shalem writes:
2006-03-22 Peter S. MazingerMark some functions as GNU, provide missing hidden...
2006-03-10 Peter S. MazingerRemove all non-constant libc_hidden_data_def(), it...
2006-02-18 Mike Frysingertweak the idea between having a MMU and actually using it
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-16 Peter S. MazingerLast relocs jump and global data, (even locales) that...
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-08 Peter S. Mazingermmap/mremap/socket/rewind gone
2005-12-08 Peter S. MazingerUse internal versions
2005-12-04 Peter S. MazingerMore hiding, 300 left
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
2005-12-01 Peter S. MazingerHide mostly used functions
2004-02-17 Manuel Novoa III Sigh... Fall back to alloca() if munmap is broken ...
2004-01-16 Eric Andersens/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g
2004-01-02 Manuel Novoa III Redo the exec functions to comply with SUSv3.