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

821 Commits

Author SHA1 Message Date
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
dimitr
63e1362d8e increment build number 2002-08-12 11:32:26 +00:00
dimitr
781140511e Fixed the weird logic with reversed return values. 2002-08-12 11:32:25 +00:00
dimitr
f9c50a1b97 Just a small correction for the generated headers. 2002-08-12 05:34:57 +00:00
dimitr
3096ec2172 increment build number 2002-08-12 05:34:56 +00:00
dimitr
bbff75e9fe increment build number 2002-08-11 08:04:57 +00:00
dimitr
ed2e403f63 increment build number 2002-08-11 08:04:56 +00:00
dimitr
97021cb7e3 increment build number 2002-08-11 08:04:55 +00:00
dimitr
7922269845 1. BIGINT is now the only keyword for the 64-bit exact numerics and it's available
in dialect 3 only.
2. BREAK statement has been disabled in triggers (like EXIT) because of the known
   BLR limitations. I hope it can be safely used in stored procedures though, hence
   I'd prefer to have it officially documented.
3. More complete implementation of the GROUP BY clause. You can group by internal
   functions and have ability to use more complex grouping conditions than before.
   By Arno Brinkman.
4. Allowed declaring and defining local variables at the same time.
   By Claudio Valderrama.
   Syntax: declare [variable] <var_name> <var_type> [{= | default} <default_value>]
5. Allowed ordinals to be used in the GROUP BY clause (like ORDER BY).
   By Arno Brinkman.
   Example: select extract(month from order_date), sum(order_sum) from orders group by 1
6. The first approach to the ALTER VIEW statement. Only high-level implementation so far.
   A lot of work in dfw.epp, metd.epp, etc. still required.
   By Dmitry Yemanov.
2002-08-11 08:04:54 +00:00
dimitr
fd63bb8fd6 increment build number 2002-08-11 05:49:13 +00:00
dimitr
cb7cc851d2 Make gpre_boot compilable on win32 2002-08-11 05:49:12 +00:00
dimitr
b0a6cdd050 1. Get rid of debug runtime libraries in our release builds
2. Added gpre_boot and gsec projects
2002-08-09 17:05:15 +00:00
dimitr
4048c5a609 increment build number 2002-08-09 17:05:14 +00:00
skywalker
ecb708e39f Update the description, it is now correct. 2002-08-09 07:25:49 +00:00
skywalker
9f148f4757 increment build number 2002-08-09 07:25:48 +00:00
skywalker
47fc3374d0 documentation for new sql clauses case, coalesce and nullif
contributed by Arno Brinkman <firebird@abvisie.nl>
2002-08-08 23:33:23 +00:00
skywalker
5ccc512609 increment build number 2002-08-08 23:33:22 +00:00