eku
|
bcee67e165
|
Typo.
|
2003-10-30 10:03:22 +00:00 |
|
eku
|
9c114cf8e0
|
Detect POSIX threads support with autoconf. Some code cleanup.
|
2003-10-30 09:49:40 +00:00 |
|
skidder
|
4e8605294e
|
Forward port Sparc fixes
|
2003-10-10 23:56:57 +00:00 |
|
brodsom
|
2aeb693d06
|
extern cleaning
removing underscores in macros
DLL_EXPORT cleaning
|
2003-10-03 01:53:34 +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
|
9d5721473a
|
Removing SHLIB_DEFS
|
2003-09-22 17:56:35 +00:00 |
|
skidder
|
77b17de987
|
NBACKUP-related changes and some clean-up
|
2003-09-08 20:23:46 +00:00 |
|
brodsom
|
6a2ef35fda
|
-Remove NULL_PTR
-Remove unneeded NULL casts
-Remove (void) function return cast
|
2003-08-28 13:16:03 +00:00 |
|
brodsom
|
0a786be3a8
|
-Fix unused warnings
|
2003-08-19 01:25:50 +00:00 |
|
brodsom
|
dbbbc92f53
|
-Fix format warning
|
2003-08-10 01:21:34 +00:00 |
|
brodsom
|
d98d358edf
|
-Fix signed/unsigned comparison warning
|
2003-08-10 00:39:51 +00:00 |
|
brodsom
|
daf2d5ff2c
|
-Fix cast warnings
-Fix signed/unsigned comparison warnings
-Fix format warnings
-Add MinGW 3.0 rc header
|
2003-08-09 21:15:32 +00:00 |
|
dimitr
|
dd6872bf02
|
1) Cleanup
2) Some changes for the embedded server
|
2003-07-05 12:45:00 +00:00 |
|
skidder
|
f7f599ea13
|
Improve diagnostics
|
2003-05-25 19:24:09 +00:00 |
|
skidder
|
1cc61a09b4
|
Allow easy adjustment of LockSemCount in Posix builds. Do not fail if value is adjusted in configuration file, but cannot be applied because of running engine processes
|
2003-05-25 18:59:19 +00:00 |
|
aafemt
|
19bb54f2a8
|
STATUS -> ISC_STATUS
|
2003-04-10 06:49:16 +00:00 |
|
brodsom
|
b9bdc2a2fe
|
- Avoiding some signed unsigned comparisons
|
2003-04-03 13:52:42 +00:00 |
|
brodsom
|
37b1a9d1de
|
- Avoid unused variable warnings
|
2003-04-02 11:22:30 +00:00 |
|
brodsom
|
7a7ac9419c
|
Correct formats
|
2003-04-01 21:59:31 +00:00 |
|
dimitr
|
ba5f72f246
|
Little fix.
|
2003-03-12 13:20:23 +00:00 |
|
brodsom
|
3468459299
|
Return fb_assert to assert (rollback)
|
2003-03-04 03:42:23 +00:00 |
|
fsg
|
e0dcb77416
|
Fixed some really old typos.
Included ExecuteStatement in the LINUX-Build
|
2003-03-02 17:47:22 +00:00 |
|
brodsom
|
f80b6ebd2f
|
Put declaration of functions only defined when #ifdef UNIX inside an #ifdef UNIX
|
2003-03-01 12:29:22 +00:00 |
|
brodsom
|
a5b4683087
|
Rollback change from assert to fb_assert, this source uses <assert.h> from included jrd.h from included fb_vector.h
|
2003-02-28 23:46:34 +00:00 |
|
brodsom
|
a29a9275de
|
-Remove the SOLARIS specific stuff, NDEBUG is set at the compiler command line, and assert.h is obsolete when gdsassert can be used.
-Change assert to fb_assert when gdsassert is in use. to make clear if we use the standard macro or the fb one.
|
2003-02-28 17:02:11 +00:00 |
|
brodsom
|
3cb91fce80
|
Remove PIPE and STACK defines (PIPE_SERVER, PIPE_CLIENT, PIPE_LIBRARY, PIPE_SERVER_YVALUE, PIPE_BRIDGE_TO_V3, V3, V3_PATH, ALTPIPE)(STACK_EFFICIENT, STACK_REDUCTION)
|
2003-02-14 02:24:44 +00:00 |
|
tamlin
|
c0301b7e5f
|
Prevent garbage text output in log file
|
2003-02-12 18:47:00 +00:00 |
|
brodsom
|
9a71ae7987
|
Change #if 0 and #if 1 to NOT_USED_OR_REPLACED
|
2003-02-12 12:51:07 +00:00 |
|
brodsom
|
d03ef7715a
|
Remove CHICAGO_FIXED not used define, the isc_is_winnt() check must be done always as long as chicago is supported.
|
2003-02-12 11:08:24 +00:00 |
|
brodsom
|
32ad3f4583
|
Change debug defines names to DEBUG_*
|
2003-02-10 00:03:54 +00:00 |
|
eku
|
5b8ffd81c2
|
Removed unused variables.
|
2002-12-10 11:53:53 +00:00 |
|
eku
|
bf314dba7a
|
Cleanup semun stuff.
|
2002-11-21 10:20:07 +00:00 |
|
eku
|
c54bddc7bc
|
Removed unused variable.
|
2002-11-18 07:40:20 +00:00 |
|
dimitr
|
8e8d78435f
|
Synchronized generic and win32-only files. The latter is removed.
|
2002-11-16 15:54:21 +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
|
63b3206ef0
|
Cleanup.
|
2002-11-12 07:59:19 +00:00 |
|
eku
|
64ae3a29b3
|
Autoconf cleanup: signal.h and sys/signal.h
|
2002-11-04 09:04:18 +00:00 |
|
kkuznetsov
|
aa160af755
|
for Solaris port steps
|
2002-11-01 13:21:17 +00:00 |
|
seanleyne
|
0b82f4aa07
|
Removed obsolete "Netware" port
|
2002-10-30 06:40:58 +00:00 |
|
seanleyne
|
a2bfcd6bd2
|
Code cleanup, removed obsolete "SGI" port
|
2002-10-29 03:31:20 +00:00 |
|
seanleyne
|
cc1f10d9a3
|
Code cleanup, removed obsolete "DecOSF" port
|
2002-10-29 03:17:45 +00:00 |
|
seanleyne
|
93f6fffb14
|
Removed obsolete "DGUX" port
|
2002-10-29 02:45:09 +00:00 |
|
seanleyne
|
bf39ba2a2e
|
Completed removal of obsolete "M88K" port
|
2002-10-28 04:44:59 +00:00 |
|
seanleyne
|
3152b81774
|
Completed removal of obsolete "DG_X86" port
|
2002-10-28 04:42:54 +00:00 |
|
eku
|
7b07cc5628
|
Autoconf: check for function getpagesize.
|
2002-10-16 08:38:04 +00:00 |
|
stryqx
|
ee9fb4e427
|
Add FreeBSD support.
This allows me to compile CS on FreeBSD 4.7 using gcc 3.2.1.
|
2002-10-12 04:16:32 +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 |
|
eku
|
0189c970f0
|
Fixed compiler warnings.
|
2002-09-26 09:26:40 +00:00 |
|
skidder
|
75418eca95
|
Make engine compileable on Linux again after Erik's signal cleanup
|
2002-09-24 19:53:31 +00:00 |
|