The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 2929624ffc * accept overloaded operators that return any shortstring type when needing
a conversion to a shortstring type (so an operator := that returns a
    string[255] can be used to assign this type to a string[80]) (mantis
    #12109)
  * do not allow overloading := with a string[x<>255] as result type,
    because we want one such overload to satisfy all conversions (see
    previous point)

git-svn-id: trunk@12590 -
2009-01-24 15:12:19 +00:00
compiler * accept overloaded operators that return any shortstring type when needing 2009-01-24 15:12:19 +00:00
ide * initialize edit menu to disabled, bug #6614 2009-01-08 22:44:32 +00:00
installer * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
packages * fixed amd64 issue (unsigned long was translated to Cardinal). ctypes should be use for newer translations. 2009-01-24 14:53:14 +00:00
rtl * tab2space used zeroes instead of spaces. (mantis 13024) 2009-01-22 22:09:21 +00:00
tests * accept overloaded operators that return any shortstring type when needing 2009-01-24 15:12:19 +00:00
utils * When RemoteRepository is "auto" download a list of mirrors, not the other way around 2009-01-03 15:26:56 +00:00
.gitattributes * accept overloaded operators that return any shortstring type when needing 2009-01-24 15:12:19 +00:00
.gitignore * use eventlog.inc for Unix,Win32,Win64. other targets use felog.inc 2008-10-23 20:41:35 +00:00
Makefile * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
Makefile.fpc * enabled smart linking by default for Darwin (will break building 2008-07-07 20:12:03 +00:00