Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Support strong_alias and begin merging usage of weak_function | Eric Andersen | 2002-02-18 | 1 | -9/+26 | |
| | ||||||
* | OOps. | Eric Andersen | 2002-02-05 | 1 | -1/+0 | |
| | ||||||
* | Add in support for the Hitach H8/300H architecture, | Eric Andersen | 2002-02-02 | 1 | -2/+2 | |
| | | | | contributed by Yoshinori Sato <qzb04471@nifty.ne.jp> | |||||
* | Add in a weak for __adjtime | Eric Andersen | 2002-02-02 | 1 | -0/+2 | |
| | ||||||
* | Added insque/remque support | David McCullough | 2002-01-17 | 3 | -1/+92 | |
| | ||||||
* | Don't print an error if the utmp file doesn't exist, getutent will return | David McCullough | 2002-01-17 | 1 | -1/+0 | |
| | | | | NULL as expected. | |||||
* | Doh! I broke getmntent when I added getmntent_r! This fixes it. | Eric Andersen | 2002-01-09 | 1 | -5/+0 | |
| | | | | -Erik | |||||
* | Allow people to exclude regex code, since it is huge (27k) | Eric Andersen | 2002-01-09 | 1 | -1/+4 | |
| | ||||||
* | Fix duplicate of timezone | Eric Andersen | 2002-01-09 | 1 | -4/+0 | |
| | ||||||
* | Scrub malloc handling | Eric Andersen | 2002-01-08 | 2 | -16/+25 | |
| | ||||||
* | Support statvfs and statfs. Added getmntent_r (and made it use | Eric Andersen | 2002-01-06 | 8 | -20/+404 | |
| | | | | | strtok_r instead of strtok), taught getmntent to use getmntent_r. -Erik | |||||
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 17 | -0/+17 | |
| | ||||||
* | Sync regex with glibc 2.2.4. I need to add an option to select | Eric Andersen | 2001-11-24 | 1 | -4300/+6942 | |
| | | | | | a minamalist replacement. Coming soon... -Erik | |||||
* | Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add | Eric Andersen | 2001-11-21 | 1 | -1/+1 | |
| | | | | | support for __FORCE_NOGLIBC per Brian Stafford <brian.stafford@office-logic.com> | |||||
* | A few symbols needed for testing | Eric Andersen | 2001-11-20 | 2 | -2/+9 | |
| | ||||||
* | Scrub up some lingering problems preventing readdir64 from working | Eric Andersen | 2001-11-14 | 12 | -18/+38 | |
| | | | | | | and creating several *64 problems, particualrly when client apps used -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64. All better now. -Erik | |||||
* | In theory, this adds readdir64 and friends. Dunno if they | Eric Andersen | 2001-10-17 | 6 | -3/+176 | |
| | | | | | work yet or not.... -Erik | |||||
* | Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850. | Eric Andersen | 2001-10-11 | 1 | -5/+5 | |
| | | | | He sent this patch to me a month ago, but I forgot to apply it... | |||||
* | With all the headerfile changes, some functions didn't get there arg types | David McCullough | 2001-10-04 | 1 | -1/+1 | |
| | | | | fixed up. | |||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 10 | -10/+18 | |
| | ||||||
* | Oops | Eric Andersen | 2001-09-15 | 1 | -1/+1 | |
| | ||||||
* | Recurse into 'file' | Eric Andersen | 2001-09-15 | 1 | -2/+2 | |
| | ||||||
* | Add lockf | Eric Andersen | 2001-09-15 | 2 | -0/+113 | |
| | ||||||
* | Patch from Andrew Ip <aip@cwlinux.com> to add ftime, | Eric Andersen | 2001-09-06 | 2 | -1/+37 | |
| | | | | allowing openssl to be built. | |||||
* | Fix a silly bug with the header file | Eric Andersen | 2001-08-17 | 1 | -1/+1 | |
| | ||||||
* | use some #defines internal to the ctype functions to eliminate them | Eric Andersen | 2001-08-14 | 1 | -0/+32 | |
| | | | | | | | calling other tiny ctype functions. Now all ctype funcs will end up with no extern references, which ends up shrinking both the uClibc shared lib and shrinking client code. -Erik | |||||
* | Make sure the weak aliases are defined before the functions/vars | David McCullough | 2001-08-09 | 1 | -14/+14 | |
| | | | | | they use as stubs, otherwise, some compilers (ie., m68k-elf) tie them to the local symbols and the weak aliases do not work. | |||||
* | These zero-length files apparently weren't deleted from cvs. | Manuel Novoa III | 2001-07-01 | 2 | -0/+0 | |
| | ||||||
* | ANSI/ISO specifies that no library function sets errno to 0. | Manuel Novoa III | 2001-06-26 | 1 | -2/+0 | |
| | ||||||
* | Looks like we lost clearing errno | Eric Andersen | 2001-06-26 | 1 | -0/+2 | |
| | ||||||
* | Remove simulated d_type support for getdents and the dirent struct, and use | Manuel Novoa III | 2001-06-25 | 1 | -11/+1 | |
| | | | | the straight getdents syscall instead of the wrapper (which leaked memory). | |||||
* | Cleanup the toploevel makefile handing of shared libs. Add weak_alias | Eric Andersen | 2001-06-12 | 1 | -3/+12 | |
| | | | | | | define, and set things up so nasty old coff toolchains can now compile things and should actually work again. -Erik | |||||
* | The m68k-elf compiler chokes on this code when compiling for PIC as | David McCullough | 2001-06-07 | 1 | -1129/+1128 | |
| | | | | | | | | | | | | | | | | compile_regex is one big function (relative function calls further than cpu32 can do). The solution was to re-order the code a little to reduce the size of these relative calls. So the total sum of the changes is: * Move compile_regex to the end of the file * make store_op1 an inline Unfortunately CVS diff doesn't show this and makes it look like the whole file has been severely hacked. It hasn't. | |||||
* | Add locale-enabled strcoll function from vodz, plus supporting tool. | Manuel Novoa III | 2001-06-02 | 3 | -76/+248 | |
| | ||||||
* | Put the locale stuff back how it was till we can get a proper implementation | Eric Andersen | 2001-06-01 | 11 | -1222/+0 | |
| | | | | | that doesn't suck so badly. -Erik | |||||
* | Make selection of uClibc floating point support in printf, etc. seperate | Manuel Novoa III | 2001-05-28 | 1 | -1/+1 | |
| | | | | | from libm float function support. Also, move all Config files out of the main directory. | |||||
* | Fix regex support to be compatible with 4.2 BSD regex library. This is | Eric Andersen | 2001-05-26 | 1 | -0/+1 | |
| | | | | the last bit that was needed to get util-linux to compile. | |||||
* | Add in message queue support, based on work from <tapu@371.net>. | Eric Andersen | 2001-05-26 | 2 | -1/+60 | |
| | | | | This is required to compile util-linux | |||||
* | Add in some more GNU compatible locale stuff. I only implement the | Eric Andersen | 2001-05-25 | 11 | -0/+1222 | |
| | | | | C locale of course. util-linux needs this stuff to compile... | |||||
* | Remove dead code. | Manuel Novoa III | 2001-05-23 | 3 | -130/+0 | |
| | ||||||
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 17 | -34/+17 | |
| | | | | | | | | | tree is less messy now (which helps), all libraries are placed into uClibc/lib when compiling, all libraries now use a consistant mechanism for being built, all libraries use a consistant naming scheme where the lib name includes the uClibc version number, which makes ldconfig happy and willing to work with us. -Erik | |||||
* | Add in an older libc5 glob implementation, which is a bit thinner. | Eric Andersen | 2001-05-09 | 1 | -963/+451 | |
| | | | | -Erik | |||||
* | Turns out alphasort was totally broken. This fixed one works. | Eric Andersen | 2001-05-08 | 1 | -4/+3 | |
| | | | | -Erik | |||||
* | A patch from Jon Nelson <jnelson@securepipe.com> to make scandir | Eric Andersen | 2001-05-08 | 1 | -4/+5 | |
| | | | | sort things as it is supposed to do. | |||||
* | Remove the old crypt implementation | Eric Andersen | 2001-04-19 | 1 | -1/+1 | |
| | ||||||
* | Add missing time() | Eric Andersen | 2001-04-18 | 2 | -1/+39 | |
| | ||||||
* | Update temp file handling and use a single function to do all | Eric Andersen | 2001-04-18 | 2 | -1/+188 | |
| | | | | | the heavy lifting (most of the heavy lifting stolen from glibc, but reduced a bit). | |||||
* | Fix up more leftovers resultant from fixing _LIBC | Eric Andersen | 2001-04-06 | 1 | -2/+39 | |
| | ||||||
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 12 | -17/+20 | |
| | | | | | | | This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik | |||||
* | Stub out localeconv. Please look over this to check it is correct.... | Eric Andersen | 2001-03-21 | 3 | -9/+58 | |
| | | | | | | | | I started trying to read the glibc code -- but that code is far too messy to be read. So I just wrote a silly C app against glibc, set the locale to POSIX, then called localeconv(). I wrote this version of localeconv.c so it returns the same stuff. -Erik |