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