13 次代码提交 (9b01a9fd9cb149a1cee0d16e59e050131aefdabf)

作者 SHA1 备注 提交日期
  Holger Lubitz 8bb295e3fd use malloc attribute 17 年前
  Holger Lubitz 7e1db201b9 strdup and strndup call malloc and are not pure 17 年前
  Holger Lubitz 7e8e4f8abd declare pointers passed to string functions as nonnull 17 年前
  Holger Lubitz 8e3e97fcef set __pure attribute where possible 17 年前
  Michael Brown 7137c20ed1 Add strcspn() and strndup() 17 年前
  Michael Brown afe4e011ac Move tolower() etc to ctype.h as per ISO C 17 年前
  Michael Brown 1a0ca661c2 4.3BSD says that bcopy and bzero are defined in strings.h, not string.h 17 年前
  Michael Brown e5f0898f38 Move strerror() prototype to string.h, where it belongs 17 年前
  Michael Brown 496563071d Added strdup() 17 年前
  Michael Brown 82342e0b8f Marked memcmp/strcmp as "pure" functions, to allow gcc to optimise 17 年前
  Michael Brown 1d7cfd5acf Prototype now clashes with the macro in arch/i386. 18 年前
  Michael Brown a6057b4cbc Need stddef.h to get size_t 19 年前
  Michael Brown 3d6123e69a Initial revision 19 年前