Austin Foxley
|
cfbc008107
rework internal uClibc mutexes to support futex locking, and nptl
|
15 gadi atpakaļ |
Denis Vlasenko
|
cb97aadebf
Last portion of libc_hidden_proto removal.
|
16 gadi atpakaļ |
Bernhard Reutner-Fischer
|
7dbe3ba1b7
- commentary typo fix
|
18 gadi atpakaļ |
Joakim Tjernlund
|
f18e7e92e0
Aurelien Jacobs writes:
|
18 gadi atpakaļ |
Eric Andersen
|
feda5d48d9
Fill in a few more of the missing pieces...
|
18 gadi atpakaļ |
Eric Andersen
|
1478c2de05
Major cleanup of internal mutex locking. Be more consistant in how we do
|
18 gadi atpakaļ |
Eric Andersen
|
99d6c367c4
stdio update from mjn3
|
18 gadi atpakaļ |
Peter S. Mazinger
|
df31d32b41
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt
|
19 gadi atpakaļ |
Peter S. Mazinger
|
b5543599fd
Better guards within _LIBC, cleanup, typos
|
19 gadi atpakaļ |
Peter S. Mazinger
|
979f6e640a
Disable some unused stuff, better guard for libc
|
19 gadi atpakaļ |
Peter S. Mazinger
|
3c2175b12b
Do hidden brk, hide _brk as well for some archs, convert users of brk
|
19 gadi atpakaļ |
Peter S. Mazinger
|
8d7e9880f0
Make sure we are really within uClibc only, these bits should move from the visible header
|
19 gadi atpakaļ |
Peter S. Mazinger
|
5da06322c2
Hide more of stdio,getdents, use internal __raise
|
19 gadi atpakaļ |
Mike Frysinger
|
b8fed78ba4
booooring license updates
|
19 gadi atpakaļ |
Manuel Novoa III
|
3a03e34abc
Fix a couple of issues in configurations I hadn't tested.
|
20 gadi atpakaļ |
Manuel Novoa III
|
2c6eb9314c
Fix typo.
|
20 gadi atpakaļ |
Manuel Novoa III
|
082e680bd5
New stdio core. Should be more maintainable. Fixes a couple of bugs.
|
21 gadi atpakaļ |
Manuel Novoa III
|
d05dafe2fc
Fix a long-standing bug with pthreads. A couple of linuxthreads files
|
21 gadi atpakaļ |
Manuel Novoa III
|
6e731aa97a
Add a utility macro.
|
21 gadi atpakaļ |
Manuel Novoa III
|
9c071de3cf
Remove erroneous trailing semicolon.
|
21 gadi atpakaļ |
Manuel Novoa III
|
1217289737
Add a new *scanf implementation, includeing the *wscanf functions.
|
21 gadi atpakaļ |
Manuel Novoa III
|
c386ddb4d8
Ok... here's the summary:
|
22 gadi atpakaļ |
Manuel Novoa III
|
868df46adc
Implement locale-specific grouping in printf for base 10 integer conversions
|
22 gadi atpakaļ |
Eric Andersen
|
6737908f74
Ok, this commit is _huge_ and its gonna change the world. I've
|
22 gadi atpakaļ |
Manuel Novoa III
|
666e8f922f
Revert commit by davidm to printf.c that initialized conv_num
|
22 gadi atpakaļ |
Manuel Novoa III
|
b815b84a59
Attempt to clean up the strerror_r situation.
|
22 gadi atpakaļ |
Manuel Novoa III
|
599ad608ee
Enable WCHAR support for C/POSIX stub locales.
|
22 gadi atpakaļ |
Manuel Novoa III
|
5b0c2c6d87
Fix perror() and printf("%m") to not call strerror(), as required by the
|
22 gadi atpakaļ |
Manuel Novoa III
|
f2f500d61c
Fix another O_LARGEFILE bug. Also, I forget to make floating point optional
|
23 gadi atpakaļ |
Manuel Novoa III
|
4b1902f742
Oops.. had left thread support forced on.
|
23 gadi atpakaļ |