Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 2008 16:03:53 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include stdio.h src/lib/libc/stdio clrerr.c feof.c ferror.c fileno.c getc.c getchar.c local.h putc.c putchar.c xprintf.c
Message-ID:  <200805051603.m45G3rrN089219@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2008-05-05 16:03:52 UTC

  FreeBSD src repository

  Modified files:
    include              stdio.h 
    lib/libc/stdio       clrerr.c feof.c ferror.c fileno.c getc.c 
                         getchar.c local.h putc.c putchar.c 
                         xprintf.c 
  Log:
  Expose FILE's internals to the world again in all their glory.  Restore
  all the previous inline optimizations as well.  FILE is back to using
  __mbstate_t, struct pthread *, and struct pthread_mutex *.
  
  Revision  Changes    Path
  1.70      +172 -4    src/include/stdio.h
  1.12      +2 -2      src/lib/libc/stdio/clrerr.c
  1.12      +2 -2      src/lib/libc/stdio/feof.c
  1.12      +3 -1      src/lib/libc/stdio/ferror.c
  1.13      +2 -2      src/lib/libc/stdio/fileno.c
  1.16      +3 -0      src/lib/libc/stdio/getc.c
  1.15      +3 -0      src/lib/libc/stdio/getchar.c
  1.33      +2 -132    src/lib/libc/stdio/local.h
  1.16      +3 -0      src/lib/libc/stdio/putc.c
  1.16      +3 -0      src/lib/libc/stdio/putchar.c
  1.8       +0 -1      src/lib/libc/stdio/xprintf.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805051603.m45G3rrN089219>