The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
michael 90b916085a * Patch from Sergei Gorelkin:
- Full support for XML 1.1
  - Support for ISO-8859-1 input encoding (started support for any
    encoding, but went a bit wrong way. I should stick to using iconv,
    but for it I need second level of buffering, otherwise it's too
    slow).
  - Input buffering (can now read from non-seekable streams and
    TextFile's)
  - External entity loading, processing of default attributes and other
    stuff needed to comply with "non-validating parser" specification.

git-svn-id: trunk@5018 -
2006-10-24 12:22:00 +00:00
compiler * fixed (macpas, non-constant) string to int conversion for little 2006-10-22 18:16:59 +00:00
fcl * Patch from Sergei Gorelkin: 2006-10-24 12:22:00 +00:00
fv * Modify constants to match app.pas. 2006-10-05 06:58:03 +00:00
ide * fixed type errors 2006-10-04 21:23:36 +00:00
installer + regenerated makefiles to support powerpc-amiga target 2006-08-06 12:28:28 +00:00
packages * Replace more ptrint by ptruint. 2006-10-22 17:28:18 +00:00
rtl * Optimize posixtorunerror for size. Because inoutres is a threadvar, it 2006-10-22 21:03:48 +00:00
tests - removed svn:executable 2006-10-23 22:52:04 +00:00
utils * fix for cplusplus skipping by JPMugaas. 2006-10-23 19:27:05 +00:00
.gitattributes * tarmaker demoes added, extracter ones still tbd 2006-10-23 04:42:12 +00:00
.gitignore ignore output binaries 2006-10-07 19:36:02 +00:00
Makefile + regenerated makefiles to support powerpc-amiga target 2006-08-06 12:28:28 +00:00
Makefile.fpc * reenable generation of smartlinked libraries during build, use -ap to speed up the process (no regeneration of makefiles yet) 2006-04-20 08:50:08 +00:00