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

85 Commits

Author SHA1 Message Date
robocop
903293c9d1 Seems more readable to me. 2009-08-19 12:59:22 +00:00
asfernandes
4171c16988 Some things discussed with Dmitry and Claudio - rename the new function to fb_print_blr, use ULONG parameter for blr_length and return int 2009-08-03 15:52:48 +00:00
asfernandes
4759973045 Fixed CORE-2576 - Server may crash parsing wrong or truncated BLR
Full rebuild required - CMP_compile2 prototype changed
2009-08-02 04:10:07 +00:00
robocop
67c4d03965 Style. 2009-06-28 11:59:30 +00:00
robocop
2ca526b779 Style. 2009-06-28 10:26:25 +00:00
robocop
f10e1b72eb Style. 2009-06-27 06:23:36 +00:00
robocop
66b1227b22 Unused params, some formatting, cleanup. 2009-05-01 17:21:36 +00:00
robocop
2d0df4d40e Cleanup:
- get rrid of IB3 support,
- commnent unused enumeration members,
- delete unused function params
2009-04-24 15:26:46 +00:00
robocop
2efbb1a8c2 Style, comments, constness and some unused vars and keywords. 2009-04-22 11:44:39 +00:00
alexpeshkoff
58bdb6c241 Cleanup - unsupported port HP10 2009-04-10 15:36:58 +00:00
robocop
77bd687168 Style. 2009-01-14 08:22:32 +00:00
robocop
4c021ec559 Cleanup: style, get rid of typedef needed by plain C, other C++ legacy declarations, etc. Seventh pass. 2009-01-02 06:34:31 +00:00
robocop
a1d52589d2 Cleanup: style, get rid of typedef needed by plain C, other C++ legacy declarations, etc. Sixth pass. 2008-12-31 09:35:52 +00:00
asfernandes
dff4d4fa99 Misc 2008-12-27 18:15:50 +00:00
robocop
b9cff24278 Cleanup: style, get rid of typedef needed by plain C, other C++ legacy declarations, etc. Fourth pass. 2008-12-27 10:04:31 +00:00
robocop
3b001e7886 Cleanup: style, get rid of typedef needed by plain C, other C++ legacy declarations, etc. Second pass. 2008-12-27 07:00:40 +00:00
robocop
1214fcdbd8 Cleanup: style, get rid of typedef needed by plain C, other C++ legacy declarations, etc. First pass. 2008-12-25 07:46:53 +00:00
asfernandes
8fbf0e8e8c Remove trailing spaces (.cpp files) 2008-12-05 01:20:14 +00:00
robocop
b8ea332022 Misc. 2008-06-05 11:02:42 +00:00
robocop
07c087094d Mostly remove useless parentheses. 2008-06-03 06:14:59 +00:00
dimitr
17e5267603 The merge continued. 2008-01-16 07:15:01 +00:00
robocop
93fd88772a Get rid of the $ symbol in var names. 2007-04-01 13:04:13 +00:00
robocop
f40512506b Commit source changes by Stephen Boyd to support RM Cobol. 2006-11-10 07:50:13 +00:00
alexpeshkoff
0f7cbececb applied Damyan's patch for gcc 4.0.1 2006-06-23 08:33:33 +00:00
robocop
2d00d59c8c Misc. 2005-11-30 06:12:53 +00:00
kkuznetsov
d1a41d7eb2 SOLARIS cleanup 2005-02-17 12:51:13 +00:00
robocop
15c5bc67d0 Fix SF Bug #527677 for gpre and the ANSI85 switch. 2005-01-19 08:59:23 +00:00
robocop
3eacd85d2a Let's prevent accidental modification of some params. 2005-01-05 08:25:24 +00:00
robocop
7be3904ce4 Bring some order to the gpre insanity that was using custom, disparate lengths for variables that should have the same length. 2005-01-03 08:07:41 +00:00
robocop
2814294027 Misc. 2004-12-16 03:03:13 +00:00
robocop
3d232f30ca Overwrote the good version of the file thanks to the CVS Id tag. 2004-11-28 04:59:31 +00:00
robocop
979355b025 Misc. 2004-11-28 03:43:42 +00:00
robocop
83881d9243 Fix with double quotes handling in case someone still uses gpre and COBOL. 2004-11-10 04:32:11 +00:00
robocop
628b088d2c Treat string literals and string constants with more respect. 2004-11-10 04:26:45 +00:00
robocop
f80199d26d Treat string literals and string constants with more respect. 2004-11-08 03:33:26 +00:00
robocop
f264ecf391 Be more respectful of literal strings. 2004-10-30 05:30:08 +00:00
robocop
7dcb66a250 When you call va_start, call va_end, don't assume it does nothing because some platforms don't have code for it!
Changed some sprintf to SNPRINTF. Work in progress WRT wrapper for this function.
2004-09-25 10:28:09 +00:00
brodsom
3bcf37fcd1 Assert or silence uninitialized warning 2004-08-26 21:44:11 +00:00
robocop
1332d98618 Literal strings should be treated as const char* 2004-06-05 09:37:18 +00:00
robocop
a65ccddbd4 Misc changes:
- const
- variables in scope
- style
- a duplicate function deleted
- some unneeded casts removed
2004-06-03 07:31:10 +00:00
robocop
7b51928503 Style 2004-05-29 04:55:23 +00:00
brodsom
57f6bc46d5 -Join gpre globals in one struct (and remove some macros) and put not globals in the corresponding source.
-Use C++ struct declaration style.
2004-05-24 17:13:38 +00:00
brodsom
75a0483d75 -Comment some common.h unused macros
-Replace VA_START macro with va_start function (it was already some places where it is not used)
2004-05-23 23:28:06 +00:00
brodsom
1ffe279896 -Avoid shadow warning 2004-05-12 19:39:17 +00:00
skidder
43cb0d1ce4 Y-Valve handle translation layer 2004-05-02 23:06:37 +00:00
brodsom
0daa189563 Removing ib_stdio.h 2004-04-28 22:36:29 +00:00
robocop
663e3b16e7 Cleanup 2004-02-02 11:02:12 +00:00
robocop
2b295a9108 General cleanup. Sorry if I missed some occurrence. 2004-01-28 07:50:41 +00:00
robocop
9fafc348bf const correctness
vars in scope
minimal interface cleanup
small bug fixes
2003-11-28 06:48:34 +00:00
brodsom
4285bc623c Removing gdsold.h and gds.h 2003-11-08 16:40:17 +00:00