cvs commit: src/lib/libc/stdio Makefile.inc printf-pos.c printflocal.h vfprintf.c vfwprintf.c

David Schultz das at FreeBSD.org
Sun Jun 29 21:52:48 UTC 2008


das         2008-06-29 21:52:40 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdio       Makefile.inc vfprintf.c vfwprintf.c 
  Added files:
    lib/libc/stdio       printf-pos.c printflocal.h 
  Log:
  SVN rev 180104 on 2008-06-29 21:52:40Z by das
  
  Reduce the level of duplication between vfprintf() and vfwprintf()
  by moving the positional argument handling code to a new file,
  printf-pos.c, and moving common definitions to printflocal.h.
  No functional change intended.
  
  Revision  Changes    Path
  1.39      +2 -1      src/lib/libc/stdio/Makefile.inc
  1.1       +788 -0    src/lib/libc/stdio/printf-pos.c (new)
  1.1       +94 -0     src/lib/libc/stdio/printflocal.h (new)
  1.80      +1 -486    src/lib/libc/stdio/vfprintf.c
  1.31      +3 -488    src/lib/libc/stdio/vfwprintf.c


More information about the cvs-all mailing list