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

33 Commits

Author SHA1 Message Date
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
brodsom
b85d5373e6 -Fix wrong format in a recent commit (Please review the warnings before commits) 2003-08-19 11:09:00 +00:00
aafemt
9dbf56310a sdl is UCHAR again 2003-08-15 10:23:46 +00:00
robocop
6e37a7e3e6 Since stringstream is no longer used, remove the header. 2003-08-13 11:07:32 +00:00
skidder
f2469e3399 Close can of worms opened by Mike Nordell when he attempted to use STL to write portable code 2003-08-12 17:32:01 +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
eku
766caa1242 Fixed compilation on SINIX-Z (Thanks to Dmitry Yemanov). 2003-07-17 11:49:04 +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
dimitr
b41fee4014 New error messages for:
- gbak
  - DSQL layer (aggregate tracking)
  - JRD layer (EXECUTE STATEMENT)
  - config stuff
2003-06-13 07:56:08 +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
brodsom
0323ac8b05 Put unused vars and functions inside NOT_USED_OR_REPLACED ifdef 2003-03-04 00:00:31 +00:00
dimitr
9efdc8b096 CONST -> const 2003-02-13 09:19:08 +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
hippoman
9a8f0768b9 Changed struct fld and FLD to local module names 2002-11-30 17:45:02 +00:00
kkuznetsov
6ae11fea4e *** empty log message *** 2002-11-25 15:28:45 +00:00
kkuznetsov
451ca397ca Fix compile error on SOLX86 2002-11-25 15:23:03 +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
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
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