old_vfprintf.c
|
|
22196 |
6 weeks |
vda |
Remove __PRINTF_INFO_NO_BITFIELD hack, UCLIBC_INTERNAL can be used instead,
and ... |
_vfprintf.c
|
|
22196 |
6 weeks |
vda |
Remove __PRINTF_INFO_NO_BITFIELD hack, UCLIBC_INTERNAL can be used instead,
and ... |
_scanf.c
|
|
22116 |
7 weeks |
aldot |
- Avoid warning about undefined preprocessor token. No obj-code changes.
|
fputc.c
|
|
22063 |
8 weeks |
aldot |
- for non-threaded, non-macro case we were missing __GI_fputc (for e.g. error.c)... |
open_memstream.c
|
|
22028 |
2 months |
vda |
replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.
|
_uintmaxtostr.c
|
|
22012 |
2 months |
vda |
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
in string.h and str... |
tmpnam.c
|
|
22012 |
2 months |
vda |
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
in string.h and str... |
tempnam.c
|
|
22012 |
2 months |
vda |
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
in string.h and str... |
_fwrite.c
|
|
22012 |
2 months |
vda |
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
in string.h and str... |
fmemopen.c
|
|
22012 |
2 months |
vda |
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
in string.h and str... |
ctermid.c
|
|
22012 |
2 months |
vda |
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
in string.h and str... |
_stdio.c
|
|
22012 |
2 months |
vda |
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
in string.h and str... |
_fpmaxtostr.c
|
|
22012 |
2 months |
vda |
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
in string.h and str... |
fread.c
|
|
22012 |
2 months |
vda |
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
in string.h and str... |
fputs.c
|
|
22012 |
2 months |
vda |
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
in string.h and str... |
_stdio.h
|
|
21697 |
3 months |
vda |
remove "register" from _vf[w]printf_internal declarations too
|
vswprintf.c
|
|
21693 |
3 months |
vda |
even more fixes for vda-made breakage in vXXXfprintf
(pointed out by Peter S.Maz... |
vsnprintf.c
|
|
21693 |
3 months |
vda |
even more fixes for vda-made breakage in vXXXfprintf
(pointed out by Peter S.Maz... |
vdprintf.c
|
|
21686 |
3 months |
vda |
fix breakage in old_vfprintf case
|
Makefile.in
|
|
21683 |
3 months |
vda |
Factor out the core of vprintf() into separate function
vprintf_internal, so tha... |
_vfprintf_internal.c
|
|
21683 |
3 months |
vda |
Factor out the core of vprintf() into separate function
vprintf_internal, so tha... |
_vfwprintf_internal.c
|
|
21683 |
3 months |
vda |
Factor out the core of vprintf() into separate function
vprintf_internal, so tha... |
vasprintf.c
|
|
21683 |
3 months |
vda |
Factor out the core of vprintf() into separate function
vprintf_internal, so tha... |
fclose.c
|
|
17815 |
17 months |
vapier |
Paul Brook writes:
I'm seeing a hang in applications that open and close files w... |
_store_inttype.c
|
|
17622 |
17 months |
vapier |
fix from Roman Kononov for reading in of 64bit types |
getchar.c
|
|
17013 |
19 months |
vapier |
Paul Brook writes:
When building an arm-uclinux toolchain withthreading disabled... |
gets.c
|
|
16933 |
19 months |
andersen |
Patch from Bernhard Fischer:
fix compilation if PUTC_MACRO and/or GETC_MACRO is ... |
fflush.c
|
|
16803 |
19 months |
andersen |
Fill in a few more of the missing pieces...
|
popen.c
|
|
16801 |
19 months |
andersen |
Major cleanup of internal mutex locking. Be more consistant in how we do
things... |
freopen.c
|
|
16793 |
19 months |
andersen |
stdio update from mjn3
|
funlockfile.c
|
|
16793 |
19 months |
andersen |
stdio update from mjn3
|
flockfile.c
|
|
16793 |
19 months |
andersen |
stdio update from mjn3
|
fcloseall.c
|
|
16793 |
19 months |
andersen |
stdio update from mjn3
|
_fopen.c
|
|
16793 |
19 months |
andersen |
stdio update from mjn3
|
_WRITE.c
|
|
16793 |
19 months |
andersen |
stdio update from mjn3
|
setvbuf.c
|
|
16793 |
19 months |
andersen |
stdio update from mjn3
|
_READ.c
|
|
16793 |
19 months |
andersen |
stdio update from mjn3
|
ftrylockfile.c
|
|
16793 |
19 months |
andersen |
stdio update from mjn3
|
ftello.c
|
|
16793 |
19 months |
andersen |
stdio update from mjn3
|
setbuffer.c
|
|
14624 |
2 years |
psm |
Mark some functions as BSD only |
setlinebuf.c
|
|
14624 |
2 years |
psm |
Mark some functions as BSD only |
perror.c
|
|
14512 |
2 years |
psm |
Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, mos... |
__fsetlocking.c
|
|
14512 |
2 years |
psm |
Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, mos... |
getdelim.c
|
|
13944 |
2 years |
psm |
Mark functions as GNU extensions |
dprintf.c
|
|
13944 |
2 years |
psm |
Mark functions as GNU extensions |
asprintf.c
|
|
13944 |
2 years |
psm |
Mark functions as GNU extensions |
getline.c
|
|
13944 |
2 years |
psm |
Mark functions as GNU extensions |
fopencookie.c
|
|
13944 |
2 years |
psm |
Mark functions as GNU extensions |
fgetws_unlocked.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
vsscanf.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
fputws_unlocked.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
putchar_unlocked.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
fgets_unlocked.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
vswscanf.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
_ppfs_setargs.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
fscanf.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
swscanf.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
clearerr_unlocked.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
_ppfs_init.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
getchar_unlocked.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
fwrite_unlocked.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
putwchar_unlocked.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
scanf.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
_ppfs_prepargs.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
ferror_unlocked.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
register_printf_function.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
vfprintf.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
vfwscanf.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
vscanf.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
fgetwc_unlocked.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
wscanf.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
_ppfs_parsespec.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
sscanf.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
fputs_unlocked.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
fputwc_unlocked.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
vfscanf.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
parse_printf_format.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
__scan_cookie.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
fflush_unlocked.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
fwscanf.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
fputc_unlocked.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
vwscanf.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
fread_unlocked.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
__psfs_parse_spec.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
getwchar_unlocked.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
__psfs_do_numeric.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
fileno_unlocked.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
fgetc_unlocked.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
vfwprintf.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
feof_unlocked.c
|
|
13934 |
2 years |
psm |
Add files for IMA. Yes, I know it's a hack and no, I won't split the affected fi... |
fseeko.c
|
|
13645 |
2 years |
psm |
Do not build *64 and llseek, correct some failure when LFS is disabled |
_load_inttype.c
|
|
13620 |
2 years |
psm |
Get rid of missing prototype warnings |
fgetc.c
|
|
13356 |
2 years |
psm |
make gcc4 happy w/ hidden_def/proto, correct some typos |
fileno.c
|
|
13356 |
2 years |
psm |
make gcc4 happy w/ hidden_def/proto, correct some typos |
fwrite.c
|
|
13356 |
2 years |
psm |
make gcc4 happy w/ hidden_def/proto, correct some typos |
fgets.c
|
|
13356 |
2 years |
psm |
make gcc4 happy w/ hidden_def/proto, correct some typos |
fgetwc.c
|
|
13356 |
2 years |
psm |
make gcc4 happy w/ hidden_def/proto, correct some typos |
fputws.c
|
|
13356 |
2 years |
psm |
make gcc4 happy w/ hidden_def/proto, correct some typos |
putwchar.c
|
|
13326 |
2 years |
psm |
same for __fputc_unlocked |
ungetc.c
|
|
13321 |
2 years |
psm |
make DODEBUG=y happy, update sysdeps/common/* copyright |
ungetwc.c
|
|
13321 |
2 years |
psm |
make DODEBUG=y happy, update sysdeps/common/* copyright |
sprintf.c
|
|
13321 |
2 years |
psm |
make DODEBUG=y happy, update sysdeps/common/* copyright |
snprintf.c
|
|
13321 |
2 years |
psm |
make DODEBUG=y happy, update sysdeps/common/* copyright |
remove.c
|
|
13321 |
2 years |
psm |
make DODEBUG=y happy, update sysdeps/common/* copyright |
printf.c
|
|
13321 |
2 years |
psm |
make DODEBUG=y happy, update sysdeps/common/* copyright |
fprintf.c
|
|
13321 |
2 years |
psm |
make DODEBUG=y happy, update sysdeps/common/* copyright |
fopen.c
|
|
13321 |
2 years |
psm |
make DODEBUG=y happy, update sysdeps/common/* copyright |
rewind.c
|
|
13321 |
2 years |
psm |
make DODEBUG=y happy, update sysdeps/common/* copyright |
fdopen.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
fgetpos64.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
ferror.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
feof.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
fseeko64.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
tmpfile.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
fputwc.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
swprintf.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
clearerr.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
vwprintf.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
_wfwrite.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
ftello64.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
vsprintf.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
fopen64.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
getw.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
fgetws.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
getwchar.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
wprintf.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
fsetpos.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
puts.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
setbuf.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
_cs_funcs.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
_flushlbf.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
fgetpos.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
_trans2w.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
vprintf.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
putw.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
fwprintf.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
fsetpos64.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
putchar.c
|
|
13277 |
2 years |
psm |
hidden_def/hidden_proto: convert all users (I hope) termios split, add some miss... |
Makefile
|
|
12451 |
2 years |
psm |
Remove TOPDIR |
freopen64.c
|
|
12446 |
2 years |
psm |
Don't build empty objects, remove unused vars, update copyright |
_adjust_pos.c
|
|
12268 |
2 years |
psm |
Hide more of stdio,getdents, use internal __raise |
_rfill.c
|
|
12268 |
2 years |
psm |
Hide more of stdio,getdents, use internal __raise |
_wcommit.c
|
|
12268 |
2 years |
psm |
Hide more of stdio,getdents, use internal __raise |
_trans2r.c
|
|
12268 |
2 years |
psm |
Hide more of stdio,getdents, use internal __raise |
__flbf.c
|
|
8457 |
4 years |
mjn3 |
New stdio core. Should be more maintainable. Fixes a couple of bugs.
Codepat... |
__fbufsize.c
|
|
8457 |
4 years |
mjn3 |
New stdio core. Should be more maintainable. Fixes a couple of bugs.
Codepat... |
__freading.c
|
|
8457 |
4 years |
mjn3 |
New stdio core. Should be more maintainable. Fixes a couple of bugs.
Codepat... |
__fpending.c
|
|
8457 |
4 years |
mjn3 |
New stdio core. Should be more maintainable. Fixes a couple of bugs.
Codepat... |
__freadable.c
|
|
8457 |
4 years |
mjn3 |
New stdio core. Should be more maintainable. Fixes a couple of bugs.
Codepat... |
__fwriting.c
|
|
8457 |
4 years |
mjn3 |
New stdio core. Should be more maintainable. Fixes a couple of bugs.
Codepat... |
__fpurge.c
|
|
8457 |
4 years |
mjn3 |
New stdio core. Should be more maintainable. Fixes a couple of bugs.
Codepat... |
fwide.c
|
|
8457 |
4 years |
mjn3 |
New stdio core. Should be more maintainable. Fixes a couple of bugs.
Codepat... |
__fwritable.c
|
|
8457 |
4 years |
mjn3 |
New stdio core. Should be more maintainable. Fixes a couple of bugs.
Codepat... |
tmpnam_r.c
|
|
4510 |
6 years |
andersen |
Remove function declartions from include/features.h, create
a separate header fi... |
.indent.pro
|
|
1176 |
7 years |
andersen |
Bug ugly formatting update
|