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
Age
Commit message (
Expand
)
Author
2009-11-20
__assert: include unistd.h for smallint
Bernhard Reutner-Fischer
2009-11-19
msgrcv is of type ssize_t
Peter S. Mazinger
2009-11-19
assert: make linenumber unsigned
Peter S. Mazinger
2009-10-22
regex: call memcpy() ourselves
Mike Frysinger
2009-10-08
ftw() is obsolescent in SUSv4
Bernhard Reutner-Fischer
2009-10-07
clean up O_CLOEXEC handling
Mike Frysinger
2009-09-26
errno.c: add tls versions of errno and h_errno
Austin Foxley
2009-09-26
dl-support.c: add tls support
Austin Foxley
2009-09-19
libc/misc/wctype/_wctype.c: make it more readable. no code changes
Denys Vlasenko
2009-09-19
remove a few more empty #if/#endif pairs
Denys Vlasenko
2009-09-18
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
Denys Vlasenko
2009-09-18
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2009-09-18
fix make {,install_}{,host}utils
Bernhard Reutner-Fischer
2009-09-08
time.c: style cleanup. no code changes (verified with objdump)
Denys Vlasenko
2009-09-08
simpler and shorter read_TZ_file() helper
Denys Vlasenko
2009-09-06
wordexp.c: cleanup - remove old hidden_proto's; remove unused parameter
Denys Vlasenko
2009-09-06
wordexp.c: fix a bug where we might close stdout
Denys Vlasenko
2009-09-05
do not save/restore errno around free() calls
Denys Vlasenko
2009-09-05
wtmp code: style fixes, no code changes
Denys Vlasenko
2009-09-05
CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failure
Denys Vlasenko
2009-09-05
utent.c: fix a few bugs, and shrink a bit
Denys Vlasenko
2009-09-05
math.h: fix trivial typo (missing !): !defined __NO_LONG_DOUBLE_MATH
Denys Vlasenko
2009-08-17
support building out-of-tree
Bernhard Reutner-Fischer
2009-08-17
add hidden aliases for newer regex search functions
Bernhard Reutner-Fischer
2009-08-01
fnmatch.c: Include unistd.h before undefining _LIBC.
Khem Raj
2009-07-31
fnmatch.c: Change scope of posixly_correct to be global.
Khem Raj
2009-07-28
remove erroneous ';'
Bernhard Reutner-Fischer
2009-07-23
fix dl_iterate_phdr() for FDPIC systems
Mike Frysinger
2009-07-20
fix building for systems w/out ldso support
Mike Frysinger
2009-07-20
first pass at implementing *at funcs
Mike Frysinger
2009-07-20
dirent: push dirent type to prototypes
Mike Frysinger
2009-07-20
regex: convert #if to #ifdef
Mike Frysinger
2009-07-20
add hidden aliases for older regex search functions
Mike Frysinger
2009-07-05
Check #if feature test macros are defined where they may not be
Ron
2009-07-05
Provide token prototypes for functions that are external but have no header
Ron
2009-06-28
wchar: fix inverted parameters in error message
André Goddard Rosa
2009-02-13
- fix fallout from r24140 and r24160 for !CTYPE_TABLES
Bernhard Reutner-Fischer
2009-02-08
Add strverscmp() and versionsort[64]().
Denis Vlasenko
2009-01-28
"make utils" now successfully makes utils for target
Denis Vlasenko
2009-01-21
*: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x
Denis Vlasenko
2008-12-29
- expand SUSv3_LEGACY
Bernhard Reutner-Fischer
2008-12-27
ctype: remove some trivial macros from ctype.h;
Denis Vlasenko
2008-12-26
convert yet another old-style function definition
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-12-26
regex: drop __<funcname> aliases. remove much of unused code.
Denis Vlasenko
2008-12-25
test/regex/tst-regex2.c: fix the rest of testsuite failures
Denis Vlasenko
2008-12-25
test/regex/tst-regex2.c: fix test failure. Next one is immediately after...
Denis Vlasenko
2008-12-22
UCLIBC_CTYPE_HEADER define is removed, as it always
Denis Vlasenko
2008-12-21
more of warning fixes, mostly pointer signedness mismatches
Denis Vlasenko
[next]