OSDN Git Service

Fix up breakage resulting from flipping the sense of some defines. Change from
[uclinux-h8/uClibc.git] / include /
2001-03-19 Eric AndersenFix up breakage resulting from flipping the sense of...
2001-03-18 Manuel Novoa III Added Vladimir's ctype locale support. Make Config...
2001-03-18 Manuel Novoa III Part of the ctype locale support.
2001-03-15 Eric AndersenFix the header file for index, rindex and similar
2001-03-12 Manuel Novoa III Define h_errno to be errno for now.
2001-03-08 Eric AndersenAdd in wordexp support (mostly stubbed out for now...
2001-03-08 Eric AndersenMake alloca work using the compiler builtin
2001-03-08 Eric AndersenReworked the password stuff to be reentrant. Group...
2001-03-01 Manuel Novoa III Added __strtok_r function. Change strtok to a wrapper...
2001-02-27 Manuel Novoa III stdio mostly rewritten... passes lots of tests now.
2001-02-26 David McCulloughg++ compatible math defines.
2001-02-26 David McCulloughAdded res_init and res_query
2001-02-21 Eric AndersenAdd an SH port done by Jean-Yves Avenard of Hewlett...
2001-02-19 Manuel Novoa III Lots of stdio cleanups. Several bug fixes, addition...
2001-02-15 Manuel Novoa III And apparently some things include sys/time.h instead...
2001-02-15 Manuel Novoa III I guess we always need timespec...
2001-02-15 Manuel Novoa III Comment out for now. Not used and was causing an error.
2001-02-15 Manuel Novoa III Add missing header file.
2001-02-15 Manuel Novoa III Handle definition of struct timespec.
2001-02-15 Manuel Novoa III Fix stdin/stdout/stderr (that I broke) and add vdprintf...
2001-02-15 Manuel Novoa III Fix broken prototype.
2001-02-15 Manuel Novoa III Define __USE_GNU as glibc does.
2001-02-13 Eric AndersenAdd MAP_FAILED per spec -- patch from Michael Shmulevic...
2001-02-09 Eric AndersenAdd ffs func declaration
2001-02-09 Eric AndersenInclude ptrace support so debugging will hopefully...
2001-02-05 Eric AndersenMake the __GLIBC__ define be conditional. Stub out...
2001-02-03 Eric AndersenBring into sync with a fairly current glibc header...
2001-02-03 Eric AndersenFix up the set of include files pulled into resolv.h
2001-02-03 Eric AndersenI hereby commit a sin. features.h is now going to...
2001-01-27 Manuel Novoa III Fixed (hopefully) 0-pad bug in printf. Added asprintf...
2001-01-25 Manuel Novoa III Clean up atexit.c; make sure sysconf and atexit agree...
2001-01-17 Manuel Novoa III Increase BUFSIZ to 512 to avoid bug in busybox tar.
2001-01-16 Eric AndersenRemove the nonexistant __sigaction
2001-01-16 Eric AndersenAdd wrapper for old termio interface
2001-01-16 Eric AndersenAdd poll, so this is now needed
2001-01-16 Eric Andersenlinux 2.0.x kernels have broken header files. It is...
2001-01-15 Eric AndersenFix termios handling. Now synced with behavior of...
2001-01-15 Eric AndersenMakeheader files be more like GNU
2001-01-12 Eric AndersenPatch from James Graves <jgraves@deltamobile.com> to...
2001-01-11 Eric AndersenA large update from Manuel Novoa III <mnovoa3@bellsouth...
2001-01-01 Eric AndersenA bunch of updates, part from Manuel Novoa III (such...
2000-12-21 Eric AndersenSync version number with Makefile
2000-12-20 Eric AndersenA number of updates from Manuel Novoa III. Things...
2000-12-13 Eric AndersenHandle fork and vfork on a per architecture basis...
2000-12-12 Eric AndersenAdd yet another missing header file
2000-12-12 Eric AndersenA few cleanups. Fix fflush so it remembers to init...
2000-11-16 Eric AndersenRemove environ from _USE_GNU wrapper.
2000-11-15 Eric AndersenAdd in tmpnam() support from David Whedon <dwhedon...
2000-11-11 Eric AndersenFix up a few messes so it compiles cleanly again.
2000-11-04 Eric AndersenMake spelling of uClibc be consistant.
2000-11-04 Eric AndersenMore cleanups. Fix things so tinylogin compiles.
2000-10-30 Eric AndersenMore header file updates
2000-10-30 Eric AndersenHeader file cleanup
2000-10-27 Eric AndersenMore random fixes and additions.
2000-10-26 Eric AndersenThis had some nasty x86 asm inlines it. Throw them...
2000-10-26 Eric AndersenAdd some more stuff -- {get|set}mntent, getline, getdel...
2000-10-24 Eric AndersenSupport even more syscalls.
2000-10-23 Eric AndersenFix a few more screwups.
2000-10-23 Eric AndersenForgot a few things...
2000-10-23 Eric AndersenMore reorg. A place for everything and everything...
2000-10-23 Eric AndersenInclude real prototype for bcmp
2000-10-22 Eric AndersenNeed this now.
2000-10-20 Eric AndersenA smaller, kinder, gentler regexp implementation.
2000-10-20 Eric AndersenStrip all object files of all non global symbols and...
2000-10-18 Eric AndersenMore updates. Implement strsignal. Add pwd_grp tests
2000-10-17 Eric AndersenFix up ctype.h
2000-10-17 Eric AndersenUpdate to assert behavior
2000-10-11 Eric AndersenFinish reorganizing things. At least I think I've...
2000-10-09 Eric AndersenBug ugly formatting update
2000-10-07 Eric AndersenAdd in support for shm/ipc.
2000-10-05 Eric AndersenMajor update to string handling. strcmp and friends...
2000-10-04 Eric AndersenFix all the makefiles. Clean up some warnings, cleanup...
2000-10-03 Eric AndersenMore missing prototypes.
2000-09-01 Eric AndersenRepeat after me 100 times:
2000-09-01 Eric AndersenRemove __restrict when not supported
2000-08-21 John Beppu+ added alloca() support for all architectures
2000-08-11 Eric AndersenYet more updates. Getting closer....
2000-08-10 Eric AndersenMore stuff. Down to only 43 missing functions before...
2000-08-03 Eric AndersenMake some of the rpc stuff compile
2000-07-09 Eric AndersenAdd in a bunch of junk. Busybox now compiles (except...
2000-07-09 Eric Andersenfix sys/vfs so it doesn't pull in kernel stuff.
2000-07-09 Eric AndersenRemoved old noise.
2000-07-09 Eric AndersenFixed dir/dirent
2000-07-09 Eric AndersenAdd needed include file
2000-07-09 Randolph Chungmisc net fixes for building....
2000-07-09 Eric AndersenRevert to the old set of includes.
2000-07-09 Eric AndersenTemporarily revert to older working set of files.
2000-07-07 Eric AndersenA few updates.
2000-07-06 Eric AndersenSome more major updates to further superate ucLibc...
2000-07-06 Eric AndersenRework all the string handling. Make const stuff be...
2000-07-06 Eric AndersenHacked things so longjmp now works.
2000-07-06 Eric AndersenLots and lots of cleanups.
2000-07-05 Eric AndersenMore header file cleanup.
2000-07-05 Eric AndersenMany bugfixes, header cleanups, etc. Added abort and...
2000-06-28 Eric AndersenMore GPL vs LGPL fixes (sysdeps/getpagesize.c), and...
2000-06-19 Eric AndersenAdd in a version number so apps can tell uclib is being...
2000-05-16 Erik AndersenAdd sysinfo support.
2000-05-16 Erik AndersenAdd in the "_start" symbol in asm. Fix a makefile...
2000-05-15 Erik AndersenFinished porting stuff to x86 and supporting the Linux...
2000-05-14 Erik AndersenWork in progress -- cleanups.
next