Mike Frysinger
|
266bdc1f62
Replace FSF snail mail address with URLs
|
12 gadi atpakaļ |
Peter S. Mazinger
|
41f937c846
adapt regex to new regex.h
|
13 gadi atpakaļ |
Roman I Khimov
|
a60ebd0f07
libc/regex: fix internal_function declarations
|
14 gadi atpakaļ |
Carmelo Amoroso
|
f71bcf0f42
libc: Remove compiler warning due to old-style function definition
|
14 gadi atpakaļ |
Carmelo Amoroso
|
65f9ccdafd
libc_regex: __libc_lock primitives are actually available on uClibc
|
14 gadi atpakaļ |
Bernhard Reutner-Fischer
|
7f779e7937
add hidden aliases for newer regex search functions
|
15 gadi atpakaļ |
Denis Vlasenko
|
1c8c83e23b
new regex: stop confusing ourself with _LIBC being undefined;
|
16 gadi atpakaļ |
Denis Vlasenko
|
63c18a8309
regex: remove useless casts on allocations;
|
16 gadi atpakaļ |
Denis Vlasenko
|
0ef4c6b76f
regex: drop __<funcname> aliases. remove much of unused code.
|
16 gadi atpakaļ |
Bernhard Reutner-Fischer
|
1f020b1786
- trim any trailing whitespace
|
16 gadi atpakaļ |
Bernhard Reutner-Fischer
|
f1775381f9
- fix inline keyword
|
16 gadi atpakaļ |
Peter S. Mazinger
|
55b24e4e95
Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE
|
18 gadi atpakaļ |
Peter S. Mazinger
|
1c86fc7824
Sync w/ glibc
|
18 gadi atpakaļ |
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 ...
|
19 gadi atpakaļ |
Peter S. Mazinger
|
dee597fea7
make new regex code use __mempcpy
|
19 gadi atpakaļ |
Peter S. Mazinger
|
09cce1e048
Correct regexec
|
19 gadi atpakaļ |
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
|
19 gadi atpakaļ |