michael
|
96257e11d7
* Add widestrutils, delphi compatibility (Bug ID 28396)
|
9 years ago |
michael
|
244be4f4c2
* Added UnicodeStringReplace WideStringReplace (bug ID 28396)
|
9 years ago |
michael
|
5852d609b1
* Upgrade to unicode version 7, CLDR 27 (Patch by Inoussa Ouedraogo, bug ID #28603)
|
9 years ago |
michael
|
37596246cf
* XPM -> PNG
|
9 years ago |
michael
|
38da3db2b2
* Patch to add IBFixFssData, IBFixFssMeta options from Tsvetoslav (bug ID 28309)
|
9 years ago |
michael
|
f313a96af0
* Add 2 options for Firebird, patch by Tsvetoslav (bug ID 28309)
|
9 years ago |
michael
|
b4211ee8fb
* GetObjectNames implementation (adapted from Daniel Gaspary, bug ID #26254)
|
9 years ago |
michael
|
1906217491
* Fix default values (bug ID 27996)
|
9 years ago |
michael
|
6a84b02189
* Added SkipClientLibraryCheck option (bug ID 27395)
|
9 years ago |
michael
|
49fcad5119
* Patch from Luiz Americo to remove redundant field check (is in BindFields) Bug ID #29296
|
9 years ago |
michael
|
3c73c99a18
* Allow test cases to be created only once
|
9 years ago |
michael
|
602cce97ac
* Write not-loaded functions in case of load fail
|
9 years ago |
michael
|
4da8b0153c
* Add PKCS7 functions (Bug ID 20573)
|
9 years ago |
Jonas Maebe
|
8164d5aaf4
* don't make all procdef symbols global if we are using section-based
|
9 years ago |
Jonas Maebe
|
81381cfbb4
+ vectorized dead-strippable section support for LLVM
|
9 years ago |
michael
|
810fdb9d13
* Add sqlscript unit tests to test application
|
9 years ago |
michael
|
2b2bf19981
* Fix bug in SQL -- comment handling (by Andrea Urbani, bug ID #28333)
|
9 years ago |
michael
|
46e672e0a0
* Added threading example from Silvio Clecio
|
9 years ago |
michael
|
3e7357064d
* Add signal function (from Silvio Clecio)
|
9 years ago |
michael
|
de2eb17d6e
* Added windowed stream by Danny Milosavljevic (bug ID 12845)
|
9 years ago |
michael
|
081b6ce8a1
* Fix bug where BindFields does not raise error when a field is not found (Bug ID 28173)
|
9 years ago |
michael
|
8e33a70981
* Prevent timing attack, patch by Thaddy De Koning
|
9 years ago |
michael
|
d93babffde
* Prevent timing attack, patch by Thaddy De Koning
|
9 years ago |
florian
|
b7786d0849
* fix test parameter
|
9 years ago |
michael
|
4f82d103af
* Added SkipLastLineBreak to TStrings (bug ID 28213)
|
9 years ago |
michael
|
67d0cd1770
* Fix bug #29273 (extra argument for IsValidIdent)
|
9 years ago |
florian
|
a03d992cc0
* doing fastmath is not useful when testing currency calculation accuracy (test fails with fastmath enabled on some targets)
|
9 years ago |
florian
|
53e89b25d1
* reverted r32746: *inttype shall be the normally used integer type, os*inttype shall be the int type with the max. size of integer registers
|
9 years ago |
florian
|
3f2057a2f2
* do not generate blx instructions, the generation of blx instead of bl was introduced some years ago but today it proves to be wrong: if necessary, the linker converts the bl into a blx, this is also how gcc and clang handle it
|
9 years ago |
Jeppe Johansen
|
c929bb32ae
Make sure to remove postfix as well when fixing thumb instructions.
|
9 years ago |