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

17338 Commits

Author SHA1 Message Date
hvlad
ff43bec044 1. Take in account CLEAN parameter when builded build_msg and codes. This decreased build time
2. run_all now produced RELEASE builds
2005-03-09 10:24:32 +00:00
hvlad
9159658232 increment build number 2005-03-09 10:18:18 +00:00
hvlad
55252b5c97 Direct DEBUG build to debug directory 2005-03-09 10:17:56 +00:00
skidder
909b102e42 increment build number 2005-03-09 06:53:24 +00:00
skidder
56186e7f4d Calling clear_history like that breaks the builds. But even when build is fixed, call like that causes SIGSEGV due to editline history not being initalized when ISQL is used in non-interactive mode. Since clear_history doesn't free all the editline memory there is no big point in using it here anyways... 2005-03-09 06:53:03 +00:00
fsg
13b804532b increment build number 2005-03-08 02:19:12 +00:00
fsg
5c15db881d nightly update 2005-03-08 02:18:45 +00:00
arnobrinkman
33e56a7d14 increment build number 2005-03-07 22:59:46 +00:00
arnobrinkman
cd11c3a123 fix divide by zero issues and add some comments 2005-03-07 22:59:13 +00:00
dimitr
265704a1cb increment build number 2005-03-07 15:14:45 +00:00
dimitr
f42f091cb5 Decribed recent changes. 2005-03-07 15:14:16 +00:00
robocop
b39dc02bc8 increment build number 2005-03-07 07:37:51 +00:00
robocop
8a8f0ad8dc Include fbembed in MSVC6 build. 2005-03-07 07:37:39 +00:00
fsg
f0ba23ab02 increment build number 2005-03-05 02:15:57 +00:00
fsg
6c8f1dfe3f nightly update 2005-03-05 02:15:48 +00:00
robocop
7a3c5ae5fe increment build number 2005-03-05 01:44:44 +00:00
robocop
a749151080 Correct some files to refer to FB2 and security2.fdb 2005-03-05 01:44:38 +00:00
robocop
b5e4acc1e6 increment build number 2005-03-05 01:44:36 +00:00
robocop
4e85e6012e increment build number 2005-03-05 01:43:49 +00:00
paul_reeves
86e5a3a437 increment build number 2005-03-04 10:08:10 +00:00
paul_reeves
4b26e525c3 Update Win32 MSVC7 project files. Fix some Win32 packaging issues. 2005-03-04 10:08:06 +00:00
paul_reeves
d12082d191 increment build number 2005-03-04 10:08:04 +00:00
robocop
a2275f8b8a increment build number 2005-03-04 09:21:18 +00:00
robocop
39c62a936d Totally misc. 2005-03-04 09:21:12 +00:00
robocop
1f26547b21 increment build number 2005-03-04 09:17:47 +00:00
robocop
ea866740f1 1.- Stop possible crash with long terminators. Pending other checks for the future.
2.- Complete Damyan Ivanov's patch to allow BAIL detect really most error conditions.
3.- Create two functions to handle part of the bulky processing of isql's built-in commands.
4.- Make SET SQLDA_DISPLAY work in release versions and derive functionality to two new functions.
5.- Change Borland's moronic usage of a FIFO implemented in a linked list to handle the needs of a LIFO, simplying code and avoiding the associated logic pain.
6.- Avoid several SQL> prompts when using the INPUT command interactively.
7.- Free several resources on exit. Stop some additional memory leaks.
8.- Signal we are processing the INPUT command only when the file can be opened.
9.- Put the cursor declaration inside the code protected for scrollable cursors, in case it's needed there, since isql doesn't do positioned updates.

Remember to report random behavior, crashes, segmentation faults, core dumps and BSOD's.
2005-03-04 09:17:34 +00:00
fsg
70afbf239f increment build number 2005-03-04 02:18:58 +00:00
fsg
6f86eb9f57 nightly update 2005-03-04 02:18:47 +00:00
robocop
815f0bd4c0 increment build number 2005-03-04 01:01:33 +00:00
robocop
bfd59de89a Make FB2 buildable with MSVC6 again after Konstantin's changes. 2005-03-04 01:01:14 +00:00
robocop
345b8def43 increment build number 2005-03-04 00:01:58 +00:00
robocop
f76b359649 increment build number 2005-03-04 00:01:44 +00:00
robocop
2f752f36aa Totally misc. 2005-03-04 00:01:42 +00:00
robocop
597f5c87e5 increment build number 2005-03-04 00:00:22 +00:00
robocop
df3f6a6b62 Please be more careful with the nesting of macros v/s extern "C". 2005-03-04 00:00:13 +00:00
robocop
55534ab3b6 increment build number 2005-03-03 23:57:06 +00:00
robocop
86f2dfe20d increment build number 2005-03-03 23:57:02 +00:00
asfernandes
45f0684908 increment build number 2005-03-02 18:20:36 +00:00
fsg
6ab95d4236 increment build number 2005-03-02 02:19:24 +00:00
fsg
d6f6c84ef1 nightly update 2005-03-02 02:19:14 +00:00
dimitr
79d977a483 increment build number 2005-03-01 17:54:09 +00:00
dimitr
73e7a63d17 Apply forgotten patch from v1.5.x which allows "gbak -se" to work again. 2005-03-01 17:53:56 +00:00
kkuznetsov
8502405e3f increment build number 2005-03-01 15:49:12 +00:00
kkuznetsov
e78207ddba Splitting thd.cpp into 2 files
ThreadData.cpp - thread control class to use in Client
thd.cpp -  thread control class to use in Server
To avoid making global visibility of a lot of THD_* ISC_event and so functions in libfbclient.so
(Can be breakable but needed)
2005-03-01 15:49:10 +00:00
kkuznetsov
3f5f279585 increment build number 2005-03-01 15:48:07 +00:00
kkuznetsov
0bf2de6c66 increment build number 2005-03-01 15:24:16 +00:00
kkuznetsov
083e2b4ec0 increment build number 2005-03-01 15:24:15 +00:00
kkuznetsov
2758d1a468 Make util's compilable on Solaris_mt 2005-03-01 15:24:14 +00:00
kkuznetsov
3b78246217 increment build number 2005-03-01 15:10:59 +00:00
kkuznetsov
afde1d317e Fix error in makefile 2005-03-01 15:10:40 +00:00