The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
michael f641281a7e * Patch from Sergei Gorelkin:
+ added TXPathBinaryNode as a common ancestor for binary operations;
  + TXPathBooleanOpNode now handles only 'and' and 'or' operators,
    the purpose is to not evaluate the second argument if the result can
    be determined by the first argument;
  * Comparison operations moved to TXPathCompareNode and fixed
    to support INFs and NANs correctly;
  * Fixed TranslateWideString() that was not deleting characters;
  * Fixed 'substring-after' function so its result is empty when argument
    string does not contain the pattern;
  * Fixed 'round' funcion so it complies to the specs;
  * Completed implementation of 'substring' function (but surrogate pairs
    are not handled yet);
  * Mask exInvalidOp and exZeroDivide FPU exceptions while evaluating
    expressions, this ensures correct calculations with respect to INFs
    and NANs.
  + Added testsuite for xpath

git-svn-id: trunk@12961 -
2009-03-23 08:37:51 +00:00
compiler * give an error when the typeinfo() function is called for an enumeration 2009-03-22 20:54:49 +00:00
ide * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
installer + added support for fcl-res 2009-03-01 00:50:06 +00:00
packages * Patch from Sergei Gorelkin: 2009-03-23 08:37:51 +00:00
rtl * fixed rounding error in DateTimeToUnix (mantis #12894 and #12936) 2009-03-22 18:26:34 +00:00
tests * give an error when the typeinfo() function is called for an enumeration 2009-03-22 20:54:49 +00:00
utils * Use ExeSearch instead of FileSearch to find command executable 2009-03-22 10:04:46 +00:00
.gitattributes * Patch from Sergei Gorelkin: 2009-03-23 08:37:51 +00:00
.gitignore
Makefile * Makefiles regenerated 2009-03-01 00:35:12 +00:00
Makefile.fpc