[svn] / trunk / uClibc / libc / stdio
(logo)

svn: trunk/uClibc/libc/stdio

Current directory:[svn] / trunk / uClibc / libc / stdio
Current revision: 22794
Jump to directory revision:
Files shown:155


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

andersen@codepoet.org

Powered by ViewCVS 1.0-dev