The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
marco 266ebc351b * remove some deprecated functions. Most have alternatives since at least 2.4, and more often 2.2
I left getdomainname in "unix" for now, I don't know the exact status.

git-svn-id: trunk@32255 -
2015-11-06 14:55:38 +00:00
compiler + support aitconst_seg in the i8086 internal assembler as well 2015-11-05 16:38:04 +00:00
ide Handle SPECIALLINK environment variable in the same way it was used in old Makefile.fpc 2015-11-02 10:27:13 +00:00
installer * correction of a duplicate GTK1 sources reference 2015-10-12 22:01:57 +00:00
packages * avoid deprecated warning. 2015-11-06 14:54:43 +00:00
rtl * remove some deprecated functions. Most have alternatives since at least 2.4, and more often 2.2 2015-11-06 14:55:38 +00:00
tests * replaced setintvec(x,@proc) in i8086 tests with the memory model independent version setintvec(x,ptr(seg(proc),ofs(proc))) 2015-11-05 14:18:55 +00:00
utils * Added fppkg option to gather info on a package 2015-11-03 20:53:34 +00:00
.gitattributes * ignore the name of class con- and destructors (patch by Ondrej Pokorny, 2015-11-03 18:10:08 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake_proc1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake.pp * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
Makefile * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00
Makefile.fpc * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00