The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
sergei cc82844a9d * xmlread.pp: refactoring, no function chages:
* Renamed ParseElement to ParseStartTag to reflect its actual functionality
  * Changed ParseQuantity into function returning a enumeration type
  * Simplified TXMLDecodingSource.NewLine
  * Changed the main loop (ParseContent) so that multiple calls to DoText() are replaced by a single call.
  - Removed "if FCDSectinsAsText" branch in DoCDSect. It is obsolete since this case is handled in ParseContent.

git-svn-id: trunk@15975 -
2010-09-13 16:07:50 +00:00
compiler - removed unused variable after r15918 2010-09-12 16:05:03 +00:00
ide + Use SetTbreak method 2010-08-24 13:35:36 +00:00
installer + bzip2 unit added 2010-04-11 16:35:04 +00:00
packages * xmlread.pp: refactoring, no function chages: 2010-09-13 16:07:50 +00:00
rtl * moved {$asmmode att} to top of file (mantis #17377) 2010-09-09 19:46:59 +00:00
tests * enabled maybe_call_procvar() also for macpas mode (calls procvars that 2010-09-12 16:03:00 +00:00
utils * Added GlobalPrefix and LocalPrefix settings to compilersettings of fppkg 2010-08-29 19:50:19 +00:00
.gitattributes * enabled maybe_call_procvar() also for macpas mode (calls procvars that 2010-09-12 16:03:00 +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