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

20270 Commits

Author SHA1 Message Date
alexpeshkoff
b24637c036 Misc 2005-12-26 11:59:49 +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
fsg
3f64272a74 nightly update 2005-12-26 03:20:51 +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
fsg
57e16fcfef nightly update 2005-12-25 03:18:22 +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
alexpeshkoff
29c883241a fixed fbudf 2005-12-24 17:03:32 +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
robocop
f31d31d14d increment build number 2005-12-24 07:28:33 +00:00
robocop
0ff27c2af8 Don't crash the debug build if the allocations report file cannot be opened. 2005-12-24 07:28:31 +00:00
fsg
b1de9b656a increment build number 2005-12-24 03:19:11 +00:00
fsg
daf4e7a36c nightly update 2005-12-24 03:19:09 +00:00
robocop
2e5e3abd80 increment build number 2005-12-23 23:32:41 +00:00
robocop
0d4025691a Make sure gmtime_r is marked as missing in Win32. 2005-12-23 23:32:40 +00:00
robocop
cd5b38ef1c increment build number 2005-12-23 23:11:58 +00:00
robocop
82ebc3ab64 Fix the non-VMS version of gds__validate_lib_path:
We shouldn't modify the result from getenv().
Also, fix some null terminator issues.
2005-12-23 23:11:57 +00:00
robocop
bb840eceb3 increment build number 2005-12-23 23:08:11 +00:00
robocop
dc007572fb Add getExactTimestampUTC and put some indications. Alex will fix my stub code.
It seems gmtime doesn't work as expected at least with VC6.
2005-12-23 23:08:09 +00:00