dimitr
6d7d535514
Cleanup.
2003-01-18 19:43:08 +00:00
dimitr
fd2f852e49
Cleanup.
2003-01-18 19:39:12 +00:00
dimitr
c2f7a54c87
no message
2003-01-17 06:59:44 +00:00
skidder
ba5e11b15c
Integrate new memory manager into the engine
2003-01-16 17:47:10 +00:00
dimitr
dd42c7f307
Added IPC prefix to the autoconf stuff.
2003-01-15 13:34:39 +00:00
dimitr
42fb6310b7
New BLR verb for parametrized events.
2003-01-15 12:13:43 +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
skidder
9b57d8b649
Several little changes to make engine compilable again on Linux
2002-12-16 21:19:51 +00:00
alexpeshkoff
218b3a39b1
Rename all links to why.cpp handle to struct why_hndl * (or FRBRD *)
2002-12-16 15:59:18 +00:00
eku
df8185c112
Removed hooks for BASIC/PL1 in gpre, as the support has been dropped
...
before IB4.
2002-12-06 13:44:53 +00:00
dimitr
643deba7e9
Cleanup.
2002-12-06 11:44:37 +00:00
eku
6f051cbb7d
Disabled gpre's BASIC and PL/1 support in configure. There's no such
...
implementation.
2002-12-03 13:58:40 +00:00
dimitr
4c5c19e928
no message
2002-12-03 13:27:06 +00:00
eku
2274ed0734
gpre's built-in lannguage support is now an autoconf option. C/C++ are
...
mandatory, all others are optional. Default all=off.
Type 'configure --help' for details.
2002-12-02 11:17:04 +00:00
eku
39e296192c
Removed inconsistencies pointed out by Claudio Valderr.
...
Replaced 'defined(__osf__) && defined(__alpha)' with 'SIZEOF_LONG == 8'.
New macro FB_NELEM calculates the number of elements in an array.
2002-12-02 08:25:23 +00:00
dimitr
b5144c480d
Cleanup by Dimitry Sibiryakov.
2002-11-22 14:11:28 +00:00
eku
1a94cf2642
Autoconf: check for header files sys/ipc.h and sys/file.h.
2002-11-21 08:56:28 +00:00
dimitr
3dacb3ea8b
Correction.
2002-11-19 13:07:51 +00:00
skidder
53f625e077
New explicit pessimistic locks implementation. It is logically consistent in all TPB modes and should be very fast.
2002-11-18 20:27:24 +00:00
eku
eed374c06a
Autoconf:
...
o added tests for nttab.h sys/mntent.h sys/mnttab.h
o added tests for getcwd getwd setmntent getmntent
o ISC_PREFIX renamed to FB_PREFIX
o major code cleanup in src/jrd/isc_file.cpp
Removed platform-specific files from posix/Makefile.in.firebird.
2002-11-18 13:23:00 +00:00
dimitr
6ea08558f3
no message
2002-11-16 16:01:00 +00:00
kkuznetsov
27c57c2fa6
Fix check for xdr staff
2002-11-15 10:55:34 +00:00
dimitr
c8b4d6d306
Cleanup.
2002-11-14 07:37:27 +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
40f1aad681
Autoconf cleanup:
...
o added test for the header file mntent.h
o replaced NON_MNTENT with !HAVE_MNTENT_H
Removed some left-overs from Sean's DECOSF removal.
2002-11-13 12:27:47 +00:00
eku
616c134010
Editline cleanup:
...
o removed obsolete readline tests
o renamed readline into editline
o editline is not enabled by default, enabled with '--with-editline'
2002-11-13 07:07:58 +00:00
eku
7fe24dd9a8
Autoconf: check for aio.h, pread and pwrite
2002-11-12 13:46:11 +00:00
eku
b13bede16e
Autoconf: check for getpgrp
2002-11-12 13:15:13 +00:00
kkuznetsov
3e56a0ffff
Add check for native xdr
2002-11-12 12:30:08 +00:00
eku
d1452af022
Autoconf: check for semun
2002-11-12 09:17:52 +00:00
alexpeshkoff
81b3d5593e
Added 2 new exceptions
...
Cleanup
2002-11-11 18:06:01 +00:00
dimitr
bd1bc19610
Autoconfigured pipe name for wnet protocol.
2002-11-06 14:10:40 +00:00
dimitr
527f5d41cd
Corrected service name.
2002-11-06 13:39:52 +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
dimitr
911f840488
Fixed MAXPATHLEN cleanup for win32.
2002-11-06 12:33:29 +00:00
eku
64c91686e8
Keep the order of the defines in sync with the tests in configure.in.
2002-11-06 07:21:30 +00:00
kkuznetsov
cdf11bec87
Add check for crypt.h
2002-11-05 13:48:43 +00:00
eku
9fcdb74685
More status vector cleanups (ISC_STATUS_LENGTH).
...
Autoconf checks for xdr_hyper.
2002-11-04 13:57:18 +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
skidder
8e6622a20e
Merging changes from skidder branch - explicit locks, savepoints, build system changes
2002-10-29 20:20:44 +00:00
seanleyne
a2bfcd6bd2
Code cleanup, removed obsolete "SGI" port
2002-10-29 03:31:20 +00:00
seanleyne
11e4f78a30
Code cleanup, removed obsolete "MPEXL" port
2002-10-29 02:59:57 +00:00
seanleyne
93f6fffb14
Removed obsolete "DGUX" port
2002-10-29 02:45:09 +00:00
seanleyne
026d8c0441
Code Cleanup, removed obsolete "Ultrix" and "Ultrix/MIPS" ports
2002-10-28 05:19:52 +00:00
seanleyne
045be63397
Code Cleanup, removed obsolete "UNIXWARE" port
2002-10-28 04:57:07 +00:00
eku
7b07cc5628
Autoconf: check for function getpagesize.
2002-10-16 08:38:04 +00:00
skywalker
f35570a03b
A few makefile dependancies fixed.
...
Started work on upgrading rpm build scripts
Fix makefiles for super build
Exchange editline for readline in isql
2002-10-07 01:29:13 +00:00
dimitr
15e57b6ff6
Fixed wrong alignment of double for i386.
2002-10-01 12:03:32 +00:00
eku
3033cff1bf
Merged the support for databases on raw devices from FB1 into FB2.
...
Added switch '--enable-raw-devices' to configure to enable this feature
(default=off). Currently only supported on UNIX platforms.
2002-10-01 05:48:00 +00:00