mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 17:13:02 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() * supports returning long strings * can be easily converted to a pchar without truncation (a simple PChar(x) works for read-only access or a full copy via StrNew(PChar(x)) ) * can be easily converted to shortstring without memleaks (shortstr := pchar works, but creates a silent memleak, when the pchar returned should be StrDispose'd) git-svn-id: trunk@30052 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |