Commit History

Author SHA1 Message Date
  Eric Andersen 6737908f74 Ok, this commit is _huge_ and its gonna change the world. I've 21 years ago
  David McCullough bea67a752d 22 years ago
  Eric Andersen 7aac136035 Patch from Yoshinori Sato <qzb04471@nifty.ne.jp> to use 22 years ago
  Eric Andersen 58bd16ab17 Fixup and unifiy version numbering. Automate versioning updates. 22 years ago
  Eric Andersen 5056666758 Several h8300 updates from Yoshinori Sato <qzb04471@nifty.ne.jp> 22 years ago
  Eric Andersen 3d9e386284 Remove function declartions from include/features.h, create 22 years ago
  Eric Andersen cdb29e3ea6 Rework __gen_tempname() to better match glibc, and add mkstemp64(), 22 years ago
  Eric Andersen 8dbb3b0aac Hide libc specific junk inside a #ifdef _LIBC to avoid 22 years ago
  Eric Andersen 0eccd99fb0 Fix a segfault in scandir for empty directories. After looking over 22 years ago
  Eric Andersen 8161b6d9e1 Remove elimination of __BEGIN_DECLS/__END_DECLS 22 years ago
  Manuel Novoa III ed3942d1ac I was confusing the effects of _LARGEFILE_SOURCE with those of 22 years ago
  Eric Andersen e356ea321c Merge in the pthread library. This is the linuxthreads library taken from 22 years ago
  Manuel Novoa III 4c210f02a2 Output an error if uClibc's and app's largefile configuration are incompatible. 22 years ago
  Eric Andersen 5305b3df0a Support strong_alias and begin merging usage of weak_function 22 years ago
  Eric Andersen 3ab0557e5a A number of naming updates in preparation for adding in 22 years ago
  Eric Andersen 8dc1d08d0c Add in support for the Hitach H8/300H architecture, 22 years ago
  Eric Andersen e8601fea85 Do not expose the weak_alias() junk to the world. Wrap it 22 years ago
  Eric Andersen 072938a98d Eliminate C++ style comments 22 years ago
  Eric Andersen ee185898f6 Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add 22 years ago
  Eric Andersen 5c12c8eecd Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850. 23 years ago
  Eric Andersen 587f0d8de6 Optimize for size, and disable expensive inlining 23 years ago
  Eric Andersen e83a36ce9f Rev all the header files to sync things with glibc 2.2.4 23 years ago
  David McCullough 635c2432c7 23 years ago
  Eric Andersen bcbf416f71 Seems weak_alias wasn't working as expected... 23 years ago
  Eric Andersen 92773db48e Cleanup the toploevel makefile handing of shared libs. Add weak_alias 23 years ago
  David Schleef 6395e85878 added __GNUC_PREREQ() macro 23 years ago
  Eric Andersen 70b504a538 Be really sneaky and use GNU ld special stuff so that whenever folks 23 years ago
  Eric Andersen 6278781655 Fix include/errno.h to not use kernel header, and instead use bits/errno.h. 23 years ago
  Manuel Novoa III f745798023 Added Vladimir's ctype locale support. Make Config setting visible in features.h. Reworked build of shared lib as suggested by Magick <magick@dds.nl>. 23 years ago
  Manuel Novoa III 0ae3814223 Define __USE_GNU as glibc does. 23 years ago