We won't use automake
[oota-llvm.git] / runtime / GCCLibraries / libc /
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-17 Reid SpencerInitial Makefile.am for building with automake
2004-10-17 Reid SpencerMake sure that for systems where the string functions...
2004-10-06 Chris LattnerDon't call memset if malloc returns a null pointer
2004-02-20 Chris LattnerAdd a simple implementation of strncpy
2004-02-19 Chris LattnerAdd strndup
2003-12-16 Misha BrukmanDisable __attribute__((weak)) on Mac OS X and other...
2003-12-15 Misha BrukmanMake all memory functions have weak linkage so that...
2003-11-13 Misha BrukmanFixed word order.
2003-10-21 Chris LattnerFix strcpy implementation and trie
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-10-13 John CriswellAdding additional license information to these files.
2003-08-28 Chris LattnerSquelch warning
2003-08-15 Chris LattnerConvert libraries into the BYTECODE_LIBRARY style
2003-08-14 Chris LattnerDisable this support stuff, it doesn't work under linux...
2003-05-29 Misha BrukmanPrevent lines from wrapping.
2003-05-29 Chris LattnerInitial checkin
2003-02-18 Chris LattnerRemove support for memset
2002-07-18 Chris LattnerFixes to be LP64 correct
2002-03-11 Chris LattnerAdd strcat function
2002-03-08 Chris LattnerCheckin library infrastructure for building stuff to...