OSDN Git Service

uclinux-h8/uClibc.git
2008-12-28 Denis Vlasenkoremove many functions which just call __ieee754_<function>,
2008-12-28 Denis Vlasenkofix another corner case in unifdef
2008-12-28 Denis Vlasenkopatch up unifdef to recognize and remove "#if defined...
2008-12-27 Denis VlasenkoHelp unifdef to remove private parts of headers
2008-12-27 Denis Vlasenkoctype: remove some trivial macros from ctype.h;
2008-12-26 Denis Vlasenkoconvert yet another old-style function definition
2008-12-26 Denis Vlasenkonew regex: stop confusing ourself with _LIBC being...
2008-12-26 Denis Vlasenkoregex: remove useless casts on allocations;
2008-12-26 Denis Vlasenkoregex: drop __<funcname> aliases. remove much of unused...
2008-12-26 Denis Vlasenkoinclude/libc-string_i386.h: fix a bug where memset...
2008-12-25 Denis Vlasenkodocument internal_function
2008-12-25 Denis Vlasenkotest/regex/tst-regexloc.c: include ok/bad indicator...
2008-12-25 Denis Vlasenkotest/regex/tst-regex2.c: fix the rest of testsuite...
2008-12-25 Denis Vlasenkotest/regex/tst-regex2.c: fix test failure. Next one...
2008-12-24 Denis Vlasenkotest/regex: make it faster to rebuild and run regex...
2008-12-24 Denis Vlasenkorename test file
2008-12-24 Denis Vlasenkotest/Makefile: make "make compile" install headers...
2008-12-23 Denis Vlasenkolibc/sysdeps/linux/hppa/bits/signum.h: _NSIG == 65...
2008-12-23 Khem RajThese defines needs to be considered after recent linux...
2008-12-22 Bernhard Reutner... - mark capset() as linux specific
2008-12-22 Bernhard Reutner... - capget() is linux specific; Sync helptext with curren...
2008-12-22 Bernhard Reutner... - remove leftover from r13277
2008-12-22 Bernhard Reutner... - fix for !GETOPT_LONG
2008-12-22 Denis Vlasenkolibm/*: mass removal of:
2008-12-22 Denis Vlasenkoextra/locale/gen_wctype.c: remove __CTYPE_isalnum and...
2008-12-22 Denis VlasenkoUCLIBC_CTYPE_HEADER define is removed, as it always
2008-12-22 Bernhard Reutner... - remove whitespace
2008-12-22 Bernhard Reutner... - fix fpclassify, signbit, isfinite, isnan, isinf macro...
2008-12-22 Denis Vlasenkoadd new file to docs/
2008-12-22 Denis Vlasenkoremove stray comment (the identical one is just a few...
2008-12-22 Bernhard Reutner... - non-pic support for MIPS (Catherine Moore, clm at...
2008-12-22 Denis VlasenkoRemove unused macros
2008-12-22 Denis Vlasenkodocs/defines.txt: document _extern_inline
2008-12-21 Denis Vlasenkomore of warning fixes, mostly pointer signedness mismatches
2008-12-21 Denis Vlasenkomore of pointer signedness warnings removed
2008-12-21 Denis Vlasenkoheed multiple warnings of the type
2008-12-20 Denis Vlasenkolibc/stdio/_scanf.c: heed lots of warnings about signed...
2008-12-20 Denis Vlasenkoextra/locale/locale_mmap.h: fix broken whitespace
2008-12-20 Denis Vlasenkolibc/misc/locale/locale.c: heed a pile of warnings
2008-12-20 Denis Vlasenkolibc/misc/locale/locale.c: remove one unneeded static...
2008-12-20 Denis VlasenkoDeal with a few data fields which may be made constant.
2008-12-20 Denis Vlasenkolibc/string/i386/rawmemchr.c: i386 version, adapted...
2008-12-20 Denis Vlasenkostring/i386/strncpy.c: fixlet for testing code
2008-12-20 Denis Vlasenkostring/i386/strncpy: faster i386 version (same code...
2008-12-19 Denis Vlasenkostrchr: a bit faster version for i386 (same code size)
2008-12-19 Denis Vlasenkomemmove: smaller one for i386, with added testing,...
2008-12-19 Denis Vlasenkostrncat: shorter version for i386, add small embedded...
2008-12-19 Denis Vlasenkoremove one forgotten '##'. Heeds:
2008-12-19 Denis Vlasenkostring/i386: smaller, and hopefully easier to read...
2008-12-17 Denis Vlasenkofix for build failures resulting from "string ops for...
2008-12-17 Bernhard Reutner... - provide INTERNAL_SYSCALL for ia64 (Stefan Assmann...
2008-12-17 Denis Vlasenkosince gcc -Os hates us and does not inline string ops,
2008-12-17 Denis Vlasenkomemchr: smaller i386 version
2008-12-17 Denis Vlasenkoresolv: fix testcase failure
2008-12-16 Bernhard Reutner... - emulate unavailable syscall getpgrp on e.g. ia64...
2008-12-16 Bernhard Reutner... - install utils into the proper directories
2008-12-16 Denis Vlasenkofix testing "gcc -mpreferred-stack-boundary=2" on x86_64
2008-12-15 Denis VlasenkoRemove __libc_posix_fadvise[64] alias. It existed on...
2008-12-15 Denis Vlasenkoremove some duplicates in bits/signum.h. No code changes.
2008-12-15 Denis Vlasenkosigaction overhaul as described in docs/sigaction.txt
2008-12-14 Denis Vlasenkoheed compiler warnings about checking non-defined varia...
2008-12-14 Denis VlasenkoAdd proposed plan of sanitizing sigaction to docs/*
2008-12-13 Denis VlasenkoRemove the rest of "bounded pointers" scaffolding....
2008-12-13 Denis Vlasenkofeatures.h: add TODO (changing __OPTIMIZE_SIZE__ is...
2008-12-13 Denis Vlasenkodoc snippets about defines we provide and/or use
2008-12-13 Denis VlasenkoDo not install libc-XXXX.h files in "make install".
2008-12-13 Denis Vlasenkomake all "XXXhidden_proto(" consistently not use a...
2008-12-13 Denis VlasenkoMake it again possible to have compact and small stack...
2008-12-13 Denis Vlasenkostring/generic/memcmp.c: remove some really paranoid...
2008-12-13 Denis Vlasenko*: document __USE_EXTERN_INLINES better;
2008-12-12 Denis Vlasenkoi386/brk.c: gcc can't figure out how to use %ebx in...
2008-12-12 Bernhard Reutner... - only strip if cc compiled fine
2008-12-12 Denis Vlasenko*: remove vestiges of gcc's "bounded pointers" feature,
2008-12-12 Denis Vlasenkosmaller brk() for i386. Inspected assembly to see it...
2008-12-11 Carmelo AmorosoMove kernel-features.h header from the linuxthread...
2008-12-11 Mike Frysingercreate arch-generic brk() based on blackfin one
2008-12-11 Mike Frysingeradd inlines for Blackfin atomic functions
2008-12-11 Mike FrysingerBlackfin: add L2_SRAM flag for alloc func
2008-12-11 Mike FrysingerBlackfin: declare {INLINE,INTERNAL}_SYSCALL() and friends
2008-12-11 Mike Frysingeradd ENDPROC() macro for Blackfin assembly
2008-12-11 Mike Frysingeruse newer spiffy asm constraints to get better code...
2008-12-11 Mike Frysingerpunt old unused header
2008-12-11 Mike Frysingerupdate ptrace.h to latest from glibc
2008-12-11 Khem Rajget rid of __libc_* symbols. Some whitespace cleanups.
2008-12-10 Denis Vlasenko*: remove some __libc_XXX functions:
2008-12-10 Denis Vlasenkoremove __libc_fcntl[64]
2008-12-10 Denis Vlasenkoremove __libc_getdomainname alias. google says only...
2008-12-10 Bernhard Reutner... - document environment variables used by the install_...
2008-12-10 Rob LandleyRemove hardwired usr/ from install_utils (that's what...
2008-12-09 Denis Vlasenkosmaller memcpy
2008-12-09 Denis Vlasenkosetenv.c: tiny code shrink
2008-12-09 Denis Vlasenkosetenv.c: further code shrink
2008-12-09 Bernhard Reutner... - improve documentation of utils and hostutils
2008-12-09 Rob LandleyMention make utils, hostutils, install_utils.
2008-12-09 Denis Vlasenkofix segv on clearenv(); unsetenv("foo"); [was deref...
2008-12-09 Denis Vlasenkogetaddrinfo: runp->ifa_addr indeed can be NULL, don...
2008-12-08 Denis Vlasenkogetaddrinfo: remove superfluout indentation, fix incorr...
2008-12-08 Bernhard Reutner... - fix loop for checking ifaddr on both IPv4 and IPv6
2008-12-06 Denis Vlasenkoresolver: make new name resolutions reread /etc/resolv...
2008-12-04 Khem RajRemove __NTH from the declation.
next