Age | Commit message (Expand) | Author |
2006-05-17 | fold bfin-specific link.h back into common one as suggested by Peter S. Mazinger | Mike Frysinger |
2006-05-12 | cut out _FORTIFY_SOURCE | Mike Frysinger |
2006-05-06 | sync with glibc | Mike Frysinger |
2006-05-04 | fix by Bernd Schmidt to support HAVE_ASM_SET_DIRECTIVE in weak_alias() macros | Mike Frysinger |
2006-05-04 | merge some more minor changes from glibc | Mike Frysinger |
2006-05-04 | sync minor changes with glibc | Mike Frysinger |
2006-04-07 | remove old cruft that doesnt matter for uClibc and breaks anyways when using ... | Mike Frysinger |
2006-03-27 | Revert change to remove 'error_print_progname' so that gettext will build. It... | "Steven J. Hill" |
2006-03-23 | Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/ind... | Peter S. Mazinger |
2006-03-23 | Sync w/ string.h, glibc version is out of date | Peter S. Mazinger |
2006-03-22 | Comment __USE_UNIX98, not needed, add __glibc_strerror_r prototype for non-GNU | Peter S. Mazinger |
2006-03-22 | Comment __mbrlen | Peter S. Mazinger |
2006-03-19 | Guard the reentrant prototypes w/ appropiate config option | Peter S. Mazinger |
2006-03-10 | sync with glibc | Mike Frysinger |
2006-03-03 | Mark parts as unsupported by gnu glob, but leave it as it was | Peter S. Mazinger |
2006-03-01 | Sync w/ glibc and define _STAT_VER/_MKNOD_VER to 0, else some apps will consi... | Peter S. Mazinger |
2006-02-27 | Rich Felker's glob() ported to uClibc | Peter S. Mazinger |
2006-02-27 | Disable parts not supported by (outdated) glob, probably the glob[64]_t struc... | Peter S. Mazinger |
2006-02-27 | fix invalid quoting | Mike Frysinger |
2006-02-26 | Move _lfs_64.h to include and adapt files | Peter S. Mazinger |
2006-02-26 | sync with glibc | Mike Frysinger |
2006-02-25 | This never gets defined. I have a patch pending in glibc too. | "Steven J. Hill" |
2006-02-23 | Correct typo | Peter S. Mazinger |
2006-02-23 | Added support for the new CRISv32 architecture. | Peter Kjellerstedt |
2006-02-23 | Corrected a typo (simularly -> similarly). | Peter Kjellerstedt |
2006-02-23 | Sync w/ glibc, disabling *at interfaces | Peter S. Mazinger |
2006-02-23 | Make use of CFLAGS-OMIT-file | Peter S. Mazinger |
2006-02-22 | guard program_invocation_name w/ __ASSEMBLER__ | Peter S. Mazinger |
2006-02-22 | Sync w/ glibc, enabled only those defines, that are used in uClibc | Peter S. Mazinger |
2006-02-22 | Sync with glibc 2.3.6. | Peter Kjellerstedt |
2006-02-22 | epoll is linux specific | Mike Frysinger |
2006-02-22 | sync with glibc | Mike Frysinger |
2006-02-21 | Sync w/ glibc, we can leave __USE_ATFILE in, because we do not define it in f... | Peter S. Mazinger |
2006-02-18 | tweak the idea between having a MMU and actually using it | Mike Frysinger |
2006-02-13 | guard *printf_function w/ UCLIBC_HAS_GLIBC_CUSTOM_PRINTF | Peter S. Mazinger |
2006-02-13 | Add internal hidden_weak support for asm | Peter S. Mazinger |
2006-02-13 | Sync w/ glibc | Peter S. Mazinger |
2006-02-08 | janlana writes in Bug 700: use standard uint* types rather than u_int | Mike Frysinger |
2006-02-04 | integrate frv link.h | Mike Frysinger |
2006-02-03 | disable hidden_proto/def for __BCC__ generally | Peter S. Mazinger |
2006-02-01 | Use -DSTATIC and remove stub_warning, not accepted | Peter S. Mazinger |
2006-01-30 | Sync w/ glibc | Peter S. Mazinger |
2006-01-29 | move linux-specific header to linux subdir | Mike Frysinger |
2006-01-29 | the timer_* funcs have been implemented in librt so enable their prototypes | Mike Frysinger |
2006-01-27 | remove comment | Peter S. Mazinger |
2006-01-27 | Disabled NULL error_print_progname, useless | Peter S. Mazinger |
2006-01-27 | The VAX gas cannot (yet) cope with the tricks played here, so I'm grounding | "Jan-Benedict Glaw" |
2006-01-26 | Enable gcvt in header, we build it | Peter S. Mazinger |
2006-01-25 | hidden_strong_alias gone and won't be added back because it causes trouble | Peter S. Mazinger |
2006-01-23 | Remove unneeded _GNU_SOURCE | Peter S. Mazinger |