8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-29 06:43:03 +01:00
Commit Graph

225 Commits

Author SHA1 Message Date
asfernandes
8fbf0e8e8c Remove trailing spaces (.cpp files) 2008-12-05 01:20:14 +00:00
asfernandes
dd7bee681f Misc 2008-12-05 01:02:07 +00:00
asfernandes
ff5f8745fb Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
asfernandes
8019ac93ee Misc 2008-11-21 17:28:12 +00:00
asfernandes
10936baafa Correction for RISC architectures 2008-10-28 00:19:28 +00:00
asfernandes
ea9226f663 Fixed CORE-2123 - Problem with get a CHAR UNICODE_FSS in CP943C connection charset 2008-10-25 20:36:35 +00:00
asfernandes
478b27120b Misc 2008-10-12 15:57:39 +00:00
alexpeshkoff
9b27aeaa52 Style and asserts - patch by Dmitry Kovalenko 2008-10-12 14:30:15 +00:00
asfernandes
364fb47606 Misc 2008-10-03 00:45:13 +00:00
asfernandes
795e42647e Fixed CORE-2095 - BUG at CVJIS_eucj_to_unicode
Improvement CORE-2103 - Implement well formed check for SJIS and EUCJ
2008-10-02 15:48:32 +00:00
asfernandes
7f4f7b06d6 Misc 2008-07-16 01:39:12 +00:00
asfernandes
cce6f50920 GCC emits warning when struct in non-anonymous namespace references struct from the anonymous namespace. Use void* and cast appropriatelly, because multiple declaration of struct using the same name
is not good and caused problem during V2.0 development.
2008-07-12 19:37:03 +00:00
asfernandes
552f58dd48 Misc 2008-06-06 02:25:35 +00:00
robocop
b8ea332022 Misc. 2008-06-05 11:02:42 +00:00
robocop
07c087094d Mostly remove useless parentheses. 2008-06-03 06:14:59 +00:00
asfernandes
a13821cd31 Optimization 2008-05-18 01:34:37 +00:00
asfernandes
62ea4dc307 Fixed CORE-1802 - Maximum key size using PXW_CSY collation 2008-05-17 18:18:31 +00:00
dimitr
b22ca46d6c Reduce number of warnings for 64-bit targets. 2008-05-12 05:59:40 +00:00
robocop
cd2e3a1862 Avoid const_cast. 2008-04-22 11:28:16 +00:00
asfernandes
16bcb633fa Fixed CORE-1781 - LIKE, STARTING WITH and CONTAINING may incorrect return true 2008-03-31 15:49:44 +00:00
asfernandes
1305691003 Misc 2008-02-28 02:43:23 +00:00
robocop
ac9836f499 Style. 2008-02-26 07:23:32 +00:00
asfernandes
3bc427b4a1 Remove MSVC warning 2008-02-13 14:19:31 +00:00
paulbeach
7119957fd9 1. Updated MacOS mod_loader to handle Bundles and Dynamic Libraries (yes the loading of the two is different)
2. Support the loading of the ICU Libraries dynamically
3. new = FB_NEW - prevent asserts.
2008-02-05 12:48:38 +00:00
asfernandes
b39ac40c9d Misc 2008-02-03 02:32:39 +00:00
robocop
8749072ca6 constness 2008-02-02 16:58:25 +00:00
alexpeshkoff
407576a226 Fixing merge 2008-01-16 13:18:14 +00:00
dimitr
17e5267603 The merge continued. 2008-01-16 07:15:01 +00:00
asfernandes
3ed4d0373a Misc 2007-10-06 16:07:31 +00:00
robocop
022397334d It seems our dear Alex only compiles in Release mode.
:-)
2007-10-06 10:29:46 +00:00
asfernandes
21b6d54c08 Fixed CORE-1375 - Wrong mapping for 0x212C in cs_gb2312.h 2007-10-05 15:18:47 +00:00
alexpeshkoff
abd533f545 Fixed CORE-1499: Wrong alignment of data, used in INTL converters 2007-10-05 14:37:33 +00:00
alexpeshkoff
948e564755 Fixed CORE-1484: AV in fbintl 2007-09-28 11:11:46 +00:00
asfernandes
bce7f3ff6c Fixed CORE-1446 - Problem with UNICODE collations from fbintl when using system ICU 2007-09-10 15:40:30 +00:00
asfernandes
7eb068c3ee Misc 2007-09-10 00:45:40 +00:00
robocop
1ced6fe42f Shorten code. 2007-09-02 09:36:53 +00:00
asfernandes
4581e241c9 Fixed CORE-1431 - Greek characters in cp1251 vs uppercasing 2007-08-29 15:16:59 +00:00
asfernandes
cc9925900c Correction accordingly to CORE-1374 2007-07-31 15:36:20 +00:00
asfernandes
642f1ae3cc Fixed incorrect order of compressions and expansions with SPECIALS-FIRST=1 collations 2007-07-27 16:15:16 +00:00
asfernandes
c52ae1ccb5 Fixed CORE-1384 - LIKE doesn't work correctly with collations using SPECIALS-FIRST=1 2007-07-27 15:34:39 +00:00
asfernandes
7599b495c2 Fixed CORE-1374 2007-07-22 15:09:23 +00:00
asfernandes
5d06ef32d8 1) CORE-1366 - French insensitive collation FR_FR_CI_AI
2) Renamed CP932 to CP943C per user feedback in CORE-1324
2007-07-19 01:25:23 +00:00
asfernandes
f044f67464 Feature request CORE-1324 - Japanese character set cp932 -- waiting for user feedback on what ICU charset is best 2007-06-22 01:59:34 +00:00
asfernandes
6d565f7588 Allow all narrow collations to use the new attributes. 2007-05-04 14:48:59 +00:00
alexpeshkoff
8b5dd60a66 fixed posix build after latest changes 2007-04-19 09:19:11 +00:00
robocop
46df6dd844 Misc. 2007-04-18 11:02:41 +00:00
asfernandes
a798e403ee Misc 2007-04-17 02:24:33 +00:00
asfernandes
9582ea243c 1) Upgrade INTL interface to undestand misc. configuration informations
2) Make our ICU collations work with different ICU versions (tested with ICU 3.6)
2007-04-15 15:57:12 +00:00
alexpeshkoff
d63491e3c5 Finished gcc-warnings cleanup 2007-04-11 16:05:40 +00:00
asfernandes
1780668aed Correction 2007-04-06 15:47:57 +00:00