]> Git Repo - uclibc-ng.git/history - include
Patch from M. R. Brown <[email protected]> to fix pthread support
[uclibc-ng.git] / include /
2002-03-01 Eric AndersenMajor rework of the include files to eliminate redundancy
2002-02-27 Eric AndersenFix C++ support
2002-02-26 Eric AndersenBe consistant and use an unsigned char * throughout
2002-02-26 Eric AndersenOdd. This seems to be in the wrong spot...
2002-02-26 Eric AndersenFix rpc + threads so it now compiles.
2002-02-26 Eric AndersenRemove elimination of __BEGIN_DECLS/__END_DECLS
2002-02-25 David McCulloughAdded locale and lastlog
2002-02-23 Eric AndersenSupport isblank()
2002-02-22 Manuel Novoa III I was confusing the effects of _LARGEFILE_SOURCE with...
2002-02-20 Eric AndersenMerge in the pthread library. This is the linuxthreads...
2002-02-19 Manuel Novoa III Output an error if uClibc's and app's largefile configu...
2002-02-18 Eric AndersenSupport strong_alias and begin merging usage of weak_fu...
2002-02-14 Eric AndersenDisable a lingering bit of wide char junk
2002-02-13 Eric AndersenA number of naming updates in preparation for adding in
2002-02-02 Eric AndersenAdd in support for the Hitach H8/300H architecture,
2002-02-02 Eric AndersenDo not expose the weak_alias() junk to the world. ...
2002-02-02 Eric AndersenSeveral little additions and cleanups. Add getw()...
2002-01-30 Eric AndersenAdd missing sys/fsuid.h
2002-01-29 Eric AndersenUpdates to the v850 architecture from Miles Bader ...
2002-01-19 Eric AndersenAllow apps to use varargs.h (not that they should)
2002-01-17 Eric AndersenEnable fcntl64, and fix fcntl when large fils is enabled.
2002-01-17 David McCullough* Added /etc/shadow support (Config selectable)
2002-01-17 David McCulloughThe resolver is still using the old API so we cannot...
2002-01-16 Eric AndersenHide all reference to wchar_t so configure won't get...
2002-01-10 Eric AndersenEliminate C++ style comments
2002-01-09 Eric AndersenImplement mempcpy
2002-01-06 Eric AndersenFix stpcpy function declaration
2002-01-06 Eric AndersenSupport statvfs and statfs. Added getmntent_r (and...
2002-01-04 Eric AndersenAdd missing inttypes.h
2002-01-03 Eric AndersenEnable several more syscalls.
2001-12-19 Eric AndersenUpdate my email address. I am no longer [email protected]
2001-12-19 Eric AndersenAdd basename and dirname. Write memrchr.
2001-11-23 Eric AndersenAdd this so madplay will properly configure itself...
2001-11-22 Eric AndersenTotally rework the math library, this time based on...
2001-11-21 Eric AndersenAdjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC...
2001-11-21 Eric AndersenFinish off the getc putc adjustment
2001-11-20 Eric AndersenBe more careful able not shadowing with var names
2001-11-18 David SchleefDon't define _GNU_OBSTACK_INTERFACE_VERSION, because...
2001-11-14 Eric AndersenInitial first (lame) pass at making a pthreads library...
2001-11-14 Eric AndersenAdd missing sched.h
2001-10-15 Eric AndersenTurn off program_invocation_name and friend
2001-10-11 Eric AndersenAdd missing values.h
2001-10-11 Eric AndersenAdd strndup, written by Stefan Soucek <ssoucek@coactive...
2001-10-11 Eric AndersenPatch from Miles Bader <[email protected]> to support...
2001-10-04 Eric AndersenPatch from David McCullough <[email protected]>:
2001-10-02 Eric Andersentermcap.h is supposed to be part of ncurses, and has...
2001-09-27 Eric AndersenBe more careful about not redefining stuf
2001-09-27 Eric Andersenre-enable ntohl and friends
2001-09-27 Eric AndersenOptimize for size, and disable expensive inlining
2001-09-27 Eric AndersenAdd in missing file
2001-09-27 Eric AndersenRev all the header files to sync things with glibc...
2001-09-06 Eric AndersenPatch from Andrew Ip <[email protected]> to add ftime,
2001-08-29 Eric AndersenWrap up some long long stuff in __UCLIBC_HAS_LONG_LONG__
2001-08-27 Eric AndersenMake gdb/gcc/binutils happy
2001-08-24 Eric AndersenUse "stdin", "stdout", and "stderr", not "_stdin",...
2001-08-24 Eric AndersenGet rid of non standard macros for things that are...
2001-08-24 Eric Andersenatoi, atol, atoll, and atof are supposed to be function...
2001-08-21 Eric AndersenAdd missing shadow.h
2001-08-21 Eric AndersenAdd byteswap.h, per glibc
2001-08-17 Eric AndersenFix a silly bug with the header file
2001-08-14 Eric AndersenPut a bandaid on getpgrp behavior
2001-08-14 Eric Andersenuse some #defines internal to the ctype functions to...
2001-08-11 Eric AndersenI just wrote a stpncpy() since someone wanted it
2001-08-10 David McCulloughMake _PATH_VARRUN actually point to /var/run.
2001-08-09 David McCulloughAdd hstrerror, it just points to strerror like h_errno.
2001-07-17 Eric AndersenWe already have tar.h, so might as well include cpio...
2001-07-12 Eric AndersenAdd missing in_addr_t
2001-07-11 David McCulloughAdded __BEGIN_DECLS and __END_DECLS to the files that...
2001-07-11 David McCulloughThe main part of the C++ support is the definition...
2001-07-11 David McCulloughThe weak_alias macro was not genertaing asm with the...
2001-07-11 Eric AndersenSeems weak_alias wasn't working as expected...
2001-07-09 Eric AndersenA patch from Michal Moskal <[email protected]> to...
2001-07-04 David McCulloughAdded stpcpy and strcasestr along with some code to...
2001-06-28 Eric AndersenI missed an item when reentrantifying des.c, reuse...
2001-06-28 Eric AndersenOops. I forgot to check this in...
2001-06-27 Eric AndersenCleanup and don't require LIBC to be defined for the...
2001-06-27 Eric AndersenDon't even threaten to include asm/* stuff
2001-06-27 Eric AndersenDon't include asm/unistd.h
2001-06-23 Eric AndersenThis adds in support for PIC on x86. Unfortunately...
2001-06-17 Manuel Novoa III Add the in* and out* functions for i386. Note: the...
2001-06-12 Eric AndersenCleanup the toploevel makefile handing of shared libs...
2001-06-12 Eric AndersenSome socket cleanups
2001-06-04 Eric AndersenTeach the ldso stuff to use the proper elf.h header...
2001-05-31 Eric AndersenCleanup some stupid warnings
2001-05-28 Manuel Novoa III Make selection of uClibc floating point support in...
2001-05-26 David SchleefAdded definition of __THROW
2001-05-26 Eric AndersenAdd in message queue support, based on work from <tapu...
2001-05-25 Eric AndersenAdd in some more GNU compatible locale stuff. I only...
2001-05-25 David Schleefadded __GNUC_PREREQ() macro
2001-05-25 Eric AndersenWe need the definition of HUGE_VAL fpr some apps. ...
2001-05-25 Eric AndersenCleanup the math.h header file. It was broken when...
2001-05-22 Manuel Novoa III Add poll.h header.
2001-05-21 Eric AndersenWrap getline() inside #ifdef __USE_GNU
2001-05-21 Manuel Novoa III Proper prototype for mtherr, although this should proba...
2001-05-11 Eric AndersenBring powerpc back into line so it compiles again.
2001-05-11 Eric AndersenA patch from Matthias Kilian <[email protected]...
2001-05-10 Eric AndersenFix broken resources.h
2001-05-10 Eric AndersenSeems a few apps need this one...
2001-05-10 Eric AndersenuClibc now has a math library. muahahahaha!
2001-05-09 Eric AndersenYipe. This was still pulling in kernel headers.
next
This page took 0.075107 seconds and 7 git commands to generate.