Commit Graph

24670 Commits

Author SHA1 Message Date
yury
c5deb38154 * removed -dNOOPT for ARM because -O2 works good now.
git-svn-id: trunk@6037 -
2007-01-18 00:39:39 +00:00
yury
fa5865845a * use float_raise instead of HandleError in fpc_exp_real.
git-svn-id: trunk@6036 -
2007-01-18 00:20:29 +00:00
yury
458abdef3e * implemented SysResetFPU for arm-wince.
* set softfloat_exception_mask in SetExceptionMask for ARM.

git-svn-id: trunk@6035 -
2007-01-17 23:58:19 +00:00
yury
b6dbf981c9 * pass TEST_REMOTEPATH to emulator as "-R TEST_REMOTEPATH"
git-svn-id: trunk@6034 -
2007-01-17 22:37:55 +00:00
tom_at_work
f6d79e8abb * explicitly enable FPU exception reporting on PowerPC in the MSR because some distros disable them by default
git-svn-id: trunk@6033 -
2007-01-17 22:12:19 +00:00
tom_at_work
67e6d8d2da * fixed float_error() to call HandleError instead of RunError so that they are properly converted to exceptions
git-svn-id: trunk@6032 -
2007-01-17 22:08:36 +00:00
florian
42cf5f7b2b * don't do tail recursion optimization on types requiring init/final code
git-svn-id: trunk@6031 -
2007-01-17 22:02:42 +00:00
michael
3ee2cef1b9 * Fixed Support for absolute. Stored absolute location
git-svn-id: trunk@6030 -
2007-01-17 20:54:37 +00:00
michael
88b01f0fe0 * Patch from Sergei Gorelkin to detect and skip whitespace nodes in (short)description nodes
git-svn-id: trunk@6029 -
2007-01-17 20:45:21 +00:00
tom_at_work
71cf41e252 * fixed compilation, patch committed on behalf of Pierre
git-svn-id: trunk@6028 -
2007-01-17 20:24:27 +00:00
florian
b3137786e2 * forgotten commit
git-svn-id: trunk@6027 -
2007-01-17 18:33:04 +00:00
florian
075011a2a5 * fpa exception masking fixed
git-svn-id: trunk@6026 -
2007-01-17 15:52:36 +00:00
florian
2fabc692fa * fixed memory leaks
* cleaned up some stuff

git-svn-id: trunk@6025 -
2007-01-17 14:00:36 +00:00
Jonas Maebe
f2b07704b5 * proper initialised/used warnings for variables used
in complex with-statements + tests

git-svn-id: trunk@6024 -
2007-01-17 12:04:53 +00:00
joost
fc0bb654c1 * Fix bug in parsing escaped quotes for Postgresql + added a test
git-svn-id: trunk@6023 -
2007-01-17 11:27:52 +00:00
Jonas Maebe
3d99dcc178 * object constructors/methods obviously can also read the object
git-svn-id: trunk@6022 -
2007-01-17 10:09:41 +00:00
florian
685844b61c * set SSE CSR if sse is supported by the CPU
git-svn-id: trunk@6021 -
2007-01-17 08:27:48 +00:00
florian
5d2b592ed4 * fixed test
* single variant of the test

git-svn-id: trunk@6020 -
2007-01-17 08:26:54 +00:00
florian
a94a681603 * use system unit for SSECSR setter and getter
git-svn-id: trunk@6019 -
2007-01-17 08:08:49 +00:00
pierre
cc73d6e147 * postpone some freeing if SymbolInfo is needed
git-svn-id: trunk@6018 -
2007-01-17 05:46:21 +00:00
pierre
fa2a66c48d + Reintroduce SymbolInfo functions
git-svn-id: trunk@6017 -
2007-01-17 05:45:07 +00:00
pierre
71c5820780 * trying to resurrect Browser
git-svn-id: trunk@6016 -
2007-01-17 05:43:22 +00:00
pierre
57d944bbfe + needsymbolinfo boolean var added
git-svn-id: trunk@6015 -
2007-01-17 05:41:52 +00:00
pierre
7145c25260 * avoid level 2 comments
git-svn-id: trunk@6014 -
2007-01-17 05:40:35 +00:00
pierre
18f3be105a * get rid of unitialized warnings
git-svn-id: trunk@6013 -
2007-01-17 05:38:42 +00:00
pierre
eeb94bf9ea * avoid level 2 comments
git-svn-id: trunk@6012 -
2007-01-17 05:37:15 +00:00
pierre
4641d6d4c6 * Try to fix Browser issues
git-svn-id: trunk@6011 -
2007-01-17 05:35:29 +00:00
pierre
60eddddf61 * check symbol name presence before insertion into UnitsCodeCompleteWords
git-svn-id: trunk@6010 -
2007-01-17 05:32:46 +00:00
pierre
6606eac232 * missing TGDBController.SetDir method added
git-svn-id: trunk@6009 -
2007-01-17 05:29:53 +00:00
yury
9d3a3f3c49 * Fixed SafeArrayGetLBound,SafeArrayGetUBound,CheckVarArrayAndCalculateAddress (variant array bounds are stored in reverse order).
* It fixes test/testv9.pp for non Windows targets. 

git-svn-id: trunk@6008 -
2007-01-17 01:12:03 +00:00
florian
8ecdbbc515 * fix intf assignment
git-svn-id: trunk@6007 -
2007-01-16 22:42:21 +00:00
yury
d5922f01ff * reduced test complexity for ARM.
git-svn-id: trunk@6006 -
2007-01-16 22:08:05 +00:00
Jonas Maebe
9ad579855e * fixed webtbf/tw3631
* properly set vs_read/written status for tp-style objects
    without vmt of which a method is called

git-svn-id: trunk@6005 -
2007-01-16 21:15:21 +00:00
peter
125ed611b0 * fix uninitialzied buffers passed to setstring()
git-svn-id: trunk@6004 -
2007-01-16 19:17:01 +00:00
peter
323fc850b9 * fixed duplicate alias check
git-svn-id: trunk@6003 -
2007-01-16 18:31:27 +00:00
Jonas Maebe
84445cd6c0 * use math
git-svn-id: trunk@6002 -
2007-01-16 17:58:12 +00:00
peter
1721992acc * new test
git-svn-id: trunk@6001 -
2007-01-16 16:49:57 +00:00
Jonas Maebe
7f24462fcb * warn when doing not(uninitialised_variable)
git-svn-id: trunk@6000 -
2007-01-16 16:34:44 +00:00
Károly Balogh
baf13df198 + merged MorphOS changes
git-svn-id: trunk@5999 -
2007-01-15 23:59:57 +00:00
Károly Balogh
98f983ce08 + further fixes to sysutils, to make dircache work
git-svn-id: trunk@5998 -
2007-01-15 23:50:09 +00:00
Károly Balogh
779b178157 + removed workaround (dircache disable) for morphos (and amiga)
git-svn-id: trunk@5997 -
2007-01-15 23:46:11 +00:00
daniel
1911e2fd01 * Use external name to prevent linking errors.
git-svn-id: trunk@5996 -
2007-01-15 23:23:19 +00:00
Jonas Maebe
bc06fd4d74 * fixed mantis #6152 (allow overloads to be defined before all
forwarddefs have been implemented)

git-svn-id: trunk@5995 -
2007-01-15 21:59:43 +00:00
Jonas Maebe
6604b8ba06 * fixed bashisms
git-svn-id: trunk@5994 -
2007-01-15 21:56:25 +00:00
peter
c9703d43d5 * check also procedure aliases for duplicate names when
generating an export stub

git-svn-id: trunk@5993 -
2007-01-15 17:45:37 +00:00
peter
30e78b71c8 * fix IE after duplicate asm symbol
git-svn-id: trunk@5992 -
2007-01-15 17:45:01 +00:00
peter
5531ac8c91 * fixed -o for sharedlibrary
git-svn-id: trunk@5991 -
2007-01-15 17:21:38 +00:00
peter
8bf63f4f69 * don't generate RVA reloc in stabs if there is no symbol
git-svn-id: trunk@5990 -
2007-01-15 16:46:50 +00:00
Jonas Maebe
d6b54890e4 * pass arguments to the compiler using an array of ansistring so that
parameters containing spaces are preserved correctly

git-svn-id: trunk@5989 -
2007-01-15 12:35:48 +00:00
daniel
4e19e473a4 * Add target specifier.
git-svn-id: trunk@5988 -
2007-01-15 10:32:53 +00:00