The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
michael 645b0d2cb1 * Patch from Sergei Gorelkin
+ DTD validation
  + Correct reporting of the position of most fatal errors
  + TDOMDocument.CreateElement and others check their arguments for validity
    (INVALID_CHARACTER_ERR is reported where specification says)
  + property TDOMAttr.DataType
  + implemented TDOMDocument.GetElementByID
  * Common code moved to xmlutils.pp
  * whitespace in PublicID literals is normalized

git-svn-id: trunk@6749 -
2007-03-08 09:40:00 +00:00
compiler * call procvar only in arguments when the return type matches or there are 2007-03-08 07:53:36 +00:00
fv * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
ide * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
installer * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
packages * Patch from Sergei Gorelkin 2007-03-08 09:40:00 +00:00
rtl * big variant from Thorsten Engler, fixes and improves several variant stuff 2007-03-07 20:45:06 +00:00
tests * call procvar only in arguments when the return type matches or there are 2007-03-08 07:53:36 +00:00
utils * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
.gitattributes * Patch from Sergei Gorelkin 2007-03-08 09:40:00 +00:00
.gitignore * split fcl into separate fcl-* packages 2007-02-25 22:19:19 +00:00
Makefile * changed version to 2.3.1 2007-03-05 12:43:13 +00:00
Makefile.fpc * changed version to 2.3.1 2007-03-05 12:43:13 +00:00