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

247 Commits

Author SHA1 Message Date
asfernandes
5961e0934a Check another ICU status, triggered with GB18030 conversion 2009-09-23 15:58:02 +00:00
asfernandes
1fc134a32f Feature CORE-2636 - Add support for GB 18030 character set 2009-09-23 15:44:26 +00:00
alexpeshkoff
60a115efc2 Fixed CORE-2601: fine tuning of the installation directories does not work in configure 2009-09-11 10:49:46 +00:00
robocop
67c4d03965 Style. 2009-06-28 11:59:30 +00:00
robocop
f10e1b72eb Style. 2009-06-27 06:23:36 +00:00
asfernandes
158a05c78d Misc 2009-05-10 15:23:31 +00:00
robocop
0e7dc28051 Style. 2009-05-09 13:46:06 +00:00
robocop
f69515327a Add license and give proper credits (better late than never). 2009-05-05 14:46:37 +00:00
robocop
057be7448b Misc. 2009-05-05 12:46:23 +00:00
asfernandes
38a2912669 Misc 2009-05-03 21:57:13 +00:00
robocop
e5b226f7a7 More unused params; style. 2009-05-02 13:00:09 +00:00
robocop
87e9ed921e Redundant cast. 2009-05-01 17:25:00 +00:00
robocop
66b1227b22 Unused params, some formatting, cleanup. 2009-05-01 17:21:36 +00:00
asfernandes
f6f364da49 Trim trailling spaces 2009-04-04 16:39:31 +00:00
asfernandes
b377d67a74 Misc 2009-01-23 17:44:47 +00:00
alexpeshkoff
ae2a0d355c frontported minor visibility issue on darwin 2009-01-22 09:17:27 +00:00
asfernandes
59a8ce68c7 Move implementation details to out of the interface 2009-01-17 18:12:12 +00:00
asfernandes
92b8effda0 1) Fixed another problem with CP943C and BLOBs (CORE-2123)
2) CORE-2278 - Incorrect conversion from/to CP943C in RISC machines
2009-01-17 02:23:26 +00:00
alexpeshkoff
6ca7a71f88 Make code much cleaner with a price of few wasted bytes in CsConvertImpl 2009-01-16 15:05:27 +00:00
robocop
2c2fee86da Style. 2009-01-14 11:10:48 +00:00
alexpeshkoff
3f13437f2a Fixed gcc warning, avoid a lot of casts 2009-01-13 16:21:15 +00:00
robocop
ae03e3b515 Style. 2008-12-21 03:39:32 +00:00
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