8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 14:03:02 +01:00
Commit Graph

837 Commits

Author SHA1 Message Date
eku
99af79451a increment build number 2002-08-22 07:56:29 +00:00
eku
aaf2616930 Major cleanup of the autoconf stuff:
o changed the order of the tests, because some tests rely on the result
   of others
 o removed test for CONST as suggested by Dmitry Yemanov
 o added test for 64 bit I/O support
 o added SINIX-Z specific cases
2002-08-22 07:56:28 +00:00
dimitr
ca1b6f1973 increment build number 2002-08-21 13:34:54 +00:00
dimitr
3576c4e808 1. More changes for the correct database alias management.
2. Fixed bug with a buffer overrun.
2002-08-21 13:34:53 +00:00
eku
830b20d2da increment build number 2002-08-20 11:49:12 +00:00
eku
8c981da952 The call to ftime is obsoleted by gettimeofday. 2002-08-20 11:49:10 +00:00
eku
da04bb058a increment build number 2002-08-16 13:34:27 +00:00
eku
0db65d02ec Fixed error with last check-in. 2002-08-16 13:34:25 +00:00
eku
27650c7d06 increment build number 2002-08-16 13:21:47 +00:00
eku
7a9bf05c13 Fixed error from last check-in. 2002-08-16 13:21:46 +00:00
eku
6d6da6d745 increment build number 2002-08-14 13:43:20 +00:00
eku
549e084210 Check for return type of function 'signal'. 2002-08-14 13:43:18 +00:00
eku
bc6c822b13 increment build number 2002-08-14 13:10:01 +00:00
eku
0b422e5928 Set default values for configureable options. 2002-08-14 13:10:00 +00:00
eku
cdb08a0c69 increment build number 2002-08-14 12:27:43 +00:00
eku
ba5365a1e3 increment build number 2002-08-14 12:27:42 +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
a5ad017bfc increment build number 2002-08-14 12:27:40 +00:00
eku
9bd452c1ad increment build number 2002-08-14 12:27:39 +00:00
eku
59b9799377 increment build number 2002-08-14 12:15:24 +00:00
eku
f9fd57edcc Fixed some typos. 2002-08-14 12:15:23 +00:00
eku
1f498e90f6 increment build number 2002-08-14 12:13:21 +00:00
eku
6fc63b24fc Architecture and production type are now a command line switch to
configure. See 'configure --help' for details.
2002-08-14 12:13:20 +00:00
eku
c38f10910c increment build number 2002-08-14 11:44:05 +00:00
eku
bf66594d34 increment build number 2002-08-14 11:44:04 +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
4bcb68d3ae increment build number 2002-08-14 11:44:02 +00:00
eku
0fe394d659 increment build number 2002-08-14 11:44:01 +00:00
eku
78fe845315 increment build number 2002-08-14 11:14:04 +00:00
eku
546e12100a increment build number 2002-08-14 11:14:03 +00:00
eku
33e90f5428 increment build number 2002-08-14 11:14:02 +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
eku
9dd2110a68 increment build number 2002-08-14 11:14:00 +00:00
eku
af724c5d47 increment build number 2002-08-14 11:13:59 +00:00
eku
f9ec6ff632 increment build number 2002-08-14 11:13:58 +00:00
eku
1992aab103 increment build number 2002-08-14 11:13:57 +00:00
eku
4e6da2b574 This is a generated file. 2002-08-14 06:46:49 +00:00
eku
f80c93d4e8 increment build number 2002-08-14 06:46:48 +00:00
eku
55dd9e8110 increment build number 2002-08-14 05:45:56 +00:00
eku
671be48888 Use autogen.sh to generate configure from configure.in on your machine. 2002-08-14 05:45:55 +00:00
eku
573e853d66 Small type in the CVS placeholder. 2002-08-14 05:44:29 +00:00
eku
af30d89168 increment build number 2002-08-14 05:44:28 +00:00
eku
babed2a6c3 autogen.sh replaces configure in CVS. Run autogen.sh create all
the initial files (configure etc.).
2002-08-14 05:43:41 +00:00
eku
6b7ab82e88 increment build number 2002-08-14 05:43:40 +00:00
eku
b3831572c5 increment build number 2002-08-13 12:12:30 +00:00
eku
06e26a16b5 Updated configure from configure.in. 2002-08-13 12:12:29 +00:00
eku
943ff3398f Do not define '-m468' in platform-independent rules. 2002-08-13 10:02:14 +00:00
eku
3104951e73 increment build number 2002-08-13 10:02:13 +00:00
dimitr
a0ee4bb14b increment build number 2002-08-13 07:40:55 +00:00
dimitr
e65f11afe0 Now UDFs work again. 2002-08-13 07:40:53 +00:00