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

110 Commits

Author SHA1 Message Date
brodsom
30f79b34f8 -Cleaning headers 2003-09-15 16:32:22 +00:00
brodsom
bdac17190c Clean a bit services interface
- Include service entrypoint in each proto file and remove from it the private function common to service and standalone. (burp, alice and gsec)
- Replace functions output_svc/output_thread/output_netware with SVC_output callback common for all. (burp, alice and gsec)
- Create typedef pfn_svc_output common for all svc, and correct SVC_read_ib_log and thread_test to be compatible with pfn_svc_output typedef. (svc.cpp)
- Put inside an ifdef code for '-svc_re' switch (in all sources).
2003-09-15 13:13:45 +00:00
brodsom
c20e144628 -Style 2003-09-15 02:03:54 +00:00
brodsom
aa111a0f89 -Style 2003-09-15 01:50:15 +00:00
brodsom
cc979ca279 -Style
-Cast corrections
2003-09-14 01:08:18 +00:00
brodsom
ba7b5fdcf9 -Remove GDS_VAL and GDS_REF
-BOOLEAN Cleaning
-Fix tab indent in restore and backup
2003-09-12 23:25:16 +00:00
robocop
1cd8e831d5 const correctness, variables in scope, bool, formatting, less casts, etc. 2003-09-12 09:04:38 +00:00
brodsom
7c7c2758dc BOOLEAN cleaning 2003-09-10 17:52:12 +00:00
dimitr
a5daca2246 A bit more information from gbak. 2003-09-08 12:44:01 +00:00
brodsom
8db51e6eba Remove unneeded extern C 2003-09-08 01:51:41 +00:00
brodsom
6bf80ee9fe -Fix wrong struct removal. 2003-09-03 16:31:28 +00:00
brodsom
d7f0660b35 -Remove NULL_B_FIL macro 2003-08-28 14:42:12 +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
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
skidder
f3348c4502 Apply FreeBSD patches by Tomas Skoda 2003-08-11 11:21:21 +00:00
brodsom
eda11719e5 -Patch cast warnings and add a compiler message. 2003-08-10 22:52:48 +00:00
dimitr
045f5239b7 Fixed gbak version string. 2003-07-31 15:34:51 +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
499337fda5 Split utilities dir 2003-07-15 02:43:36 +00:00
brodsom
8feff51688 Remove depends (unused and unmaintained) 2003-07-08 23:38:30 +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
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
alexpeshkoff
69baac9c66 Fixed bug with stdin/stdout use in win32 version of gbak 2003-05-02 16:04:56 +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
brodsom
c246f9d897 Avoid signed unsigned comparison 2003-04-03 17:19:10 +00:00
brodsom
a52456e969 Move definitions only used by gspit to spit.cpp 2003-04-03 08:51:16 +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
dimitr
b6ec9228e2 no message 2003-03-20 09:32:16 +00:00
brodsom
a63a61951c Remove unneeded/unused code 2003-03-18 01:35:11 +00:00
brodsom
4e0799f990 Remove LOC_DOUBLE macro (mips || next remains) 2003-03-13 00:49:47 +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
4591e47003 -Comment declared but undefined functions. (found with gcc never defined warnings)
-Add ifdef for output_netware.
2003-03-01 19:06:54 +00:00
brodsom
0bf30f1e26 Use the same ifdef for function declarations and definitions. (found with gcc never defined warnings) 2003-03-01 17:35:07 +00:00
brodsom
bf206c60ef Change gds_assert to fb_assert (gds_assert is a synonym for fb_assert) 2003-02-28 23:32:57 +00:00
brodsom
6e567674b6 New macro defined in firebird.h to remove compiler dependencies from cpp sources. 2003-02-27 21:44:48 +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