robocop
2376d8daac
The products of codes.epp
2003-09-08 11:39:52 +00:00
dimitr
b6f1b4cfe3
Added new error message for Arno.
2003-08-25 08:17:56 +00:00
skidder
bd1b3e9ead
Add nbak messages
2003-08-12 19:54:34 +00:00
eku
4ff4800a4a
Use autoconf to do it right :-)
2003-08-12 10:06:14 +00:00
skidder
143f8d2443
Implementation of fast physical incremental backup
2003-08-06 16:30:49 +00:00
brodsom
ab9e5e8fa5
Rollback generated metadata headers change
2003-08-03 23:26:51 +00:00
brodsom
350f589a62
Correction
2003-07-12 23:16:48 +00:00
brodsom
32787c51c1
Adding generator for fields.h, relations.h, ids.h and names.h
2003-07-12 20:13:22 +00:00
brodsom
952daa6bbd
Move fields.h, relations.h and names.h to include/gen, generator will follow
2003-07-12 13:02:26 +00:00
brodsom
e81872b162
-Include var definitions in rdb_codes, codetext, msgs and blh.p headers.
...
-Uncommited change to codes.epp to allow to used two directories (moving ftn and pas)
2003-07-12 10:24:47 +00:00
brodsom
6df257f479
Moving fortran, pascal etc helpers to lang_helpers
2003-07-10 23:29:52 +00:00
dimitr
b41fee4014
New error messages for:
...
- gbak
- DSQL layer (aggregate tracking)
- JRD layer (EXECUTE STATEMENT)
- config stuff
2003-06-13 07:56:08 +00:00
dimitr
64ad91db69
Fixed win32 build. VC6 doesn't have mkstemp().
2003-05-20 15:39:58 +00:00
eku
d496ef4e4e
Check for the function mkstemp(). If it's not available, fall back to mktemp().
2003-05-14 05:40:00 +00:00
dimitr
aebd3c1212
Updated messages database.
2003-04-13 13:07:37 +00:00
aafemt
d266ad6452
Public headers don't use pathes in #include directives any more. Now they can be provided 'as is'
2003-04-08 10:25:30 +00:00
alexpeshkoff
1391e13f0a
Dropped HAVE_*EXIT defines
2003-03-13 15:46:34 +00:00
eku
6cbd82fea8
Editline changes:
...
o got a FB-compliant makefile
o uses configure
o eventually compiles on SINIX-Z
2003-03-12 12:39:58 +00:00
alexpeshkoff
bb94eea0be
Fixed HAVE_ATEXIT define - MSVC has atexit()
2003-03-11 11:49:51 +00:00
brodsom
165023d329
Remove FAR_VARIABLE
2003-02-28 12:57:13 +00:00
aafemt
1f1e2cc489
blrtable.h is generated and must not be in tree
2003-02-28 05:22:13 +00:00
brodsom
caa2c65b1e
Add Fortran files and move GPRE_* defines from autoconf header to makefiles.
2003-02-27 16:55:56 +00:00
brodsom
94e1bc6ee4
Move WIN32_LEAN_AND_MEAN to autoconfig_msvc.h
2003-02-25 12:39:14 +00:00
eku
6776adb23e
Added a test for <sys/socket.h> needed in remote/inet.cpp.
2003-02-18 12:38:27 +00:00
aafemt
2dadf55537
WCHAR --> UCS2_CHAR and some cleanup around it
2003-02-18 05:24:35 +00:00
brodsom
9984ab111f
Disable another level 4 warning.
2003-02-17 14:52:07 +00:00
brodsom
9d2e89e69f
Warning control from autoconfig_msvc.h
2003-02-17 13:28:17 +00:00
brodsom
8bdf295e25
Change build system to move warning control to only one header for each compiler
2003-02-16 11:39:22 +00:00
dimitr
ac645b0258
CONST -> const
2003-02-13 09:58:19 +00:00
eku
116280f992
Completed the changes made by Dmitri Sibiriak.
2003-02-10 09:39:55 +00:00
aafemt
8c121969c8
Some cleanup
2003-02-10 05:42:22 +00:00
dimitr
6d7d535514
Cleanup.
2003-01-18 19:43:08 +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
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
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