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
/
regexec.c
Age
Commit message (
Expand
)
Author
2012-11-18
Replace FSF snail mail address with URLs
Mike Frysinger
2012-06-15
adapt regex to new regex.h
Peter S. Mazinger
2010-04-27
libc/regex: fix internal_function declarations
Roman I Khimov
2010-04-25
libc: Remove compiler warning due to old-style function definition
Carmelo Amoroso
2010-04-12
libc_regex: __libc_lock primitives are actually available on uClibc
Carmelo Amoroso
2009-08-17
add hidden aliases for newer regex search functions
Bernhard Reutner-Fischer
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-12-26
regex: drop __<funcname> aliases. remove much of unused code.
Denis Vlasenko
2008-07-23
- trim any trailing whitespace
Bernhard Reutner-Fischer
2008-07-23
- fix inline keyword
Bernhard Reutner-Fischer
2006-03-22
Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...
Peter S. Mazinger
2006-02-28
Sync w/ glibc
Peter S. Mazinger
2006-01-16
s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ...
Peter S. Mazinger
2005-12-09
make new regex code use __mempcpy
Peter S. Mazinger
2005-11-28
Correct regexec
Peter S. Mazinger
2005-11-28
Add new regex code from glibc, this is almost double size of the earlier one,...
Peter S. Mazinger