/[avr-libc]/avr-libc/ChangeLog
ViewVC logotype

Diff of /avr-libc/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.562 by joerg_wunsch, Tue Sep 13 13:29:54 2005 UTC revision 1.563 by joerg_wunsch, Wed Sep 14 19:04:57 2005 UTC
# Line 1  Line 1 
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

Legend:
Removed from v.1.562  
changed lines
  Added in v.1.563

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26