The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
pierre 1e9491550d nutils.pas: Add new procedure:
procedure node_change_local_switch(p : tnode;cs : tlocalswitch;enable : boolean);
    to add/remove cs local switch from all p tnode tree localsettings.

    modify second_prefetch implementation in arm, ppcgen and x86 subdirectories
    to use node_change_local_settings to temporarily disabled
    checkpointer local switch, as prefetch is allowed even on unaccessible addresses.
    (previous code was buggy because I frogot that each node has it own localswitches).

git-svn-id: trunk@34576 -
2016-09-29 21:34:34 +00:00
compiler nutils.pas: Add new procedure: 2016-09-29 21:34:34 +00:00
ide Fix type on last commits 2016-09-13 10:08:57 +00:00
installer * added package rtl-generics 2016-07-31 20:40:23 +00:00
packages Morphunits: amigados unit, 64bit file access functions, V51 functions/consts 2016-09-29 17:01:06 +00:00
rtl * fix missing 'kernel32' reported on forum by "DG" 2016-09-28 14:24:53 +00:00
tests * don't try to write using standard I/O from a thread while the program is 2016-09-22 07:50:08 +00:00
utils * Patch from Mattias Gaertner: Record support, detect duplicate identifiers, bug fixes 2016-09-13 08:01:37 +00:00
.gitattributes MorphOS: added locale library unit 2016-09-17 14:51:38 +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 - regenerated after disabling the textmode ide for Darwin again 2016-09-06 21:28:41 +00:00
Makefile.fpc - disabled the textmode IDE for Darwin again: I don't want to support it, 2016-09-06 21:28:37 +00:00