The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
sergei 1c7c97dc93 sax_xml.pp:
* Applied counterpart of sax_html.pp r15564, eliminating redundant wide-to-ansi conversions;
* AStart parameter of IgnorableWhitespace event should be zero, not 1;
* XML is case-sensitive, removed calls to lowercase();
* Accumulate token characters in FRawTokenText, then convert it all at once to SAXString. Without it, handling multi-byte encodings like UTF-8 was impossible, because it was converting by individual bytes which always resulted in errors. Provides a partial fix for Mantis #16732. Also provides a single location to insert a proper decoding procedure.

git-svn-id: trunk@15738 -
2010-08-08 05:13:45 +00:00
compiler * updated copyright notice to 2010 2010-08-06 11:23:43 +00:00
ide * add *.dpr and *.lpr to the Pascal highlight extensions 2010-06-15 07:49:06 +00:00
installer + bzip2 unit added 2010-04-11 16:35:04 +00:00
packages sax_xml.pp: 2010-08-08 05:13:45 +00:00
rtl * the iso7185 unit depends on the system unit (fixes make -j 2) 2010-08-07 21:35:19 +00:00
tests * taking the address of an absolute var sym with constant address evaluates into a const. pointer, resolves #17118 2010-08-06 11:09:45 +00:00
utils * fixed some nesting problems 2010-07-30 17:45:32 +00:00
.gitattributes * taking the address of an absolute var sym with constant address evaluates into a const. pointer, resolves #17118 2010-08-06 11:09:45 +00:00
.gitignore * ignore stamp files *-stamp.* 2010-02-02 15:20:07 +00:00
Makefile + mips(el) support in the compiler makefile 2009-12-08 19:57:16 +00:00
Makefile.fpc * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00