Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -5/+4 |
| | |||||
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -1/+1 |
| | | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM). | ||||
* | As released in uClibc 0.9.16, regex was being compiled without | Eric Andersen | 2002-11-14 | 1 | -2/+2 |
| | | | | | | wide char support, even when the rest of uClibc was. This led to anyone using regex segfaulting... -Erik | ||||
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -0/+1 |
| | |||||
* | 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 | ||||
* | 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. | ||||
* | 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. | ||||
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 1 | -2/+1 |
| | | | | | | | | | 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 | ||||
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 1 | -0/+3 |
| | | | | | | | 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 | ||||
* | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | 2001-01-11 | 1 | -2/+2 |
| | |||||
* | Fix doc blunder. | Eric Andersen | 2000-11-04 | 1 | -4/+4 |
| | |||||
* | Make spelling of uClibc be consistant. | Eric Andersen | 2000-11-04 | 1 | -1/+1 |
| | |||||
* | A smaller, kinder, gentler regexp implementation. | Eric Andersen | 2000-10-20 | 3 | -7274/+5726 |
| | |||||
* | Strip all object files of all non global symbols and .note and | Eric Andersen | 2000-10-20 | 1 | -1/+3 |
| | | | | | .comment, saving a lot of space in the resultant binaries... -Erik | ||||
* | Makefile update | Eric Andersen | 2000-10-12 | 1 | -1/+1 |
| | |||||
* | Finish reorganizing things. At least I think I've finished. | Eric Andersen | 2000-10-11 | 1 | -1/+1 |
| | |||||
* | Bug ugly formatting update | Eric Andersen | 2000-10-09 | 3 | -5809/+5582 |
| | |||||
* | More cleanups | Eric Andersen | 2000-10-07 | 1 | -4/+7 |
| | |||||
* | Fix all the makefiles. Clean up some warnings, cleanup some headers. | Eric Andersen | 2000-10-04 | 2 | -20/+53 |
| | | | | -Erik | ||||
* | Add in a bunch of junk. Busybox now compiles (except for mkfs.minix and | Eric Andersen | 2000-07-09 | 2 | -0/+7539 |
fsck.minix). Of course, it doesn't link yet due to missing functions, but hey... At least it is now easy to see what isn't working. :-) -Erik |