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

23 Commits

Author SHA1 Message Date
alexpeshkoff
7007d6f2a4 1. introduced Jrd and Ods namespaces
2. cleanup of blk* request conversions
3. fixed memory allocation in Execute Statement
2004-03-20 14:57:40 +00:00
robocop
958f9e31aa Cleanup
A few new[] - delete[] pairs fixed.
2004-03-19 06:14:53 +00:00
skidder
b6e5ccd413 Clean up.
1. gds__alloc doesn't throw
2. Add NOMEM handlers to a couple places
3. kill HAVE_*SNPRINTF conditionals
2004-03-09 00:17:07 +00:00
robocop
ad0b5c4de3 General cleanup 2003-12-22 10:00:59 +00:00
brodsom
ff070a16a8 Replacing assert with fb_assert 2003-11-03 23:59:24 +00:00
dimitr
6d6dae9295 Changed license of some files by Mark and myself. 2003-09-26 14:13:15 +00:00
aafemt
19bb54f2a8 STATUS -> ISC_STATUS 2003-04-10 06:49:16 +00:00
brodsom
21ce4ddb65 Patch wrong condition in loop 2003-04-09 11:41:26 +00:00
dimitr
0ce8652f60 Moved allocator functions back to GDS. MemoryPool is no longer exported. 2003-02-04 20:18:36 +00:00
dimitr
c76e386da7 Optimized sorting for the cases of file I/O (i.e. when memory is not used). 2003-02-02 13:12:08 +00:00
dimitr
65046f123a Undone. 2003-01-18 18:02:12 +00:00
dimitr
e5c4af6446 Allocate sort space from system, not from the default pool. 2003-01-18 14:57:21 +00:00
dimitr
90eae573a7 Cleanup. 2003-01-17 07:09:19 +00:00
skidder
ba5e11b15c Integrate new memory manager into the engine 2003-01-16 17:47:10 +00:00
skidder
db3692790b New changes by Dmitry Emanov. Configuration manager and Windows build environment improvements 2002-11-30 15:08:09 +00:00
dimitr
78be0bfa8d Cleanup. 2002-11-14 13:40:04 +00:00
dimitr
0caa38b3fe Limited default value. 2002-11-12 15:41:49 +00:00
dimitr
7a8af9bceb Cleanup and get rid of the registry. 2002-11-10 14:04:55 +00:00
dimitr
6e4281babb Force everybody to use new config manager. 2002-11-06 15:13:02 +00:00
dimitr
39c9f9c7cf Global usage of "size_t" data type instead of "long". 2002-10-26 08:21:16 +00:00
skidder
6d64014e57 Changed engine to store source file name/line number information for EVERY allocation when DEBUG_GDS_ALLOC is defined. All allocation should be done using FB_NEW or FB_NEW_RPT macros instead of keyword new since now 2002-09-25 17:12:16 +00:00
dimitr
f63a970344 Just a minor change. 2002-07-29 19:04:46 +00:00
dimitr
3db9f88a20 New temporary space management for the external sorting stuff 2002-04-29 11:22:26 +00:00