The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 6851d6d8e0 * fixed solaris flock type
* fixed and enabled solaris flock implementation based on fcntl (although
    tests/test/units/sysutils/tfile2 still fails for solaris, because
    fcntl removes all locks as soon as you close a single file descriptor
    referring to a file, while flock doesn't)

git-svn-id: trunk@12632 -
2009-01-30 16:40:43 +00:00
compiler * fixed paths to http units (mantis ) 2009-01-29 10:10:18 +00:00
ide * fix for supported_target turned into a set in r12622 2009-01-28 20:55:49 +00:00
installer * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
packages * fixed type in st_mysql_bind record (length: culong -> pculong) 2009-01-29 11:24:16 +00:00
rtl * fixed solaris flock type 2009-01-30 16:40:43 +00:00
tests + support for file locking for *nix systems based on flock (mantis ) 2009-01-30 15:08:30 +00:00
utils * When RemoteRepository is "auto" download a list of mirrors, not the other way around 2009-01-03 15:26:56 +00:00
.gitattributes + support for file locking for *nix systems based on flock (mantis ) 2009-01-30 15:08:30 +00:00
.gitignore * use eventlog.inc for Unix,Win32,Win64. other targets use felog.inc 2008-10-23 20:41:35 +00:00
Makefile * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
Makefile.fpc * enabled smart linking by default for Darwin (will break building 2008-07-07 20:12:03 +00:00