The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
paul 26f66897cd compiler:
- warn if compiler finds implicit or explicit string type conversion from a form of ansi string to a form of unicode string and vice versa
  - mark explicit warnings as OFF by default
  - warn if compiler finds an assignment of an unicode char const to ansi string or char type (warn for assignment of unicode string const to be implemented)
  - revert a piece of code from r19457 regards shortstring handling because shortstring handling should not differ from ansistring in this paticular case

git-svn-id: trunk@19574 -
2011-11-03 00:39:22 +00:00
compiler compiler: 2011-11-03 00:39:22 +00:00
ide Add USE_OLD_REGEXPR option for regular expression unit choice 2011-08-29 13:38:13 +00:00
installer * added support for ufppkg 2011-10-12 06:15:48 +00:00
packages fpvectorial is now moved to lazarus/components/fpvectorial 2011-10-30 16:42:46 +00:00
rtl * Improved efficiency of Now/Date/Time 2011-11-02 14:33:33 +00:00
tests tests: 2011-11-01 02:37:54 +00:00
utils * InstantFPC built only for some targets rather than all 2011-10-21 22:36:49 +00:00
.gitattributes compiler: Don't allow duplicate property/procedure identifiers inside object declaration. The code which allowed this for delphi mode was initially written based on invalid test from mantis #0009176. Fixes bug #0020580. 2011-10-31 05:35:40 +00:00
.gitignore fpvectorial is now moved to lazarus/components/fpvectorial 2011-10-30 16:42:46 +00:00
Makefile + armv4t 2011-08-27 20:21:42 +00:00
Makefile.fpc * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00