Jonas Maebe
|
df97cd65d9
* don't adjust directory separators in fexpand when we're compiling the
|
12 years ago |
Jonas Maebe
|
26b7f5a36c
* ensure that fexpand(ansistring) never converts its argument to a code page
|
12 years ago |
Jonas Maebe
|
14d62028ff
* don't convert ansistrings when calling setcodepage() with a code page
|
12 years ago |
Jonas Maebe
|
b115231ea4
* never change the code page of a non-empty string when calling setlength on
|
12 years ago |
Jonas Maebe
|
8d1090269e
* synchronised with trunk r25259
|
12 years ago |
sergei
|
3a12e94d21
* TVMTWriter.writeinterfaceids: pass target asmlist as parameter.
|
12 years ago |
pierre
|
c92eaebf34
Fix option passing for freebsd ans netbsd, add -Xd for linux also
|
12 years ago |
michael
|
cdc7ee0998
* Fix authorization header
|
12 years ago |
marco
|
9f34e4237c
* remove forgotten debug feature, (uses dbugintf,which is not part of the
|
12 years ago |
michael
|
ae4810edd6
* Restore old behaviour for caNone for Action
|
12 years ago |
michael
|
b1c111b423
* Mark transaction as closed in caNone case of EndTranscation
|
12 years ago |
michael
|
75362b0bb8
* Fixed ROLLBACK : all statements must be unprepared
|
12 years ago |
michael
|
abae19b553
* Reworked pool to a thread list
|
12 years ago |
michael
|
ae19359a7c
* Thread-safe connection pool
|
12 years ago |
florian
|
d23a5b7c7d
* store break/continue usage in a variable
|
12 years ago |
florian
|
cfcb4cab26
* simplify body of for loop before unrolling
|
12 years ago |
florian
|
5d4a094799
* calculate complexity of exit nodes correctly
|
12 years ago |
florian
|
0a22199738
* always use the varrec size retrieved from the system unit when advancing to the next element
|
12 years ago |
nickysn
|
fe4cac96be
+ added overloads to tai_const.Createname and Create_type_name, which take a Tasmsymtype parameter; to be used for declaring external symbols which reside in the data segment with AT_DATA, which is necessary for i8086 medium and compact memory models (where code and data pointers are of different size)
|
12 years ago |
nickysn
|
7ae9c5b668
+ added optional Tasmsymtype parameter to TAsmData.RefAsmSymbol and WeakRefAsmSymbol to allow specifying things like AT_DATA for external symbols that reside in the data segment, which is needed for i8086 medium and compact memory models
|
12 years ago |
florian
|
b29591ffd3
* fix msdos rtl makefile for newer makes
|
12 years ago |
florian
|
3d90ac82f8
* disable regable 4 bytes records on 16 bit alu targets, to enable them, location handling should be rewritten else gen_load_cgpara_loc gets even more messy
|
12 years ago |
florian
|
11ff8a4ec1
+ support register parameters with multiple locations
|
12 years ago |
florian
|
86c36995dd
* i8086 has no 32 bit rol/ror support so disabled inlined ror/rol for now
|
12 years ago |
florian
|
6377c180bf
* disable packages which do not build on msdos
|
12 years ago |
svenbarth
|
ff3bb9322a
Fix for Mantis #24848.
|
12 years ago |
reiniero
|
83e843fe2a
* fcl-db: TParam.SetAs***: set variant datatype before value assignment. Mantis #24728. Patch by Andrew Brunner.
|
12 years ago |
nickysn
|
a5517cd3d4
* SI and DI removed from the i8086 saved_standard_registers list, because they are volatile in TP7's default calling convention
|
12 years ago |
Mattias Gaertner
|
90d78e775e
instantfpc: version 1.3: compile into temporary directory to avoid clashes in parallel compilations
|
12 years ago |
florian
|
57d4185d44
* allocate/deallocate cpu registers as late/early as possible, this gives the reg. allocator more flexibility
|
12 years ago |