The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn 011e8fcd07 * moved the code for setting max width and then restoring it when obtaining a
backtrace from fpdebug.pas to the Backtrace method in the libgdb.a interface.
- removed the code for changing the gdb window width from fpdebug.pas entirely,
  because it makes no sense for the gdb/mi interface and it's better to use
  MaxWidth/NormWidth in the libgdb.a interface for the libgdb.a functions that
  need it.

git-svn-id: trunk@30299 -
2015-03-24 00:27:44 +00:00
compiler * prepend "+" to each file name to be added to the library by wlib. This 2015-03-23 01:19:19 +00:00
ide * moved the code for setting max width and then restoring it when obtaining a 2015-03-24 00:27:44 +00:00
installer * regenerated for iphonesim/x86-64 2015-02-23 22:56:41 +00:00
packages * moved the code for setting max width and then restoring it when obtaining a 2015-03-24 00:27:44 +00:00
rtl * Fix bug #26954 2015-03-23 16:50:31 +00:00
tests * parentheses after an @-operator can contain a full expression, resolves #27517 2015-03-22 13:00:43 +00:00
utils * Documented *.cod search path for the plex/pyacc programs 2015-03-23 15:21:32 +00:00
.gitattributes Add classes and stub thread support in the embedded rtl. 2015-03-22 13:55:20 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * turn off compiler and utils building for nds 2015-02-26 20:03:29 +00:00
Makefile.fpc * turn off compiler and utils building for nds 2015-02-26 20:03:29 +00:00