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

156 Commits

Author SHA1 Message Date
brodsom
557c3db3c4 -Remove unneeded if (Thanks to Claudio) 2003-09-05 09:33:24 +00:00
brodsom
d426a55332 -Replace BOOLEAN, TRUE, FALSE 2003-09-04 13:45:44 +00:00
brodsom
8624a7c209 -Use NULL instead 0 for null pointers
-Remove unneeded casts
2003-09-01 07:58:04 +00:00
brodsom
d034fe82c6 -Remove GDS_VAL and GDS_REF 2003-08-30 02:02:36 +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
1891e08490 -Remove basic and pli remains 2003-08-19 09:24:15 +00:00
brodsom
82b847d512 -Fix cast warning 2003-08-19 09:22:20 +00:00
brodsom
16f025ac4b -Fix cast warnings
-Break long lines
2003-08-19 08:59:45 +00:00
robocop
386c2574b2 Minor corrections to the obsolete gdef 2003-08-12 10:02:27 +00:00
brodsom
fb51d2c17d Patch for MinGW 3.0 2003-07-14 16:55:04 +00:00
brodsom
8feff51688 Remove depends (unused and unmaintained) 2003-07-08 23:38:30 +00:00
dimitr
3fac72d57c Uniform tempfile naming. 2003-07-06 07:04:03 +00:00
brodsom
38bfdcf5f8 Changes only inside #ifdef DEBUG.
Needed to be able to build with -DDEBUG on gcc.(there are also some format corrections)
2003-06-30 18:10:46 +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
3428b753e0 Dudley warning fixes 2003-04-08 01:01:03 +00:00
brodsom
e0dae1ff44 - Correct formats
- Remove unused var
- ifdef unused code
2003-04-03 02:03:47 +00:00
brodsom
178c07c4ff - Move definition from header to the c which use it.
- Remove unused var
- Change NULL to 0
2003-04-03 02:00:35 +00:00
brodsom
4948880d0d Add FLINT_CACHE ifdefs 2003-03-09 02:25:58 +00:00
brodsom
3468459299 Return fb_assert to assert (rollback) 2003-03-04 03:42:23 +00:00
brodsom
4ced9fc2b3 Change assert to fb_assert when gdsassert is in use. to make clear if we use the standard macro or the fb one. 2003-02-28 16:35:45 +00:00
fsg
54da825192 main needs to be int 2003-02-20 19:37:41 +00:00
brodsom
1b70d12d5c Remove warnings 2003-02-20 00:28:12 +00:00
brodsom
14ce7a705b Remove W4 warnings (remains from ODS 5 and 7) 2003-02-18 11:38:40 +00:00
brodsom
6652d5a5bf Remove __BORLANDC__ define 2003-02-14 02:50:10 +00:00
dimitr
6e42d8c093 Fixed exception handling. 2003-02-13 12:01:28 +00:00
eku
a7f18b2e31 Removed "register" variables from the source code. It's up to the compiler
to hold variables in CPU registers.
2003-02-10 13:28:35 +00:00
brodsom
f55579f424 Remove JPN_ defines 2003-02-07 18:54:18 +00:00
brodsom
d14d73ce44 Remove unused vars 2003-02-05 19:44:01 +00:00
brodsom
6022486eb1 Remove unused vars 2003-02-05 19:35:02 +00:00
brodsom
4349166a26 Remove unused vars 2003-02-05 15:43:59 +00:00
alexpeshkoff
a83fcfeab9 Sorry for wrong DATABASE directive :-( 2002-12-16 16:25:09 +00:00
alexpeshkoff
19d71f7b71 Rename all links to why.cpp handle to struct why_hndl * 2002-12-16 15:44:11 +00:00
eku
39e296192c Removed inconsistencies pointed out by Claudio Valderr.
Replaced 'defined(__osf__) && defined(__alpha)' with 'SIZEOF_LONG == 8'.
New macro FB_NELEM calculates the number of elements in an array.
2002-12-02 08:25:23 +00:00
hippoman
9a8f0768b9 Changed struct fld and FLD to local module names 2002-11-30 17:45:02 +00:00
tamlin
83c6f43cd7 Bugfix for modify_relation and removing unused variables. 2002-11-21 20:43:58 +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
dimitr
5f61e44ddc Global names change:
FBOK=>FB_SUCCESS
FAILURE=>FB_FAILURE
xxx_FBOK=>xxx_SUCCESS
2002-11-14 08:33:08 +00:00
kkuznetsov
6887f405ab Renaming all occurences of SUCCESS to FBOK 2002-11-13 15:01:21 +00:00
skywalker
166ff6f924 Changes to make some NOD entries now XXX_NOD as per module (assume this
is part of Ignatio's change).
Change to define xdr_hyper when it's available locally.  (The standard
#include file rpc/xdr.h is not included and the definition needs to be
in remote/xdr_proto.h for some reason).
2002-11-12 05:05:01 +00:00
hippoman
8c1000988a * Changed NOD struct name to DUDLEY_NOD. 2002-11-11 19:11:52 +00:00
eku
9fcdb74685 More status vector cleanups (ISC_STATUS_LENGTH).
Autoconf checks for xdr_hyper.
2002-11-04 13:57:18 +00:00
seanleyne
b3ad604669 Removed support for obsolete "PC_PLATFORM" define 2002-10-31 05:06:02 +00:00
seanleyne
0b82f4aa07 Removed obsolete "Netware" port 2002-10-30 06:40:58 +00:00
tamlin
0b0e8e8f9e removed unused locals 2002-10-29 16:28:40 +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
skywalker
89e06a1b43 Merge final changes from fb1 tree. 2002-07-06 05:32:02 +00:00
paul_reeves
f9b8800970 Updated code to support building under Linux. Main changes are to support the platform manager and the move of kanji.* to /intl. 2002-06-23 19:51:37 +00:00
bellardo
d1761bee31 removed warnings. 2002-04-04 05:36:37 +00:00
tamlin
5ae485f0b5 cleaning up 2001-12-29 11:41:29 +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
bellardo
747d13c0d5 Changes to bring FB2 to c++ on *nix. 2001-07-12 05:46:06 +00:00
tamlin
9a776a604e First steps towards a C++ conversion. 2001-05-23 13:26:42 +00:00