.. |
ada.cpp
|
Misc.
|
2005-11-30 06:12:53 +00:00 |
c_cxx.cpp
|
Forward-port Ann's enhancement to gpre to allow more range for identifiers (more changes may be needed in the future to complete the feature).
|
2005-12-09 05:07:57 +00:00 |
cdbtable.h
|
added new dpb parameters
|
2004-11-07 14:20:58 +00:00 |
cmd_proto.h
|
General cleanup. Sorry if I missed some occurrence.
|
2004-01-28 07:50:41 +00:00 |
cmd.cpp
|
Merge INTL branch into HEAD
|
2005-05-27 22:45:31 +00:00 |
cme_proto.h
|
General cleanup. Sorry if I missed some occurrence.
|
2004-01-28 07:50:41 +00:00 |
cme.cpp
|
Fixed a number of issues for Dialect 1 and Dialect 3 (string arithmetics) + some cleanup.
|
2005-08-06 05:36:30 +00:00 |
cmp_proto.h
|
Forward-port Ann's enhancement to gpre to allow more range for identifiers (more changes may be needed in the future to complete the feature).
|
2005-12-09 05:07:57 +00:00 |
cmp.cpp
|
Misc.
|
2005-12-11 08:32:27 +00:00 |
cob.cpp
|
Misc.
|
2005-11-30 06:12:53 +00:00 |
dyntable.cpp
|
Merge INTL branch into HEAD
|
2005-05-27 22:45:31 +00:00 |
dyntable.h
|
Ok, i'm joining Firebird destruction team with my cleanup:
|
2003-09-28 21:36:05 +00:00 |
exp_proto.h
|
General cleanup. Sorry if I missed some occurrence.
|
2004-01-28 07:50:41 +00:00 |
exp.cpp
|
Simplification.
|
2006-05-04 00:02:58 +00:00 |
ftn.cpp
|
Misc.
|
2005-11-30 06:12:53 +00:00 |
gpre_meta_boot.cpp
|
Misc.
|
2006-01-07 01:32:10 +00:00 |
gpre_meta.epp
|
Comment excessive dependencies on license.h.
|
2006-01-07 00:31:37 +00:00 |
gpre_meta.h
|
Cleanup
|
2004-02-02 11:02:12 +00:00 |
gpre_proto.h
|
const correctness
|
2003-11-28 06:48:34 +00:00 |
gpre.cpp
|
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 |
gpre.h
|
1. Avoid use of STL
|
2006-05-19 15:17:02 +00:00 |
gpreswi.h
|
Merge INTL branch into HEAD
|
2005-05-27 22:45:31 +00:00 |
hsh_proto.h
|
General cleanup. Sorry if I missed some occurrence.
|
2004-01-28 07:50:41 +00:00 |
hsh.cpp
|
Merge INTL branch into HEAD
|
2005-05-27 22:45:31 +00:00 |
hsh.h
|
Misc: style.
|
2004-11-24 09:22:07 +00:00 |
int_cxx.cpp
|
fixed gcc warning(s)
|
2006-01-18 11:54:00 +00:00 |
jrdme_proto.h
|
style
|
2003-10-05 06:58:07 +00:00 |
jrdmet.cpp
|
Misc: format
|
2004-08-21 09:29:46 +00:00 |
lang_proto.h
|
const correctness
|
2003-10-29 10:53:47 +00:00 |
movg_proto.h
|
const correctness, vars in scope, etc.
|
2003-10-05 06:56:48 +00:00 |
movg.cpp
|
Thread cleanup:
|
2004-06-08 13:41:08 +00:00 |
msc_proto.h
|
Cleanup
|
2004-02-02 11:02:12 +00:00 |
msc.cpp
|
-Join gpre globals in one struct (and remove some macros) and put not globals in the corresponding source.
|
2004-05-24 17:13:38 +00:00 |
par_proto.h
|
General cleanup. Sorry if I missed some occurrence.
|
2004-01-28 07:50:41 +00:00 |
par.cpp
|
1. Avoid use of STL
|
2006-05-19 15:17:02 +00:00 |
parse.h
|
Fix SF Bug #504978. Restore gpre ability to work with variables up to 63 bytes in length. Now that the lengths are expressed by constants instead of random values in each place, the limit may be increased further. The problem happened between IB5 and IB6 at Borland.
|
2005-01-17 05:02:09 +00:00 |
pas.cpp
|
Misc.
|
2005-11-30 06:12:53 +00:00 |
pat_proto.h
|
const correctness, vars in scope, etc.
|
2003-10-05 06:56:48 +00:00 |
pat.cpp
|
Forward-port Ann's enhancement to gpre to allow more range for identifiers (more changes may be needed in the future to complete the feature).
|
2005-12-09 05:07:57 +00:00 |
pat.h
|
General cleanup. Sorry if I missed some occurrence.
|
2004-01-28 07:50:41 +00:00 |
prett_proto.h
|
style
|
2003-10-05 06:58:07 +00:00 |
pretty.cpp
|
Misc.
|
2004-12-16 03:10:20 +00:00 |
sdltable.h
|
First steps towards a C++ conversion.
|
2001-05-23 13:26:42 +00:00 |
sqe_proto.h
|
General cleanup. Sorry if I missed some occurrence.
|
2004-01-28 07:50:41 +00:00 |
sqe.cpp
|
I don't want another "interprete", so I rename "defered" to "deferred".
|
2006-05-02 00:04:12 +00:00 |
sql_proto.h
|
Fix SF Bug #504978. Restore gpre ability to work with variables up to 63 bytes in length. Now that the lengths are expressed by constants instead of random values in each place, the limit may be increased further. The problem happened between IB5 and IB6 at Borland.
|
2005-01-17 05:02:09 +00:00 |
sql.cpp
|
Fix SF Bug #1103740
|
2005-01-17 08:55:03 +00:00 |
words.h
|
Merge INTL branch into HEAD
|
2005-05-27 22:45:31 +00:00 |