8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 19:23:02 +01:00
firebird-mirror/src/jrd
2009-09-15 21:24:20 +00:00
..
extds Use volatile for better thread-safety, noted by Adriano 2009-09-10 06:40:52 +00:00
os Misc 2009-09-12 01:34:26 +00:00
trace Fixed CORE-2601: fine tuning of the installation directories does not work in configure 2009-09-11 10:49:46 +00:00
acl.h Misc 2009-08-20 01:32:24 +00:00
align.h Misc 2009-07-15 03:13:16 +00:00
alt_proto.h Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
alt.cpp Use per-thread circular strings buffers instead common and per-attachment combination 2009-09-01 09:20:24 +00:00
blb_proto.h Change param type from SLONG* to UCHAR* because we gain nothing with the old declaration, except forced casts. 2008-12-22 10:06:43 +00:00
blb.cpp Misc. 2009-09-03 11:17:46 +00:00
blb.h Misc. 2009-04-10 14:28:35 +00:00
blf_proto.h
blob_filter.cpp Style. 2009-08-23 12:26:59 +00:00
blob_filter.h Trim trailling spaces 2009-04-04 16:39:31 +00:00
blp.h Use COMMONAPPDATA folder on Windows for shared memory files placement (lock table, even table, etc). 2009-05-25 10:57:22 +00:00
blr.h Implement improvement CORE-2452 : Add Role Name in input parameters for EXECUTE STATEMENT 2009-05-14 10:21:47 +00:00
BlrReader.h Fix warning with HP-UX compiler - reported by Bill 2009-08-20 01:55:20 +00:00
btn.cpp Simplification. 2009-06-21 08:32:55 +00:00
btn.h Misc 2009-08-14 01:58:22 +00:00
btr_proto.h Isolate even more the scrollable cursors-related code. 2009-06-22 08:45:38 +00:00
btr.cpp More explicit (and shorter) life-time for sort blocks. Now they belong to either requests (user sorts) or transactions (index sorts). 2009-09-04 06:11:55 +00:00
btr.h Give idx_id and associated values a consistent data type and treatment. 2009-06-21 06:04:18 +00:00
build_no.h increment build number 2009-09-15 21:24:20 +00:00
builtin.cpp Comments and style. 2009-08-22 12:09:51 +00:00
cch_proto.h Refactored NBackup subsystem. 2009-03-17 07:39:55 +00:00
cch.cpp Improvement CORE-1687 : Allow bigger cache sizes than 2 GB (16K * 128 K) for x64 builds 2009-09-06 09:39:40 +00:00
cch.h Improvement CORE-1687 : Allow bigger cache sizes than 2 GB (16K * 128 K) for x64 builds 2009-09-06 09:39:40 +00:00
CharSet.cpp Style. 2009-06-27 11:44:21 +00:00
CharSet.h HP-UX IA-64 warnings, type qualifier is meaningless 2009-08-27 20:15:44 +00:00
cmp_proto.h Change the interface again. Please full rebuild (although the many recent changes to common.h almost qualify as full rebuild). 2009-08-05 12:30:32 +00:00
cmp.cpp More explicit (and shorter) life-time for sort blocks. Now they belong to either requests (user sorts) or transactions (index sorts). 2009-09-04 06:11:55 +00:00
Collation.cpp Style. 2009-08-13 10:35:56 +00:00
Collation.h 1) Let the collation existence locks respect the database shutdown. In particular, let's distinguish between "releasing" and "destroying" the lock. 2009-07-13 19:45:08 +00:00
common.h Fixed CORE-2609: Update support for Windows 98/ME and NT4.0 2009-08-30 19:00:46 +00:00
constants.h Front-ported my recent rework of the monitoring stuff. 2009-07-06 09:19:26 +00:00
CsConvert.h Misc 2009-05-03 21:57:13 +00:00
cvt2_proto.h Separated CVT functions to common and jrd parts. 2008-07-10 15:57:33 +00:00
cvt2.cpp Comments and style. 2009-08-23 09:50:47 +00:00
cvt_proto.h Misc. 2009-09-06 06:24:07 +00:00
cvt.cpp Fixed CORE-2615 - Silent truncation when using utf8 parameters and utf8 client character set encoding 2009-09-04 15:20:48 +00:00
Database.cpp Misc, style, fixing dangerous warnings, constness, etc. 2009-02-08 11:23:46 +00:00
Database.h Misc adjustments to the database shutdown manager. 2009-08-25 11:38:03 +00:00
DatabaseSnapshot.cpp Delete unused constant since v1.104 of this file. 2009-08-28 10:16:38 +00:00
DatabaseSnapshot.h Misc. 2009-08-13 15:08:50 +00:00
DataTypeUtil.cpp Style. 2009-06-26 04:12:20 +00:00
DataTypeUtil.h Fixed CORE-2361 - String truncation reading 8859-1 Spanish column using isc_dsql_fetch with UTF-8 connection 2009-04-18 22:20:20 +00:00
db_alias.cpp Fixed CORE-2601: fine tuning of the installation directories does not work in configure 2009-09-11 10:49:46 +00:00
db_alias.h
dbg_proto.h Style. 2009-01-14 11:10:48 +00:00
dbg.cpp Misc. 2009-04-03 10:24:08 +00:00
dbg.h Trim trailling spaces 2009-04-04 16:39:31 +00:00
dbt.cpp Not sure if there's hope that this file will compile again. 2009-08-28 04:58:53 +00:00
DebugInterface.cpp Debug checks. 2009-08-05 12:31:54 +00:00
DebugInterface.h HP-UX IA-64 warnings, type qualifier is meaningless 2009-08-27 20:15:44 +00:00
dflt.h Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
dfw_proto.h Misc 2009-07-29 00:12:49 +00:00
dfw.epp Use per-thread circular strings buffers instead common and per-attachment combination 2009-09-01 09:20:24 +00:00
divorce.cpp AIX port - cleanup 2009-03-01 13:23:58 +00:00
divorce.h
dmp_proto.h Style. 2009-01-14 11:10:48 +00:00
dmp.cpp - Better input type for SQZ_decompress plus a bit of style. 2009-06-14 12:19:32 +00:00
dpm_proto.h Isolate even more the scrollable cursors-related code. 2009-06-22 08:45:38 +00:00
dpm.epp Comments. 2009-08-20 11:18:57 +00:00
drq.h Misc 2009-08-26 01:52:12 +00:00
dsc2.h Fixed CORE-2550: Bus error when working with DB_KEY on bigendian machines. Introduced dtype_dbkey inside engine. 2009-07-09 14:04:42 +00:00
dsc_proto.h
dsc_pub.h Misc 2009-07-15 03:13:16 +00:00
dsc.cpp Style. 2009-08-13 10:35:56 +00:00
dsc.h Style. 2009-08-13 10:35:56 +00:00
dyn_def.epp Change the interface again. Please full rebuild (although the many recent changes to common.h almost qualify as full rebuild). 2009-08-05 12:30:32 +00:00
dyn_del.epp - Comments. 2009-08-24 10:34:17 +00:00
dyn_df_proto.h
dyn_dl_proto.h More unused params. 2009-04-28 13:48:18 +00:00
dyn_md_proto.h
dyn_mod.epp Small cleanup. 2009-06-26 11:19:22 +00:00
dyn_proto.h Unused params, some formatting, cleanup. 2009-05-01 17:21:36 +00:00
dyn_ut_proto.h Style. 2008-12-18 10:57:12 +00:00
dyn_util.epp Patch from Bill Oliver - blr must be unsigned 2009-08-26 13:14:17 +00:00
dyn.epp Style. 2009-08-21 10:12:41 +00:00
dyn.h Unused params, some formatting, cleanup. 2009-05-01 17:21:36 +00:00
enc_proto.h
enc.cpp Misc 2009-07-06 22:37:31 +00:00
entry.h Misc. 2009-08-26 14:50:54 +00:00
err_proto.h Misc 2009-04-04 16:28:33 +00:00
err.cpp Avoid suspicious ctor according to Claudio's request 2009-09-01 10:36:30 +00:00
event_proto.h More fixes for bug CORE-2444 : When more than one attachment register interests in events simultaneously and free space in events table is exhausted engine could hung 2009-05-07 13:05:45 +00:00
event.cpp Misc 2009-06-06 18:13:57 +00:00
event.h Misc. 2009-05-24 05:36:04 +00:00
evl_proto.h
evl_string_test.cpp Misc 2008-12-20 19:57:43 +00:00
evl_string.h AIX port - fixed warnings 2009-05-28 07:55:13 +00:00
evl.cpp More explicit (and shorter) life-time for sort blocks. Now they belong to either requests (user sorts) or transactions (index sorts). 2009-09-04 06:11:55 +00:00
exe_proto.h This should fix regressions related to fixes of: 2008-09-01 13:18:02 +00:00
exe.cpp Misc. 2009-07-13 10:00:43 +00:00
exe.h Misc 2009-08-20 01:32:24 +00:00
execute_statement.cpp Remove trailing spaces (.cpp files) 2008-12-05 01:20:14 +00:00
execute_statement.h
ext_proto.h Implement sub-task CORE-1647 : Close external table's file even if it used by some cached (inactive) requests. 2009-06-03 09:59:45 +00:00
ext.cpp Misc and isolate the win9x code even more. 2009-09-02 04:23:02 +00:00
ext.h Misc 2009-06-06 18:13:57 +00:00
fields.h Improvement CORE-2551 - Interpret DPB items as now the database name parameter is interpreted and change MON$ filenames fields from NONE to UNICODE_FSS. 2009-07-11 19:58:28 +00:00
fil.h Style. 2008-12-20 08:12:19 +00:00
file_params.h CORE-2263: RemoteAuxPort for SuperClassic and regular Classic. 2009-06-08 12:21:31 +00:00
filte_proto.h
filters.cpp 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
flags.h Style. 2008-12-20 08:12:19 +00:00
flu_proto.h
flu.cpp Comments. 2009-08-22 12:16:47 +00:00
flu.h Style. 2009-01-03 09:14:29 +00:00
fun_proto.h Unused params 2009-04-28 13:08:04 +00:00
fun.epp Misc 2009-09-12 01:34:26 +00:00
functions.cpp Comments and style. 2009-08-22 12:09:51 +00:00
functions.h
gds_proto.h 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
gds.cpp Fixed CORE-2601: fine tuning of the installation directories does not work in configure 2009-09-11 10:49:46 +00:00
gdsassert.h Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
GlobalRWLock.cpp Fixed AV while database shutting down after gfix -shut full. Reported by Alex. 2009-04-08 14:44:26 +00:00
GlobalRWLock.h Misc. 2009-06-08 09:57:29 +00:00
grant_proto.h Remove warnings by gcc 4.3.2 2008-11-05 01:08:20 +00:00
grant.epp Moved DEFAULT_CLASS to constants.h; 2009-06-26 11:18:45 +00:00
ibase.h Deprecate unpublished API function isc_reset_fpe() 2009-08-24 08:01:06 +00:00
ibsetjmp.h
idx_proto.h Unused params 2009-04-28 13:08:04 +00:00
idx.cpp More explicit (and shorter) life-time for sort blocks. Now they belong to either requests (user sorts) or transactions (index sorts). 2009-09-04 06:11:55 +00:00
idx.h More unused params; style. 2009-05-02 13:00:09 +00:00
inf_proto.h Misc 2009-06-19 02:29:08 +00:00
inf_pub.h Applied Dan's patch to start port for s390 - primarily to reserve CLASS and IMPLEMENTATION 2009-07-21 13:39:58 +00:00
inf.cpp Seems more readable to me. 2009-07-17 17:03:02 +00:00
ini_proto.h 1) Fixed the layering, as dbb_lock shouldn't belong to PIO. 2008-07-09 08:40:31 +00:00
ini.epp More explicit (and shorter) life-time for sort blocks. Now they belong to either requests (user sorts) or transactions (index sorts). 2009-09-04 06:11:55 +00:00
ini.h Use named constants to represent field lengths. In the future it will have to be split between logical length (characters) and physical fields (bytes, for the internal buffers). 2009-05-03 14:08:39 +00:00
intl_builtin.cpp Misc 2009-07-04 23:06:05 +00:00
intl_classes.h Unused function params. 2009-04-26 10:24:44 +00:00
intl_proto.h Misc 2009-06-09 00:56:58 +00:00
intl.cpp Misc 2009-07-15 03:13:16 +00:00
intl.h Style. 2008-12-20 08:12:19 +00:00
IntlManager.cpp Fixed CORE-2601: fine tuning of the installation directories does not work in configure 2009-09-11 10:49:46 +00:00
IntlManager.h
intlnames.h
intlobj_new.h Unused params, some formatting, cleanup. 2009-05-01 17:21:36 +00:00
IntlUtil.cpp Style. 2009-07-03 11:02:17 +00:00
IntlUtil.h Unused params, some formatting, cleanup. 2009-05-01 17:21:36 +00:00
irq.h - Comments. 2009-08-24 10:34:17 +00:00
isc_f_proto.h Misc 2009-07-06 22:37:31 +00:00
isc_file.cpp Allow conversion of system filenames resulting in more than MAX_PATH bytes. Let the callers and others complaim, as they already do. 2009-07-13 19:21:56 +00:00
isc_proto.h Misc 2009-09-03 01:28:54 +00:00
isc_s_proto.h isc_ipc usage cleanup 2009-06-10 09:18:33 +00:00
isc_sync.cpp Misc. 2009-09-03 11:17:46 +00:00
isc_version.h Update. 2009-07-20 14:35:32 +00:00
isc_version.rc
isc.cpp Explicity initialize a variable 2009-09-03 01:18:35 +00:00
isc.h 1. Solaric/Sparc SunProCC port. 2009-05-05 08:06:37 +00:00
jrd_proto.h Introduced the fb_ping() provider call (it's not exported thus it doesn't belong to the public API). 2009-08-25 11:16:32 +00:00
jrd_pwd.h Fixed CORE-2601: fine tuning of the installation directories does not work in configure 2009-09-11 10:49:46 +00:00
jrd.cpp Fixed CORE-2601: fine tuning of the installation directories does not work in configure 2009-09-11 10:49:46 +00:00
jrd.h Use per-thread circular strings buffers instead common and per-attachment combination 2009-09-01 09:20:24 +00:00
lck_proto.h Misc 2009-08-20 01:32:24 +00:00
lck.cpp Misc 2009-08-23 01:27:46 +00:00
lck.h Misc 2009-06-06 18:13:57 +00:00
license.h Use macro __sun instead of sun for this platform 2009-05-07 07:11:06 +00:00
lls.h
met_proto.h Patch from Bill for compilers that treat constant parameters as part of the function signature 2009-08-05 18:41:24 +00:00
met.epp Fixed CORE-2576 - Server may crash parsing wrong or truncated BLR 2009-08-02 04:10:07 +00:00
met.h Get rid of more typedefs. 2009-04-03 10:07:55 +00:00
misc_func_ids.h
mov_proto.h
mov.cpp Misc. 2009-06-12 11:39:01 +00:00
msg_encode.h Warnings from Bill Oliver. 2009-08-27 09:51:55 +00:00
msg.h Trim trailling spaces 2009-04-04 16:39:31 +00:00
names.h Improvement CORE-2551 - Interpret DPB items as now the database name parameter is interpreted and change MON$ filenames fields from NONE to UNICODE_FSS. 2009-07-11 19:58:28 +00:00
nav_proto.h Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
nav.cpp I'm putting this strange assertion because I bet this code will never be called. 2009-06-25 16:04:05 +00:00
nbak.cpp Misc. 2009-04-01 10:49:54 +00:00
nbak.h Unused function params. 2009-04-26 10:24:44 +00:00
nod.h Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
nodebug.cpp Unused params, some formatting, cleanup. 2009-05-01 17:21:36 +00:00
ntrace.h HP-UX IA-64 warnings, type qualifier is meaningless 2009-08-27 20:15:44 +00:00
obj.h
ods_proto.h
ods.cpp Remove trailing spaces (.cpp files) 2008-12-05 01:20:14 +00:00
ods.h Misc 2009-08-26 01:52:12 +00:00
opt_proto.h CORE-2509. Took the opportunity to fix several data types. 2009-06-18 12:07:07 +00:00
opt.cpp Misc 2009-08-23 01:27:46 +00:00
Optimizer.cpp Comments. 2009-08-20 11:18:57 +00:00
Optimizer.h More optimizer adjustments + named constants instead of hardcoded numbers. 2009-08-19 09:18:30 +00:00
pag_proto.h Misc 2009-08-26 01:52:12 +00:00
pag.cpp Grammar. 2009-08-30 10:08:19 +00:00
pag.h 1) Globally named per-database shmem regions. 2009-01-28 12:27:18 +00:00
par_proto.h Change the interface again. Please full rebuild (although the many recent changes to common.h almost qualify as full rebuild). 2009-08-05 12:30:32 +00:00
par.cpp Change the interface again. Please full rebuild (although the many recent changes to common.h almost qualify as full rebuild). 2009-08-05 12:30:32 +00:00
pcmet_proto.h
pcmet.epp Fixed CORE-2576 - Server may crash parsing wrong or truncated BLR 2009-08-02 04:10:07 +00:00
perf_proto.h Improvement CORE-2619 : Make memory and other statistics to work with 64-bit values. 2009-09-09 10:28:26 +00:00
perf.cpp Remove unneeded return in void functions. 2009-09-12 17:17:02 +00:00
perf.h Improvement CORE-2619 : Make memory and other statistics to work with 64-bit values. 2009-09-09 10:28:26 +00:00
PreparedStatement.cpp More unused params. 2009-04-28 14:13:46 +00:00
PreparedStatement.h
pwd.cpp Use per-thread circular strings buffers instead common and per-attachment combination 2009-09-01 09:20:24 +00:00
qatest.cpp Style. 2009-01-20 08:33:59 +00:00
quad_proto.h Separated CVT functions to common and jrd parts. 2008-07-10 15:57:33 +00:00
quad.cpp Unused function params. 2009-04-26 10:24:44 +00:00
quad.h Misc 2009-05-03 21:57:13 +00:00
que.h Misc 2008-05-13 01:29:38 +00:00
RandomGenerator.cpp
RandomGenerator.h Fixed a few signed vs unsigned warnings 2009-01-22 16:53:10 +00:00
RecordBuffer.cpp
RecordBuffer.h
RecordNumber.h Sun compiler warnings fix 2009-06-10 11:30:05 +00:00
Relation.cpp Style. 2009-06-27 06:23:36 +00:00
Relation.h HP-UX IA-64 warnings, type qualifier is meaningless 2009-08-27 20:15:44 +00:00
relations.h Improvement CORE-2551 - Interpret DPB items as now the database name parameter is interpreted and change MON$ filenames fields from NONE to UNICODE_FSS. 2009-07-11 19:58:28 +00:00
req.h More explicit (and shorter) life-time for sort blocks. Now they belong to either requests (user sorts) or transactions (index sorts). 2009-09-04 06:11:55 +00:00
ResultSet.cpp More unused params. 2009-04-28 14:13:46 +00:00
ResultSet.h Misc 2008-06-29 12:26:55 +00:00
rlck_proto.h Style. 2008-12-22 09:00:05 +00:00
rlck.cpp Style. 2009-06-21 05:46:51 +00:00
rpb_chain.cpp Style. 2009-06-27 06:23:36 +00:00
rpb_chain.h HP-UX IA-64 warnings, type qualifier is meaningless 2009-08-27 20:15:44 +00:00
rse_proto.h
rse.cpp Misc: too long line. 2009-09-06 06:25:11 +00:00
rse.h Misc. 2009-08-27 10:48:59 +00:00
RuntimeStatistics.cpp Warnings 2009-06-04 15:17:18 +00:00
RuntimeStatistics.h Unused function params. 2009-04-26 10:24:44 +00:00
sbm.h Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
scl_proto.h Style. 2008-12-23 08:41:23 +00:00
scl.epp Paul Beach confirmed this Darwin code is no longer necessary. 2009-08-01 05:37:08 +00:00
scl.h Trim trailling spaces 2009-04-04 16:39:31 +00:00
scroll_cursors.h Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
sdl_proto.h Style. 2008-12-23 08:41:23 +00:00
sdl.cpp Use per-thread circular strings buffers instead common and per-attachment combination 2009-09-01 09:20:24 +00:00
sdl.h Trim trailling spaces 2009-04-04 16:39:31 +00:00
sdw_proto.h Promote thread_data* as function argument. Only exception where both tdbb and dbb were left together as arguments is nbak.cpp's call to CCH_rollover_to_shadow to avoid any side effect in the changed code, but anyway, that function calls SDW_rollover_to_shadow that takes the dbb from the tdbb and not explicitly. 2008-12-14 09:28:25 +00:00
sdw.cpp Misc 2009-08-23 01:27:46 +00:00
sdw.h Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
sha.cpp Misc 2009-06-29 02:06:00 +00:00
sha.h Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
shut_proto.h Misc 2009-08-26 01:52:12 +00:00
shut.cpp Used the new feature for the database shutdown. 2009-08-26 08:56:26 +00:00
SimilarToMatcher.h revise to avoid comma operator, per Claudio's request 2009-08-28 13:55:02 +00:00
sort_proto.h More explicit (and shorter) life-time for sort blocks. Now they belong to either requests (user sorts) or transactions (index sorts). 2009-09-04 06:11:55 +00:00
sort.cpp More explicit (and shorter) life-time for sort blocks. Now they belong to either requests (user sorts) or transactions (index sorts). 2009-09-04 06:11:55 +00:00
sort.h More explicit (and shorter) life-time for sort blocks. Now they belong to either requests (user sorts) or transactions (index sorts). 2009-09-04 06:11:55 +00:00
sqz_proto.h - Better input type for SQZ_decompress plus a bit of style. 2009-06-14 12:19:32 +00:00
sqz.cpp Misc 2009-06-20 18:46:59 +00:00
sqz.h Patch by DS and VKh to speed up SQZ in some cases 2009-06-10 12:41:13 +00:00
status.cpp Remove trailing spaces (.cpp files) 2008-12-05 01:20:14 +00:00
status.h 1. Final fix for CORE-1964 - finished vararg cleanup in jrd. 2008-08-27 12:20:47 +00:00
svc_undoc.h
svc.cpp Fixed CORE-2601: fine tuning of the installation directories does not work in configure 2009-09-11 10:49:46 +00:00
svc.h Use per-thread circular strings buffers instead common and per-attachment combination 2009-09-01 09:20:24 +00:00
SysFunction.cpp The original message about FP overflow was not very useful for built-in functions (unlike other msgs, it didn't identify the cause). Made a special message for it. Also, one alice (gfix) help item was put erroneously by IB engineers in system_errors.sql; delete it. 2009-07-17 17:13:28 +00:00
SysFunction.h Clean the sources from VC6 hacks. 2008-05-14 05:17:53 +00:00
TempSpace.cpp Misc 2009-08-23 01:27:46 +00:00
TempSpace.h Put TempFile in Firebird namespace 2009-06-06 18:39:29 +00:00
TextType.cpp Style. 2009-06-27 06:23:36 +00:00
TextType.h Prevent surprises with signed chars being promoted to negative integers. 2008-12-25 06:10:15 +00:00
thread_proto.h
ThreadData.cpp Style. 2009-01-14 11:10:48 +00:00
ThreadData.h Comment unused thread data types. 2009-08-16 05:20:17 +00:00
ThreadStart.cpp Style. 2009-06-27 06:23:36 +00:00
ThreadStart.h 1. Solaric/Sparc SunProCC port. 2009-05-05 08:06:37 +00:00
tpc_proto.h
tpc.cpp Comment. 2009-08-21 09:45:08 +00:00
tpc.h Style and minor cleanup. 2008-05-10 03:44:57 +00:00
tra_proto.h Unused function params. 2009-04-26 10:24:44 +00:00
tra.cpp Style. 2009-08-23 09:49:58 +00:00
tra.h Warnings - initialization order 2009-09-05 18:18:24 +00:00
trig.h Moved DEFAULT_CLASS to constants.h; 2009-06-26 11:18:45 +00:00
types.h Implemented CORE-1583: Enhance MON$STATEMENTS / MON$STATE to represent real CPU consumption. 2008-08-25 06:58:35 +00:00
unicode_util.cpp Style 2009-07-21 07:48:21 +00:00
unicode_util.h Unused params, some formatting, cleanup. 2009-05-01 17:21:36 +00:00
UserManagement.cpp Unused params, some formatting, cleanup. 2009-05-01 17:21:36 +00:00
UserManagement.h Fixed transactions support in user management commands 2009-02-19 12:59:32 +00:00
utl_proto.h Style. 2008-12-25 06:09:37 +00:00
utl.cpp Mostly comments. 2009-08-20 06:25:45 +00:00
val_proto.h
val.h Fixed alignment issues with on-stack vary strings 2009-04-29 14:00:32 +00:00
validation.cpp Misc 2009-08-14 01:58:22 +00:00
version.rc
vio_debug.h
vio_proto.h Isolate even more the scrollable cursors-related code. 2009-06-22 08:45:38 +00:00
vio.cpp Comments. 2009-08-21 08:54:56 +00:00
VirtualTable.cpp Style. 2009-06-27 06:23:36 +00:00
VirtualTable.h
why_proto.h Misc 2009-08-26 01:52:12 +00:00
why.cpp HP-UX IA-64 warnings, type qualifier is meaningless 2009-08-27 20:15:44 +00:00