Jonas Maebe
|
ea0b9efd20
+ support for simplifying empty try-except statements
|
11 年之前 |
Jonas Maebe
|
5fa09fa2f4
* changed tcallnode.fforcedprocname from shortstring into tsymstr,
|
11 年之前 |
Jonas Maebe
|
9f6d6f4aa8
* copy tcallnode.fforcedprocname field
|
11 年之前 |
michael
|
6d43208e44
* Fixed memory leak, context and SSL object must be freed
|
11 年之前 |
lacak
|
aa62089fb3
fcl-db: sqldb: TSQLTransaction.EndTransaction should end transaction (a do not leave it active). So caCommitRetaining and caRollbackRetaining are only aliases of caCommit, caRollback in this case. Bug #26068
|
11 年之前 |
Károly Balogh
|
2d38cf0dbd
assemble: don't include exec directly, but use GetProcessID to generate the unique file ID, because that maps to exec/FindTask on Amiga anyway
|
11 年之前 |
Károly Balogh
|
fbc7b3d89a
fixed some recently added external vs. public mixup, so Amiga binaries even link again
|
11 年之前 |
Károly Balogh
|
633eeb79ed
m68k/ra68kmot.pas: fixed a pointer to signed int cast warning, so it now compiles with warnings on
|
11 年之前 |
Károly Balogh
|
3b787b7187
m68k/ra68k.pas: fixed some multi level comment warnings, so it now compiles with warnings on
|
11 年之前 |
Károly Balogh
|
94d1a04422
m68k/cpuasm.pas was an empty and unused file since the first SVN commit. other platforms also doesn't have such file, so removed.
|
11 年之前 |
Jonas Maebe
|
13fbf5b6ef
* fixup for r27725: limit change to subn
|
11 年之前 |
Tomas Hajny
|
fab4a91f4d
* package openssl supported for OS/2 now
|
11 年之前 |
Tomas Hajny
|
20545a79dc
* package supported for OS/2 now
|
11 年之前 |
Tomas Hajny
|
b101438eb7
* OS/2 support previously added to Synapse merged in
|
11 年之前 |
nickysn
|
89e9fac562
* TVMTBuilder.intf_allocate_vtbls: fixed the Ioffset calculation in i8086 far
|
11 年之前 |
reiniero
|
15275795da
* fcl-db: adjust blob type test to match narrowed number of allowed blob types in r27682
|
11 年之前 |
Jonas Maebe
|
20b8ade8ce
* added readbarriers as counterparts for the writebarriers (see
|
11 年之前 |
Jonas Maebe
|
e704dd8d74
* treat "u32bit-u32bit" as a signed value when removing automatic
|
11 年之前 |
nickysn
|
4f4e00e758
+ i8086 far data memory model fixes in tinterfaceentry and tinterfacetable
|
11 年之前 |
Jonas Maebe
|
35c64a7a69
* properly order all operations in TMultiReadExclusiveWriteSynchronizer
|
11 年之前 |
nickysn
|
791cd932fd
+ support i8086 far data memory models in tcg8086.g_intf_wrapper
|
11 年之前 |
florian
|
8207e0ef22
+ make use of vfnmsub*/vfmsub*/vfnmadd* instructions if possible
|
11 年之前 |
nickysn
|
6e7dd647fd
* Tcgx86.g_concatcopy: optimization for the case where source.segment is
|
11 年之前 |
lacak
|
1004c8db6f
fcl-db: base: implement TParam.AsBCD + test
|
11 年之前 |
lacak
|
b4f2f47f49
fcl-db: mysql: when MySQL reports field type as VARCHAR map to ftString and do not try remap to ftMemo.
|
11 年之前 |
lacak
|
54c09051a0
fcl-db: base: when copying character data use MaxLen up to Size (not DataSize), because buffer size is = DataSize, o we can copy max. DataSize-1 which is Size.
|
11 年之前 |
nickysn
|
906d828ee0
* tcg8086.g_copyvaluepara_openarray: fix for the case where ref.segment is
|
11 年之前 |
nickysn
|
c9c29a3cd4
+ ignore the source segment, when the destination cgpara is a near pointer in
|
11 年之前 |
nickysn
|
c9f8703679
+ set ref.segment to NR_SS for all temps/localvars on i8086. This allows the
|
11 年之前 |
nickysn
|
38aec68d6f
* ti8086vecnode.update_reference_reg_mul: remove the segment before calling
|
11 年之前 |