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

38332 Commits

Author SHA1 Message Date
alexpeshkoff
0d4fcd15d0 Fixed alignment - thanks to Adriano 2009-03-05 10:25:45 +00:00
alexpeshkoff
e98d5811e2 increment build number 2009-03-05 09:27:28 +00:00
alexpeshkoff
0ed48bfcd1 Support one more combination of autotools - present on AIX 2009-03-05 09:27:27 +00:00
robocop
695110de9f increment build number 2009-03-05 06:41:15 +00:00
robocop
c8945e8ce2 increment build number 2009-03-05 06:41:14 +00:00
robocop
48a758b179 increment build number 2009-03-05 06:41:12 +00:00
robocop
494a8ce6e6 increment build number 2009-03-05 06:40:26 +00:00
robocop
a2ecbac559 increment build number 2009-03-05 06:40:24 +00:00
robocop
d7cb77b0c3 increment build number 2009-03-05 06:38:45 +00:00
robocop
4148f37206 increment build number 2009-03-05 06:38:44 +00:00
robocop
4ffeaea47a Expose frac() in ib_udf but only as udf_frac to not clash with a possible native implementation. 2009-03-05 06:38:43 +00:00
robocop
d0d080124f increment build number 2009-03-05 06:05:51 +00:00
robocop
c96ffd070f Misc. 2009-03-05 06:05:50 +00:00
robocop
ee8cfe3d4b increment build number 2009-03-05 06:05:21 +00:00
robocop
4d8dd1c953 Make it compile on Windows. 2009-03-05 06:05:19 +00:00
asfernandes
910d3dbc47 increment build number 2009-03-05 01:01:59 +00:00
asfernandes
c3f5e4bf6c increment build number 2009-03-05 01:01:58 +00:00
asfernandes
2d40bd2425 Remove not used and non-simmetric platform specific define 2009-03-05 01:01:57 +00:00
asfernandes
6ae8e266b0 increment build number 2009-03-05 00:52:27 +00:00
asfernandes
f3a3ddad96 increment build number 2009-03-05 00:52:26 +00:00
asfernandes
9d086d289c Misc 2009-03-05 00:52:25 +00:00
fsg
16481a6a8b increment build number 2009-03-04 19:39:16 +00:00
fsg
507504b27d nightly update 2009-03-04 19:39:14 +00:00
paul_reeves
bc7543682f increment build number 2009-03-04 16:24:55 +00:00
alexpeshkoff
9b7c4bb176 increment build number 2009-03-04 12:44:31 +00:00
alexpeshkoff
2c270ab9db Fixed set/drop admins mapping in security2.fdb 2009-03-04 12:44:25 +00:00
robocop
6767cbaa1a increment build number 2009-03-04 12:14:52 +00:00
robocop
f2f8c3d704 Do not use reinterpret_cast to convert from void* to a typed pointer. 2009-03-04 12:14:51 +00:00
robocop
780852ff78 increment build number 2009-03-04 12:13:34 +00:00
robocop
4dc1d3d144 Misc. 2009-03-04 12:13:32 +00:00
alexpeshkoff
254f99caca increment build number 2009-03-04 10:26:17 +00:00
alexpeshkoff
2a8603af7d Formally this fixes gcc warning - no virtual dtor in class with virtual functions.
But this required serious reworking of InstanceControl and GlobalPtr<> classes.
GlobalPtr<> should not be directly derived from class with virtual functions -
virtual table for it's instances may become invalid in the moment,
when cleanup is needed. Therefore indirect link via InstanceList and
InstanceLink is established instead. This required also a little changes in
a way how InstanceControl is used. GlobalPtr<> usage is not changed.
2009-03-04 10:26:16 +00:00
alexpeshkoff
0d58414f60 increment build number 2009-03-04 10:26:15 +00:00
skidder
c594020a9d increment build number 2009-03-04 02:48:19 +00:00
skidder
086875af9f Maintaining VC7 build manually is too labor intensive and leads to strange engine bugs.
Instead re-generate MSVC7 build files from MSVC8 using VSPC utility:
http://sourceforge.net/projects/vspc

This produces working build.
2009-03-04 02:48:18 +00:00
skidder
3e1e6e9c48 increment build number 2009-03-04 02:48:17 +00:00
fsg
795cfeb964 increment build number 2009-03-03 19:38:51 +00:00
fsg
f0a2a300fe nightly update 2009-03-03 19:38:49 +00:00
asfernandes
81db275bed increment build number 2009-03-03 16:01:23 +00:00
dimitr
a896eb960e increment build number 2009-03-03 15:25:35 +00:00
dimitr
39b6dac932 Fixed the wrong assertion. 2009-03-03 15:25:34 +00:00
dimitr
48d8265d9b increment build number 2009-03-03 15:19:52 +00:00
dimitr
9f1cc5473a Prefer explicit #includes to tricky forward declarations for template classes. 2009-03-03 15:19:50 +00:00
dimitr
6c2fd9449a increment build number 2009-03-03 14:57:54 +00:00
dimitr
ca94ba9d07 Restored the legacy logic that was zapping the output NULL descriptors to mimic some pseudo-empty values.
Just for symmetry, unconditionally applied the same logic to inputs (it was there for blobs only).
Finally, do the same in the original place, EXE_assignment(). A more complex original code that tried to care about character sets is removed.
2009-03-03 14:57:53 +00:00
dimitr
13abdddbe2 increment build number 2009-03-03 14:55:56 +00:00
robocop
a7d61fcf3c increment build number 2009-03-03 12:26:59 +00:00
robocop
10592850aa Playing with mixture of new/deallocate or allocate/delete doesn't seem a good approach to me, even if it works due to our redefinitions. 2009-03-03 12:26:58 +00:00
robocop
271a4dfda9 increment build number 2009-03-03 12:24:09 +00:00
robocop
850274ee83 Adjust to our naming conventions. 2009-03-03 12:24:07 +00:00