Jonas Maebe
|
4d1f213889
|
* fixed gprof support for darwin/ppc32 (although the output from gprof
isn't very useful, since it discards all symbols which contain a '$')
git-svn-id: trunk@6080 -
|
2007-01-19 21:43:12 +00:00 |
|
Jonas Maebe
|
01749b93f3
|
* disabled checkpointer for Darwin since it doesn't work
git-svn-id: trunk@6079 -
|
2007-01-19 21:40:58 +00:00 |
|
Jonas Maebe
|
31fa4e78c9
|
* call libc's exit instead of _exit when doing a halt, so the
libc atexit handlers are called
git-svn-id: trunk@6078 -
|
2007-01-19 21:05:28 +00:00 |
|
Jonas Maebe
|
e78568ba69
|
* test no longer has to fail in objfpc mode (in theory, it should fail
in Delphi mode though)
git-svn-id: trunk@6077 -
|
2007-01-19 19:33:04 +00:00 |
|
Jonas Maebe
|
a3f059bc29
|
* call the ansistring version of val for zero-based array-of-char
parameters (because they can be auto-converted to ansistring, but not
to shortstring) (mantis #8148)
git-svn-id: trunk@6076 -
|
2007-01-19 18:22:03 +00:00 |
|
Jonas Maebe
|
3e153102a8
|
* fixed calling class methods via classrefdefs (mantis #8145)
git-svn-id: trunk@6075 -
|
2007-01-19 18:05:58 +00:00 |
|
Jonas Maebe
|
6c05674d51
|
* fixed overload checking of virtual and class methods (mantis #8140)
* fixed "overload" keyword checking in Delphi mode
git-svn-id: trunk@6074 -
|
2007-01-19 17:20:36 +00:00 |
|
joost
|
85cf9db5e7
|
* Commented some unneeded buggy code
git-svn-id: trunk@6073 -
|
2007-01-19 15:02:31 +00:00 |
|
Jonas Maebe
|
ea5a5ad02c
|
* added missing abi field initialisation
git-svn-id: trunk@6072 -
|
2007-01-19 13:59:17 +00:00 |
|
Jonas Maebe
|
2ad3ef968f
|
* properly detect when we can't take the address of a with-expression
and assign it to a temp in that case (mantis #8141)
git-svn-id: trunk@6071 -
|
2007-01-19 13:01:07 +00:00 |
|
yury
|
4ed3ef645b
|
+ Added Delphi compatible richedit unit.
git-svn-id: trunk@6070 -
|
2007-01-19 12:54:44 +00:00 |
|
yury
|
2219e9fa45
|
* fixed: wrong fpc executable was used when doing make cycle to create cross compiler.
git-svn-id: trunk@6069 -
|
2007-01-19 12:38:05 +00:00 |
|
pierre
|
31e650f98d
|
fix another memory leak
git-svn-id: trunk@6068 -
|
2007-01-19 05:43:40 +00:00 |
|
pierre
|
d5e4828f6f
|
* avoid memory leak for copy of withnode in tempnodes
git-svn-id: trunk@6067 -
|
2007-01-19 05:12:08 +00:00 |
|
pierre
|
8132e2c5d0
|
* correct previous patch, the first letter was missing
git-svn-id: trunk@6066 -
|
2007-01-19 03:34:57 +00:00 |
|
pierre
|
4bd7803e00
|
* insure that env variable is only truncated if more than 255 chars after the equal sign
git-svn-id: trunk@6065 -
|
2007-01-19 03:29:40 +00:00 |
|
pierre
|
2c09c499ab
|
* avoid a range check error
git-svn-id: trunk@6064 -
|
2007-01-19 02:53:46 +00:00 |
|
pierre
|
67fd7833cd
|
* Use GetStr to get pstring values
git-svn-id: trunk@6063 -
|
2007-01-19 01:39:53 +00:00 |
|
pierre
|
903d6db366
|
* avoid redefinition of source OS
git-svn-id: trunk@6062 -
|
2007-01-19 01:38:29 +00:00 |
|
tom_at_work
|
e501fab034
|
* replaced all HandleError() calls to appropriate float_raise() calls
* added overflow handling for fpc_exp_real
* removed arbitrary tabbing by spaces, improving readability somewhat
git-svn-id: trunk@6061 -
|
2007-01-18 22:10:32 +00:00 |
|
yury
|
30db0a17db
|
* added some Delphi compatible redefs and constants.
git-svn-id: trunk@6060 -
|
2007-01-18 22:09:06 +00:00 |
|
Jonas Maebe
|
1fb6bc1cba
|
* updated copyright message for 2007
git-svn-id: trunk@6059 -
|
2007-01-18 21:51:54 +00:00 |
|
Jonas Maebe
|
f127da3bcb
|
* fixed warning/bug in FindCustomVariantType
git-svn-id: trunk@6058 -
|
2007-01-18 21:47:10 +00:00 |
|
michael
|
bdbd01be4f
|
* Inifile mag niet gemaakt worden bij openen
git-svn-id: trunk@6057 -
|
2007-01-18 21:14:29 +00:00 |
|
yury
|
901dd52840
|
+ new test.
git-svn-id: trunk@6056 -
|
2007-01-18 21:00:26 +00:00 |
|
peter
|
03c21e6621
|
* remove pkgwget from common units
git-svn-id: trunk@6055 -
|
2007-01-18 20:47:27 +00:00 |
|
peter
|
fc63672012
|
* forgot to add files
git-svn-id: trunk@6054 -
|
2007-01-18 20:30:58 +00:00 |
|
peter
|
8db1abd729
|
* dummy symbian rtl to get fpcmake working
git-svn-id: trunk@6053 -
|
2007-01-18 20:25:08 +00:00 |
|
peter
|
3a46ab06a3
|
* symbian support
git-svn-id: trunk@6052 -
|
2007-01-18 20:24:44 +00:00 |
|
peter
|
78499f85dd
|
* symbian support from Felipe
git-svn-id: trunk@6051 -
|
2007-01-18 20:24:10 +00:00 |
|
joost
|
5e4d291a87
|
* Temporary fix: enable double-quotation escaping for all databases.
git-svn-id: trunk@6050 -
|
2007-01-18 14:17:05 +00:00 |
|
pierre
|
e79ab4462b
|
disable quick edit mode in windows IDE
git-svn-id: trunk@6049 -
|
2007-01-18 14:00:38 +00:00 |
|
pierre
|
6bcc26b21b
|
HelpDebug local menu item added
git-svn-id: trunk@6048 -
|
2007-01-18 13:59:06 +00:00 |
|
pierre
|
30546d4f6a
|
+ Help debug infos added
git-svn-id: trunk@6047 -
|
2007-01-18 13:57:58 +00:00 |
|
pierre
|
9ecf3df6a4
|
+ Help debug infos added
git-svn-id: trunk@6046 -
|
2007-01-18 13:57:21 +00:00 |
|
pierre
|
d027efe65e
|
+ Help debug infos added
git-svn-id: trunk@6045 -
|
2007-01-18 13:56:49 +00:00 |
|
pierre
|
c31dab5ee5
|
+ Emulate outline object if unit is missing
git-svn-id: trunk@6044 -
|
2007-01-18 13:55:12 +00:00 |
|
pierre
|
c72badd6b2
|
+ Help debug info added
git-svn-id: trunk@6043 -
|
2007-01-18 13:53:33 +00:00 |
|
pierre
|
72c80d9696
|
+ Help debug info added
git-svn-id: trunk@6042 -
|
2007-01-18 13:52:53 +00:00 |
|
pierre
|
7934c6730f
|
Makefile regenerated for go32v2 needs graph package
git-svn-id: trunk@6041 -
|
2007-01-18 13:51:32 +00:00 |
|
pierre
|
9930a057ca
|
* go32v2 needs graph package
git-svn-id: trunk@6040 -
|
2007-01-18 13:51:08 +00:00 |
|
pierre
|
a85d15ab8f
|
+ add outline unit to the list of compiled units
git-svn-id: trunk@6039 -
|
2007-01-18 13:34:59 +00:00 |
|
pierre
|
5b8006f3ef
|
* fix small drawing problems
git-svn-id: trunk@6038 -
|
2007-01-18 02:56:36 +00:00 |
|
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 |
|