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

37 Commits

Author SHA1 Message Date
asfernandes
8fbf0e8e8c Remove trailing spaces (.cpp files) 2008-12-05 01:20:14 +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
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
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
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
alexpeshkoff
abd533f545 Fixed CORE-1499: Wrong alignment of data, used in INTL converters 2007-10-05 14:37:33 +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
6d565f7588 Allow all narrow collations to use the new attributes. 2007-05-04 14:48:59 +00:00
alexpeshkoff
d63491e3c5 Finished gcc-warnings cleanup 2007-04-11 16:05:40 +00:00
asfernandes
4fb8cb021d Collation attributes DISABLE_COMPRESSIONS and DISABLE_EXPANSIONS to fix cases like CORE-426 - Wrong sort order when using es_ES collate 2006-12-09 00:16:57 +00:00
asfernandes
ac0f122511 Fixed CORE-997 - Database-Update 1.5 to 2.0 fails 2006-12-01 14:36:12 +00:00
asfernandes
db6a805bec Correction 2006-10-18 03:14:33 +00:00
asfernandes
72d74a2042 Implementation of collation attribute SPECIALS_FIRST for narrows collations to sort specials characters in the primary level instead of the last one. (CORE-202) 2006-10-16 19:17:44 +00:00
asfernandes
45346169c5 1) UNICODE_CI - UNICODE case-insensitive collation for UTF8
2) Locale specific attribute for UNICODE collations
3) Remove code duplication in implementation of UNICODE collations for fbintl
4) Remove ugly TEXTTYPE type
2006-09-17 20:06:36 +00:00
robocop
c5f2284b15 Style. 2006-04-06 08:18:53 +00:00
robocop
15068adc40 Misc. 2005-12-03 06:39:08 +00:00
asfernandes
380e6c62bf Fix problem reported by Arno 2005-07-30 18:00:56 +00:00
asfernandes
59213efe7e Merge INTL branch into HEAD 2005-05-27 22:45:31 +00:00
robocop
950216de4e Misc. 2004-12-08 05:58:41 +00:00
brodsom
8d062bf07e -Macro cleaning
-Remove langdrv.h
2004-05-18 21:58:19 +00:00
brodsom
36d6d40469 Macro cleaning 2004-05-17 10:22:34 +00:00
brodsom
0daa189563 Removing ib_stdio.h 2004-04-28 22:36:29 +00:00
robocop
2ab1f94dd2 Cleanup
Some minor corrections
Second step to rename
2004-03-11 05:04:26 +00:00
robocop
e6187cecd2 Cleanup
Some bug fixes
Style
2004-03-07 07:58:55 +00:00
robocop
35396625f5 const correctness
function signatures
variables in local scope
BOOLEAN -> bool
TEXT[32] as SqlIdentifier for DYN
Stop random garbage in firebird.msg's bytes 8 to 11
some cleanup
2003-11-05 09:02:33 +00:00
brodsom
ff070a16a8 Replacing assert with fb_assert 2003-11-03 23:59:24 +00:00
brodsom
90738963a8 Remove duplicated function declaration 2003-09-20 23:33:36 +00:00
aafemt
787a2f3f43 'struct' removal 2003-09-16 10:33:33 +00:00
brodsom
b353fb955b -Replace STATIC with static
-Remove a few unused macros
2003-08-21 16:22:11 +00:00
brodsom
8093eca225 Move intl module to c++ 2003-08-20 08:38:05 +00:00