brodsom
ff070a16a8
Replacing assert with fb_assert
2003-11-03 23:59:24 +00:00
robocop
cda707bd36
const correctness and other related changes
2003-11-01 10:26:43 +00:00
robocop
9ead7a37b4
const correctness
...
placed some variables in context
fixed some function signatures
closed a few possible buffer overruns
sorry to the platform maintainers, I can't verify what I did for non-Win32 builds
2003-10-29 10:53:47 +00:00
robocop
8182b6cba2
const correctness and other tasks
2003-10-16 08:51:06 +00:00
robocop
c8e2ddfe40
style
2003-10-05 06:23:04 +00:00
brodsom
8a7d7d294e
extern cleaning
2003-10-02 19:20:55 +00:00
robocop
c931a674c2
Cleanup.
...
Hopefully harmless
It should fix the issue introduced with constness in gds__interprete for current applications.
2003-09-29 12:43:14 +00:00
brodsom
b460d5fd40
Correction
2003-09-28 00:33:10 +00:00
robocop
484c6ec372
Cleanup, const correctness, variables in scope, etc.
...
Having done my best to merge everyone else's changes, I hope the tree can be build with whatever other tools != MSVC6.
2003-09-25 11:49:12 +00:00
brodsom
e2a10806dc
Wait a better solution with gpre
2003-09-23 19:47:22 +00:00
brodsom
c595b5fa4b
Style
2003-09-22 14:13:54 +00:00
brodsom
6d38ffe912
Style
2003-09-22 08:49:45 +00:00
brodsom
95dc4332a0
Cleaning macros
2003-09-18 17:38:21 +00:00
brodsom
a93ae54602
-Macro cleaning.
...
-remove FB_FROM_ALICE_CPP, it is unused (set_thread_data is only used in alice.cpp) and contains uncompilable code inside.
2003-09-18 10:56:32 +00:00
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
dimitr
129c7116d4
no message
2003-09-15 12:50:39 +00:00
dimitr
6c3009fcde
Fixed another problem in gfix. Thanks to Vlad Horsun.
2003-09-15 09:33:50 +00:00
dimitr
8138a08070
Fixed very old typo. Thanks to Vlad Horsun.
2003-09-15 08:05:09 +00:00
brodsom
40d9135e52
-Style
2003-09-14 01:08:37 +00:00
brodsom
7c7c2758dc
BOOLEAN cleaning
2003-09-10 17:52:12 +00:00
brodsom
8db51e6eba
Remove unneeded extern C
2003-09-08 01:51:41 +00:00
brodsom
b32c11986b
-Use NULL instead 0 for null pointers
...
-Remove unneeded casts
2003-09-01 07:41:37 +00:00
brodsom
d034fe82c6
-Remove GDS_VAL and GDS_REF
2003-08-30 02:02:36 +00:00
aafemt
4584a7ce47
removing word 'struct' from variable declarations as obsolete
2003-08-27 10:20:07 +00:00
brodsom
499337fda5
Split utilities dir
2003-07-15 02:43:36 +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
skidder
2ea5a6fa3b
Fix up memory leak in gfix I introduced quite some time ago. Noticed by Mike Nordell
2003-03-19 11:33:46 +00:00
skidder
58dc861d81
Fix up gfix to work with Services API on Linux CS
2003-03-13 16:54:04 +00:00
brodsom
d39da2e407
Avoid unused function warning
2003-03-07 00:35:10 +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
6e567674b6
New macro defined in firebird.h to remove compiler dependencies from cpp sources.
2003-02-27 21:44:48 +00:00
brodsom
20eabda391
Remove unneeded include and ifdef
2003-02-27 13:59:47 +00:00
brodsom
89702f3e88
Restore inlines
2003-02-25 00:05:06 +00:00
brodsom
a6dd59d159
Remove old protocols, only tcp is supported
2003-02-18 02:36:47 +00:00
brodsom
2d2a2282e4
Remove __cplusplus
2003-02-14 02:11:10 +00:00
brodsom
45efaaa7e0
Remove inline keyword.
2003-02-13 22:49:16 +00:00
dimitr
6e42d8c093
Fixed exception handling.
2003-02-13 12:01:28 +00:00
dimitr
9efdc8b096
CONST -> const
2003-02-13 09:19:08 +00:00
brodsom
9a71ae7987
Change #if 0 and #if 1 to NOT_USED_OR_REPLACED
2003-02-12 12:51:07 +00:00
brodsom
5e63f2cecc
Remove GUI_TOOLS define
2003-02-11 20:17:56 +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
e344265b48
Remove PC_PLATFORM remaining ifdef
2003-02-07 15:20:33 +00:00
dimitr
86ac24d99a
Why on earth should we bark on -user and -pass switches and consider them incompatible with something?
2003-02-04 13:14:19 +00:00
skidder
ba5e11b15c
Integrate new memory manager into the engine
2003-01-16 17:47:10 +00:00
alexpeshkoff
8f04fd8e3b
Cleanup of mixed use of macro FRBRD and struct why_hndl
2003-01-12 18:16:50 +00:00
alexpeshkoff
ba3e53f7be
Don't include internals of struct why_hndl where it is not required.
2003-01-03 12:52:39 +00:00
alexpeshkoff
a83fcfeab9
Sorry for wrong DATABASE directive :-(
2002-12-16 16:25:09 +00:00
alexpeshkoff
3217d2c812
Rename all links to why.cpp handle to struct why_hndl *
2002-12-16 15:16:32 +00:00