Ubaldo Porcheddu 75d8660d99 Replaced any occurence of /bin/sh with _PATH_BSHELL to allow easier portability on system with default shell on a different directory, like for instance on android. 8 лет назад
..
.indent.pro c1fe19d4c1 Bug ugly formatting update 23 лет назад
Makefile ba31c6c463 Remove TOPDIR 18 лет назад
Makefile.in 1b3025b735 buildsys: switch libc to kbuild-style 11 лет назад
_READ.c 219b69d72e libc/stdio: Rework custom streams interface similar to glibc. 8 лет назад
_WRITE.c 219b69d72e libc/stdio: Rework custom streams interface similar to glibc. 8 лет назад
__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 e762a60c73 remove another two warnings. 9 лет назад
__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 219b69d72e libc/stdio: Rework custom streams interface similar to glibc. 8 лет назад
_flushlbf.c 21730caa66 trim Experimentally off and uncommented hidden 14 лет назад
_fopen.c 219b69d72e libc/stdio: Rework custom streams interface similar to glibc. 8 лет назад
_fpmaxtostr.c f8e05f3850 stdio: Fix printing 0.0 9 лет назад
_fpmaxtostr.h 5c3661fda9 libc: Fix vfprintf compilation without HAS_FLOATS 9 лет назад
_fwrite.c 21730caa66 trim Experimentally off and uncommented hidden 14 лет назад
_load_inttype.c 0aa1f968d3 _stdio.h: move _load_inttype.h and _store_inttype.h prototypes here 12 лет назад
_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 219b69d72e libc/stdio: Rework custom streams interface similar to glibc. 8 лет назад
_scanf.c 219b69d72e libc/stdio: Rework custom streams interface similar to glibc. 8 лет назад
_stdio.c 219b69d72e libc/stdio: Rework custom streams interface similar to glibc. 8 лет назад
_stdio.h 219b69d72e libc/stdio: Rework custom streams interface similar to glibc. 8 лет назад
_store_inttype.c 0aa1f968d3 _stdio.h: move _load_inttype.h and _store_inttype.h prototypes here 12 лет назад
_trans2r.c 5da06322c2 Hide more of stdio,getdents, use internal __raise 18 лет назад
_trans2w.c 21730caa66 trim Experimentally off and uncommented hidden 14 лет назад
_uintmaxtostr.c eedef37b4a do not define _ISOC99_SOURCE in specific files 12 лет назад
_vfprintf.c 5c3661fda9 libc: Fix vfprintf compilation without HAS_FLOATS 9 лет назад
_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 219b69d72e libc/stdio: Rework custom streams interface similar to glibc. 8 лет назад
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 c5722d63ed reduce some unneeded warnings. 9 лет назад
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 219b69d72e libc/stdio: Rework custom streams interface similar to glibc. 8 лет назад
fprintf.c 21730caa66 trim Experimentally off and uncommented hidden 14 лет назад
fputc.c 0eb904a89c fputc.c, stdio.h: no need for hidden putc, putc_unlocked and fputc_unlocked 12 лет назад
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 6da1949cb5 use fputwc in putwchar() 12 лет назад
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 219b69d72e libc/stdio: Rework custom streams interface similar to glibc. 8 лет назад
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 2431e3c401 handle the type mismatch of ftell[o] and fseek[o] if long int != off_t 12 лет назад
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 2431e3c401 handle the type mismatch of ftell[o] and fseek[o] if long int != off_t 12 лет назад
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 abd6c6c29f remove unused hidden functions 13 лет назад
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 32d11b1454 remove more of the link_warnings 9 лет назад
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 6e7b72235b old_vfprintf.c: use _fpmaxtostr.h 12 лет назад
open_memstream.c 5a233790c3 Reduce the initial buffer size for open_memstream 8 лет назад
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 75d8660d99 Replaced any occurence of /bin/sh with _PATH_BSHELL to allow easier portability on system with default shell on a different directory, like for instance on android. 8 лет назад
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 6da1949cb5 use fputwc in putwchar() 12 лет назад
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 6cf35f8404 add mkstemps, mkstemps64 and mkostemps, mkostemps64 functions 8 лет назад
tmpfile.c 6cf35f8404 add mkstemps, mkstemps64 and mkostemps, mkostemps64 functions 8 лет назад
tmpnam.c 6cf35f8404 add mkstemps, mkstemps64 and mkostemps, mkostemps64 functions 8 лет назад
tmpnam_r.c 6cf35f8404 add mkstemps, mkstemps64 and mkostemps, mkostemps64 functions 8 лет назад
ungetc.c 21730caa66 trim Experimentally off and uncommented hidden 14 лет назад
ungetwc.c 21730caa66 trim Experimentally off and uncommented hidden 14 лет назад
vasprintf.c 5a233790c3 Reduce the initial buffer size for open_memstream 8 лет назад
vdprintf.c 219b69d72e libc/stdio: Rework custom streams interface similar to glibc. 8 лет назад
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 219b69d72e libc/stdio: Rework custom streams interface similar to glibc. 8 лет назад
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 219b69d72e libc/stdio: Rework custom streams interface similar to glibc. 8 лет назад
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 лет назад