]> sourceware.org Git - newlib-cygwin.git/commit - newlib/ChangeLog
2002-07-04 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Thu, 4 Jul 2002 18:56:17 +0000 (18:56 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Thu, 4 Jul 2002 18:56:17 +0000 (18:56 +0000)
commit7501704dc9dc7337e621db87ada8901a496766d9
tree8b0549b249b4f5fd48d0ee389d5db48beea55491
parent5cff62d6561dc63ef30b57d7ee415e6e1acdfb70
2002-07-04  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/stdio/Makefile.am: Add asprintf.c and vasprintf.c.
        * libc/stdio/Makefile.in: Regenerated.
        * libc/stdio/asprintf.c: New file.
        * libc/stdio/vasprintf.c: Ditto.
        * libc/stdio/fvwrite.c: Add code to dynamically reallocate
        the buffer for asprintf support.
        * libc/stdio/sprintf.c: Add asprintf documentation.
        * libc/stdio/vfprintf.c: Add vasprintf documentation.
        * libc/include/stdio.h: Add new prototypes.
newlib/ChangeLog
newlib/libc/include/stdio.h
newlib/libc/stdio/Makefile.am
newlib/libc/stdio/Makefile.in
newlib/libc/stdio/asprintf.c [new file with mode: 0644]
newlib/libc/stdio/fvwrite.c
newlib/libc/stdio/sprintf.c
newlib/libc/stdio/vasprintf.c [new file with mode: 0644]
newlib/libc/stdio/vfprintf.c
This page took 0.030244 seconds and 5 git commands to generate.