OSDN Git Service

uclinux-h8/uClibc.git
2006-01-04 Peter S. MazingerBuild also if XLOCALE is enabled
2006-01-04 Peter S. Mazingeruse internal versions of exit/memcpy
2006-01-04 Peter S. MazingerSync w/ glibc, mostly REDIRECT_NTH,__wur
2006-01-04 Mike Frysingerneed our own version to prevent warnings
2006-01-04 Mike Frysingerupdate build files
2006-01-04 Mike Frysingerupdate buildsystem to new style
2006-01-04 Mike FrysingerBug 618, Thomas Chou: update build flags for nios target
2006-01-04 Mike FrysingerBug 618, Thomas Chou: update crt to new 0.9.28 uClibc...
2006-01-04 Mike Frysingerunused
2006-01-04 Mike Frysingernow we can safely declare these hidden
2006-01-04 Mike Frysingerupdate pthread weak handling to the style glibc uses
2006-01-04 Mike Frysingertweak __progname handling some more since some [bad...
2006-01-04 Mike Frysingeruse weak handling instead of .set
2006-01-04 Mike Frysingerkill off some unused warnings
2006-01-04 Mike Frysingerif arch doesnt provide _syscall6(), we need to alias...
2006-01-03 Peter S. MazingerLost wcschr()
2006-01-03 Peter S. Mazingerkeep __USE_GNU for program_invocation_*_name
2006-01-03 Peter S. MazingerGet rid of tolower/toupper jump reloc, correct tow...
2006-01-03 Peter S. MazingerAdd __toupper, remove unneeded undefs for tolower
2006-01-03 Peter S. MazingerProvide __tolower and use it
2006-01-03 Peter S. MazingerRemove textrel
2006-01-03 Peter S. MazingerRevert a change until I find the textrel cause
2006-01-03 Peter S. MazingerComplete split of all the string functions. Hope haven...
2006-01-03 Peter S. MazingerUse strong_alias everywhere instead of .global/.set...
2006-01-03 Peter S. MazingerAdd more hidden prototypes
2006-01-03 Peter S. MazingerAdd proper guard, so that we don't see the internal...
2006-01-03 Mike Frysingertweak what is likely() in the argv[0] parsing
2006-01-03 Mike Frysingeradd optional support for program_invocation_name/progra...
2006-01-03 Mike Frysingerwe dont need to loop calling abort() because abort...
2006-01-03 Mike FrysingerJoseph S. Myers writes:
2006-01-03 Mike FrysingerJoseph S. Myers writes:
2006-01-03 Mike Frysingerimport a bunch of defines from gnu binutils including...
2006-01-03 Mike Frysingerimport a bunch of EM defines from gnu binutils
2006-01-03 Mike Frysingertouchup comments and define Blackfin for Jie Zhang
2006-01-03 Mike Frysingerfix previous commit so that __uClibc_init() is run...
2006-01-02 Peter S. MazingerUse attribute_noreturn
2006-01-02 Peter S. MazingerRemove -unhonoured- comment
2006-01-02 Peter S. MazingerRemove fpu_control.h handling as well
2006-01-02 Peter S. MazingerTARGET_ARCH is already stripped, do not do it again...
2006-01-02 Peter S. Mazingerfpu_control.h is handled generally in topdir/Makefile...
2006-01-02 Mike Frysingerquote arg to shell-ed grep as pointed out by Jan-Benedi...
2006-01-02 Mike Frysingerfor /bin/sh, use `` instead of $() as pointed out by...
2006-01-01 Mike Frysingerprevious st_dev change from unsigned long (4bytes)...
2005-12-30 Mike Frysingerfix path to heap.h as point out by thomas_chou in Bug 617
2005-12-30 Mike FrysingerBug 616, Thomas Chou: dont use -msoft-float on nios2...
2005-12-30 Mike Frysingerupdate to new build system
2005-12-30 Mike FrysingerBug 616, Thomas Chou: update crt to new 0.9.28 uClibc...
2005-12-30 Mike Frysingertell people to ignore these two warnings unless someone...
2005-12-30 Mike Frysingeruse ElfW(Addr) instead of ElfW(Word) since elf word...
2005-12-30 Mike Frysingerneed to make sure elf_find_dynamic(key) is big enough...
2005-12-30 Mike Frysingerbeautify utility building
2005-12-30 Mike Frysingeruse errno.h not sys/errno.h as pointed out by sjhill
2005-12-30 Peter S. MazingerSync ftw w/ glibc, splitting ftw and ftw64
2005-12-29 Mike Frysingerfix signed/unsigned warnings
2005-12-29 Mike Frysingerkill off some signedness/unused warnings
2005-12-29 Mike Frysingersync whitespace with glibc
2005-12-29 Mike Frysingertouchup code a bit to prep for new weak system
2005-12-29 Mike Frysingerbeautify
2005-12-29 Mike Frysingerhide the internal libc pthread_mutex funcs
2005-12-29 Mike Frysingerpointless whitespace touchups
2005-12-29 Mike Frysingerhide some functions to cut down on relocations
2005-12-29 Mike Frysingermake sure mq_timedsend() and mq_send() is always defined
2005-12-29 Mike Frysingermake sure mq_timedreceive() and mq_receive() is always...
2005-12-29 Mike Frysingerhide __kernel functions
2005-12-28 Mike Frysingermake sure we handle the (malloc(0)==NULL) case as Aubre...
2005-12-28 Mike Frysingermake sure we handle the (malloc(0)==NULL) case as Aubre...
2005-12-28 Mike Frysingerinclude grp.h just for fun
2005-12-28 Mike Frysingertypecast away signed/unsigned warnings
2005-12-27 Mike Frysingerkill off unused warning
2005-12-27 Mike Frysingertypecast away a signed/unsigned warning
2005-12-27 Mike Frysingercut pointless files
2005-12-27 Mike Frysingerkill off minor unused warnings
2005-12-27 Mike Frysingertweak prototypes to match the exported versions
2005-12-27 Mike Frysingerfix salt type in setup_salt()
2005-12-27 Mike Frysingernlist should be unsigned, not signed, as it tracks...
2005-12-27 Mike Frysingerrevert debug "fix" since it isnt correct and previous...
2005-12-27 Mike Frysingerfix signed/unsigned warning
2005-12-27 Mike Frysingerkill off simple unused warnings
2005-12-27 Mike Frysingerkill off simple unused warnings
2005-12-27 Mike Frysingerkill off simple unused warnings
2005-12-27 Mike Frysinger2005-12-15 Aubrey.Li <aubreylee@gmail.com> writes:
2005-12-27 Mike Frysingerkill off minor warning
2005-12-27 Mike FrysingerAubrey writes:
2005-12-27 Mike FrysingerJan-Benedict Glaw writes:
2005-12-24 Peter S. MazingerAdd new fnmatch code, for now mbstate_t and mbsrtowcs...
2005-12-24 Peter S. MazingerMove fnmatch.c to fnmatch_old.c
2005-12-23 Peter S. MazingerBuild PIC objects if DOPIC is set, thx to pcj
2005-12-22 Mike FrysingerJie Zhang writes:
2005-12-16 Peter S. MazingerRemove all trailing ; after *_alias and change 2 to...
2005-12-16 Peter S. MazingerRemove trailing ;
2005-12-16 Peter S. MazingerRemove trailing ; after *alias()
2005-12-16 Peter S. MazingerTypo
2005-12-16 Peter S. MazingerAdapt some missed prototypes
2005-12-16 Peter S. MazingerForgot about the macros ;-(
2005-12-16 Peter S. Mazingermemmove, exit are external iconv_main
2005-12-16 Peter S. MazingerCorrect C_SYMBOL_PREFIX handling for asm, supports...
2005-12-16 Peter S. MazingerHope it solves JBG's problem, why didn't it bail out...
2005-12-16 Peter S. MazingerMacros are no good for jump relocs, hack to get rid...
2005-12-16 Peter S. MazingerUse hidden towupper in new regex
2005-12-16 Peter S. MazingerMake new regex build w/ WCHAR disabled, vapier, does...
next