The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe a567be76ff * fixed test for big endian 64 bit targets
* ifdef linux -> ifdef unix for cthreads/cwstring (although that doesn't
    really matter here, the test doesn't depend on them)

git-svn-id: trunk@19966 -
2012-01-04 16:09:04 +00:00
compiler * Changed code generation for variant assignments to typecast arguments to TVarData instead of using pointers. Fixes one (probably the ugliest one) case of non-disposed temp variables: 2012-01-03 19:31:58 +00:00
ide * ide makes use of %APPDATA% if available to store configuration files, same logic as on unix, resolves #20870 2011-12-30 16:36:25 +00:00
installer * rebuilt Makefiles 2011-12-04 15:34:01 +00:00
packages * Fixed mistake made in r19962 with fpmkunit dependencies 2012-01-04 14:22:14 +00:00
rtl * don't try to set the iconv transliterate property in case the iconv 2012-01-04 16:08:15 +00:00
tests * fixed test for big endian 64 bit targets 2012-01-04 16:09:04 +00:00
utils * Do not use the BINUTILSPREFIX when compiling fpmake files during a cross- 2012-01-02 15:16:52 +00:00
.gitattributes * More packages switched to fpmake building 2012-01-03 14:29:12 +00:00
.gitignore fpvectorial is now moved to lazarus/components/fpvectorial 2011-10-30 16:42:46 +00:00
Makefile * rebuilt Makefiles 2011-12-04 15:34:01 +00:00
Makefile.fpc