OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / libc / misc / internals / tempname.c
2014-12-15 Anthony G. Basilemkostemp: fix implementation master
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-06-15 Peter S. Mazingertempname.c: remove unneeded attribute_hidden, change...
2011-11-17 Bernhard Reutner... misc: hide __gen_tempname
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-02-22 Mike Frysingertempname: fix int precision warnings
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-14 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-12 Austin FoxleyMerge remote branch 'origin/master' into nptl
2010-04-06 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-05 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-01 Khem RajMerge commit 'origin/master' into nptl
2010-01-25 Carmelo AmorosoMerge branch 'master' into nptl
2009-12-23 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-12-19 Austin FoxleyMerge commit 'origin/master' into nptl
2009-12-16 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-29 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-23 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-09 Austin Foxleymake the sem_open changes actually compile
2009-11-09 Mikhail GusarovExtend __gen_tempname with mode argument
2009-09-18 Denys Vlasenkoconvert // comments to /**/; remove empty #if/#endif...
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-11-18 Denis Vlasenkolibc_hidden_proto removal, just a few functions
2008-10-03 Bernhard Reutner... - use c89-style comments
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2007-05-06 Mike FrysingerNickolai Zeldovich writes: if the temp name already...
2006-01-27 Peter S. MazingerDo not build *64 and llseek, correct some failure when...
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2006-01-08 Mike Frysingertouchup code a bit and shrink it by a few bytes
2005-12-13 Peter S. MazingerConvert internal users of chmod/*stat*, minimize change...
2005-12-10 Mike Frysingermacro away the last parameter since we dont actually...
2005-12-09 Peter S. MazingerImplement hidden poll, switch user to hidden *printf...
2005-12-08 Peter S. MazingerUse internal versions
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-26 Peter S. Mazinger100 JUMP relocs less (remaining 431) by hiding internal...
2005-11-26 Peter S. MazingerSome more hidden internals
2005-04-16 Mike FrysingerIn Bug 116, dicksnippe writes:
2004-06-12 Eric AndersenOops. Missed a spot.
2004-06-06 Eric Andersenscrap the goofy time + getpid() based "randomness"...
2002-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...
2002-06-18 Eric AndersenSome commentary
2002-04-01 Eric AndersenRemove function declartions from include/features.h...
2002-03-31 Eric AndersenRework __gen_tempname() to better match glibc, and...
2002-03-12 Manuel Novoa III Swap in the new stdio code.
2001-04-18 Eric AndersenUpdate temp file handling and use a single function...