Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-22 | Missed an endif | Eric Andersen | |
2003-01-22 | Looks like sigaction on arm needs adjustment, so split this into | Eric Andersen | |
a common header file and a default implementation. | |||
2003-01-18 | Only include lockf64 when large file support is enabled, fixing | Eric Andersen | |
a problem noticed by Jeff Mock. Sorry about that. -Erik | |||
2003-01-17 | Remember to also export LC_ALL in addition to setting it. | Eric Andersen | |
-Erik | |||
2003-01-16 | Update build rules a bit. fix quoting problems. Update default | Eric Andersen | |
x86 compiler optimization to not force building i386 opcodes. | |||
2003-01-14 | Strip off unwanted quotes from ARCH_CFLAGS. Attempt to | Eric Andersen | |
enforce consistent sort order, 'gcc -print-search-dirs' behavior, etc by forcing the build into the C locale. -Erik | |||
2003-01-11 | Patch from Robert Schwebel -- support ncurses installed in /usr/local | Eric Andersen | |
2003-01-10 | Update website dev image blurb | Eric Andersen | |
2003-01-10 | Patch from Jay Kulpinski: | Eric Andersen | |
__decode_dotted() does not count the null terminating byte of a hostname in the DNS response. This causes lookups to fail if the DNS response doesn't compress domain names in the message. | |||
2003-01-10 | Fix warnings | Eric Andersen | |
2003-01-10 | Implement lockf64 | Eric Andersen | |
-Erik | |||
2003-01-10 | Patch from Nick Fedchik to support ether_aton | Eric Andersen | |
2003-01-09 | mention the uClibc root_fs now available on uclibc.org | Eric Andersen | |
2003-01-09 | Hide unimplemented and legacy ecvt and friends from configure. | Eric Andersen | |
-Erik | |||
2003-01-08 | Disable the __USE_EXTERN_INLINES versions of these headers, which | Eric Andersen | |
use non-existant glibc internals. | |||
2003-01-08 | For now, "#if 0" out the inlining of (currently unsupported) glibc-specific | Manuel Novoa III | |
string->numeric conversion functions. | |||
2003-01-08 | Lineo has ceased to exist and is no longer a sponsor | Eric Andersen | |
2003-01-05 | Fix a silly bug in _wstdio_fwrite. wprintf %s should now work correctly. | Manuel Novoa III | |
2003-01-03 | If they call dlopen with anything other than RTLD_LAZY | Eric Andersen | |
or RTLD_NOW then we need to error out. | |||
2003-01-02 | Rework sparc architecture support so it will compile | Eric Andersen | |
and run. Seems to be working... -Erik | |||
2002-12-21 | Be sure we have a crt1.o file. Use the asm version by default. | Eric Andersen | |
-Erik | |||
2002-12-20 | Update. | Manuel Novoa III | |
2002-12-20 | Obligatory forgotten update... | Manuel Novoa III | |
2002-12-20 | Add a target so that people can download and use pregenerated locale data | Manuel Novoa III | |
files instead of generating approx 40Mb of glibc locales to get the 300+ locales currently supported. | |||
2002-12-20 | The big thing is locale dependent collation support. | Manuel Novoa III | |
Also added outdigit support and (legacy) YESSTR/NOSTR support. | |||
2002-12-19 | Thanks to Siim Vahtre, add mplayer | Eric Andersen | |
2002-12-18 | Initial checkin | Miles Bader | |
2002-12-18 | whitespace | Miles Bader | |
2002-12-18 | (SSRC): Rename longjmp.S to __longjmp.S | Miles Bader | |
(CSRC): Add clone.c | |||
2002-12-18 | Rename longjmp.S to __longjmp.S | Miles Bader | |
Remove extra weak symbols defined by ../common/longjmp.c | |||
2002-12-17 | Patch from Stefan Allius. Only build config stuff when needed. | Eric Andersen | |
2002-12-17 | Dop not restrict the IFTODT() and DTTOIF() macros when | Eric Andersen | |
_DIRENT_HAVE_D_TYPE is not defined. -Erik | |||
2002-12-13 | Only build the ncurses stuff when it is needed, based on a | Eric Andersen | |
patch from Stefan Allius (though the extra/config/Makefile rework is mine), -Erik | |||
2002-12-13 | Move the soft float check | Eric Andersen | |
2002-12-12 | Rework things such that staticly linked applications can use | Eric Andersen | |
dlopen and have it be successful. This required moving some things out of ldso.c into readelflib1.c, and directly including hash.c and readelflib1.c into dlib.c when building the static version of the library. -Erik | |||
2002-12-12 | Use crt1.o when ctor/dtor support is enabled | Eric Andersen | |
2002-12-12 | When -shared is specified, meaning they wish to create a shared | Eric Andersen | |
library, we need to disable adding start files (i.e. crt0) since it isn't supposed to be creating an executable, just a shared lib. -Erik | |||
2002-12-12 | Oops. Patch was vs 5beta. | Eric Andersen | |
2002-12-12 | It seems SCO puts touch in a wierd place | Eric Andersen | |
2002-12-12 | Based on discussions with Stefan Allius, change it so that we always | Eric Andersen | |
build a crt0.o and a crt1.o. crt1.o will support ctors and dtors if such support is enabled. One more gratuitous toolchain support issue is thereby removed... -Erik | |||
2002-12-12 | Add portmap and patch from Steven Elling | Eric Andersen | |
2002-12-12 | Fix typo noticed by V.Radhakrishnan | Eric Andersen | |
2002-12-12 | Add in a stub libnsl library to make stupid configure scripts | Eric Andersen | |
(i.e. openssh) do the right thing when used with uClibc's gcc wrapper (which does not currently prevent system libraries from leaking into the link). -Erik | |||
2002-12-12 | Fix broken ignore file | Eric Andersen | |
2002-12-12 | Avoid silly namespace pollution | Eric Andersen | |
2002-12-11 | Remove a stray ')' | Eric Andersen | |
2002-12-11 | Remove trailing comma from enum list as a nicety for older compilers. | Manuel Novoa III | |
2002-12-09 | Cleanup the case when using the system shared lib loader | Eric Andersen | |
-Erik | |||
2002-12-05 | Added CPU_CFLAGS and CPU_LDFLAGS for cris. | Tobias Anderberg | |
Added additional CFLAGS for cris when compiling with PIC. | |||
2002-12-05 | Removed redundant definition of __USE_WEAK_ALIASES. | Tobias Anderberg | |
Added option for selecting cris architecure type. For now, only CRIS is available. Added a default configuration for cris. |