The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn 8ef6845930 + added function gdbmiwrap.C2PascalNumberPrefix for converting C number prefixes
to Pascal (i.e. 0x to $, 0 to &)
* use the new function when parsing numbers returned by gdb. This fixes parsing
  of octal numbers, which are sometimes returned by gdb (no idea why).

git-svn-id: trunk@30104 -
2015-03-05 21:36:54 +00:00
compiler * allocate a temp addressreg instead of a temp intreg in callnode. improves code generation on m68k for these cases 2015-03-02 22:21:53 +00:00
ide + added function gdbmiwrap.C2PascalNumberPrefix for converting C number prefixes 2015-03-05 21:36:54 +00:00
installer * regenerated for iphonesim/x86-64 2015-02-23 22:56:41 +00:00
packages annotate_source also has gdbarch parameter since 7.0 2015-03-04 23:11:04 +00:00
rtl * changed casing for nicer code completation, #27604 2015-03-05 20:35:38 +00:00
tests + "Utf8CodePointLen(pansichar,MaxLookAhead,IncludeCombiningDiacriticalMarks): 2015-03-01 17:12:17 +00:00
utils * updated fpcmake's revision.inc 2015-03-02 12:19:04 +00:00
.gitattributes * Fixed gba rtl: it generated corrupted executables 2015-03-02 17:33:44 +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