The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe cc2f4138a3 * make it clear that the unit_u_source_modified is about source files that
are newer than the ones used to create the ppu file, rather than that
    the source file itself is necessarily newer than the ppu file (the
    time stamp of the ppu file is used to check whether the main source file
    has been changed, but for include files the time stamps are recorded in
    the ppu file)

git-svn-id: trunk@15843 -
2010-08-18 14:13:24 +00:00
compiler * make it clear that the unit_u_source_modified is about source files that 2010-08-18 14:13:24 +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 * started with mysql 5.1 support (far from beeing finished! but core parts are working) 2010-08-18 14:07:05 +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 * started with mysql 5.1 support (far from beeing finished! but core parts are working) 2010-08-18 14:07:05 +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