summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/realpath.c
Commit message (Expand)AuthorAgeFilesLines
* realpath: SUSv4 compliantBernhard Reutner-Fischer2009-11-141-14/+8
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-5/+0
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-2/+2
* This fixes a problem with the move of libc_hidden_proto to string.h.Bernd Schmidt2008-06-041-1/+0
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-3/+3
* realpath: do not set bogus errno when readlink fails.Denis Vlasenko2008-05-081-22/+26
* realpath: reduce stack usage from 3*PATH_MAX (12k) to 1*PATH_MAX (4k).Denis Vlasenko2007-12-031-34/+36
* revert 17821, wait for better test casesEric Andersen2007-02-081-1/+1
* Miguel Angel Alvarez writes:Eric Andersen2007-02-081-1/+1
* handle file_name==NULL and file_name=="" as required by POSIXMike Frysinger2007-02-081-0/+8
* - Cleanout the only occurance of the SUSv3 LEGACY function getwd() that wasBernhard Reutner-Fischer2006-11-291-6/+1
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-0/+1
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-20/+16
* Hide morePeter S. Mazinger2005-12-071-0/+1
* Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger2005-12-071-0/+2
* Hide mostly used functionsPeter S. Mazinger2005-12-011-8/+8
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-4/+4
* Bug ugly formatting updateEric Andersen2000-10-091-17/+13
* Add in a bunch of junk. Busybox now compiles (except for mkfs.minix andEric Andersen2000-07-091-0/+168