svenbarth
|
b298483bb8
Allow compilation of the compiler with 2.6.x again on Unix systems.
|
12 years ago |
Jonas Maebe
|
1244cdff70
* don't treat bitpacked arrays of subranges of char that can be represented
|
12 years ago |
reiniero
|
76e6fff302
* sqldb: Firebird/Interbase: now Win64 SEH is enabled (r23732),
|
12 years ago |
marco
|
48a8509097
* fix for #23915, use inheritsfrom instead of classtype = xxx because
|
12 years ago |
marco
|
744d45714d
* added missing baudrates that were in 7.x already. Patch by Graeme, Mantis #23992
|
12 years ago |
sergei
|
2caa05ccd1
* Make Win64 SEH support enabled by default. If necessary to disable, compiler should be cycled with OPT=-dDISABLE_WIN64_SEH. Mantis #24012.
|
12 years ago |
paul
|
b9a33b2b0a
rtl: enabled collations building for win32 target
|
12 years ago |
paul
|
7a0b112e56
rtl: add FPC Independent Unicode String Manager from Inoussa (mantis #0022909)
|
12 years ago |
paul
|
fc0bab5844
rtl: possible fix compilation of charset.pp on 64 bit
|
12 years ago |
ludob
|
bb735aa7e5
sqldb: implemented TCustomConnection.Close(ForceClose : Boolean = False);
|
12 years ago |
paul
|
43e0116f61
compiler: update charset, cruemap and cpXXX.pas files from Inoussa (part of issue #0022909)
|
12 years ago |
paul
|
1481a6a066
compiler: rename cp1252, cp1253 pp files to pas for consistency
|
12 years ago |
marco
|
9f53738142
* fill in purpose of the unit in comment, updated copyright
|
12 years ago |
lacak
|
1533aff2cc
fcl-db: bufdataset: when index is added set IndexDefs.Updated to false to signal, that FIndexDefs and FIndexes are not synchronized. This allow next call to IndexDefs.Update (which tests Updated) do synchronization.
|
12 years ago |
svenbarth
|
c7f1569156
Up to now TSQLite3Connection used the variable SQLiteLibraryName to control the name of the SQLite library to use. The sqlite3dyn unit also contains a variable to control the library to use: SQLiteDefaultLibrary. To avoid potential confusion the variable from sqlite3dyn will be used from now on.
|
12 years ago |
svenbarth
|
da7b24e242
Avoid multiple threadvar lookups when querying the current TThread. Inspired by Michael Schnell.
|
12 years ago |
Jonas Maebe
|
3cde2b2d84
* fixed check for bitpacked accesses (mantis #24007)
|
12 years ago |
pierre
|
eeae77bfc2
Fix wrong cursor pos for 64 bit systems, hopefully fixes bug report 23957
|
12 years ago |
lacak
|
2cfcf32725
fcl-db: odbc: enable 64bit support (use SQLLEN, SQLULEN instead of SQLINTEGER, SQLUINTEGER) after ODBC header file was updated for 64 bit support in rev.23702
|
12 years ago |
michael
|
94e021157b
* Windows 64-bit patches from Laco
|
12 years ago |
pierre
|
d9758e5d0e
Avoid TARGET_DIRS_TARGET_DIRS garbage by explicitly setting result of string function in AddTargetDefines method to empty at startup
|
12 years ago |
Jonas Maebe
|
5d628b29bb
* set the subregsize of OS_M64 SSE registers to R_SUBQ so we can
|
12 years ago |
michael
|
02f64db373
* Fixes for typos from Reinier Olislagers (bug 23895)
|
12 years ago |
sergei
|
823e3ea398
MIPS: reworked PIC/call code:
|
12 years ago |
sergei
|
a1b50f643e
- removed never used function.
|
12 years ago |
pierre
|
f4b6625145
+ Use __setlocale_mb_len_max_32 for netbsd as suggested by linker warning
|
12 years ago |
yury
|
5bf237afc1
* Turn off assigning UnixGetModuleByAddrHook for Android, since dladdr() function is not available on old (1.x) Android versions.
|
12 years ago |
yury
|
5d061a7efa
* Do not use persistent register r5 in the library init code. It fixes crash during library load on some versions of Android. Issue #23974.
|
12 years ago |
yury
|
63d1c3aa94
* Set default CPU armv5t for arm-android. Issue #23973.
|
12 years ago |
florian
|
eb46359ae8
* marking r22827 as merged
|
12 years ago |