OSDN Git Service

- fix generation of sysnum.h for parallel builds, second take.
[uclinux-h8/uClibc.git] / librt /
2007-03-19 Mike Frysinger#1273 if EXTRAVERSION is set, make sure we respect it
2007-02-09 Mike FrysingerKay McCormick reports: when evp is NULL, it is reset...
2007-02-09 Mike Frysingerrun through Lindent
2006-08-23 Mike Frysingeronly define offsetof() if it isnt already defined
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-19 Peter S. MazingerWith one source or syscall only sources there is no...
2006-01-16 Peter S. MazingerConvert to hidden_def
2006-01-16 Peter S. Mazingerjump relocs removed
2005-12-29 Mike Frysingerhide some functions to cut down on relocations
2005-12-29 Mike Frysingermake sure mq_timedsend() and mq_send() is always defined
2005-12-29 Mike Frysingermake sure mq_timedreceive() and mq_receive() is always...
2005-12-06 "Steven J. Hill"Part deux.
2005-11-22 Peter S. MazingerDepedencies corrected (less make oldconfig/headers...
2005-11-22 Mike Frysingerrework depends and stripping so that libraries arent...
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-11-18 Peter S. MazingerAdd info to CFLAGS about lib we are building
2005-11-17 Peter S. MazingerInclude all lib*/Makefile.in in top_srcdir/Makefile...
2005-11-02 Peter S. MazingerEnable IMA compiling now that syscalls work
2005-10-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
2005-10-27 Peter S. MazingerMoved guard_setup to dl-osinfo.h (used commonly by...
2005-10-25 Peter S. MazingerAll Makefile.in's. Only arm/i386/mips/powerpc/x86_64...
2005-10-19 Peter S. MazingerAdd the current implementation to review
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-10-11 Peter S. MazingerDo not defer expansions where useless, like CSRC/OBJS...
2005-09-28 Peter S. MazingerRemove ar-target and shared targets, at build time...
2005-09-22 Peter S. Mazingerno check needed in libm/libpthread, we do not recurse...
2005-09-21 Peter S. Mazingerinclude headers only if the related option is enabled
2005-01-18 Mike Frysingerrework dependencies so the archive is re-created only...
2005-01-18 Mike Frysingermake sure we include pthread.h to define pthread_attr_t
2005-01-11 Eric AndersenPatch from Paul Mundt (lethal) adding an initial librt...