index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
misc
/
internals
/
tempname.c
Age
Commit message (
Expand
)
Author
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2006-01-08
touchup code a bit and shrink it by a few bytes
Mike Frysinger
2005-12-13
Convert internal users of chmod/*stat*, minimize change for __strsep
Peter S. Mazinger
2005-12-10
macro away the last parameter since we dont actually utilize it (saves a few ...
Mike Frysinger
2005-12-09
Implement hidden poll, switch user to hidden *printf/*scanf/poll
Peter S. Mazinger
2005-12-08
Use internal versions
Peter S. Mazinger
2005-12-03
More hiding, including __mempcpy
Peter S. Mazinger
2005-12-01
Hide mostly used functions
Peter S. Mazinger
2005-11-26
100 JUMP relocs less (remaining 431) by hiding internally used ones
Peter S. Mazinger
2005-11-26
Some more hidden internals
Peter S. Mazinger
2005-04-16
In Bug 116, dicksnippe writes:
Mike Frysinger
2004-06-12
Oops. Missed a spot.
Eric Andersen
2004-06-06
scrap the goofy time + getpid() based "randomness" and use
Eric Andersen
2002-10-31
Ok, this commit is _huge_ and its gonna change the world. I've
Eric Andersen
2002-06-18
Some commentary
Eric Andersen
2002-04-01
Remove function declartions from include/features.h, create
Eric Andersen
2002-03-31
Rework __gen_tempname() to better match glibc, and add mkstemp64(),
Eric Andersen
2002-03-12
Swap in the new stdio code.
Manuel Novoa III
2001-04-18
Update temp file handling and use a single function to do all
Eric Andersen