[svn r40] Cleaned up some of the array routines to use gep/load/store instead of memcpy/memset.

Resizing arrays did not allocate enough memory for types bigger than 1 byte.
This commit is contained in:
Tomas Lindquist Olsen
2007-10-09 07:51:13 +02:00
parent e251fc42b2
commit 4fdad2c750
5 changed files with 59 additions and 55 deletions

View File

@@ -25,13 +25,13 @@ DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
PROJECT_NAME = DMDFE
PROJECT_NAME = DMD
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 1.020
PROJECT_NUMBER = 1.022
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.