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

109 Commits

Author SHA1 Message Date
skidder
184ffe896c Change DLL_EXPORT to FB_DLL_EXPORT in intl module to match engine (needed for INTL_BUILTIN on Linux) 2003-11-23 16:44:26 +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
skidder
e5397f4180 Ugly hack to make Firebird compatible with host applications using STL 2003-10-27 22:27:30 +00:00
robocop
f7e153bae4 style 2003-10-05 07:03:31 +00:00
robocop
467f0f6794 changed _INTL_COMPONENT_ to INTL_COMPONENT_FB 2003-10-05 07:03:09 +00:00
brodsom
2aeb693d06 extern cleaning
removing underscores in macros
DLL_EXPORT cleaning
2003-10-03 01:53:34 +00:00
brodsom
e1c63c5dd0 extern cleaning
removing underscores in macros
DLL_EXPORT cleaning
Removing duplicated declarations
2003-10-03 01:50:54 +00:00
dimitr
a47abc0dcc Added new collation by Sandor Szollosi. 2003-09-26 15:26:35 +00:00
brodsom
90738963a8 Remove duplicated function declaration 2003-09-20 23:33:36 +00:00
brodsom
52cb6ab2fd Cleaning extern C 2003-09-20 23:33:06 +00:00
brodsom
63f395e786 Macro cleaning (intl) 2003-09-18 22:12:03 +00:00
brodsom
03322c320c Macro cleaning (intl) 2003-09-18 22:06:59 +00:00
brodsom
ef2bbbb8b7 Style 2003-09-18 22:04:19 +00:00
aafemt
787a2f3f43 'struct' removal 2003-09-16 10:33:33 +00:00
brodsom
602c201989 -Remove NULL_PTR
-Remove unneeded NULL casts
-Remove (void) function return cast
2003-08-28 13:07:29 +00:00
brodsom
b353fb955b -Replace STATIC with static
-Remove a few unused macros
2003-08-21 16:22:11 +00:00
brodsom
79041a6fe2 Fix calling convention 2003-08-21 15:43:23 +00:00
brodsom
00e70270e8 Fix wrong header 2003-08-21 01:37:31 +00:00
brodsom
72ba3b14b9 Move intl module to c++ 2003-08-20 11:35:21 +00:00
brodsom
8093eca225 Move intl module to c++ 2003-08-20 08:38:05 +00:00
brodsom
8feff51688 Remove depends (unused and unmaintained) 2003-07-08 23:38:30 +00:00
skidder
d97fe56e4d Strange, but MSVC fails to compile C code that uses "inline" keyword directly. Replace it with "__inline" in my previous commit 2003-05-09 14:45:45 +00:00
skidder
574c18aa6e Optimize it a little 2003-05-08 19:47:27 +00:00
dimitr
80bdbdc195 Handle special win1251 characters properly. 2003-05-08 06:21:23 +00:00
skidder
891ac7638a Make UPPER() work correctly for WIN1251 charset 2003-04-29 17:14:03 +00:00
brodsom
47be7f6055 Add cast 2003-04-03 01:52:05 +00:00
brodsom
b0aa2de8ac Only code formatting changes 2003-03-31 23:44:21 +00:00
brodsom
2f4e70a863 Remove remaining warnings in intl 2003-03-21 13:16:21 +00:00
brodsom
06b9a8bda3 Add function pointers casts (remove warnings) 2003-03-18 12:25:59 +00:00
brodsom
965a17e6d1 Remove cs_unicode_fss.h and use cv_unicode_fss.h 2003-03-10 12:59:25 +00:00
brodsom
01af3bff71 Add newline at end of file 2003-03-06 12:23:13 +00:00
brodsom
c7d6889883 Put vars and functions inside the same ifdef for which is used (NOT_USED_OR_REPLACED for unused) 2003-03-04 00:09:33 +00:00
brodsom
f7be76ee00 Remove not used include 2003-02-28 14:52:03 +00:00
brodsom
165023d329 Remove FAR_VARIABLE 2003-02-28 12:57:13 +00:00
brodsom
34ccdceaa5 Update prototypes not valid for gcc when the function declaration is updated (Thank to Erik) 2003-02-20 15:47:23 +00:00
brodsom
e1bbc0d5f8 Update prototypes not valid for gcc when the function declaration is updated (Thank to Erik) 2003-02-20 13:34:42 +00:00
brodsom
46b759d9d2 Move old borland make files to builds directory 2003-02-19 13:12:38 +00:00
brodsom
3b486dfb95 Move def files to builds directory 2003-02-19 13:07:13 +00:00
brodsom
4b26b9d4f4 Fix bug in intl for a korean texttype. 2003-02-19 03:49:10 +00:00
brodsom
e8556eea30 Remove W4 warnings (old style declarator) and others W3 appeared when the declarator is updated. 2003-02-19 01:56:55 +00:00
aafemt
2dadf55537 WCHAR --> UCS2_CHAR and some cleanup around it 2003-02-18 05:24:35 +00:00
brodsom
abf4ac17a5 Add firebird header to intl 2003-02-17 10:37:42 +00:00
dimitr
5978440ce3 Cleanup. 2003-02-17 08:42:40 +00:00
eku
026e6ab673 Added needed header file to provide prototypes for sprintf and printf. 2003-02-14 14:05:47 +00:00
eku
bb53a6aedb Fixed nested comment. 2003-02-14 13:47:27 +00:00
dimitr
d39683e261 Cleanup. 2003-02-14 09:26:55 +00:00
dimitr
ea965de539 Cleanup. 2003-02-13 16:52:28 +00:00
eku
971811b68a Added missing system header file. 2003-02-13 14:55:16 +00:00
dimitr
ac645b0258 CONST -> const 2003-02-13 09:58:19 +00:00