Commit History

Author SHA1 Message Date
  Denis Vlasenko cf578c75a5 ctype: remove some trivial macros from ctype.h; 15 years ago
  Denis Vlasenko 32167ca3b6 fix improperly hidden fwprintf. 15 years ago
  Bernhard Reutner-Fischer 28075836bd - make isascii visible again 15 years ago
  Bernhard Reutner-Fischer 4a7ac42c31 - make sure isspace() is exported. 15 years ago
  Denis Vlasenko 3e8067a627 deal with TODOs left over from libc_hidden_proto removal 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
  Bernhard Reutner-Fischer 1f020b1786 - trim any trailing whitespace 16 years ago
  Bernhard Reutner-Fischer 1d7049aa86 - Avoid warning about undefined preprocessor token. No obj-code changes. 16 years ago
  Carmelo Amoroso 498822b67f Added a bounch of locale fixes. 16 years ago
  Peter S. Mazinger 766ef9a2cc Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined 18 years ago
  Peter S. Mazinger ab6b2a2737 s/#if/#ifdef/ 18 years ago
  Peter S. Mazinger f45706ca6a global data uses libc_hidden_data_def, convert all -I hope- and add some new 18 years ago
  Peter S. Mazinger f4b90fe63a some more prototypes 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 15868f9c3d s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now see what libpthread will do ... 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 0189d4d8e2 Remove __XL(N) and __XL_ALIAS(N) adapting the last use of it 18 years ago
  Peter S. Mazinger 6f7dc709ed make DODEBUG=y happy, update sysdeps/common/* copyright 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
  Mike Frysinger cd662e64be tweak __progname handling some more since some [bad] apps actually try and use it 18 years ago
  Peter S. Mazinger 16fbf62c20 Add __toupper, remove unneeded undefs for tolower 18 years ago
  Peter S. Mazinger fbf868b243 Provide __tolower and use it 18 years ago
  Peter S. Mazinger 59bf5cbe99 Hide C and wchar related stuff 18 years ago
  Manuel Novoa III f223985456 Add back in table-less ctype funcs for those interested in minimizing 20 years ago
  Manuel Novoa III 9c6f2391ed Create a typedef for the ctype bitmask table entries. 20 years ago
  Manuel Novoa III 50660812be Fix a few bugs in the new extended locale functions. 20 years ago
  Manuel Novoa III 1217289737 Add a new *scanf implementation, includeing the *wscanf functions. 21 years ago