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
/
include
/
stdlib.h
Age
Commit message (
Expand
)
Author
2024-03-12
add reallocarray from musl
Waldemar Brodkorb
2022-05-23
libc/misc/getloadavg: Add getloadavg support to uClibc-ng
lancethepants
2018-01-31
remove arc4random (rc4 based)
Waldemar Brodkorb
2017-07-28
stdlib.h: Fix valloc declaration.
Eugene Yudin
2017-01-14
add secure_getenv() function
Waldemar Brodkorb
2016-11-27
add aligned_alloc required for latest gcc libstdc++
Waldemar Brodkorb
2015-08-14
add mkstemps, mkstemps64 and mkostemps, mkostemps64 functions
Romain Naour
2015-03-25
include: Expand malloc-family comments
Bernhard Reutner-Fischer
2015-03-13
unistd.h: put getppid under XOPEN2K8
Bernhard Reutner-Fischer
2012-11-18
drop support for pre ISO-C compilers
Mike Frysinger
2012-11-18
Replace FSF snail mail address with URLs
Mike Frysinger
2012-11-14
libc/stdlib: add mkostemp helpers
Mike Frysinger
2012-06-15
getpt.c: no need for hidden posix_openpt
Peter S. Mazinger
2012-06-15
stdlib.h, arc4random.c: fix arc4random return type to u_int32_t
Peter S. Mazinger
2012-05-03
rpmatch: provide out-of-line implementation
Bernhard Reutner-Fischer
2012-05-03
rpmatch: make decl parsable
Bernhard Reutner-Fischer
2012-05-02
rpmatch: fix previous commit w/C++ compilers
Mike Frysinger
2012-04-30
rpmatch: simple inline version
Mike Frysinger
2012-01-18
stdlib: use shorhand wur for realloc prototype
Bernhard Reutner-Fischer
2011-11-07
stdlib: add qsort_r
Bernhard Reutner-Fischer
2011-03-09
stdlib.c, _strtod.c, stdlib.h: remove unused hidden functions
Peter S. Mazinger
2011-03-09
arc4random.c, stdlib.h: get rid of hidden arc4random_stir
Peter S. Mazinger
2011-03-09
stdlib.h: move MB_CUR_MAX = 1 from wchar-stub.h
Peter S. Mazinger
2011-03-09
move prototype for __drand48_iterate and __libc_drand48_data to stdlib.h
Peter S. Mazinger
2011-03-03
update some headers
Peter S. Mazinger
2010-12-01
libc: fix strtoq
Natanael Copa
2010-09-16
libc: Add canonicalize_file_name function
Carmelo Amoroso
2009-11-19
sync some headers and disable unused prototypes
Peter S. Mazinger
2009-11-14
realpath: SUSv4 compliant
Bernhard Reutner-Fischer
2009-07-20
sync a few headers with glibc (no functional changes)
Mike Frysinger
2009-07-20
note that we do not want hidden malloc aliases
Mike Frysinger
2009-03-25
- Add strtouq alias (to strtoul) for 64bit
Bernhard Reutner-Fischer
2008-12-29
- expand SUSv3_LEGACY
Bernhard Reutner-Fischer
2008-12-01
random: use smaller data fields where appropriate
Denis Vlasenko
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-20
next portion of libc_hidden_proto removal
Denis Vlasenko
2008-11-18
libc_hidden_proto removal, just a few functions
Denis Vlasenko
2008-09-11
- remove posix_openpt relocation
Bernhard Reutner-Fischer
2008-06-07
- UCLIBC_HAS_GETPT pulls in getpt.
Bernhard Reutner-Fischer
2008-06-05
- make libcrypt optional. Untested.
Bernhard Reutner-Fischer
2008-06-03
- adds several config-options to allow for turning off certain features
Bernhard Reutner-Fischer
2007-02-08
revert previous change; reading POSIX spec some more says we need to set errn...
Mike Frysinger
2007-02-08
we crash if the first argument to realpath() is non-null as well so lets mark...
Mike Frysinger
2007-01-29
missed an underscore in previous commit
Mike Frysinger
2007-01-28
Bernhard Fischer writes: note how uClibc chooses to handle __resolved==NULL
Mike Frysinger
2006-11-29
- gcvt() is marked LEGACY in XSI and mandatory in BSD.
Bernhard Reutner-Fischer
2006-02-08
janlana writes in Bug 700: use standard uint* types rather than u_int
Mike Frysinger
2006-01-26
Enable gcvt in header, we build it
Peter S. Mazinger
2006-01-09
include stdinit for arc4random() as pointed out by Jan-Benedict Glaw
Mike Frysinger
2006-01-08
prototypes for arc4random
Mike Frysinger
[next]