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 роки тому