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

100 Commits

Author SHA1 Message Date
robocop
c931a674c2 Cleanup.
Hopefully harmless
It should fix the issue introduced with constness in gds__interprete for current applications.
2003-09-29 12:43:14 +00:00
skidder
235db035ce Ok, i'm joining Firebird destruction team with my cleanup:
1. Bring trace DSQL, DYN and BLR trace logging up-to-date
2. Remove redundant CSB pointer dereferences in BLR parser and request compiler
3. Convert RIGHT JOIN to LEFT JOIN early during BLR parsing
4. Check BLR syntax for unititalized contexts usage
5. Some type-safety and const-correctness fixes
2003-09-28 21:36:05 +00:00
robocop
97ff1a9063 make gcc happy v2 :-) 2003-09-26 09:26:38 +00:00
fsg
6dfe1b64ad make gcc happy again
FSG
2003-09-26 08:07:12 +00:00
robocop
484c6ec372 Cleanup, const correctness, variables in scope, etc.
Having done my best to merge everyone else's changes, I hope the tree can be build with whatever other tools != MSVC6.
2003-09-25 11:49:12 +00:00
aafemt
a3ba7235b4 'struct' removal 2003-09-24 10:30:39 +00:00
aafemt
e637437cb8 Partial 'struct' cleanup 2003-09-23 10:13:39 +00:00
aafemt
c261a10146 Partial 'struct' cleanup 2003-09-19 10:26:46 +00:00
brodsom
30f79b34f8 -Cleaning headers 2003-09-15 16:32:22 +00:00
robocop
b21c7b43e1 const correctness, formatting, cleaning, etc.
Not a definitive work, though.
2003-09-15 12:30:28 +00:00
brodsom
c20e144628 -Style 2003-09-15 02:03:54 +00:00
brodsom
a2715cb8c9 Fix indents 2003-09-13 11:48:09 +00:00
brodsom
a5cbd07f9d Correction (Thanks to Claudio) 2003-09-13 09:02:10 +00:00
brodsom
a7128e4a1a -Removing GDS_VAL and GDS_REF 2003-09-12 22:30:55 +00:00
brodsom
ad122347cc -Remove PYXIS 2003-09-11 02:54:26 +00:00
brodsom
9bf60eadc0 -Removing PYXIS 2003-09-11 02:17:05 +00:00
brodsom
7c7c2758dc BOOLEAN cleaning 2003-09-10 17:52:12 +00:00
robocop
689497906a C comments to C++ comments 2003-09-10 11:48:08 +00:00
robocop
b9394d498a No more underscore + uppercase 2003-09-09 11:36:06 +00:00
brodsom
69698fc2eb Remove unneeded extern C 2003-09-06 00:52:10 +00:00
brodsom
9359a6bcc4 -Use NULL instead 0 for null pointers
-Remove unneeded casts
2003-09-01 17:38:56 +00:00
robocop
0e63f189f5 Unused var 2003-08-31 12:23:52 +00:00
brodsom
0065c98434 -Remove GDS_VAL and GDS_REF 2003-08-30 02:12:44 +00:00
brodsom
5c4e4b0890 -Remove NULL_PTR
-Remove unneeded casts
2003-08-28 10:55:19 +00:00
robocop
dbe2772bba Still seems to work after changes.
:-)
2003-08-25 12:09:16 +00:00
robocop
80885347fe Still seems to work after changes.
:-)
2003-08-25 12:00:25 +00:00
aafemt
8798a33d84 ENUM removal 2003-08-22 10:56:55 +00:00
brodsom
e2a8c99c73 -Fix cast warnings
-Fix signed/unsigned comparison warning
2003-08-19 11:16:10 +00:00
robocop
d25eb503fe Minor changes 2003-08-12 10:00:18 +00:00
skidder
f3348c4502 Apply FreeBSD patches by Tomas Skoda 2003-08-11 11:21:21 +00:00
brodsom
fb51d2c17d Patch for MinGW 3.0 2003-07-14 16:55:04 +00:00
brodsom
8feff51688 Remove depends (unused and unmaintained) 2003-07-08 23:38:30 +00:00
dimitr
3fac72d57c Uniform tempfile naming. 2003-07-06 07:04:03 +00:00
aafemt
e5146fd644 Introduce of ISC_STATUS_ARRAY 2003-04-16 10:18:51 +00:00
aafemt
29b251277d STATUS -> ISC_STATUS 2003-04-10 10:16:09 +00:00
alexpeshkoff
86e6b77b50 1. Fixed potential buffer overflow in gds__prefix* family of functions.
2. Changed second parameter declaration to be const.
2003-04-06 11:40:29 +00:00
brodsom
2bcfbe983f - ifdef unused or conditioned code
- Correct formats
- Change NULL to 0 or FALSE
2003-04-03 09:34:54 +00:00
eku
ceb9d33c9d Changed the default extensions for databases from .gdb to .fdb
The Windows and OS X builds have not been updated yet.
2003-03-17 12:06:48 +00:00
brodsom
f6abb7349b Change PIC struct name to avoid conflict with PIC libtool macro 2003-03-13 12:35:14 +00:00
brodsom
8d43a301d5 More PYXIS remains 2003-03-11 13:38:16 +00:00
brodsom
cfce74acfb Correct typo mistake 2003-03-09 00:17:54 +00:00
brodsom
3ebd5a9eec Remove obsolete PASCAL_ROUTINE macro 2003-02-28 23:53:38 +00:00
brodsom
292e979471 Remove HUGE_PTR 2003-02-28 13:38:30 +00:00
brodsom
f79c778c52 Add PYXIS define to isolate pyxis code. When this change were tested enough, the pyxis code can be removed. 2003-02-27 18:22:48 +00:00
fsg
13e2c8ae7d Blas, could you please stop to replace warnings with errors :-)
main needs to return int
2003-02-20 20:25:28 +00:00
brodsom
1b70d12d5c Remove warnings 2003-02-20 00:28:12 +00:00
brodsom
17632bddca Remove warnings 2003-02-20 00:10:25 +00:00
eku
1217a3cd83 Small correction (GCC doesn't complain). Thanks to Claudio. 2003-02-19 06:15:21 +00:00
eku
650c421092 Fixed "missing initializer for member `nod_types::nod_t_sql_node'". 2003-02-18 11:55:47 +00:00
eku
5dfbc445d8 Fixed "aggregate has a partly bracketed initializer". 2003-02-18 11:53:24 +00:00