The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
joost 1ce7a88d65 * Fixed the problem that an IPC-Server holds a lock on its pipe so that no
client could connect to it. Now a maximum of one client can connect to it.
 * Debugtest now shows an error immediately when it cant connect to a server
 * Use dbugsrv as default server name to start when no server is found
 * Set SendError when the startup of the debug-server failed
 * When connecting to the debug-server fails, clean up resources and set
   DebugDisabled to false, to avoid an AV on a second try

git-svn-id: trunk@12861 -
2009-03-07 14:06:43 +00:00
compiler * counterpart of r12844 for storing elements to a bitpacked array: 2009-03-01 15:38:37 +00:00
ide * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
installer + added support for fcl-res 2009-03-01 00:50:06 +00:00
packages * Fixed the problem that an IPC-Server holds a lock on its pipe so that no 2009-03-07 14:06:43 +00:00
rtl * new Intbasicevent*() implementation based on pthread_cond_signal by 2009-03-04 20:15:27 +00:00
tests * fixed tests for systems where the page size <> 4096 2009-03-02 16:10:07 +00:00
utils * changes from r12727 (import library prefix) reflected in fpcmake 2009-02-28 22:28:30 +00:00
.gitattributes Adds initial support to read xwd image format 2009-03-05 16:22:57 +00:00
.gitignore * use eventlog.inc for Unix,Win32,Win64. other targets use felog.inc 2008-10-23 20:41:35 +00:00
Makefile * Makefiles regenerated 2009-03-01 00:35:12 +00:00
Makefile.fpc + delete base.build-stamp.* 2009-02-01 17:15:51 +00:00