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
brodsom
bac69c42fc
extern cleaning
...
removing underscores in macros
DLL_EXPORT cleaning
2003-10-03 01:20:50 +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
dimitr
835c254336
Don't change screen cursor during CS attach.
2003-09-24 14:53:25 +00:00
brodsom
9d5721473a
Removing SHLIB_DEFS
2003-09-22 17:56:35 +00:00
brodsom
fa09e72d4e
Corrections (Thanks to Claudio)
2003-09-13 09:15:06 +00:00
brodsom
65d792cda0
-BOOLEAN cleaning
2003-09-11 18:59:34 +00:00
skidder
77b17de987
NBACKUP-related changes and some clean-up
2003-09-08 20:23:46 +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
499337fda5
Split utilities dir
2003-07-15 02:43:36 +00:00
brodsom
3e8835251f
Changes only inside #ifdef DEBUG.
...
Needed to be able to build with -DDEBUG on gcc.(there are also some format corrections)
2003-06-30 11:26:38 +00:00
dimitr
318d501392
Fixed manual TCP port assignment.
2003-06-25 07:39:04 +00:00
aafemt
931da98b2f
STATUS -> ISC_STATUS
2003-04-10 10:31:28 +00:00
dimitr
ae56ed3860
1. Ask for only asymmetric protocols from the client side.
...
2. Cleanup.
2003-04-09 13:20:56 +00:00
brodsom
c246f9d897
Avoid signed unsigned comparison
2003-04-03 17:19:10 +00:00
brodsom
e9528848f9
Correct formats
2003-04-01 11:35:44 +00:00
paul_reeves
f5d55453a7
Fix for an SS event handler bug (code courtesy of Jim Starkey)
2003-03-27 10:39:56 +00:00
dimitr
e23d6227ec
Reworked my previous changes in INET.
2003-03-19 13:14:09 +00:00
eku
71f98a7163
Some systems do not define INADDR_NONE.
2003-03-12 13:55:45 +00:00
dimitr
d7eff3d67a
Fixed posix builds.
2003-03-12 11:22:24 +00:00
dimitr
15fe1fb209
1. Cleanup
...
2. Fixed known issues with event processing
3. Used new config options
Although these changes seem to be unix-sockets compliant, I'm only 99% sure in it, so please let me know if it breaks any platform build.
2003-03-12 10:13:58 +00:00
brodsom
b3cce04f16
Add two braces to make it work on mingw
2003-03-11 19:51:07 +00:00
tamlin
96c5d5e8f3
Close Win32 handles at exit.
2003-03-11 05:53:55 +00:00
brodsom
94e8f58ece
Put alarm_handler inside HAVE_SETITIMER, is only used when this macro is defined.
2003-03-03 08:37:54 +00:00
brodsom
c7e4ee4ab4
-Comment declared but undefined functions. (found with gcc never defined warnings)
2003-03-01 19:11:57 +00:00
brodsom
7a3b56ef46
Use the same ifdef for function declarations and definitions. (found with gcc never defined warnings)
2003-03-01 17:51:59 +00:00
bellardo
337a77b914
More cleanup after renaming header files with name conflicts.
2003-02-18 16:06:01 +00:00
eku
6776adb23e
Added a test for <sys/socket.h> needed in remote/inet.cpp.
2003-02-18 12:38:27 +00:00
brodsom
73c77466b1
Remove multinet and wollongong vms protocols
2003-02-17 19:33:53 +00:00
eku
6bdeb9ef9d
Fixed "argument to non-pointer type `int' from NULL" and
...
"NULL used in arithmetic".
2003-02-14 14:26:05 +00:00
dimitr
f833079b2f
CONST -> const
2003-02-13 09:33:26 +00:00
eku
d36d4d0832
Fixed POSIX builds.
2003-02-10 09:26:52 +00:00
aafemt
8c121969c8
Some cleanup
2003-02-10 05:42:22 +00:00
dimitr
6bfbf2676b
New config values.
2003-01-15 14:10:07 +00:00
eku
5b8ffd81c2
Removed unused variables.
2002-12-10 11:53:53 +00:00
dimitr
153f31323c
More usage of the new config stuff.
2002-12-06 12:34:43 +00:00
eku
34e9391a97
Use the new macro FB_NELEM to calculate the number of elements in an array.
2002-12-02 09:45:52 +00:00
skidder
b592b6f7bf
Rollback recent xdr changes to make engine compilable on Linux(and other platforms) again
2002-11-18 16:20:21 +00:00
kkuznetsov
03626b4118
Migrating to OS native XDR if exist <rpc/xdr.h>
2002-11-18 10:16:45 +00:00
eku
a5e9087b7f
Moved the definition of NOFILE to a common place.
2002-11-18 07:57:43 +00:00
eku
e7624082a4
Autoconf cleanup:
...
o added tests for setitimer
o updated config.h.in and autoconfig_msvc.h (the latter may be incorrect)
o replaced NO_ITIMER with HAVE_SETITIMER
2002-11-14 07:35:52 +00:00
eku
093c9238b6
Cleanup
2002-11-14 06:48:09 +00:00
eku
b13bede16e
Autoconf: check for getpgrp
2002-11-12 13:15:13 +00:00
eku
53a096ea35
Cleanup
2002-11-12 12:16:43 +00:00
kkuznetsov
d5dd3db662
Fix some compile errors
2002-11-10 14:29:00 +00:00
eku
af691e2edc
Now you can specify the service name and port of the DB server via configure
...
--with-service-name specify inet service name (default=gds_db)
--with-service-port specify inet service port (default=3050)
So it's possible to run FB1 and FB2 together on the same machine.
2002-11-06 12:36:07 +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
seanleyne
17b68ccb68
Removed obsolete "SUN3_3" port
2002-10-31 05:33:35 +00:00
seanleyne
b3ad604669
Removed support for obsolete "PC_PLATFORM" define
2002-10-31 05:06:02 +00:00