| 1 |
|
2005-09-14 Joerg Wunsch <j.gnu@uriah.heep.sax.de> |
| 2 |
|
|
| 3 |
|
* include/stdio.h (struct __file): Add the __SMALLOC flag bit. |
| 4 |
|
(fdev_close): add this macro as a hook to destroy library resources |
| 5 |
|
when deleting fdev_setup_stream()-initialized streams. |
| 6 |
|
* libc/fdevopen.c: Keep track of malloc()ed streams by setting the |
| 7 |
|
__SMALLOC flag. |
| 8 |
|
* libc/fclose.c: Bail out unless __SMALLOC is set, so we don't |
| 9 |
|
accidentally try to free streams that have been set up by |
| 10 |
|
fdev_setup_stream(). |
| 11 |
|
|
| 12 |
2005-09-13 Joerg Wunsch <j.gnu@uriah.heep.sax.de> |
2005-09-13 Joerg Wunsch <j.gnu@uriah.heep.sax.de> |
| 13 |
|
|
| 14 |
* doc/api/doxygen.config.in: use __DOXYGEN__ instead of DOXYGEN to |
* doc/api/doxygen.config.in: use __DOXYGEN__ instead of DOXYGEN to |