index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
misc
/
regex
/
regex_internal.c
Age
Commit message (
Expand
)
Author
2015-01-01
remove apparently unused code, this time for real
Thorsten Glaser
2012-11-18
Replace FSF snail mail address with URLs
Mike Frysinger
2012-06-15
adapt regex to new regex.h
Peter S. Mazinger
2011-02-14
regex: remove set but not used variable
Bernhard Reutner-Fischer
2009-07-20
regex: convert #if to #ifdef
Mike Frysinger
2008-12-27
ctype: remove some trivial macros from ctype.h;
Denis Vlasenko
2008-12-26
new regex: stop confusing ourself with _LIBC being undefined;
Denis Vlasenko
2008-12-26
regex: remove useless casts on allocations;
Denis Vlasenko
2008-07-23
- trim any trailing whitespace
Bernhard Reutner-Fischer
2008-07-23
- fix inline keyword
Bernhard Reutner-Fischer
2006-02-28
Sync w/ glibc
Peter S. Mazinger
2006-01-30
make regex a little bit smaller
Peter S. Mazinger
2006-01-11
Apply patch used in sed for malloc(0)
Peter S. Mazinger
2006-01-03
Get rid of tolower/toupper jump reloc, correct tow* for XLOCALE
Peter S. Mazinger
2005-11-28
Add new regex code from glibc, this is almost double size of the earlier one,...
Peter S. Mazinger