| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge from trunk. | "Steven J. Hill" | 2006-02-26 | 1 | -0/+2280 |
| | | |||||
| * | Merge from trunk. | "Steven J. Hill" | 2006-02-26 | 132 | -4715/+3024 |
| | | |||||
| * | Big fricking merge from trunk. | "Steven J. Hill" | 2006-01-07 | 38 | -76/+118 |
| | | |||||
| * | Finish merge from trunk, again, no really. | "Steven J. Hill" | 2005-12-10 | 1 | -0/+4 |
| | | |||||
| * | Merge from trunk. | "Steven J. Hill" | 2005-12-10 | 36 | -77/+159 |
| | | |||||
| * | Merge from trunk. | "Steven J. Hill" | 2005-12-08 | 5 | -2/+9 |
| | | |||||
| * | More merging from trunk. | "Steven J. Hill" | 2005-12-06 | 20 | -45/+45 |
| | | |||||
| * | Merge from trunk. | "Steven J. Hill" | 2005-12-02 | 46 | -310/+192 |
| | | |||||
| * | Merge from trunk. | "Steven J. Hill" | 2005-11-20 | 6 | -7/+7 |
| | | |||||
| * | Sync up with trunk. | "Steven J. Hill" | 2005-11-19 | 8 | -120/+54 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2005-11-19 | 1 | -0/+15 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2005-11-19 | 1 | -0/+15 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2005-11-19 | 1 | -0/+16 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2005-11-19 | 1 | -0/+15 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2005-11-19 | 1 | -0/+16 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2005-11-19 | 1 | -0/+15 |
| | | |||||
| * | Massive merge from trunk. | "Steven J. Hill" | 2005-11-18 | 17 | -67/+65 |
| | | |||||
| * | Massive merge from trunk. | "Steven J. Hill" | 2005-11-17 | 1 | -12/+29 |
| | | |||||
| * | Remove '__libc_fatal' function and usage of it. Remove and disable 'freeres' ↵ | "Steven J. Hill" | 2005-11-16 | 2 | -199/+0 |
| | | | | | code having to do with internal library memory usage and GDB. uClibc homey don't play that. | ||||
| * | Copy from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -0/+143 |
| | | |||||
| * | Fix up build system for NPTL. I admit it is much cleaner now, but I lost my ↵ | "Steven J. Hill" | 2005-10-04 | 1 | -0/+4 |
| | | | | | entire Saturday fixing this $!#$!#@$T! up. | ||||
| * | Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What ↵ | "Steven J. Hill" | 2005-09-24 | 1 | -1/+1 |
| | | | | | a stupid name to start with. What idiot thought of that? | ||||
| * | Big sync with trunk. | "Steven J. Hill" | 2005-09-24 | 24 | -132/+126 |
| | | |||||
| * | In reality, the futex support that was originally added was only for STDIO ↵ | "Steven J. Hill" | 2005-08-09 | 8 | -17/+21 |
| | | | | | operations internal to libc. The futexes should not be visible to anything other than libc. These changes clean up futex and STDIO. | ||||
| * | Add function '__libc_fatal' for NPTL. | "Steven J. Hill" | 2005-07-31 | 1 | -0/+3 |
| | | |||||
| * | Add function '__libc_fatal' for NPTL. | "Steven J. Hill" | 2005-07-31 | 1 | -0/+196 |
| | | |||||
| * | Finalize the merge from the trunk. There are more files to be | "Steven J. Hill" | 2005-07-30 | 4 | -220/+282 |
| | | | | | merged, but they will be done manually. | ||||
| * | Add futex support into uClibc. Selection of futex support independent of | "Steven J. Hill" | 2005-07-22 | 7 | -0/+73 |
| | | | | | NPTL is not currently supported. | ||||
| * | Forgot to change name of builtin buffer during last rewrite. | Manuel Novoa III | 2005-03-21 | 1 | -3/+2 |
| | | |||||
| * | Revert last commit. If I had wanted to include that patch, I would have done | Manuel Novoa III | 2005-03-17 | 1 | -3/+3 |
| | | | | | it myself at least a year and a half ago. | ||||
| * | http://bugs.uclibc.org/view.php?id=165 | Mike Frysinger | 2005-03-16 | 1 | -3/+3 |
| | | | | | | | d1mag writes: Compilation of _fpmaxtostr.c generate an internal error by m68k-elf-gcc, and this patch has been used in uClinux-dist to fix it. | ||||
| * | When I broke up the stdio code, the "support pre C99 compilers" va_copy compat | Manuel Novoa III | 2005-02-14 | 2 | -34/+2 |
| | | | | | | | | | | define was no longer visible to vasprintf. I didn't catch this since I no longer use such old tools. Unfortunately, some well-meaning but misguided individual decided to just cut-and-paste the macro. :-( Try to clean up the situation by putting it into a header that can be overriden by any archs that need to. If this breaks for anyone (as I said, I no longer use such old tools and so haven't tested), let me know and I'll fix it. | ||||
| * | Define va_copy for pre-C99 compilers (code taken from vfprintf.c). | Peter Kjellerstedt | 2005-02-09 | 1 | -0/+13 |
| | | |||||
| * | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -7/+5 |
| | | |||||
| * | Avoid compiler warnings. | Peter Kjellerstedt | 2005-01-19 | 2 | -0/+8 |
| | | |||||
| * | Fix a couple of issues in configurations I hadn't tested. | Manuel Novoa III | 2004-05-07 | 1 | -0/+2 |
| | | |||||
| * | Oops.. The custom stream funcs should only be compiled if wanted. | Manuel Novoa III | 2004-02-13 | 1 | -2/+4 |
| | | |||||
| * | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III | 2004-02-11 | 100 | -7225/+8657 |
| | | | | | | | | | Codepaths streamlined. Improved performance for nonthreaded apps when linked with a thread-enabled libc. Minor iconv bug and some locale/thread related startup issues fixed. These showed up in getting a gcj-compiled java helloworld app running. Removed some old extension functions... _stdio_fdout and _stdio_fsfopen. | ||||
| * | Fix __freadable and __fwritable... were using '~' instead of '!'. (ugh) | Manuel Novoa III | 2004-01-02 | 1 | -10/+13 |
| | | | | | | | Fix (hopefully) a potential problem with failed freopen() calls. The fix isn't tested since I've been working on the replacement stdio core code which will go in after the next release. | ||||
| * | Oops... temporarily support the old stdio code. | Manuel Novoa III | 2004-01-02 | 1 | -0/+5 |
| | | |||||
| * | Rewrite popen for SUSv3 compliance. | Manuel Novoa III | 2004-01-02 | 1 | -47/+171 |
| | | | | | | | | Added a list of popen()'d to store pids and use waitpid() in pclose(). Loop on waitpid() failure due to EINTR as required. Close parent's popen()'d FILEs in the {v}fork()'d child. Fix failure exit code for failed execve(). | ||||
| * | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III | 2003-12-27 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | were including libc-lock.h which had a bunch of weak pragmas. Also, uClibc supplied a number of no-op weak thread functions even though many weren't needed. This combined result was that sometimes the functional versions of thread functions in pthread would not override the weaks in libc. While fixing this, I also prepended double-underscore to all necessary weak thread funcs in uClibc, and removed all unused weaks. I did a test build, but haven't tested this since these changes are a backport from my working tree. I did test the changes there and no longer need to explicitly add -lpthread in the perl build for perl to pass its thread self tests. | ||||
| * | Fix a couple of 'declaration after statement' errors. | Manuel Novoa III | 2003-12-14 | 1 | -1/+1 |
| | | |||||
| * | Fix the return value for fputs when passed an empty string. | Manuel Novoa III | 2003-11-19 | 1 | -1/+4 |
| | | | | | | Indirectly detected by gmp-4.1.2 self-tests and reported by "Peter S. Mazinger" <ps.m@gmx.net>. | ||||
| * | 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). | ||||
| * | Quick fix to make sure vfprintf always checks stream orientation when | Manuel Novoa III | 2003-09-23 | 1 | -0/+19 |
| | | | | | wchar support is enabled. | ||||
| * | Modify _stdio_READ to conform with C99, as stdio input behavior upon | Manuel Novoa III | 2003-09-22 | 1 | -28/+66 |
| | | | | | | | | | | | | | encountering EOF changed with Defect Report #141. In the current standard, the stream's EOF indicator is "sticky". Once it is set, all further input from the stream should fail until the application explicitly clears the EOF indicator (clearerr(), file positioning), even if more data becomes available. Fixed a bug in fgets. Wasn't checking for read errors. Minor thread locking optimizations to avoid some unnecessary locking. Remove the explicit calls to __builtin_* funcs, as we really need to implement a more general solution. | ||||
| * | Ugh... EOF handling by scanf was completely broken. :-( Regretably, | Manuel Novoa III | 2003-09-22 | 1 | -67/+66 |
| | | | | | | | | | I got my mind fixed in one mode and didn't comply with the standards. Things should be fixed now, but comparision testing is difficult when glibc's scanf is broken and they stubbornly refuse to even acknowledge that it is... even when confronted by specific examples from the C99 standards and from an official C standard defect report. | ||||
| * | Fix a problem reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Manuel Novoa III | 2003-09-13 | 1 | -3/+7 |
| | | | | | for environments where long and long long are the same size. | ||||
| * | Signifcantly speed out integer to string conversion for printf. | Manuel Novoa III | 2003-09-08 | 1 | -49/+38 |
| | | | | | | Printf still needs some performance work done though. Also some bufferless stdio cleanups. | ||||
