OSDN Git Service

2005-10-11 Shaun Jackman <sjackman@gmail.com>
authorjjohnstn <jjohnstn>
Tue, 11 Oct 2005 23:59:32 +0000 (23:59 +0000)
committerjjohnstn <jjohnstn>
Tue, 11 Oct 2005 23:59:32 +0000 (23:59 +0000)
commit6ad95ae797074842af8055ecdcbabcf1bf71d269
tree316820eda7b1dc394a16ada38363ab65961642dd
parentc8f3a6b208788afff87172a95df4861ba5d6dd7c
2005-10-11  Shaun Jackman  <sjackman@gmail.com>

        * libc/include/stdio.h (dprintf): New declaration.
        (vdprintf): Ditto.
        * libc/stdio/Makefile.am (GENERAL_SOURCES): Add dprintf.c
        and vdprintf.c.
        * libc/stdio/Makefile.in: Regenerate.
        * libc/stdio/dprintf.c: New file.
        * libc/stdio/vdprintf.c: New file.
        * libc/stdio/stdio.tex (dprintf): New entry.
newlib/ChangeLog
newlib/libc/include/stdio.h
newlib/libc/stdio/Makefile.am
newlib/libc/stdio/Makefile.in
newlib/libc/stdio/dprintf.c [new file with mode: 0644]
newlib/libc/stdio/stdio.tex
newlib/libc/stdio/vdprintf.c [new file with mode: 0644]