kkuznetsov
b5b9fd5f90
*** empty log message ***
2002-09-27 13:12:46 +00:00
skidder
6d64014e57
Changed engine to store source file name/line number information for EVERY allocation when DEBUG_GDS_ALLOC is defined. All allocation should be done using FB_NEW or FB_NEW_RPT macros instead of keyword new since now
2002-09-25 17:12:16 +00:00
dimitr
503f45346c
DEBUG_GDS_ALLOC macro is now defined by autoconf.
2002-09-24 14:17:24 +00:00
dimitr
7197243207
We definitely don't need extra tons of warnings regarding unrecognized preprocessor directive.
2002-09-21 09:53:24 +00:00
eku
91f3e6589d
Autoconf:
...
o check for the function initgroups (replaces NOINITGROUPS define)
o the define INTL (common.h) has been removed, since it is only set but not
used anywhere
2002-09-19 10:51:34 +00:00
eku
ef2ff91438
Autoconf cleanup:
...
o use predefined macros to test for sys/wait.h, time.h and sys/time.h
o search strcasecmp in libresolv only if strcasecmp and stricmp are not in libc
o use predefined macro AC_SYS_LARGEFILE to determine 64Bit I/O
o determine the alignment of long and double (ALIGNMENT,DOUBLE_ALIGN),
still need to write a test for FB_ALIGN!
2002-09-18 12:50:13 +00:00
eku
4eaf8c0914
Autoconf cleanup:
...
o since the define 'VAX' was only used to tell that the byte order is
LITTLE_ENDIAN (it have nothing else to do with the VAX computer family)
it can safely replaced with '!WORDS_BIGENDIAN'.
o check if pointers are 64 bit
o replaced HAS_64BIT_POINTERS with 'SIZEOF_VOID_P == 8'
2002-09-17 05:58:40 +00:00
eku
da93f6697f
Autoconf enhancements:
...
o autoconf v2.53 and later is now required to generate configure
(sorry, but it makes many tasks easier)
o improved tests for mmap, socklen_t and offt_64
o added tests for atexit, on_exit, (v)fork, set(p)grp, setpgid and flock
o added test for the keyword 'volatile'
o fixed errors in configure.in
o updated config.h.in and autoconfig_msvc.h (the latter may be incorrect)
o replaced VOLATILE by volatile
o removed SETPGRP and ATEXIT
o replaced NO_FLOCK by HAVE_FLOCK
o SIG_FPTR cleanup
o vfork cleanup
2002-09-11 11:30:50 +00:00
dimitr
e2c1962fbe
Minor build changes in the UDF libraries.
2002-09-03 17:29:53 +00:00
eku
5a73f83acb
Added the new configure option '--with-lock-manager' that controlls the build of the manager binary. This option is only valid for CS architecture.
2002-09-03 13:24:21 +00:00
eku
661d16f298
Another autoconf cleanup:
...
o check for the existence of the function strcasecmp and stricmp
o replaced STRICMP
2002-08-28 06:50:33 +00:00
dimitr
609af2bc43
Moved SIG_FPTR type declaration from fb_types.h to common.h.
...
Hence we've got the codebase compiled on win32 again, and
it shouldn't break other builds, IMHO.
2002-08-27 11:47:12 +00:00
eku
2e37eda099
Moved the (multiple) definition of SIG_FPTR to fb_types.h.
2002-08-26 12:13:23 +00:00
eku
268a2985c6
Another autoconf cleanup:
...
o check for the existence of the function mmap
o replaced MMAP_SUPPORTED by HAVE_MMAP
2002-08-26 11:59:01 +00:00
dimitr
4a7589d5eb
Corrected MSVC related autoconf stuff.
2002-08-24 10:53:42 +00:00
eku
b956e567b9
Check for the existence of the function snprintf. Added a work-around
...
for systems like SINIX-Z, that do not have snprintf. We really need
a plug-in replacement for those systems.
2002-08-22 11:30:32 +00:00
eku
56b9633d5b
Another autoconf cleanup:
...
o check for the existence of the function sigaction
o replaced SIGACTION_SUPPORTED with HAVE_SIGACTION
2002-08-22 10:48:26 +00:00
eku
599ab7de28
Minor 'dirname' cleanup:
...
o check for the availability in configure
o removed the ugly test in flu.cpp
o synchronised config.h.in and MSVC pendant
NOTE: If you have problems on your system, don't change the source.
Extend the tests in configure.in!!!
2002-08-14 12:27:41 +00:00
eku
1069d24032
Huge 'times' cleanup:
...
o check for the availability in configure
o removed the define NO_TIMES
o synchronised config.h.in and MSVC pendant
NOTE: If you have problems on your system, don't change the source.
Extend the tests in configure.in!!!
2002-08-14 11:44:03 +00:00
eku
076de37a9f
Huge 'gettimeofday' cleanup:
...
o check for the availability in configure
o check for the number of arguments in configure
o synchronised config.h.in and MSVC pendant
NOTE: If you have problems on your system, don't change the source.
Extend the tests in configure.in!!!
2002-08-14 11:14:01 +00:00
dimitr
dcea8f0ce1
Keep in-sync with Mark's changes.
2002-07-29 17:35:33 +00:00
skywalker
350b251820
Changes to get compiling on linux (post fb1 changes).
2002-07-05 15:00:26 +00:00
skywalker
82d8017317
Merged change from fb1.
2002-07-01 16:59:09 +00:00
dimitr
f05d0bbd27
Merging changes from fb1.
2002-07-01 15:46:07 +00:00
dimitr
5ea5fffe2f
Must be (and already is) in /include/gen
2002-07-01 15:43:33 +00:00
dimitr
25de98bfd8
Merging changes from fb1.
2002-06-29 13:03:13 +00:00
dimitr
02735f2ca8
Merging changes from fb1.
2002-06-29 12:55:13 +00:00
dimitr
4c4a1f3f2f
Implemented case-insensitive keys in FirebirdConfigFile (to support various configs on Win32).
2002-06-20 08:24:48 +00:00
dimitr
c5f50577cb
1. New system variables - CONNECTION_ID and TRANSACTION_ID
...
2. Universal triggers
2002-06-14 12:09:37 +00:00
tamlin
c01e7261be
There is no C++ class named slist. Removed.
2002-06-12 06:58:00 +00:00
bellardo
39d73ee915
New files added during the porting of intl support to FB2.
2002-06-04 19:36:48 +00:00
dimitr
435955e527
Some minor changes
2002-04-29 10:57:05 +00:00
dimitr
8463265fc1
Implemented 'EXECUTE VARCHAR' command.
2002-04-04 13:53:20 +00:00
bellardo
d45ff6c07b
Accept NULL memory deletes and move exception raise code to its own file.
2002-04-04 05:38:26 +00:00
skywalker
b3667acaf8
Main changes were to add cr to end of the files.
...
cvt_proto.h removed a duplicate extern directive
gen/codes.h added back appolo error code, since it was still used
2002-03-11 16:34:08 +00:00
dimitr
7857915b5b
Correction to the clean up of the Apollo port
2002-02-25 10:59:13 +00:00
seanleyne
17720d16e0
Code cleanup, removed old Windows 3.1 (WINDOWS_ONLY) port
2002-02-23 22:08:37 +00:00
seanleyne
00d25acd85
Clean up of change notes in headers
2002-02-16 05:06:17 +00:00
seanleyne
142ded1aba
Code cleanup of obsolete Apollo port(s)
2002-02-16 04:36:05 +00:00
seanleyne
4eaa6747f8
Code cleanup of obsolete OS/2 port
2002-02-16 04:16:12 +00:00
seanleyne
a22935d717
Code cleanup of obsolete Cray port
2002-02-16 04:04:45 +00:00
seanleyne
eeccbb4e0f
Code cleanup of obsolete M88K and NT Power PC ports
2002-02-16 03:54:56 +00:00
seanleyne
04e8f48a17
Code cleanup of obsolete NeXT port
2002-02-16 03:37:45 +00:00
seanleyne
68e1650068
Code cleanup of obsolete NCR3000 port
2002-02-16 03:33:53 +00:00
seanleyne
525f3aaaef
Code cleanup of obsolete IMP port
2002-02-16 03:27:33 +00:00
seanleyne
f536f116e1
Code cleanup of obsolete DELTA port
2002-02-16 03:05:21 +00:00
seanleyne
e134ef027f
Code cleanup of obsolete EPSON port
2002-02-16 02:21:35 +00:00
seanleyne
855b4fa319
Code cleanup of obsolete MAC AUX port defines "MAC" and "MAC_CP"
2002-02-16 01:58:24 +00:00
skywalker
a887af3646
Changes to make it compile on linux.
...
and work through a few issues.
2002-01-04 11:34:22 +00:00
tamlin
5ae485f0b5
cleaning up
2001-12-29 11:41:29 +00:00
tamlin
e48b2468d7
MemoryPool work
2001-12-28 05:16:31 +00:00
tamlin
80f7fb6dd4
New C++ memory pool
2001-12-24 02:51:06 +00:00
tamlin
c7a527a1c8
no message
2001-12-24 02:11:44 +00:00
bellardo
94abf7c1b9
autoconf.h should not be in the source tree. It is generated by configure.
2001-08-05 16:10:33 +00:00
bellardo
7dfce99342
First round of changes to FB2 to get the Darwin build working again.
2001-08-04 22:48:18 +00:00
skywalker
562bc342e7
Added new firebird.h global header
2001-07-29 17:19:15 +00:00
skywalker
63302569e5
These files are all generated by programs in jrd, mainly codes.epp
2001-07-29 17:07:15 +00:00
bellardo
747d13c0d5
Changes to bring FB2 to c++ on *nix.
2001-07-12 05:46:06 +00:00
tamlin
9a776a604e
First steps towards a C++ conversion.
2001-05-23 13:26:42 +00:00