コミット履歴

作者 SHA1 メッセージ 日付
  Peter S. Mazinger 24f818725b Remove all trailing ; after *_alias and change 2 to use weak_alias instead of __attribute__ ... 18 年 前
  Peter S. Mazinger 403d3b6c02 Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add it back 18 年 前
  Peter S. Mazinger 24d3cb8e5e Hidden __xpg|glibc_strerror_r 18 年 前
  Peter S. Mazinger 8d6c011afe Hide str*casecmp/*coll/*xfrm and make use of the internal versions 18 年 前
  Peter S. Mazinger bacb3513d9 Sync w/ glibc and disable everything uClibc does not provide 18 年 前
  Peter S. Mazinger 86450311eb _uintmaxtostr is only internally used, we do not need a rename, uClibc_uintmaxtostr.h is only internal header, remove from target 18 年 前
  "Steven J. Hill" d68d28e696 Enable alias for 'bcopy' otherwise BusyBox will not build *sigh*. 18 年 前
  Peter S. Mazinger 8a0b43005a Hide mostly used functions 18 年 前
  Peter S. Mazinger 90dbbeb961 Guard wcs* w/ WANT_WIDE 18 年 前
  Peter S. Mazinger 9d083cc253 Hide some wcs* 18 年 前
  Peter S. Mazinger de77369cf4 Hide some of mem* and str* 18 年 前
  Peter S. Mazinger cc9da0a85c Correct build if locales are enabled s/wcslcpy/wcsxfrm/, found by Paul Brook. Thanks 18 年 前
  Peter S. Mazinger 76cad786c8 Split up wstring.c and use attribute_hidden 18 年 前
  Peter S. Mazinger 7500403c7b powerpc version of bzero using memset 18 年 前
  Peter S. Mazinger f8d5244380 weaks moved after the related function so gcc4 won't warn 19 年 前
  Mike Frysinger 88965dc531 remove 0.9.27 compat alias 19 年 前
  Mike Frysinger 4089ec9aeb add a 0.9.27 compat symbol (_glibc_strerror_r) since the function has since been renamed to __glibc_strerror_r in 0.9.28 19 年 前
  Manuel Novoa III ed952e89a6 sjhill appears confused. vapier's earlier commit of string.h was broken. 19 年 前
  "Steven J. Hill" 7e5c79bcc6 The newly added __glibc_strerror_r function is probably fine, but the 19 年 前
  Manuel Novoa III 4dd29ad132 Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibc 19 年 前
  Manuel Novoa III c4cedfc718 Fix a couple of symbol name issues. 20 年 前
  Eric Andersen ada7878ba0 Based on a patch from Alexandre Oliva, remove all reference to 'bzero' (which 20 年 前
  Manuel Novoa III 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年 前
  Manuel Novoa III a829b9380f Patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp> to do arch-required 21 年 前
  Manuel Novoa III 50660812be Fix a few bugs in the new extended locale functions. 21 年 前
  Manuel Novoa III 1217289737 Add a new *scanf implementation, includeing the *wscanf functions. 21 年 前
  Manuel Novoa III b34bab2409 Add memmem(). 21 年 前
  Manuel Novoa III 7e6f8ff99f Remove bogus link_warning. It is meaningless and stupid. While the 21 年 前
  Eric Andersen ace6581774 Patch from Stefan Allius: 21 年 前
  Manuel Novoa III c9d66e44af The big thing is locale dependent collation support. 21 年 前