OSDN Git Service

no more cvs
[uclinux-h8/uClibc.git] / libcrypt /
2005-02-12 Mike Frysingerno more cvs
2005-01-19 Peter KjellerstedtAvoid compiler warnings.
2005-01-18 Mike Frysingerrework dependencies so the archive is re-created only...
2004-12-22 Eric AndersenCleaned up patch from Peter S. Mazinger adding support for
2004-01-16 Manuel Novoa III We need to link with libgcc.a when creating shared...
2003-11-04 Eric AndersenMinor cleanup
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2002-08-07 Eric AndersenCleanup crypt and remove the crypt_r stuff, since SuSv3
2002-06-13 Eric AndersenBegin efforts at reentrance by seperating out the stuff...
2002-05-28 Eric AndersenFixup and unifiy version numbering. Automate versionin...
2002-05-24 Eric AndersenFix libcrypt, thanks to Vadim Berkgaut <berk@rc.ru>
2002-04-25 Eric AndersenRework libcrypt based on the openbsd crypt implementati...
2002-02-26 Eric AndersenDon't try to return stuff from void funcs
2002-02-26 Eric AndersenAdjust function naming and make sure everything is...
2002-02-18 Eric AndersenMake shared libs properly list the correct ld.so in...
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-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-07-03 Eric AndersenForce our child libs to link vs libc
2001-06-29 Manuel Novoa III Fix a missing include in des.c and add configurability...
2001-06-28 Eric AndersenI missed an item when reentrantifying des.c, reuse...
2001-06-28 Eric AndersenReplace the crypt implementation with one based on...
2001-06-28 Manuel Novoa III Optimized for size over speed to (substantially) reduce...
2001-06-15 Eric AndersenBe consistant for all the client code, and use TARGET_C...
2001-05-18 Eric AndersenI wasn't building the libdl shared lib anymore. Make...
2001-05-12 Eric AndersenOk, this should finish off my massive ro-organization...
2001-05-11 Eric AndersenRework where libraries get installed to. Now thew...
2001-05-10 Eric AndersenDon't hard code path to TARGET_CC
2001-04-27 Eric AndersenA few more compilation updates
2001-04-26 Eric AndersenKeep major number in sync with the toplevel makefile
2001-04-26 Eric AndersenSome minor makefile fixups
2001-04-19 Eric AndersenAdd in a libcrypt implementation. About 8k.