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

11 Commits

Author SHA1 Message Date
alexpeshkoff
d63491e3c5 Finished gcc-warnings cleanup 2007-04-11 16:05:40 +00:00
dimitr
38e557a3d0 Fixed MSVC8 build once more :-) 2006-07-25 08:58:39 +00:00
robocop
c4870f6d2b Migrate ib_udf to platform-neutral integral types. 2006-06-03 04:53:06 +00:00
asfernandes
da8bc2343c Misc 2006-06-01 01:46:21 +00:00
dimitr
16aa4ad332 VS8.0 has two implementations of div(). Let's explicitly use the int-aware one. 2006-05-31 15:08:31 +00:00
robocop
6521e12aaf Slavomir Skopalik contributed IB_UDF_frac. 2004-12-07 00:29:40 +00:00
fsg
84f6c9c02b Renamed old rand udf to srand
added new rand function without seed
FSG
2004-11-03 14:16:57 +00:00
skidder
1f57ee9f83 Fix POSIX build. It is difficult to teach make to pick up .cpp file when .c file with the same name is present. Thus we delete ib_udf.c. 2004-11-02 07:13:53 +00:00
skidder
06b32c56d9 Fix MSVC7 build 2004-11-02 06:23:59 +00:00
robocop
2563ddf9f6 Comment added 2004-09-23 04:53:03 +00:00
robocop
8939aea4f0 Change in UDF handling to benefit ib_udf:
- The old ib_udf.sql works as always with ib_udf.c
- You can use ib_udf.cpp with the old ib_udf.sql, but it won't detect NULL
- You must use ib_udf2.sql ONLY with ib_udf.cpp and will have complete functionality
- You can point your build schema to use ib_udf.cpp instead of ib_udf.c
- The changes are backward compatible, except for the detection of NULL that needs the new DDL declarations.
2004-09-20 08:49:58 +00:00