Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | first pass at implementing *at funcs | Mike Frysinger | 2009-07-20 | 1 | -1/+9 |
| | | | | | | | Tested basic functionality with coreutils and things seem to work. At least gives us a basis to jump from. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | sync a few headers with glibc (no functional changes) | Mike Frysinger | 2009-07-20 | 1 | -6/+8 |
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | dirent: push dirent type to prototypes | Mike Frysinger | 2009-07-20 | 1 | -16/+58 |
| | | | | | | | | | | This syncs the dirent related functions with the glibc behavior -- rather than take void pointers everywhere, make the struct dirent pointers explicit in the API. After all, the functions themselves will cast the pointers to a dirent structure, so if it isn't as expected, people will crash. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | Add strverscmp() and versionsort[64](). | Denis Vlasenko | 2009-02-08 | 1 | -0/+19 |
| | | | | | By Hai Zaar (haizaar AT codefidence.com) | ||||
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -0/+7 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | Sync headers w/ glibc | Peter S. Mazinger | 2005-11-03 | 1 | -28/+47 |
| | |||||
* | First pass prototype removals from auditing header files: | Eric Andersen | 2004-09-07 | 1 | -51/+0 |
| | | | | | a.out.h to libgen.h (omitting complex.h for a later separate effort for the math stuff) | ||||
* | Dop not restrict the IFTODT() and DTTOIF() macros when | Eric Andersen | 2002-12-17 | 1 | -2/+0 |
| | | | | | _DIRENT_HAVE_D_TYPE is not defined. -Erik | ||||
* | Make this as glibc-like as possible while avoiding the fileutils | Manuel Novoa III | 2002-08-27 | 1 | -1/+3 |
| | | | | problem. glibc hides the DT_* enum values unless __USE_BSD is defined. | ||||
* | Move the _DIRENT_HAVE_D_TYPE test to avoid breaking fileutils | Eric Andersen | 2002-08-27 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | No need to hide this stuff when _DIRENT_HAVE_D_TYPE is not | Eric Andersen | 2002-08-27 | 1 | -1/+1 |
| | | | | | | defined... Nothing too sacred in there and it can be used for other things... -Erik | ||||
* | Unlike glibc, uClibc doesn't always support the d_type field of | Manuel Novoa III | 2002-08-20 | 1 | -1/+1 |
| | | | | | struct dirent. So, disable the d_type support macros when d_type isn't available. This fixes a build problem file fileutils-4.1. | ||||
* | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | 2001-09-27 | 1 | -63/+71 |
| | |||||
* | Some more major updates to further superate ucLibc from the kernel | Eric Andersen | 2000-07-06 | 1 | -90/+252 |
| | | | | | headers (the way it has been done in GNU libc). -Erik | ||||
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 1 | -0/+155 |