DragonFly BSD
DragonFly commits List (threaded) for 2005-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/include stdio.h src/lib/libc/stdio feof.c ferror.c fileno.c getc.c getchar.c putc.c putchar.c


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 27 Aug 2005 14:35:01 -0700 (PDT)

joerg       2005/08/27 14:35:01 PDT

DragonFly src repository

  Modified files:
    include              stdio.h 
    lib/libc/stdio       feof.c ferror.c fileno.c getc.c getchar.c 
                         putc.c putchar.c 
  Log:
  Add real function versions of the _unlocked family. Use putc for putchar
  directly.
  
  Revision  Changes    Path
  1.11      +7 -0      src/include/stdio.h
  1.6       +8 -2      src/lib/libc/stdio/feof.c
  1.4       +8 -2      src/lib/libc/stdio/ferror.c
  1.6       +9 -3      src/lib/libc/stdio/fileno.c
  1.4       +8 -0      src/lib/libc/stdio/getc.c
  1.5       +9 -7      src/lib/libc/stdio/getchar.c
  1.6       +7 -2      src/lib/libc/stdio/putc.c
  1.6       +10 -9     src/lib/libc/stdio/putchar.c


http://www.dragonflybsd.org/cvsweb/src/include/stdio.h.diff?r1=1.10&r2=1.11&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc/stdio/feof.c.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc/stdio/ferror.c.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc/stdio/fileno.c.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc/stdio/getc.c.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc/stdio/getchar.c.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc/stdio/putc.c.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc/stdio/putchar.c.diff?r1=1.5&r2=1.6&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]