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
/
stdlib
/
realpath.c
Age
Commit message (
Expand
)
Author
2010-09-16
libc: Add canonicalize_file_name function
Carmelo Amoroso
2009-11-14
realpath: SUSv4 compliant
Bernhard Reutner-Fischer
2009-09-18
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-06-04
This fixes a problem with the move of libc_hidden_proto to string.h.
Bernd Schmidt
2008-05-19
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2008-05-08
realpath: do not set bogus errno when readlink fails.
Denis Vlasenko
2007-12-03
realpath: reduce stack usage from 3*PATH_MAX (12k) to 1*PATH_MAX (4k).
Denis Vlasenko
2007-02-08
revert 17821, wait for better test cases
Eric Andersen
2007-02-08
Miguel Angel Alvarez writes:
Eric Andersen
2007-02-08
handle file_name==NULL and file_name=="" as required by POSIX
Mike Frysinger
2006-11-29
- Cleanout the only occurance of the SUSv3 LEGACY function getwd() that was
Bernhard Reutner-Fischer
2006-01-26
Get rid of missing prototype warnings
Peter S. Mazinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2005-12-07
Hide more
Peter S. Mazinger
2005-12-07
Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...
Peter S. Mazinger
2005-12-01
Hide mostly used functions
Peter S. Mazinger
2001-04-06
Fix include/errno.h to not use kernel header, and instead use bits/errno.h.
Eric Andersen
2000-10-09
Bug ugly formatting update
Eric Andersen
2000-07-09
Add in a bunch of junk. Busybox now compiles (except for mkfs.minix and
Eric Andersen