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

18258 Commits

Author SHA1 Message Date
robocop
2387443a4e increment build number 2005-12-27 08:10:01 +00:00
robocop
6a3b45e1da Misc. 2005-12-27 08:10:00 +00:00
robocop
c69521e8bd increment build number 2005-12-27 08:09:58 +00:00
fsg
089a653fc6 increment build number 2005-12-27 03:18:40 +00:00
hvlad
3bdf7ff0b0 increment build number 2005-12-26 21:18:04 +00:00
hvlad
0d73e93e85 increment build number 2005-12-26 21:18:03 +00:00
hvlad
bb880019d8 Avoid frequent (unneeded and inefficient) allocation\deallocation of stack entryes 2005-12-26 21:18:02 +00:00
hvlad
d45fab69b1 increment build number 2005-12-26 21:17:18 +00:00
hvlad
ddc489f6f0 Restored accidentally committed wrong file 2005-12-26 21:17:16 +00:00
hvlad
2cf2a90044 increment build number 2005-12-26 21:13:04 +00:00
hvlad
52086cd806 Avoid frequent (unneeded and inefficient) allocation \ deallocation of stack entryes 2005-12-26 21:13:03 +00:00
alexpeshkoff
aa1b4a00e3 increment build number 2005-12-26 16:11:01 +00:00
alexpeshkoff
2d259e3978 Fixed buffer overrun in case of bad data returned by isc_database_info() 2005-12-26 16:10:59 +00:00
alexpeshkoff
0eecf0f4cc increment build number 2005-12-26 11:59:52 +00:00
dimitr
04542153f5 increment build number 2005-12-26 10:31:08 +00:00
dimitr
430197c4bd Continued fixing public headers. 2005-12-26 10:31:06 +00:00
dimitr
a32dbaf727 increment build number 2005-12-26 10:30:53 +00:00
dimitr
3768f0c98b increment build number 2005-12-26 09:47:43 +00:00
dimitr
37cdbf2e17 Never rely on eof/bof markers for non-scrollable-cursors code.
This fixes the newly introduced bug as well as the original issue.
2005-12-26 09:47:37 +00:00
fsg
dc971b995f increment build number 2005-12-26 03:21:06 +00:00
hvlad
a4f0007147 increment build number 2005-12-25 23:12:30 +00:00
hvlad
5b8c4cd0a7 Missing assignment 2005-12-25 23:12:23 +00:00
robocop
01bb3ef727 increment build number 2005-12-25 07:43:05 +00:00
robocop
a44464d73c Do not use the harcoded c:\Program Files path while possible: it doesn't have to live in the C: partition and it's localized in non-English Windows versions. 2005-12-25 07:43:04 +00:00
robocop
06611077d6 increment build number 2005-12-25 07:40:17 +00:00
robocop
5608b9be1f - Handle gracefully the exceptions that happen at startup in Windows.
- Show the version string if asked explicitly.
- Some minor cleanup.
2005-12-25 07:40:16 +00:00
robocop
9f270025ed increment build number 2005-12-25 04:42:14 +00:00
robocop
9202047a0f Solve chicken and egg problem: when we can't locate the config file, we throw an exception but if we try to trap and decode the failure in another place, it tries to know the location of the messages file (to interpret the status vector), which in turn requires to locate the config file. Therefore, we crash mysteriously. 2005-12-25 04:42:13 +00:00
robocop
762ce11ac4 increment build number 2005-12-25 04:38:54 +00:00
robocop
303a54e437 increment build number 2005-12-25 04:38:53 +00:00
robocop
3ba0c2ee9c increment build number 2005-12-25 04:38:52 +00:00
robocop
be217fd37a Agreed with Dmitry: when we are reporting an error, we don't know how critical it is. No need to copy/clone the string and risk more failures, since we don't need to change it to send it to the operating system. 2005-12-25 04:38:51 +00:00
robocop
84817e6c2c increment build number 2005-12-25 04:38:50 +00:00
robocop
48832aac33 increment build number 2005-12-25 04:36:59 +00:00
robocop
64b470c28a Mark this Darwin-specific file as out of sync WRT the platform-neutral header file config_root.h: has a duplicate function and the constructor doesn't match. 2005-12-25 04:36:56 +00:00
robocop
3c498483d0 increment build number 2005-12-25 04:29:43 +00:00
robocop
705732bb5f [s|g]etConfigFile renamed [s|g]setConfigFilePath. Clearer, since we have a class named ConfigFile but the function only returns a string with the path, not an object. 2005-12-25 04:29:40 +00:00
robocop
2f15feb011 increment build number 2005-12-25 04:01:51 +00:00
robocop
15b596f53e increment build number 2005-12-25 04:01:50 +00:00
robocop
75ddccb613 Misc. 2005-12-25 04:01:49 +00:00
robocop
a70f29f820 increment build number 2005-12-25 04:01:48 +00:00
robocop
d5aa4c9ca8 increment build number 2005-12-25 03:59:50 +00:00
robocop
03a066dcb9 [s|g]etConfigFile renamed [s|g]setConfigFilePath. Clearer, since we have a class named ConfigFile but the function only returns a string with the path, not an object. 2005-12-25 03:59:49 +00:00
robocop
07905b801a increment build number 2005-12-25 03:59:45 +00:00
fsg
2018d924e9 increment build number 2005-12-25 03:18:24 +00:00
alexpeshkoff
b24d0dd6a4 increment build number 2005-12-24 17:05:32 +00:00
alexpeshkoff
64d2be0337 make fbudf use fb2 class Mutex, when needed 2005-12-24 17:05:30 +00:00
alexpeshkoff
460d595cd0 increment build number 2005-12-24 17:03:33 +00:00
robocop
c67d4969eb increment build number 2005-12-24 07:29:35 +00:00
robocop
601352717b Misc. 2005-12-24 07:29:33 +00:00