Moved potential inclusion of system's malloc.h and memory.h header files to
setup_once.h. Inclusion of each header file is based on the definition of NEED_MALLOC_H and NEED_MEMORY_H respectively.
This commit is contained in:
5
CHANGES
5
CHANGES
@@ -6,6 +6,11 @@
|
||||
|
||||
Changelog
|
||||
|
||||
Yang Tse (21 Apr 2009)
|
||||
- Moved potential inclusion of system's malloc.h and memory.h header files to
|
||||
setup_once.h. Inclusion of each header file is based on the definition of
|
||||
NEED_MALLOC_H and NEED_MEMORY_H respectively.
|
||||
|
||||
Daniel Stenberg (20 Apr 2009)
|
||||
- Leanic Lefever reported a crash and did some detailed research on why and
|
||||
how it occurs (http://curl.haxx.se/mail/lib-2009-04/0289.html). The
|
||||
|
||||
Reference in New Issue
Block a user