OSDN Git Service

Add a new *scanf implementation, includeing the *wscanf functions.
[uclinux-h8/uClibc.git] / libpthread / Makefile
2003-06-30 Eric AndersenFixup symlinks to libthread_db
2003-03-11 Eric AndersenMake it so debugging pthreads works, even with DODEBUG...
2003-03-04 Eric AndersenSeperate pthread debugging from uClibc debugging. ...
2003-02-27 Eric AndersenMajor update for pthreads, based in large part on impro...
2002-12-18 Miles Baderwhitespace
2002-11-27 Eric AndersenMake support for global constructors and global destruc...
2002-11-05 Eric AndersenStandardize LIBGCC_DIR
2002-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...
2002-10-01 Eric AndersenThis commit contains a patch from Stefan Allius <allius...
2002-08-20 Eric AndersenOnly build libthread_db when both threads and debug...
2002-08-19 Eric AndersenBased on work by Stefan Allius, arrange for early initi...
2002-08-06 Eric AndersenSeveral pthreads updates. Enable linuxthreads_db....
2002-05-28 Eric AndersenFixup and unifiy version numbering. Automate versionin...
2002-04-09 Eric AndersenRuss Dill noticed that the symlinks for libpthread...
2002-02-20 Eric AndersenMerge in the pthread library. This is the linuxthreads...
2002-01-28 Eric AndersenFix the bug where binaries built with older toolchains...
2002-01-16 Eric AndersenTell ld explicitly when stuff is supposed to by dynamic...
2002-01-12 Eric AndersenDepend upon libc
2002-01-11 Eric AndersenMore build system cleanups...
2002-01-11 Eric AndersenScrub the way libraries are linked. Use ld, not gcc...
2002-01-01 Eric AndersenChange all 'cd <foo>; bar' constructs to 'cd <foo>...
2001-11-14 Eric AndersenInitial first (lame) pass at making a pthreads library...