The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
sergei 06b5b65534 Straightening handling of base URI and SystemID:
- TXMLCharSource.PublicID removed, it is unused.
* Base URI of an entity is stored in FURI field of entity, and passed to ResolveEntity.
* When error happens while parsing an internal entity, report the URI where that entity was declared, not where it was included.

git-svn-id: trunk@13921 -
2009-10-22 23:41:24 +00:00
compiler * only allow implicit conversions from 0 to NIL in Delphi mode, rather than 2009-10-22 19:49:08 +00:00
ide * IDE now uses generalized index procedure. 2009-10-11 13:53:03 +00:00
installer * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00
packages Straightening handling of base URI and SystemID: 2009-10-22 23:41:24 +00:00
rtl * changed output parameters from var to out. This suppress some unnecessary hints and it's also done in datih.inc 2009-10-22 21:26:24 +00:00
tests * only allow implicit conversions from 0 to NIL in Delphi mode, rather than 2009-10-22 19:49:08 +00:00
utils * Fixes compilation problem 2009-10-10 19:23:30 +00:00
.gitattributes * only allow implicit conversions from 0 to NIL in Delphi mode, rather than 2009-10-22 19:49:08 +00:00
.gitignore - alpha simulator removed: we never used it so far, fpc has no alpha support, alpha is basically dead, qemu supports alpha 2009-08-13 17:55:21 +00:00
Makefile * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00
Makefile.fpc * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00