OSDN Git Service

Let the large file stuff be cancelable
[uclinux-h8/uClibc.git] / libpthread /
2002-02-21 Eric AndersenLet the large file stuff be cancelable
2002-02-21 Eric AndersenOops. I forgot to commit this file...
2002-02-21 Eric AndersenLose the _GNU_SOURCE and just add __USE_GNU to the...
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-06 Eric AndersenFix stupid typing problems
2002-01-06 Eric AndersenFix formatting. Stub out pthread_join and pthread_exit...
2002-01-02 Eric AndersenSilly spelling error
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...