Commit History

Author SHA1 Message Date
  Denis Vlasenko cf578c75a5 ctype: remove some trivial macros from ctype.h; 15 years ago
  Denis Vlasenko 1c8c83e23b new regex: stop confusing ourself with _LIBC being undefined; 15 years ago
  Denis Vlasenko 0ef4c6b76f regex: drop __<funcname> aliases. remove much of unused code. 15 years ago
  Denis Vlasenko cb97aadebf Last portion of libc_hidden_proto removal. 15 years ago
  Denis Vlasenko b133fe1cac next portion of libc_hidden_proto removal 15 years ago
  Denis Vlasenko 933df87e4e libc_hidden_proto removal, a few more functions 15 years ago
  Denis Vlasenko e8c6de1939 libc_hidden_proto removal, just a few functions 15 years ago
  Bernd Schmidt 6d7aed92f2 This fixes a problem with the move of libc_hidden_proto to string.h. 16 years ago
  Bernhard Reutner-Fischer 1d7049aa86 - Avoid warning about undefined preprocessor token. No obj-code changes. 16 years ago
  Denis Vlasenko 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block 16 years ago
  Peter S. Mazinger d5f635529a select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not defined, gettimeofday has other prototype and tm_gmtoff/tm_zone do not exist 18 years ago
  Peter S. Mazinger 766ef9a2cc Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined 18 years ago
  Peter S. Mazinger 55b24e4e95 Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE 18 years ago
  Peter S. Mazinger 75b1747bb2 make regex a little bit smaller 18 years ago
  Peter S. Mazinger df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 18 years ago
  Peter S. Mazinger b25ad630be Last relocs jump and global data, (even locales) that I could remove are gone from libc. The remaining are left as exercise for others ;-) 18 years ago
  Peter S. Mazinger eba63c6f8f get rid of warning if UCLIBC_HAS_CTYPE_TABLES is not enabled 18 years ago
  Peter S. Mazinger af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 years ago
  Peter S. Mazinger eb326e80ad Use hidden towupper in new regex 18 years ago
  Peter S. Mazinger b865ce517b New regex as well 18 years ago
  Peter S. Mazinger 53b5f21c9c Hide more 18 years ago
  Peter S. Mazinger 21237865a7 Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... 18 years ago
  Peter S. Mazinger 92a148d641 Make use internal str*casecmp/wcscoll 18 years ago
  Peter S. Mazinger c885bf5cf9 More hiding, including __mempcpy 18 years ago
  Peter S. Mazinger 8a0b43005a Hide mostly used functions 18 years ago
  Peter S. Mazinger 57eac0f84b Allow internal_function to come from libc 18 years ago
  Peter S. Mazinger 86ee08b08e Add new regex code from glibc, this is almost double size of the earlier one, but passes sed tests (and thus allows making sed shrink from 91k to 42k 18 years ago
  Peter S. Mazinger c4869de2c7 Rename regex.c to regex_old.c 18 years ago
  Peter S. Mazinger c4137edde1 Sync regex.h w/ glibc and make regex build w/ it 18 years ago
  Peter S. Mazinger 9d083cc253 Hide some wcs* 18 years ago