http://peter@svn.freepascal.org/svn/fpc/trunk
r1438 (florian)
* started dynarray to vararray stuff
r1451 (tom_at_work)
* fixed variants unit to make it compile for 64 bit targets
git-svn-id: branches/fixes_2_0@1499 -
svn+ssh://jonas@svn.freepascal.org/FPC/svn/fpc/trunk
r1465 (jonas)
* fixed restoring of register contents one instruction too far when removing
a previous unused load
git-svn-id: branches/fixes_2_0@1466 -
svn+ssh://jonas@svn.freepascal.org/FPC/svn/fpc/trunk
r1461 (jonas)
* enabled for non-x86 as well
+ also test with regvars (tw4234a)
git-svn-id: branches/fixes_2_0@1462 -
http://svn.freepascal.org/svn/fpc/trunk
r1449 (florian)
+ RegisterClassAlias implemenentation from Stefan van den Berg
git-svn-id: branches/fixes_2_0@1450 -
svn+ssh://jonas@svn.freepascal.org/FPC/svn/fpc/trunk
r1446 (jonas)
* fixed missing digit when printing a double whose significant digits are
all before the floating point on a cpu/fpu supporting maximally double
precision
* fixed test in tw1792a for double precision fpu's (they can print one
digit less for double precision numbers than 80 bit fpu's)
git-svn-id: branches/fixes_2_0@1448 -
svn+ssh://jonas@svn.freepascal.org/FPC/svn/fpc/trunk
r1446 (jonas)
* fixed missing digit when printing a double whose significant digits are
all before the floating point on a cpu/fpu supporting maximally double
precision
* fixed test in tw1792a for double precision fpu's (they can print one
digit less for double precision numbers than 80 bit fpu's)
git-svn-id: branches/fixes_2_0@1447 -
http://peter@svn.freepascal.org/svn/fpc/trunk
r1304 (tom_at_work)
* bugfix of webbug 4404
r1305 (peter)
* fixed DUMPGROW compile
r1306 (peter)
* add winwidestringalloc boolean, set it to false to use the fpc
heapmanager to allocate widestrings
r1341 (marco)
* nanosleep for sleep(), since it is now in the POSIX group.
r1355 (peter)
* remove comment level 2 warning
git-svn-id: branches/fixes_2_0@1440 -
svn+ssh://peter@www.freepascal.org/FPC/svn/fpc/trunk
r1367 (marco)
* removed dos usage from fpc binary. (mostly fsearch -> filesearch).
This because of reports with problems with path env variables >255
git-svn-id: branches/fixes_2_0@1437 -
svn+ssh://peter@www.freepascal.org/FPC/svn/fpc/trunk
r1404 (florian)
* patch from Luiz Américo:
1 - Return false when the argument is a directory (like Delphi)
2 - Return false when passing '*' as argument (like Delphi)
3 - Its faster
git-svn-id: branches/fixes_2_0@1433 -
svn+ssh://peter@www.freepascal.org/FPC/svn/fpc/trunk
r1427 (yury)
* prevent endless stack dump if an exception occured during the dump itself.
git-svn-id: branches/fixes_2_0@1431 -
http://svn.freepascal.org/svn/fpc/trunk
r1386 (florian)
* fixed test, using := operator as type cast is now much stricter
git-svn-id: branches/fixes_2_0@1387 -