8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00
firebird-mirror/src
2006-06-13 08:38:58 +00:00
..
alice cleanup 2006-06-06 10:34:32 +00:00
burp 1. Avoid use of STL 2006-05-19 15:17:02 +00:00
common Make compilable in MSVC6 2006-06-06 15:42:50 +00:00
config Don't access negative elements in array 2006-06-05 13:01:14 +00:00
dbs fixed SF bug 229237 2005-12-30 16:08:44 +00:00
dsql Fix bug noticed by Dmitry Yemanov: sometimes, special characters are detected and rejected. Other times, anything that follows them is silenty ignored. Unacceptable. We were accesing an array out of bounds. 2006-06-07 05:39:46 +00:00
dudley It seems that all of Jim's hand-made parsers have had the same bug for 20 years in compilers that treat the "char" type as signed byte internally: they get random character attributes because they apply negative indices (obviously out of bounds) to the array of char attributes for any char value greater than 127. And all of them do their work in slightly but almost equal way... tell me about code redundance! This without losing time fixing unused stuff like jrd/jlx.c. 2006-06-08 05:15:37 +00:00
extlib Migrate fbudf to platform-neutral integral types. 2006-06-03 05:24:33 +00:00
gpre It seems that all of Jim's hand-made parsers have had the same bug for 20 years in compilers that treat the "char" type as signed byte internally: they get random character attributes because they apply negative indices (obviously out of bounds) to the array of char attributes for any char value greater than 127. And all of them do their work in slightly but almost equal way... tell me about code redundance! This without losing time fixing unused stuff like jrd/jlx.c. 2006-06-08 05:15:37 +00:00
include Blob sub_types greater than 1 (text) are for our internal ussage. Negative blob sub_types are for users. Stop users from creating columns with blob sub_types beyond. Probably the same check has to be done in DYN. 2006-06-02 08:44:19 +00:00
install/arch-specific/solx86gcc Changed name to security2.fdb 2005-02-24 12:24:38 +00:00
intl Ability to use: 2006-06-13 02:38:39 +00:00
iscguard A bunch of changes targeted to support multi-instancing on win32. 2006-04-20 10:35:44 +00:00
isql Make compilable in MSVC6 2006-06-06 15:42:50 +00:00
jrd increment build number 2006-06-13 08:38:58 +00:00
lock Cleanup. 2006-06-02 08:26:08 +00:00
misc increment build number 2006-06-13 08:38:58 +00:00
msgs Misc 2006-06-10 02:21:31 +00:00
qli It seems that all of Jim's hand-made parsers have had the same bug for 20 years in compilers that treat the "char" type as signed byte internally: they get random character attributes because they apply negative indices (obviously out of bounds) to the array of char attributes for any char value greater than 127. And all of them do their work in slightly but almost equal way... tell me about code redundance! This without losing time fixing unused stuff like jrd/jlx.c. 2006-06-08 05:15:37 +00:00
remote Cleanup. 2006-06-02 08:26:08 +00:00
utilities Fixed the CPL applet. 2006-05-31 16:57:50 +00:00
vulcan Style. 2006-04-06 08:18:53 +00:00