Started replacing MAX_FILES-sized arrays with dynamically allocated structures.
This commit is contained in:
parent
7046bd74df
commit
e6788c26e5
2 changed files with 89 additions and 14 deletions
|
|
@ -7,7 +7,7 @@ bill@newbreedsoftware.com
|
|||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
|
||||
2003.Jul.19 (0.9.12) [cvs]
|
||||
2003.Jul.26 (0.9.12) [cvs]
|
||||
* Fixed Mac OS X #include typo.
|
||||
Darrell Walisser <walisser@mac.com>
|
||||
|
||||
|
|
@ -50,6 +50,9 @@ http://www.newbreedsoftware.com/tuxpaint/
|
|||
library header files. (Typical cause of this symptom is forgetting to
|
||||
install dev. packages; e.g., installed "SDL.rpm", but not "SDL-dev.rpm")
|
||||
|
||||
* Removed static "MAX_FILES" limit; now mallocs space for file info.
|
||||
structures. (Should fix large stack crash on OS X, which is good.)
|
||||
|
||||
|
||||
2003.Jun.17 (0.9.11)
|
||||
* Windows bugfixes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue