OSDN Git Service

Adding quad float gcc intrinsic implementation for SPARC
[uclinux-h8/uClibc.git] / libc / misc /
2010-10-14 Natanael Copaparse_config: discard rest of incomplete line
2010-10-14 Natanael Copaconfig parser: always initialize line pointer
2010-10-14 Natanael Copaconfig parser: do not assume that realloc return same...
2010-09-14 Salvatore Cromisc: utmpx based logging support
2010-09-05 Abdoulaye Walsimou... misc: Fix build error about missing PAGE_SIZE
2010-08-19 Bernhard Reutner... getserv: fix reading services lines w > 80 chars
2010-08-06 Timo Teräsconfig parser: fix memory corruption
2010-08-05 Bernhard Reutner... add config parser
2010-07-27 Bernhard Reutner... silence warning about incompatible types with _dl_init_...
2010-07-27 David A RamosFix ctime() standard compliance bug
2010-07-06 Austin FoxleyRevert "don't make __errno_location / __h_errno_locatio...
2010-07-05 Peter Korsgaarddon't make __errno_location / __h_errno_location hidden
2010-06-30 Timo Teräsmore workarounds for GCC PR32219
2010-06-30 Khem Rajnptl/errno: Use a separate __errno_location for libpthread.
2010-06-17 Carmelo Amorosolibc: Fix non-NPTL threads build
2010-06-11 Bernhard Reutner... hcreate_r: silence warning in helper func
2010-06-11 Bernhard Reutner... wordexp: silence warning
2010-05-17 Timo Terässtatic build: define pthreads wrappers only for threade...
2010-05-17 Austin Foxleysome (all?) archs don't define asm, so use builtin...
2010-05-17 Denys Vlasenkoworkaround GCC PR32219
2010-05-07 Timo Terasstatic build: fix internal locking weaks to get pulled...
2010-04-29 Denys Vlasenkotime.c: fix unreadable code style: assignments within...
2010-04-29 Denys Vlasenkooptional /etc/localtime support
2010-04-27 Roman I Khimovlibc/regex: fix internal_function declarations
2010-04-25 Carmelo Amorosolibc: Remove compiler warning due to old-style function...
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-22 Timo Teräsnptl: fix libc internal, dynamically enabled locking
2010-04-16 Timo Teraslibc: remove libc weak __pthreads_* wrappers
2010-04-14 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-12 Austin FoxleyMerge remote branch 'origin/master' into nptl
2010-04-12 Carmelo Amorosolibc_regex: __libc_lock primitives are actually availab...
2010-04-12 Carmelo Amorosolibc_regex: __libc_lock primitives are actually availab...
2010-04-06 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-05 Denys Vlasenkoutent: do not create extra static functions if !THREADS
2010-04-04 Denys Vlasenkoregex_old: convert static flag variable to smallint
2010-04-04 Denys Vlasenkogetutid is not used internally, removing hidden_proto
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-03-25 Bernhard Reutner... prettify make clean
2010-02-11 Austin Foxleylibc: build tsd only when tls is enabled
2010-02-05 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-03 Bernhard Reutner... __uClibc_main: use __pagesize to protect against recursion
2010-02-02 Denys Vlasenkoremove two checks for gettimeofday error
2010-02-01 Khem RajMerge commit 'origin/master' into nptl
2010-02-01 Khem Rajerrno: hide __libc_resp, __libc_errno, and __libc_h_errno
2010-01-25 Carmelo AmorosoMerge branch 'master' into nptl
2010-01-24 Denys Vlasenkowchar.c: fix indentation
2010-01-23 Bernhard Reutner... silence some warnings about unused params
2010-01-21 Bernhard Reutner... wordexp: silence shadow warning
2010-01-21 Denys Vlasenkoctime: do not use static struct tm buffer
2010-01-21 Bernhard Reutner... wordexp: silence shadow warning
2010-01-09 Denys Vlasenkoctime: do not use static struct tm buffer
2009-12-23 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-12-19 Austin FoxleyMerge commit 'origin/master' into nptl
2009-12-17 Hans-Christian Egtvedtcheck if USE_TLS is defined before use
2009-12-17 Hans-Christian Egtvedtcheck if USE_TLS is defined before use
2009-12-16 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-12-13 Denys Vlasenkosyslog: use send(MSG_NOSIGNAL) instead of write, thus...
2009-12-13 Denys Vlasenkosyslog: fix openlog(xx, LOG_KERN) and optimize a bit
2009-12-11 Austin Foxleyget x86_64 nptl building
2009-11-29 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-27 Natanael Copadefine local stack_chk_guard for nptl
2009-11-23 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-20 Bernhard Reutner... __assert: include unistd.h for smallint
2009-11-19 Peter S. Mazingermsgrcv is of type ssize_t
2009-11-19 Peter S. Mazingerassert: make linenumber unsigned
2009-11-09 Mike Frysingerregex: call memcpy() ourselves
2009-11-09 Austin Foxleymake the sem_open changes actually compile
2009-11-09 Mikhail GusarovExtend __gen_tempname with mode argument
2009-10-22 Mike Frysingerregex: call memcpy() ourselves
2009-10-17 Austin Foxleywhitespace fixes
2009-10-17 Austin FoxleyuClibc_main: add the needed support for nptl
2009-10-17 Austin Foxleycancellation support for a large amount of the required...
2009-10-17 Austin Foxleyuse *_not_cancel variants to avoid accidental cancellat...
2009-10-17 Austin Foxleysome tweaks under libc/ needed for nptl
2009-10-08 Bernhard Reutner... ftw() is obsolescent in SUSv4
2009-10-08 Mike Frysingerclean up O_CLOEXEC handling
2009-09-26 Austin Foxleyerrno.c: add tls versions of errno and h_errno
2009-09-26 Austin Foxleydl-support.c: add tls support
2009-09-19 Denys Vlasenkolibc/misc/wctype/_wctype.c: make it more readable....
2009-09-19 Denys Vlasenkoremove a few more empty #if/#endif pairs
2009-09-18 Denys Vlasenkoconvert // comments to /**/; remove empty #if/#endif...
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2009-09-18 Bernhard Reutner... fix make {,install_}{,host}utils
2009-09-08 Denys Vlasenkotime.c: style cleanup. no code changes (verified with...
2009-09-08 Denys Vlasenkosimpler and shorter read_TZ_file() helper
2009-09-06 Denys Vlasenkowordexp.c: cleanup - remove old hidden_proto's; remove...
2009-09-06 Denys Vlasenkowordexp.c: fix a bug where we might close stdout
2009-09-05 Denys Vlasenkodo not save/restore errno around free() calls
2009-09-05 Denys Vlasenkowtmp code: style fixes, no code changes
2009-09-05 Denys VlasenkoCLOEXEC: use open(CLOEXEC) if exist; do not check fcntl...
2009-09-05 Denys Vlasenkoutent.c: fix a few bugs, and shrink a bit
2009-09-05 Denys Vlasenkomath.h: fix trivial typo (missing !): !defined __NO_LON...
2009-08-17 Bernhard Reutner... support building out-of-tree
2009-08-17 Bernhard Reutner... add hidden aliases for newer regex search functions
2009-08-01 Khem Rajfnmatch.c: Include unistd.h before undefining _LIBC.
2009-07-31 Khem Rajfnmatch.c: Change scope of posixly_correct to be global.
2009-07-28 Bernhard Reutner... remove erroneous ';'
2009-07-23 Mike Frysingerfix dl_iterate_phdr() for FDPIC systems
2009-07-20 Mike Frysingerfix building for systems w/out ldso support
next