2008-12-21 |
Denis Vlasenko | more of warning fixes, mostly pointer signedness mismatches |
tree | commitdiff |
2008-12-21 |
Denis Vlasenko | more of pointer signedness warnings removed |
tree | commitdiff |
2008-12-21 |
Denis Vlasenko | heed multiple warnings of the type |
tree | commitdiff |
2008-12-20 |
Denis Vlasenko | libc/stdio/_scanf.c: heed lots of warnings about signed... |
tree | commitdiff |
2008-11-29 |
Denis Vlasenko | fix improperly hidden fputc_unlocked |
tree | commitdiff |
2008-11-29 |
Denis Vlasenko | fix improperly hidden fwprintf. |
tree | commitdiff |
2008-11-22 |
Denis Vlasenko | fix some unneeded PLT references |
tree | commitdiff |
2008-11-20 |
Denis Vlasenko | Last portion of libc_hidden_proto removal. |
tree | commitdiff |
2008-11-20 |
Denis Vlasenko | next portion of libc_hidden_proto removal |
tree | commitdiff |
2008-11-18 |
Denis Vlasenko | libc_hidden_proto removal, a few more functions |
tree | commitdiff |
2008-11-18 |
Denis Vlasenko | libc_hidden_proto removal, just a few functions |
tree | commitdiff |
2008-11-07 |
Bernhard Reutner... | - less verbose make clean |
tree | commitdiff |
2008-11-02 |
Bernhard Reutner... | - Fix __user_locking with stdio buffers (Carmelo AMOROSO) |
tree | commitdiff |
2008-09-21 |
Paul Mundt | Fix up memset() argument ordering in open_memstream... |
tree | commitdiff |
2008-09-09 |
Carmelo Amoroso | Fix some locale multibyte tests failures ad below: |
tree | commitdiff |
2008-09-09 |
Carmelo Amoroso | Fix problem in vfprintf when assertion are enabled. |
tree | commitdiff |
2008-07-23 |
Bernhard Reutner... | - trim any trailing whitespace |
tree | commitdiff |
2008-06-03 |
Denis Vlasenko | Remove __PRINTF_INFO_NO_BITFIELD hack, UCLIBC_INTERNAL... |
tree | commitdiff |
2008-06-01 |
Denis Vlasenko | suppress a few "might be used uninitialized" warnings... |
tree | commitdiff |
2008-05-30 |
Bernhard Reutner... | - Avoid warning about undefined preprocessor token... |
tree | commitdiff |
2008-05-23 |
Bernhard Reutner... | - avoid warning about cast from pointer to integer... |
tree | commitdiff |
2008-05-23 |
Bernhard Reutner... | - for non-threaded, non-macro case we were missing... |
tree | commitdiff |
2008-05-20 |
Denis Vlasenko | replace "if (p) free(p)" by just "free(p)" - free(NULL... |
tree | commitdiff |
2008-05-19 |
Denis Vlasenko | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL... |
tree | commitdiff |
2008-04-10 |
Denis Vlasenko | remove "register" from _vf[w]printf_internal declaratio... |
tree | commitdiff |
2008-04-10 |
Denis Vlasenko | even more fixes for vda-made breakage in vXXXfprintf |
tree | commitdiff |
2008-04-09 |
Denis Vlasenko | fix breakage in old_vfprintf case |
tree | commitdiff |
2008-04-09 |
Denis Vlasenko | restore erroneously removed hidden_def for vdprintf |
tree | commitdiff |
2008-04-09 |
Denis Vlasenko | Remove vestigial locking init from sprintf routines. |
tree | commitdiff |
2008-04-09 |
Denis Vlasenko | Factor out the core of vprintf() into separate function |
tree | commitdiff |
2008-02-07 |
Carmelo Amoroso | Fix stack overflow in _ppfs_parsespec |
tree | commitdiff |
2008-01-05 |
Mike Frysinger | patch from Hans-Christian Egtvedt to silence some spuri... |
tree | commitdiff |
2007-04-14 |
Bernhard Reutner... | - dtrt |
tree | commitdiff |
2007-02-08 |
Mike Frysinger | Paul Brook writes: |
tree | commitdiff |
2007-01-29 |
Mike Frysinger | fix from Atsushi Nemoto for displaying of 64bit types |
tree | commitdiff |
2007-01-29 |
Mike Frysinger | fix from Roman Kononov for reading in of 64bit types |
tree | commitdiff |
2007-01-20 |
Bernhard Reutner... | - Trim superfluous trailing whitespace. No obj-code... |
tree | commitdiff |
2006-12-22 |
Bernhard Reutner... | - provide a hidden_def for fputc_unlocked that is alias... |
tree | commitdiff |
2006-12-20 |
Mike Frysinger | Paul Brook writes: |
tree | commitdiff |
2006-12-15 |
Eric Andersen | Patch from Bernhard Fischer: |
tree | commitdiff |
2006-12-12 |
Eric Andersen | Fix/disable locking when pthreads is disabled |
tree | commitdiff |
2006-12-08 |
Eric Andersen | Fill in a few more of the missing pieces... |
tree | commitdiff |
2006-12-07 |
Eric Andersen | Major cleanup of internal mutex locking. Be more consi... |
tree | commitdiff |
2006-12-07 |
Eric Andersen | Major cleanup of internal mutex locking. Be more consi... |
tree | commitdiff |
2006-12-06 |
Eric Andersen | stdio update from mjn3 |
tree | commitdiff |
2006-07-05 |
Eric Andersen | fixup my copyright notice, trim stale remnants of older... |
tree | commitdiff |
2006-03-23 |
Peter S. Mazinger | Mark some functions as BSD only |
tree | commitdiff |
2006-03-22 |
Peter S. Mazinger | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined |
tree | commitdiff |
2006-03-10 |
Peter S. Mazinger | Remove all non-constant libc_hidden_data_def(), it... |
tree | commitdiff |
2006-02-18 |
Mike Frysinger | dont define _stdio_init if it doesnt do anything |
tree | commitdiff |
2006-02-15 |
Peter S. Mazinger | DOMULTI may be used for libc, the excluded files need... |
tree | commitdiff |
2006-02-14 |
Mike Frysinger | sync with glibc and get a nice size shrinkage in the... |
tree | commitdiff |
2006-02-13 |
Peter S. Mazinger | libc-{a,so,multi}-y replaced by libc-y covering common... |
tree | commitdiff |
2006-02-13 |
Peter S. Mazinger | Mark functions as GNU extensions |
tree | commitdiff |
2006-02-13 |
Peter S. Mazinger | Remove unused prototypes |
tree | commitdiff |
2006-02-13 |
Peter S. Mazinger | Add files for IMA. Yes, I know it's a hack and no,... |
tree | commitdiff |
2006-02-13 |
Peter S. Mazinger | More renames for IMA |
tree | commitdiff |
2006-02-01 |
Peter S. Mazinger | missed another global data marking |
tree | commitdiff |
2006-02-01 |
Peter S. Mazinger | global data uses libc_hidden_data_def, convert all... |
tree | commitdiff |
2006-01-27 |
Peter S. Mazinger | Do not build *64 and llseek, correct some failure when... |
tree | commitdiff |
2006-01-26 |
Peter S. Mazinger | Get rid of missing prototype warnings |
tree | commitdiff |
2006-01-26 |
"Jan-Benedict Glaw" | Allow for targets that don't know about signed zero... |
tree | commitdiff |
2006-01-22 |
Peter S. Mazinger | Enable _GNU_SOURCE build wide, trying to get consistent... |
tree | commitdiff |
2006-01-21 |
Mike Frysinger | fix unused warnings |
tree | commitdiff |
2006-01-17 |
Peter S. Mazinger | Build if GETC_MACRO use is disabled |
tree | commitdiff |
2006-01-16 |
Peter S. Mazinger | Last relocs jump and global data, (even locales) that... |
tree | commitdiff |
2006-01-16 |
Peter S. Mazinger | some global data relocs gone |
tree | commitdiff |
2006-01-15 |
Peter S. Mazinger | make gcc4 happy w/ hidden_def/proto, correct some typos |
tree | commitdiff |
2006-01-15 |
Peter S. Mazinger | Correct old_vfprintf internal version and make it reloc... |
tree | commitdiff |
2006-01-15 |
Mike Frysinger | only declare vfork when needed, else no-mmu build fails |
tree | commitdiff |
2006-01-14 |
Peter S. Mazinger | same for __fputc_unlocked |
tree | commitdiff |
2006-01-14 |
Peter S. Mazinger | get rid of wcrtomb jump reloc |
tree | commitdiff |
2006-01-14 |
Peter S. Mazinger | make DODEBUG=y happy, update sysdeps/common/* copyright |
tree | commitdiff |
2006-01-14 |
Peter S. Mazinger | other failures w/ different options |
tree | commitdiff |
2006-01-14 |
Peter S. Mazinger | hidden_def/hidden_proto: convert all users (I hope... |
tree | commitdiff |
2006-01-06 |
Mike Frysinger | used hidden close |
tree | commitdiff |
2006-01-06 |
Mike Frysinger | use hidden read/write symbols |
tree | commitdiff |
2005-12-16 |
Peter S. Mazinger | Remove trailing ; after *alias() |
tree | commitdiff |
2005-12-16 |
Peter S. Mazinger | Forgot about the macros ;-( |
tree | commitdiff |
2005-12-16 |
Peter S. Mazinger | Get rid of warnings, use internals, create new hidden... |
tree | commitdiff |
2005-12-15 |
Peter S. Mazinger | Hide *getc* *putc* |
tree | commitdiff |
2005-12-14 |
Peter S. Mazinger | Hide _stdio_init/term, sorry, one change went mistakenl... |
tree | commitdiff |
2005-12-13 |
Peter S. Mazinger | Convert all users of earlier hiddens |
tree | commitdiff |
2005-12-13 |
Peter S. Mazinger | Hidden fflush, adapt fopen to hack in libc-internal.h |
tree | commitdiff |
2005-12-13 |
Peter S. Mazinger | Use __remove and remove trailing ; |
tree | commitdiff |
2005-12-13 |
Peter S. Mazinger | Do hidden fopen*/remove |
tree | commitdiff |
2005-12-10 |
Peter S. Mazinger | Switch fread/fwrite/fclose/pipe/sigsetmask users |
tree | commitdiff |
2005-12-10 |
Peter S. Mazinger | Do hidden fread/fwrite/fclose |
tree | commitdiff |
2005-12-09 |
Peter S. Mazinger | Implement hidden listen, use the hidden listen/accept |
tree | commitdiff |
2005-12-09 |
Peter S. Mazinger | Guard wchar dependent stuff properly, thx vapier |
tree | commitdiff |
2005-12-09 |
Peter S. Mazinger | Implement hidden *scanf |
tree | commitdiff |
2005-12-09 |
Peter S. Mazinger | Implement all needed hidden *printf and correct vasprin... |
tree | commitdiff |
2005-12-08 |
Peter S. Mazinger | mmap/mremap/socket/rewind gone |
tree | commitdiff |
2005-12-08 |
Peter S. Mazinger | Use internal \*_strerror_r |
tree | commitdiff |
2005-12-08 |
Peter S. Mazinger | Hide some of the f* *printf, use them as well |
tree | commitdiff |
2005-12-07 |
Peter S. Mazinger | Hide more |
tree | commitdiff |
2005-12-07 |
Peter S. Mazinger | Hide *clnt|pmap|svc* and some rpc. inet/rpc is full... |
tree | commitdiff |
2005-12-06 |
Mike Frysinger | macro out the thread funcs in libc if threading is... |
tree | commitdiff |
2005-12-04 |
Peter S. Mazinger | More hiding, 300 left |
tree | commitdiff |
2005-12-03 |
Peter S. Mazinger | Rename newly created __libc_x (reserved for libpthread... |
tree | commitdiff |
next |