Jonas Maebe
92c7553818
* fixed wrong freeing of system threads when a tthread is freed
...
(first threadfunc would call endthread -> detach+pthread exit,
and then tthread.destroy would waitfor -> pthread_join for
this pthread, while you cannot join a detached thread)
* cleaned up freeing an InitiallySuspended thread
git-svn-id: trunk@3889 -
2006-06-18 12:35:44 +00:00
florian
6ed96fd8ad
* fixed compilation
...
git-svn-id: trunk@3887 -
2006-06-17 21:33:08 +00:00
florian
6ffe481799
* fixed sse addition if operands were swapped and in float registers
...
git-svn-id: trunk@3885 -
2006-06-17 19:43:15 +00:00
florian
90cc0f3619
+ define the assembler reader always explicitly
...
git-svn-id: trunk@3882 -
2006-06-17 13:22:30 +00:00
Tomas Hajny
32774f91ed
* comment about FileOpen return value modified
...
git-svn-id: trunk@3881 -
2006-06-16 20:45:30 +00:00
florian
6263aefef5
* locally changed pp.lpi reverted
...
git-svn-id: trunk@3880 -
2006-06-16 20:32:16 +00:00
marco
0bb37b3e1a
* small fixes due to tcentre
...
git-svn-id: trunk@3879 -
2006-06-16 20:04:22 +00:00
florian
aa18f7523d
* made synchronize class method public
...
git-svn-id: trunk@3877 -
2006-06-16 19:33:03 +00:00
florian
481f73e989
* don't check pointers in the heap trace unit fixes #7050
...
git-svn-id: trunk@3873 -
2006-06-16 17:50:41 +00:00
florian
6387c36346
* fixed make cycle
...
git-svn-id: trunk@3871 -
2006-06-15 16:46:07 +00:00
Jonas Maebe
5fa53a1a8c
* optimize away "x mod 1" and "x div 1" + test (ppc code generator handled
...
"div 1" wrongly)
git-svn-id: trunk@3868 -
2006-06-15 15:53:43 +00:00
michael
a49a8ba774
* Take link contents into account when writing seealso section
...
git-svn-id: trunk@3866 -
2006-06-13 22:54:59 +00:00
michael
85017f4139
+ Fixed incMonth so it truncates on the number of days in the target month
...
git-svn-id: trunk@3864 -
2006-06-13 22:23:25 +00:00
michael
dc0e8428a6
+ Fixed rights parameter in TFileStream.Create and FileCreate
...
git-svn-id: trunk@3862 -
2006-06-13 22:01:49 +00:00
michael
a3c573cf8d
+ Fixed nodefault storage specifier and case where stored is explicitly true
...
git-svn-id: trunk@3860 -
2006-06-13 21:41:52 +00:00
michael
8b6142e9b3
+ Fixed syntax highlighting. Asm blocks now also correct
...
git-svn-id: trunk@3859 -
2006-06-13 19:34:49 +00:00
oro06
42bd89095f
*fix fileopen (please OS2,EMX maintainers have a look)
...
git-svn-id: trunk@3858 -
2006-06-13 08:15:35 +00:00
Jonas Maebe
8e5e1d8cdb
* another shuffle fix
...
git-svn-id: trunk@3857 -
2006-06-13 07:54:35 +00:00
Jonas Maebe
bbeb8c14b1
* fixed shuffle helpers
...
git-svn-id: trunk@3856 -
2006-06-13 07:53:39 +00:00
oro06
dbaa57c417
*wince:
...
aygshell removed packed record
git-svn-id: trunk@3855 -
2006-06-13 07:22:47 +00:00
michael
9c13368393
* Support for file type parsing (part 2)
...
git-svn-id: trunk@3853 -
2006-06-12 20:08:12 +00:00
michael
28ce91de92
* Support for file type parsing
...
git-svn-id: trunk@3852 -
2006-06-12 20:00:16 +00:00
peter
16411cda22
* fix win32
...
git-svn-id: trunk@3851 -
2006-06-12 17:59:38 +00:00
peter
fc2f86b210
* small cleanup fixes
...
* fix uninitialized initial refcount in newwidestring
git-svn-id: trunk@3850 -
2006-06-12 17:35:16 +00:00
Vincent Snijders
48e7db040e
* fixed typo * fixed typo (issue #7042 )
...
git-svn-id: trunk@3849 -
2006-06-12 17:25:04 +00:00
peter
e53cd4735a
* replace * in $R with main source instead of modulename
...
git-svn-id: trunk@3845 -
2006-06-11 12:45:45 +00:00
peter
eb8db1e460
* fix internal alias parameters for incr_ref
...
git-svn-id: trunk@3844 -
2006-06-11 10:51:27 +00:00
daniel
6de9a0ffb2
* Handle video initialization failure.
...
git-svn-id: trunk@3843 -
2006-06-11 10:11:34 +00:00
peter
85937fa706
* revert r3568, it generates infinite recursion
...
git-svn-id: trunk@3842 -
2006-06-11 10:03:02 +00:00
daniel
4a3248bc08
+ Correct behaviour when initialization fails.
...
git-svn-id: trunk@3841 -
2006-06-11 09:00:19 +00:00
daniel
542bb08ee4
* Typo
...
git-svn-id: trunk@3840 -
2006-06-11 08:44:54 +00:00
daniel
7a4203b79a
* Add codepage directive to files.
...
git-svn-id: trunk@3839 -
2006-06-11 06:38:45 +00:00
daniel
42b9201728
* Fix disposenode bug.
...
git-svn-id: trunk@3838 -
2006-06-11 06:24:01 +00:00
daniel
9a3335e194
* Some improvements regarding code readability.
...
git-svn-id: trunk@3837 -
2006-06-10 18:48:24 +00:00
daniel
31c77b43d8
* Change two precondition checks into assertions.
...
git-svn-id: trunk@3836 -
2006-06-10 15:35:34 +00:00
Almindor
cfcc14fdb9
* removed debug writeln from init section
...
git-svn-id: trunk@3835 -
2006-06-10 09:46:18 +00:00
tom_at_work
f38dcb7145
* fixed wrong alignment on 64 bit cpus for rtti data for ordinals and enums if the cpu requires proper alignment
...
git-svn-id: trunk@3834 -
2006-06-09 21:01:57 +00:00
joost
22982a127d
+ Fix for the postgresql transaction becoming invalid
...
git-svn-id: trunk@3833 -
2006-06-09 20:59:06 +00:00
yury
01edb71190
* internal linker removes imports referenced by unused code.
...
git-svn-id: trunk@3832 -
2006-06-09 20:57:48 +00:00
yury
8bef50f29f
* fixed import by ordinal number for all Windows targets when using external linker.
...
git-svn-id: trunk@3830 -
2006-06-09 20:02:03 +00:00
joost
90b40e9385
+ Fixed a crash when connecting to a database fails when using execsql on a query
...
git-svn-id: trunk@3829 -
2006-06-09 18:54:12 +00:00
yury
fb9f8bb2a1
* Support for -WB<image_base> option in internal linker.
...
git-svn-id: trunk@3828 -
2006-06-09 11:08:46 +00:00
yury
e80e5be980
* RELOC_RVA fix for ARM cpu.
...
* Added offset overflow check for RELOC_RELATIVE_24.
git-svn-id: trunk@3827 -
2006-06-09 11:06:10 +00:00
joost
ef160f44a3
+ fix for TBCD.GetDataSize
...
+ Improved error-message on unknown-parameters
git-svn-id: trunk@3826 -
2006-06-08 20:57:40 +00:00
michael
1e0d556788
+ Patch to allow uncompressed data after compressed data from Sergei Gorelkin
...
git-svn-id: trunk@3825 -
2006-06-08 18:17:35 +00:00
michael
f434360dd6
+ More patches from Sergei Gorelkin.
...
git-svn-id: trunk@3824 -
2006-06-08 18:09:03 +00:00
Jonas Maebe
bc96cd8008
+ more rlwinm optimizations
...
git-svn-id: trunk@3823 -
2006-06-08 09:48:08 +00:00
joost
4cbb626991
+ implemented bcd-fields for postgresql
...
+ return 0 if bcd field is null
git-svn-id: trunk@3820 -
2006-06-07 21:01:21 +00:00
Jonas Maebe
9e57973566
- reverted previous fix, is wrong
...
git-svn-id: trunk@3819 -
2006-06-07 20:52:45 +00:00
Jonas Maebe
d9c1078793
* fixed mantis bug #6913
...
git-svn-id: trunk@3818 -
2006-06-07 19:37:47 +00:00