brodsom
03a1e77830
-Fix error (found by Erik)
2003-11-18 10:52:40 +00:00
robocop
a94dbd85fd
const correctness and other minor items
2003-11-18 07:58:35 +00:00
brodsom
0d57b75c5e
-simplify ifdefs
2003-11-18 02:26:46 +00:00
brodsom
88a2611ed1
-Removing some unneeded headers (WIN_NT) or explaining why are needed
2003-11-16 16:17:38 +00:00
brodsom
27cbcdd73e
-Removing some unneeded headers (WIN_NT) or explaining why are needed
2003-11-16 12:57:23 +00:00
brodsom
451460c167
-Removing some unneeded headers (WIN_NT) or explaining why are needed
2003-11-16 12:23:24 +00:00
brodsom
c5253ae8a5
-Replace gds__ constants with isc_ contants
...
-Replace codes.h with iberror.h (or remove)
-Move gds__vax_integer and gds__event_block* to alt.cpp and isc_ to gds.cpp
-Use ISC_QUAD internally
-Use isc_vax_integer internally
2003-11-11 12:19:20 +00:00
robocop
f55c6f6f8c
const correctness and cleanup
2003-11-10 09:16:38 +00:00
brodsom
e9bfb1004f
Removing gdsold.h
2003-11-08 16:20:11 +00:00
eku
da0d0f068f
Cleanup usage of gettimeofday.
2003-10-31 11:33:45 +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
eku
a065715070
Fixed another compile problem with logf.
2003-10-14 13:01:09 +00:00
robocop
480c1ee968
const correctness
2003-10-08 08:42:48 +00:00
robocop
a6e32edc3a
Renamed rogue variable
2003-10-07 09:56:52 +00:00
eku
cfbffe01aa
Fixed compile error.
2003-10-07 08:34:04 +00:00
brodsom
ec9d899cb2
extern cleaning
2003-10-03 00:55:27 +00:00
brodsom
9d5721473a
Removing SHLIB_DEFS
2003-09-22 17:56:35 +00:00
brodsom
1c49f58160
Prevent unused warning, if the file is compiled. (Thanks to Claudio)
2003-09-20 14:52:52 +00:00
skidder
9345a02f63
Back out recent header cleanup changes to let the engine compile
2003-09-16 21:43:53 +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
brodsom
7c7c2758dc
BOOLEAN cleaning
2003-09-10 17:52:12 +00:00
robocop
83e31837a5
const correctness, bool, variables in scope, etc.
2003-09-09 11:21:26 +00:00
skidder
77b17de987
NBACKUP-related changes and some clean-up
2003-09-08 20:23:46 +00:00
brodsom
69698fc2eb
Remove unneeded extern C
2003-09-06 00:52:10 +00:00
brodsom
c888031a73
Remove obsolete comment
2003-09-03 10:10:12 +00:00
brodsom
7a04ed0496
-Corrections to wal build
...
-Add walw.exe build to msvc6
2003-09-01 12:08:56 +00:00
brodsom
8624a7c209
-Use NULL instead 0 for null pointers
...
-Remove unneeded casts
2003-09-01 07:58:04 +00:00
brodsom
70c6a819ee
-Remove BOOLEAN, TRUE and FALSE
2003-08-29 00:37:25 +00:00
brodsom
c527c440de
-Fix format warning
2003-08-10 11:41:57 +00:00
brodsom
d6f1477b8d
-Fix format warnings
...
-Remove unneeded casts
2003-08-09 18:49:08 +00:00
aafemt
e5146fd644
Introduce of ISC_STATUS_ARRAY
2003-04-16 10:18:51 +00:00
aafemt
c6fa204463
STATUS -> ISC_STATUS
2003-04-10 10:42:56 +00:00
brodsom
b3bcc1ff28
WAL warning fixes
2003-04-08 01:03:15 +00:00
brodsom
b674d5ac89
Avoid signed unsigned comparisons
2003-04-03 18:43:08 +00:00
brodsom
7a7ac9419c
Correct formats
2003-04-01 21:59:31 +00:00
brodsom
795cdceda5
Correct formats
2003-04-01 12:37:33 +00:00
dimitr
7293a633e0
Fixed exception handling.
2003-02-13 13:09:58 +00:00
eku
5b8ffd81c2
Removed unused variables.
2002-12-10 11:53:53 +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
eku
507b9c86c8
Do not redefine MAXPATHLEN. Always use the value supplied by the operating
...
system (header files).
2002-11-06 07:08:49 +00:00
eku
9342d36baa
Arrays that hold filenames must be at least MAXPATHLEN long.
2002-11-04 11:19:21 +00:00
dimitr
e51cbb97ef
Finilized Sean's cleanup.
2002-10-31 11:58:41 +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
seanleyne
05a126730b
Completed removal of obsolete "IMP" port
2002-10-28 03:52:09 +00:00
seanleyne
829d6d32d5
Completed removal of obsolete "DELTA" port
2002-10-28 03:47:47 +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
bellardo
0eaf588b49
renamed header files jrd/math.h and jrd/time.h to jrd/jrd_math.h and
...
jrd/jrd_time.h.
2002-09-27 00:20:12 +00:00