The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe d8032f6366 - disabled modify_ldt for non-x86 platforms, since it does not exist there
(mantis #17100)
  * also use a syscall to call modify_ldt when FPC_USE_LIBC is defined,
    because it's not exported as a function from libc

git-svn-id: trunk@15838 -
2010-08-17 21:34:09 +00:00
compiler * only insert the current list of pc-relative data if it's not empty, 2010-08-16 20:17:07 +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 * patch by F@ntomas to amend the incorrect declarations of RILSUPSERVICEDATA and LPRILSUPSERVICEDATA in ril.pp (winceunits package) 2010-08-17 19:33:42 +00:00
rtl - disabled modify_ldt for non-x86 platforms, since it does not exist there 2010-08-17 21:34:09 +00:00
tests * only insert the current list of pc-relative data if it's not empty, 2010-08-16 20:17:07 +00:00
utils * write P'type' instead of ^'type' for function results, resolves #7561 2010-08-17 21:09:11 +00:00
.gitattributes * SQL parser 2010-08-16 23:13:24 +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