The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
michael e632e754cf * Patch from Sergei Gorelkin
xmlutils.pp:
  + Added THashTable - a simple hashed container with WideString keys.

  dom.pp:
  * Use the hash table instead of a sorted list for storing document IDs.
  * Replaced all TLists by TFPList (which is smaller and faster).
  * Fixed TDOMElement.RemoveAttributeNode to throw NOT_FOUND_ERR when
    the requested node is not one of the element's attributes.
  + Added node read-only checks where required by the specs, this fixes
    about 50 DOM tests.

  xmlread.pp:

  * Got rid of TXMLCharSource.FReloadHook, the corresponding procedure may
    be called directly.
  * Used a separate buffer to store the entity value literals, this
    enables correct including of external PEs that have a text declaration
    at the beginning.
  * Some refactoring: ParseAttribute has been split into a separate
    procedure, ProcessTextAndRefs was merged into ParseContent.

git-svn-id: trunk@11942 -
2008-10-22 12:25:12 +00:00
compiler + some missing docompare() overrides 2008-10-19 16:50:43 +00:00
ide * added chm to default extensions to search in help->files "new" dialog. 2008-10-19 12:52:56 +00:00
installer Added symbolic to installer 2008-07-03 15:37:04 +00:00
packages * Patch from Sergei Gorelkin 2008-10-22 12:25:12 +00:00
rtl + add missing SHUT_* constants to openbsd 2008-10-20 16:59:58 +00:00
tests + TEST_ABI documented 2008-10-18 14:46:30 +00:00
utils * Add the main unit URL to the index, the fp IDE uses the index for context sensitive help. 2008-10-18 12:24:16 +00:00
.gitattributes + support for TEST_ABI in the testsuite 2008-10-18 14:45:03 +00:00
.gitignore - removed directory with non-working sources as well with copyrighted sources 2008-05-19 20:20:01 +00:00
Makefile * when cross compiling, fallback to fpc when no cross compiler is found 2008-09-27 10:06:56 +00:00
Makefile.fpc * enabled smart linking by default for Darwin (will break building 2008-07-07 20:12:03 +00:00