| 1 |
2005-09-06 Joerg Wunsch <j.gnu@uriah.heep.sax.de> |
2005-09-06 Joerg Wunsch <j.gnu@uriah.heep.sax.de> |
| 2 |
|
|
| 3 |
|
Fix for bug #12333: Standard requires libstdc to define vprintf |
| 4 |
|
and vscanf |
| 5 |
|
* include/stdio.h: add prototypes for vscanf() and vprintf(). |
| 6 |
|
* libc/stdio/vscanf.c: new file. |
| 7 |
|
* libc/stdio/vprintf.c: new file. |
| 8 |
|
* libc/stdio/Files.am: add vscanf.c and vprintf.c. |
| 9 |
|
|
| 10 |
|
2005-09-06 Joerg Wunsch <j.gnu@uriah.heep.sax.de> |
| 11 |
|
|
| 12 |
Contributed by Markus F.X.J. Oberhumer: |
Contributed by Markus F.X.J. Oberhumer: |
| 13 |
* include/stdio.h: provide a dummy fflush(); patch #3781: add |
* include/stdio.h: provide a dummy fflush(); patch #3781: add |
| 14 |
dummy fflush() to <stdio.h> |
dummy fflush() to <stdio.h> |