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/stdtime
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
..
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
localtime.c improve header inclusion process in a few small ways: 17 years ago
private.h Working on issue #10531 exposed a rather nasty 64-bit issue on ast_mktime, so we 18 years ago
test.c merge new_loader_completion branch, including (at least): 19 years ago
tzfile.h Oops, wrong location for FreeBSD zone files 18 years ago