Bernhard Reutner-Fischer
|
8dec9e26aa
- UCLIBC_HAS_GETPT pulls in getpt.
|
16 年 前 |
Bernhard Reutner-Fischer
|
07beb34d51
- make libcrypt optional. Untested.
|
16 年 前 |
Bernhard Reutner-Fischer
|
4cc4b30426
- adds several config-options to allow for turning off certain features
|
16 年 前 |
Mike Frysinger
|
b56c113af8
revert previous change; reading POSIX spec some more says we need to set errno to EINVAL if filename is NULL
|
17 年 前 |
Mike Frysinger
|
7f2cde1002
we crash if the first argument to realpath() is non-null as well so lets mark both arguments as being non-NULL
|
17 年 前 |
Mike Frysinger
|
c65ae7e02e
missed an underscore in previous commit
|
18 年 前 |
Mike Frysinger
|
127716a5ee
Bernhard Fischer writes: note how uClibc chooses to handle __resolved==NULL
|
18 年 前 |
Bernhard Reutner-Fischer
|
17f7f3d6dd
- gcvt() is marked LEGACY in XSI and mandatory in BSD.
|
18 年 前 |
Mike Frysinger
|
64f699811c
janlana writes in Bug 700: use standard uint* types rather than u_int
|
19 年 前 |
Peter S. Mazinger
|
2f4829963a
Enable gcvt in header, we build it
|
19 年 前 |
Mike Frysinger
|
a69633a26c
include stdinit for arc4random() as pointed out by Jan-Benedict Glaw
|
19 年 前 |
Mike Frysinger
|
965f9f7907
prototypes for arc4random
|
19 年 前 |
Peter S. Mazinger
|
6ff79172d5
Remove __strto* from header (glibc sync), disable __asprintf/__getdelim, not provided
|
19 年 前 |
Mike Frysinger
|
8f33ced1a8
sync with glibc and Paul Brook says: fix posix_memalign prototype by dropping __attribute_malloc__
|
19 年 前 |
Peter S. Mazinger
|
0f110a4288
Protect *strto{d,f,ld}_l by UCLIBC_HAS_FLOATS
|
19 年 前 |
Peter S. Mazinger
|
005d20f04d
Sync up w/ glibc
|
19 年 前 |
Eric Andersen
|
5c484467f7
We do not supply a BSD style getloadavg() function
|
19 年 前 |
Eric Andersen
|
5f93ab7005
Cleanup some dead wood in the header files
|
20 年 前 |
Eric Andersen
|
4b27b8d0be
Remove all reference to __GLIBC_HAVE_LONG_LONG
|
20 年 前 |
Manuel Novoa III
|
f88c789f2a
Move an #endif that was in the wrong place.
|
21 年 前 |
Manuel Novoa III
|
50660812be
Fix a few bugs in the new extended locale functions.
|
21 年 前 |
Manuel Novoa III
|
1217289737
Add a new *scanf implementation, includeing the *wscanf functions.
|
21 年 前 |
Eric Andersen
|
5f9e364ca5
Comment out the rpl_malloc workaround. It was a good idea, but it violates
|
21 年 前 |
Eric Andersen
|
78c6b3eb88
grr. It's a void *, not a char *.
|
21 年 前 |
Eric Andersen
|
26c58a5181
Change 'N' to '__size' to avoid conflicts with common #define of N
|
21 年 前 |
Eric Andersen
|
9389fe19a3
Cope with autoconf's broken AC_FUNC_MALLOC macro, which redefines malloc as
|
21 年 前 |
Eric Andersen
|
31aaccd372
Hide unimplemented and legacy ecvt and friends from configure.
|
22 年 前 |
Manuel Novoa III
|
3afa00c842
For now, "#if 0" out the inlining of (currently unsupported) glibc-specific
|
22 年 前 |
Eric Andersen
|
44c91e6541
Fixup sysconf to report the correct answer when UCLIBC_DYNAMIC_ATEXIT
|
22 年 前 |
Eric Andersen
|
9a1eb39a60
Kill the HAS_LONG_LONG option. It really did not make a lot of
|
22 年 前 |