Denys Vlasenko 5a24d88fbb _uintmaxtostr: fix indentation (spaces->tabs), no code changes 13 jaren geleden
..
.indent.pro c1fe19d4c1 Bug ugly formatting update 23 jaren geleden
Makefile ba31c6c463 Remove TOPDIR 18 jaren geleden
Makefile.in abdbaa897b prettify make clean 14 jaren geleden
_READ.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
_WRITE.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
__fbufsize.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 jaren geleden
__flbf.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 jaren geleden
__fpending.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 jaren geleden
__fpurge.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 jaren geleden
__freadable.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 jaren geleden
__freading.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 jaren geleden
__fsetlocking.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
__fwritable.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 jaren geleden
__fwriting.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 jaren geleden
__psfs_do_numeric.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
__psfs_parse_spec.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
__scan_cookie.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
_adjust_pos.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 18 jaren geleden
_cs_funcs.c 93f8a2e834 convert // comments to /**/; remove empty #if/#endif pairs. no code changes 14 jaren geleden
_flushlbf.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
_fopen.c cfbc008107 rework internal uClibc mutexes to support futex locking, and nptl 14 jaren geleden
_fpmaxtostr.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
_fwrite.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
_load_inttype.c 05e75260d6 Get rid of missing prototype warnings 18 jaren geleden
_ppfs_init.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
_ppfs_parsespec.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
_ppfs_prepargs.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
_ppfs_setargs.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
_rfill.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 18 jaren geleden
_scanf.c cfbc008107 rework internal uClibc mutexes to support futex locking, and nptl 14 jaren geleden
_stdio.c cfbc008107 rework internal uClibc mutexes to support futex locking, and nptl 14 jaren geleden
_stdio.h cfbc008107 rework internal uClibc mutexes to support futex locking, and nptl 14 jaren geleden
_store_inttype.c 544bc399b7 fix from Roman Kononov for reading in of 64bit types 17 jaren geleden
_trans2r.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 18 jaren geleden
_trans2w.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
_uintmaxtostr.c 5a24d88fbb _uintmaxtostr: fix indentation (spaces->tabs), no code changes 13 jaren geleden
_vfprintf.c 266aaaf46e lift printf field width limit 14 jaren geleden
_vfprintf_internal.c 36ac7bee0f Factor out the core of vprintf() into separate function 16 jaren geleden
_vfwprintf_internal.c 36ac7bee0f Factor out the core of vprintf() into separate function 16 jaren geleden
_wcommit.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 18 jaren geleden
_wfwrite.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
asprintf.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
clearerr.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 jaren geleden
clearerr_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
ctermid.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
dprintf.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
fclose.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
fcloseall.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
fdopen.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
feof.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 jaren geleden
feof_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
ferror.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 jaren geleden
ferror_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
fflush.c cfbc008107 rework internal uClibc mutexes to support futex locking, and nptl 14 jaren geleden
fflush_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
fgetc.c 93f8a2e834 convert // comments to /**/; remove empty #if/#endif pairs. no code changes 14 jaren geleden
fgetc_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
fgetpos.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 jaren geleden
fgetpos64.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 jaren geleden
fgets.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
fgets_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
fgetwc.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
fgetwc_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
fgetws.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
fgetws_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
fileno.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
fileno_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
flockfile.c 99d6c367c4 stdio update from mjn3 17 jaren geleden
fmemopen.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
fopen.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
fopen64.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 jaren geleden
fopencookie.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
fprintf.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
fputc.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
fputc_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
fputs.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
fputs_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
fputwc.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
fputwc_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
fputws.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
fputws_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
fread.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
fread_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
freopen.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
freopen64.c a794254f4c Don't build empty objects, remove unused vars, update copyright 18 jaren geleden
fscanf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
fseeko.c 7aa9c2486c remove a few more empty #if/#endif pairs 14 jaren geleden
fseeko64.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 jaren geleden
fsetpos.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 jaren geleden
fsetpos64.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 jaren geleden
ftello.c 93f8a2e834 convert // comments to /**/; remove empty #if/#endif pairs. no code changes 14 jaren geleden
ftello64.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 jaren geleden
ftrylockfile.c 99d6c367c4 stdio update from mjn3 17 jaren geleden
funlockfile.c 99d6c367c4 stdio update from mjn3 17 jaren geleden
fwide.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 jaren geleden
fwprintf.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
fwrite.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
fwrite_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
fwscanf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
getchar.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
getchar_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
getdelim.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
getline.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
gets.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
getw.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
getwchar.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
getwchar_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
old_vfprintf.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
open_memstream.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
parse_printf_format.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
perror.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
popen.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
printf.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
putchar.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
putchar_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
puts.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
putw.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
putwchar.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
putwchar_unlocked.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
register_printf_function.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
remove.c f3e00d6788 remove(): slight readabability tweak, no code changes 14 jaren geleden
rewind.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
scanf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
setbuf.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
setbuffer.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
setlinebuf.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
setvbuf.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
snprintf.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
sprintf.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
sscanf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
swprintf.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
swscanf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
tempnam.c 8d74517c16 Extend __gen_tempname with mode argument 14 jaren geleden
tmpfile.c 8d74517c16 Extend __gen_tempname with mode argument 14 jaren geleden
tmpnam.c 8d74517c16 Extend __gen_tempname with mode argument 14 jaren geleden
tmpnam_r.c 8d74517c16 Extend __gen_tempname with mode argument 14 jaren geleden
ungetc.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
ungetwc.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
vasprintf.c 7aa9c2486c remove a few more empty #if/#endif pairs 14 jaren geleden
vdprintf.c cfbc008107 rework internal uClibc mutexes to support futex locking, and nptl 14 jaren geleden
vfprintf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
vfscanf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
vfwprintf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
vfwscanf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
vprintf.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
vscanf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
vsnprintf.c cfbc008107 rework internal uClibc mutexes to support futex locking, and nptl 14 jaren geleden
vsprintf.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
vsscanf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
vswprintf.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
vswscanf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
vwprintf.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
vwscanf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden
wprintf.c 21730caa66 trim Experimentally off and uncommented hidden 14 jaren geleden
wscanf.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 jaren geleden