eku
75e9f2147b
Another C&P error.
2002-08-28 08:02:12 +00:00
eku
9710dc8dc3
increment build number
2002-08-28 07:51:19 +00:00
eku
fa05cf2dad
Fixed C&P error.
2002-08-28 07:51:18 +00:00
eku
da8c70f960
increment build number
2002-08-28 07:11:16 +00:00
eku
a51db40856
Needs include file common.h to compile.
2002-08-28 07:11:15 +00:00
eku
c615899d74
increment build number
2002-08-28 07:10:34 +00:00
eku
36d949c358
Use SIG_FPTR from common.h.
2002-08-28 07:10:32 +00:00
eku
06a644379c
increment build number
2002-08-28 07:03:08 +00:00
eku
478e55ec3f
Check which network libraries (socket, nsl, resolv) are needed. configure
...
will set the variable LIBS to the correct value. Setting this in prefix.XXX
should no longer be neccessary. If it doesn't work for you, please extend
the tests in configure.in, rather than defining this in prefix.your_system.
Another autoconf cleanup:
o check for the existence of the function strcasecmp and stricmp
o replaced STRICMP
2002-08-28 07:03:07 +00:00
eku
87aa5bde06
increment build number
2002-08-28 06:50:37 +00:00
eku
571d2e7c16
increment build number
2002-08-28 06:50:36 +00:00
eku
59ddbe656e
increment build number
2002-08-28 06:50:35 +00:00
eku
78c960e6a9
increment build number
2002-08-28 06:50:34 +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
8f368a5e95
increment build number
2002-08-28 06:12:29 +00:00
dimitr
8ccefecb12
Cleaned up fbclient.dll contents.
2002-08-28 06:12:28 +00:00
dimitr
0edf480df2
increment build number
2002-08-27 19:26:40 +00:00
dimitr
46432ec922
Finilized Borland's implementation of XNET (win32 only). Seems to work ;-)
2002-08-27 19:26:39 +00:00
dimitr
949b0484d1
increment build number
2002-08-27 19:26:38 +00:00
dimitr
699c0dd97c
Minor ODS change (version 10.1). New indices on system tables:
...
- define index RDB$INDEX_41
for RDB$INDICES
RDB$FOREIGN_KEY;
- define index RDB$INDEX_42
for RDB$RELATION_CONSTRAINTS
RDB$RELATION_NAME, RDB$CONSTRAINT_TYPE;
2002-08-27 11:58:47 +00:00
dimitr
24b04f096c
increment build number
2002-08-27 11:58:46 +00:00
dimitr
5195cc3193
increment build number
2002-08-27 11:47:14 +00:00
dimitr
f636c75c52
increment build number
2002-08-27 11:47:13 +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
dimitr
86fd7ac600
increment build number
2002-08-27 11:23:33 +00:00
dimitr
31c512e59f
Updated FB version.
2002-08-27 11:23:32 +00:00
dimitr
4706a916a3
increment build number
2002-08-27 11:07:37 +00:00
dimitr
ac37392b31
Removed duplicated registry path constants.
2002-08-27 11:07:36 +00:00
dimitr
5bd15e1a78
increment build number
2002-08-27 11:01:41 +00:00
dimitr
ffaf0b12c2
Small correction.
2002-08-27 11:01:40 +00:00
dimitr
42e8f15c9e
increment build number
2002-08-27 07:48:35 +00:00
dimitr
b45eb004a2
Implemented CREATE OR ALTER statement for procedures/triggers/views.
2002-08-27 07:48:34 +00:00
arnobrinkman
33db541f18
increment build number
2002-08-26 19:41:00 +00:00
arnobrinkman
d757d31ed4
Added code in pass1_simple_case for handeling parameters in case_operand together with when_operands.
...
The method used to get the derciber for parameters is taken from MAKE_desc_from_list in make.cpp
Example : SELECT CASE FieldA WHEN :param1 THEN 1 WHEN 2 THEN 2 ELSE NULL END FROM TableA
Note : At least one "know describer" must be in the list else no describer could be guested (logic but...) !
2002-08-26 19:40:59 +00:00
dimitr
13f3ee5ebb
Renamed the win32 client library.
2002-08-26 13:50:03 +00:00
dimitr
1ceeea62c2
increment build number
2002-08-26 13:50:02 +00:00
eku
7b6a8b03f5
increment build number
2002-08-26 13:20:06 +00:00
eku
b7b737977c
Fixed GCC 3.1 compile problem with missing cast operator.
2002-08-26 13:20:05 +00:00
eku
9409f2adb9
increment build number
2002-08-26 12:18:18 +00:00
eku
750e094365
increment build number
2002-08-26 12:18:17 +00:00
eku
f359a95a52
Added / replaced ifdef's around unistd.h with the define HAVE_UNISTD_H
...
generated by autoconf.
2002-08-26 12:18:16 +00:00
eku
d7db60a22c
increment build number
2002-08-26 12:18:15 +00:00
eku
06fc5287fb
increment build number
2002-08-26 12:18:14 +00:00
eku
b71544f487
increment build number
2002-08-26 12:18:13 +00:00
eku
0ec938b84b
increment build number
2002-08-26 12:18:12 +00:00
eku
2d2e51d134
increment build number
2002-08-26 12:14:56 +00:00
eku
467fa0a8b6
Another autoconf cleanup:
...
o check for the existence of the function mmap
o replaced MMAP_SUPPORTED by HAVE_MMAP
Moved the (multiple) definition of SIG_FPTR to fb_types.h.
2002-08-26 12:14:55 +00:00
eku
16508d4108
increment build number
2002-08-26 12:13:24 +00:00
eku
2e37eda099
Moved the (multiple) definition of SIG_FPTR to fb_types.h.
2002-08-26 12:13:23 +00:00
eku
e87a25bd66
increment build number
2002-08-26 12:13:22 +00:00