index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-20
51
-261
/
+269
*
next portion of libc_hidden_proto removal
Denis Vlasenko
2008-11-20
31
-70
/
+70
*
Changed Copyright and License statement according to COPYING.LIB.boilerplate
Carmelo Amoroso
2008-11-18
1
-21
/
+12
*
Changed Copyright and License statement according to COPYING.LIB.boilerplate
Carmelo Amoroso
2008-11-18
1
-19
/
+11
*
Fix typo: missing )
Carmelo Amoroso
2008-11-18
1
-1
/
+1
*
Move _dl_iterate_phdr into libc.so.0 and libc.a (as glibc does).
Carmelo Amoroso
2008-11-18
7
-3
/
+188
*
libc_hidden_proto removal, a few more functions
Denis Vlasenko
2008-11-18
12
-40
/
+40
*
libc_hidden_proto removal, just a few functions
Denis Vlasenko
2008-11-18
18
-20
/
+20
*
- cleanup {,f}stat{,v}fs{,64} relocs
Bernhard Reutner-Fischer
2008-11-16
4
-8
/
+14
*
- less verbose make clean
Bernhard Reutner-Fischer
2008-11-07
24
-96
/
+96
*
trivial code shrink by making some strings static
Denis Vlasenko
2008-11-01
1
-1
/
+2
*
- whitespace fixes
Bernhard Reutner-Fischer
2008-10-31
1
-19
/
+19
*
- remove superfluous ';'. No objcode changes.
Bernhard Reutner-Fischer
2008-10-22
4
-9
/
+9
*
- sync fix for scandir errno handling to scandir64 (r23600)
Bernhard Reutner-Fischer
2008-10-18
2
-17
/
+28
*
Fix scandir function to reset the errno when the
Carmelo Amoroso
2008-10-06
1
-2
/
+16
*
- sync obstack.{c,h} with glibc (Peter S. Mazinger)
Bernhard Reutner-Fischer
2008-10-06
1
-299
/
+123
*
- use c89-style comments
Bernhard Reutner-Fischer
2008-10-03
1
-1
/
+1
*
- remove some duplicate includes
Bernhard Reutner-Fischer
2008-09-30
1
-4
/
+2
*
i18n: Fix mbrtowc function to handle 0xc0 and 0xc1 sequence.
Carmelo Amoroso
2008-09-29
1
-1
/
+2
*
- cast both times to double for consistency
Bernhard Reutner-Fischer
2008-09-25
1
-1
/
+1
*
- disable gettext support in obstack.
Bernhard Reutner-Fischer
2008-09-25
1
-3
/
+3
*
- add missing hidden_def
Bernhard Reutner-Fischer
2008-09-25
1
-0
/
+2
*
- Fix arguments to compare function. Closes #1081
Bernhard Reutner-Fischer
2008-09-24
1
-1
/
+1
*
- fix for r23427. Thanks to psm for mentioning this and sorry for the breakage
Bernhard Reutner-Fischer
2008-09-19
1
-7
/
+7
*
- remove non stdc path (old style definitions). No obj-code changes
Bernhard Reutner-Fischer
2008-09-18
2
-255
/
+214
*
- exec_comm_child can not return ever
Bernhard Reutner-Fischer
2008-09-18
1
-1
/
+1
*
- fix typo
Bernhard Reutner-Fischer
2008-09-11
1
-1
/
+1
*
Fix some locale multibyte tests failures ad below:
Carmelo Amoroso
2008-09-09
1
-2
/
+8
*
Revert latest changes. Instead of applying this work-around
Carmelo Amoroso
2008-09-09
1
-2
/
+1
*
- remove a couple of duplicate includes
Bernhard Reutner-Fischer
2008-08-27
4
-6
/
+0
*
- trim any trailing whitespace
Bernhard Reutner-Fischer
2008-07-23
20
-229
/
+229
*
- fix inline keyword
Bernhard Reutner-Fischer
2008-07-23
9
-21
/
+21
*
- improve UCLIBC_LINUX_SPECIFIC
Bernhard Reutner-Fischer
2008-07-14
4
-5
/
+52
*
if argv[0] is NULL, dont try to parse it and subsequently crash ... found by ...
Mike Frysinger
2008-06-27
1
-6
/
+8
*
Revert revision 19347, plus libc_hidden_proto for __uc_malloc.
Bernd Schmidt
2008-06-12
3
-13
/
+9
*
Revert revision 19345 plus libc_hidden_proto for __uc_malloc.
Bernd Schmidt
2008-06-12
1
-9
/
+4
*
Fix hard-to-rigger locking bug in vsyslog():
Denis Vlasenko
2008-06-06
1
-9
/
+13
*
Fix typo that prevented "make clean" from removing objects in libc/misc/locale.
Bernd Schmidt
2008-06-04
1
-1
/
+1
*
This fixes a problem with the move of libc_hidden_proto to string.h.
Bernd Schmidt
2008-06-04
3
-3
/
+0
*
syslog.c: fix a buglet in prev-last commit: logic inversion in closelog
Denis Vlasenko
2008-06-03
1
-3
/
+3
*
syslog.c: fix indentation and style. No code changes.
Denis Vlasenko
2008-06-03
1
-47
/
+46
*
Fix bug 575 and other small problems noticed along the way.
Denis Vlasenko
2008-06-03
1
-42
/
+46
*
- adds several config-options to allow for turning off certain features
Bernhard Reutner-Fischer
2008-06-03
8
-11
/
+41
*
fix trivial mismatch in return type of build_wcs_upper_buffer()
Denis Vlasenko
2008-06-03
1
-1
/
+1
*
suppress a few "might be used uninitialized" warnings. No code growth.
Denis Vlasenko
2008-06-01
1
-2
/
+2
*
add missing includes of unistd.h for smallint usage
Denis Vlasenko
2008-06-01
2
-0
/
+2
*
- Avoid warning about undefined preprocessor token. No obj-code changes.
Bernhard Reutner-Fischer
2008-05-30
7
-9
/
+9
*
- shrink a little bit.
Bernhard Reutner-Fischer
2008-05-30
1
-14
/
+10
*
__uClibc_main.c: save ~70 bytes by not checking that /dev/null
Denis Vlasenko
2008-05-25
1
-9
/
+7
*
- fix warning about old-style function definition
Bernhard Reutner-Fischer
2008-05-21
1
-32
/
+33
[prev]
[next]