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

91 Commits

Author SHA1 Message Date
robocop
1cd8e831d5 const correctness, variables in scope, bool, formatting, less casts, etc. 2003-09-12 09:04:38 +00:00
dimitr
a5daca2246 A bit more information from gbak. 2003-09-08 12:44:01 +00:00
brodsom
6bf80ee9fe -Fix wrong struct removal. 2003-09-03 16:31:28 +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
452201261b -Remove NULL_PTR
-Remove unneeded casts
2003-08-28 10:39:26 +00:00
aafemt
4584a7ce47 removing word 'struct' from variable declarations as obsolete 2003-08-27 10:20:07 +00:00
robocop
dac8740003 Fix SF Bug #750659 2003-08-21 11:02:33 +00:00
aafemt
9dbf56310a sdl is UCHAR again 2003-08-15 10:23:46 +00:00
brodsom
eda11719e5 -Patch cast warnings and add a compiler message. 2003-08-10 22:52:48 +00:00
aafemt
b672867147 sdl is a plain char again. Some cleanup around it 2003-07-24 10:21:42 +00:00
brodsom
fda73f91a4 Changes only inside #ifdef DEBUG.
Needed to be able to build with -DDEBUG on gcc.(there are also some format corrections)
2003-06-30 10:48:03 +00:00
skidder
2588debc89 Correct workaround of GCC 3.2 bug. Weirdness of our code fixed. 2003-06-03 10:26:59 +00:00
aafemt
1f0206c7ea Workaround for GCC 3.2 bug 2003-06-03 10:14:11 +00:00
aafemt
e5146fd644 Introduce of ISC_STATUS_ARRAY 2003-04-16 10:18:51 +00:00
aafemt
b3436b5cd7 STATUS -> ISC_STATUS 2003-04-10 06:32:58 +00:00
brodsom
da5cd97b78 - Fixes for burp warnings. 2003-04-07 21:51:21 +00:00
dimitr
67d61c78b7 Rolled back part of my previous commit. In fact, only one line fix was required. 2003-03-22 06:18:04 +00:00
dimitr
fa6f9a83e5 Fixed (porting?) bugs related to GBAK and Services API. 2003-03-21 16:19:16 +00:00
skidder
c9f7caa51d Make backup/restore process work when invoked via Services API on Classic engine 2003-03-09 21:16:25 +00:00
brodsom
0323ac8b05 Put unused vars and functions inside NOT_USED_OR_REPLACED ifdef 2003-03-04 00:00:31 +00:00
brodsom
6975a74c15 Remove W4 warnings (remains from ODS 5 and 7) 2003-02-17 23:22:31 +00:00
dimitr
9efdc8b096 CONST -> const 2003-02-13 09:19:08 +00:00
brodsom
03a2badde5 New charsets (....) 2003-01-25 03:12:46 +00:00
nmcc
090bc9737e Fix new compiler error in sparc specific code. 2002-12-29 01:45:24 +00:00
skidder
9b57d8b649 Several little changes to make engine compilable again on Linux 2002-12-16 21:19:51 +00:00
alexpeshkoff
a83fcfeab9 Sorry for wrong DATABASE directive :-( 2002-12-16 16:25:09 +00:00
alexpeshkoff
79478b73be Rename all links to why.cpp handle to struct why_hndl * 2002-12-16 15:24:35 +00:00
eku
5b8ffd81c2 Removed unused variables. 2002-12-10 11:53:53 +00:00
hippoman
9a8f0768b9 Changed struct fld and FLD to local module names 2002-11-30 17:45:02 +00:00
hippoman
7387e6fb70 changed nod,tra,req,trg,rel,ctx,prc struct names to local module names 2002-11-20 23:18:16 +00:00
hippoman
62cf7d7a88 change TRA,REQ,TRG,REL,CTX or PRC, to module local names. 2002-11-17 00:04:19 +00:00
tamlin
bd2751ed2c const correctness, 64-bit backup reporting (currently disabled by macro TMN_THINKS_NS_SHOULD_FIX_THIS until msg DB is updated) 2002-10-29 16:31:02 +00:00
eku
0c1b55dd08 Code cleanup:
Since we already have the define ISC_STATUS_LENGTH for the the length of
the status vector, we should use it! Replaced 'status[20]' with
'status[ISC_STATUS_LENGTH]'.

Replaced the different symbolic names for the maximum length of a path
(MAX_PATH, MAX_PATH_LENGTH, MAXPATHLEN) with one uniq symbol MAXPATHLEN.
2002-10-24 09:01:44 +00:00
dimitr
fb7eff39ef Commited Ignacio's fix for uninitialized variables in burp. 2002-10-22 08:05:57 +00:00
skywalker
5220bc3d26 Merge changes from fb1 2002-06-29 05:39:38 +00:00
dimitr
f063aa768b Fixed another bug with INT64 array slices. Thanks to Artem Petkevych. 2002-06-27 10:14:54 +00:00
bellardo
aca99866a7 Fixed warnings. 2002-04-04 05:32:02 +00:00
skywalker
a887af3646 Changes to make it compile on linux.
and work through a few issues.
2002-01-04 11:34:22 +00:00
tamlin
80f7fb6dd4 New C++ memory pool 2001-12-24 02:51:06 +00:00
skywalker
4c4bc9a95c Global changes for new Makefile and firebird2 compile on linux 2001-07-29 23:43:24 +00:00
bellardo
6681f4852e More changes to convert FB2 to c++. This time is files that have been renamed
and some conflict resolutions on files edited by more than one person at once.
2001-07-12 06:32:05 +00:00