The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 4d8f578e4c * when typecasting the result of pthread_self, always call it using
pthread_self(), because it's a procvar under Linux and hence otherwise
    the value of the procvar instead of the function result will be
    taken (mantis #15821)

git-svn-id: trunk@15049 -
2010-03-24 21:51:07 +00:00
compiler * also give a "potential range error" hint with -CO in case the sizes 2010-03-24 21:21:19 +00:00
ide * Patch from benjawin, Mantis 15779 to better deal with scrollbackbuffer<>screensize. 2010-02-17 08:53:48 +00:00
installer * run clean_files target also for distclean, fixes cleaning of installer.pas 2010-03-21 12:49:21 +00:00
packages * fix removing units/$fpctarget dir while cleaning. Probably manual 2010-03-21 12:41:42 +00:00
rtl * when typecasting the result of pthread_self, always call it using 2010-03-24 21:51:07 +00:00
tests * when typecasting the result of pthread_self, always call it using 2010-03-24 21:51:07 +00:00
utils * run clean_files target also for distclean, fixes cleaning of installer.pas 2010-03-21 12:49:21 +00:00
.gitattributes * when typecasting the result of pthread_self, always call it using 2010-03-24 21:51:07 +00:00
.gitignore * ignore stamp files *-stamp.* 2010-02-02 15:20:07 +00:00
Makefile + mips(el) support in the compiler makefile 2009-12-08 19:57:16 +00:00
Makefile.fpc * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00