You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/main/db1-ast
Kevin P. Fleming 187f6d485a
the gcc optimizer frequently finds broken code (use of uninitalized variables, unreachable code, etc.), which is good. however, developers usually compile with the optimizer turned off, because if they need to debug the resulting code, optimized code makes that process very difficult. this means that we get code changes committed that weren't adequately checked over for these sorts of problems.
17 years ago
..
btree Merged revisions 50781 via svnmerge from 19 years ago
db Merged revisions 50781 via svnmerge from 19 years ago
hash fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings being passed to printf()-like functions and ignored results from read()/write() and friends 17 years ago
include Merged revisions 50781 via svnmerge from 19 years ago
mpool Merged revisions 50781 via svnmerge from 19 years ago
recno Merged revisions 50781 via svnmerge from 19 years ago
Makefile the gcc optimizer frequently finds broken code (use of uninitalized variables, unreachable code, etc.), which is good. however, developers usually compile with the optimizer turned off, because if they need to debug the resulting code, optimized code makes that process very difficult. this means that we get code changes committed that weren't adequately checked over for these sorts of problems. 17 years ago
libdb.map merge new_loader_completion branch, including (at least): 20 years ago