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

20656 Commits

Author SHA1 Message Date
kkuznetsov
31de60a64a Prepare for use Sun CC compiler on Solaris sparc platform 2006-02-03 08:19:08 +00:00
fsg
721efd308c increment build number 2006-02-03 03:18:53 +00:00
fsg
a3daed6d80 nightly update 2006-02-03 03:18:52 +00:00
robocop
798134b2aa increment build number 2006-02-03 02:29:00 +00:00
robocop
2011950972 The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
Ninth step: while doing cleanup, I discovered some data members that aren't used anymore or that should be inside conditional code. This is the result.
2006-02-03 02:28:58 +00:00
dimitr
fe6cfb77fe increment build number 2006-02-02 13:18:00 +00:00
dimitr
eaa2962745 Fixed the win32 build. 2006-02-02 13:17:59 +00:00
dimitr
e98b343566 increment build number 2006-02-02 12:57:50 +00:00
dimitr
bf1562a49a Fixed a bug with NOT ANY/ALL reported by Alex. 2006-02-02 12:56:57 +00:00
robocop
25d18e3ca3 increment build number 2006-02-02 07:57:41 +00:00
robocop
25c08aea67 The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
Eighth step: dbb_refresh_ranges belongs to the obsolete functionality and since it's never set but tested in cch.cpp with two AND, the whole condition will be always false, hence remove the code.
2006-02-02 07:57:36 +00:00
robocop
80334e4b1c increment build number 2006-02-02 07:40:43 +00:00
robocop
29a6749c22 Misc. 2006-02-02 07:40:42 +00:00
robocop
04898742a3 increment build number 2006-02-02 07:40:41 +00:00
robocop
da2531b32c increment build number 2006-02-02 07:37:28 +00:00
robocop
2b8121da2f The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
Seventh step: since RSE_MARK_CRACK became a no-op, remove it from the sources.
2006-02-02 07:37:26 +00:00
robocop
8231f3f068 increment build number 2006-02-02 07:32:09 +00:00
robocop
2b99e764e3 The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
Sixth step: remove the places protected by the macro PC_ENGINE. More to come. (I guess all of you who have pending functional changes to post will love this commit. <g>)
2006-02-02 07:32:07 +00:00
fsg
7c90e51ce7 increment build number 2006-02-02 03:19:10 +00:00
fsg
c4283b7bdc increment build number 2006-02-02 03:18:17 +00:00
fsg
3a629f8b14 nightly update 2006-02-02 03:18:15 +00:00
robocop
e77f9a7803 increment build number 2006-02-02 00:39:04 +00:00
robocop
7a3f8e5cb2 fbudf wasn't really thread safe (despite the Mutex) when dealing with the non-reentrant functions localtime and gmtime because we need to copy the contents of the result pointer to a local variable before releasing the Mutex. 2006-02-02 00:39:02 +00:00
robocop
23d4eba668 increment build number 2006-02-02 00:28:06 +00:00
robocop
0c28df8cf2 Declare independence day from client library for fbudf . For builds other than MSVC6, the following has to be done:
- add to fbudf project the files timestamp.cpp and timestamp.h
- for the same project, define FBUDF_EXPORTS as preprocessor macro
- for the firebird2 workspace/solution/make/etc get rid of the dependency of fbudf on fbclient. Build files that I indentified that need fixes are:
builds\posix\Makefile.in.client.fbudf
builds\posix\Makefile.in.embed.fbudf
builds\win32\msvc7\fbudf.vcproj
builds\win32\msvc7\Firebird2.sln
MacOs build files ignore fbudf completely.
This change eliminates the problem with the client library having different names depending on the build type (SS, CS, embedded).
2006-02-02 00:28:03 +00:00
robocop
47d0039045 increment build number 2006-02-02 00:28:02 +00:00
robocop
7955d2d9c6 increment build number 2006-02-02 00:28:01 +00:00
robocop
1faea313ff increment build number 2006-02-02 00:27:59 +00:00
robocop
30f5d02c0a increment build number 2006-02-02 00:03:34 +00:00
robocop
8b99699398 Do not lose time getting the accurate timestamp from the operating system if we are going to override it imediately with the user supplied value in isc_encode_date and isc_encode_timestamp. Also, this avoids an exception escaping from the API functions if the system call fails. 2006-02-02 00:03:29 +00:00
robocop
b6487e1f83 increment build number 2006-02-01 22:50:54 +00:00
robocop
87637b49de The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
Fifth step: remove the aforementioned files. More to come.
2006-02-01 22:50:53 +00:00
robocop
151b6555d1 increment build number 2006-02-01 22:45:39 +00:00
robocop
8975ef292a The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
Fourth step: remove forward declarations of classes Bookmark and RefreshRange. More to come.
2006-02-01 22:45:35 +00:00
robocop
29a379a25c increment build number 2006-02-01 09:21:07 +00:00
robocop
ebf632d050 The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
Third step: remove references to the deleted objects Bookmark and RefreshRange in blk.h and dbt.cpp (debug). Remove definition of Bookmark from rse.h. More to come.
2006-02-01 09:21:05 +00:00
robocop
e17b93fd81 increment build number 2006-02-01 08:55:44 +00:00
robocop
c2fe7385ab The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
Second step: remove them from #include clauses in other files. More to come.
2006-02-01 08:55:43 +00:00
robocop
f9af8ba61f increment build number 2006-02-01 08:51:11 +00:00
robocop
6a877d0263 increment build number 2006-02-01 08:51:10 +00:00
robocop
85f98f6d8b The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
First step: remove them from the build configurations. More to come.
2006-02-01 08:51:09 +00:00
robocop
f13f46ac10 increment build number 2006-02-01 08:51:08 +00:00
robocop
458e0b0ec2 increment build number 2006-02-01 08:51:07 +00:00
paul_reeves
12ed900b06 increment build number 2006-01-31 10:44:52 +00:00
paul_reeves
1b140d7106 increment build number 2006-01-31 10:44:51 +00:00
paul_reeves
595bc8981a increment build number 2006-01-31 10:44:49 +00:00
paul_reeves
9b7eca63b3 increment build number 2006-01-31 10:44:48 +00:00
paul_reeves
faaed269b4 increment build number 2006-01-31 10:44:47 +00:00
paul_reeves
78dca9d341 increment build number 2006-01-31 10:44:46 +00:00
robocop
de7010743a increment build number 2006-01-31 07:18:06 +00:00