The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 857664a5d4 * fixed tw4554:
* proper uninitialized checking for arrays
    * first check uninitialized status of right side of assignment
      before setting the left side to "written" (-> catch "x:=x" if
      x is uninitialized)

git-svn-id: trunk@2038 -
2005-12-23 21:08:48 +00:00
compiler * fixed tw4554: 2005-12-23 21:08:48 +00:00
fcl + do not call BeforeScroll while in ApplyUpdates 2005-12-23 14:54:26 +00:00
fv * updated makefiles for ppc64/linux to allow successful snapshot building on that platform 2005-12-16 20:37:08 +00:00
ide * updated makefiles for ppc64/linux to allow successful snapshot building on that platform 2005-12-16 20:37:08 +00:00
installer * mistyping fixed (HMTL) 2005-12-18 21:55:31 +00:00
packages + Fixed dyn. loading for mysql 5.0 2005-12-21 12:33:14 +00:00
rtl * changed formal "var" paramters of move, movechar0 and fill* into 2005-12-23 20:59:08 +00:00
tests * fix enum support in vecn in symlists 2005-12-23 14:11:29 +00:00
utils + Patch from Vincent Snijder to fix multiple content files and use DirectoryExists 2005-12-19 08:10:50 +00:00
.gitattributes * fix enum support in vecn in symlists 2005-12-23 14:11:29 +00:00
.gitignore * Rename md5 directory to hash for hash functions 2005-12-01 18:32:39 +00:00
Makefile * updated makefiles for ppc64/linux to allow successful snapshot building on that platform 2005-12-16 20:37:08 +00:00
Makefile.fpc * makefile adaption to be able to cycle compiler and RTL on PowerPC64 target 2005-10-08 15:48:39 +00:00