asterisk/utils
George Joseph dcefd10528 options: Change ast_options from ast_flags to ast_flags64.
DeveloperNote: The 32-bit ast_options has no room left to accomodate new
options and so has been converted to an ast_flags64 structure. All internal
references to ast_options have been updated to use the 64-bit flag
manipulation macros.  External module references to the 32-bit ast_options
should continue to work on little-endian systems because the
least-significant bytes of a 64 bit integer will be in the same location as a
32-bit integer.  Because that's not the case on big-endian systems, we've
swapped the bytes in the flags manupulation macros on big-endian systems
so external modules should still work however you are encouraged to test.

(cherry picked from commit 724e28e418)
2025-09-17 13:36:50 -06:00
..
db1-ast utils: Spelling fixes 2021-11-15 17:12:41 -06:00
.gitignore muted: Remove deprecated application. 2021-08-17 10:39:08 -03:00
ael_main.c backtrace: Refactor ast_bt_get_symbols so it doesn't crash 2018-11-19 05:49:39 -07:00
astcanary.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
astdb2bdb.c
astdb2sqlite3.c Fix 'statement' typo throughout code. 2018-10-18 12:44:10 -05:00
astman.1 utils: Spelling fixes 2021-11-15 17:12:41 -06:00
astman.c Compiler fixes for gcc 10 2020-06-10 09:33:28 -05:00
check_expr.c backtrace: Refactor ast_bt_get_symbols so it doesn't crash 2018-11-19 05:49:39 -07:00
clicompat.c CLI: Enable automatic references to modules. 2015-05-04 20:47:18 -04:00
conf_bridge_binaural_hrir_importer.c Binaural synthesis (confbridge): Adds binaural synthesis to bridge_softmix. 2017-02-23 10:34:58 -07:00
conf_bridge_binaural_hrir_importer.h Binaural synthesis (confbridge): Adds binaural synthesis to bridge_softmix. 2017-02-23 10:34:58 -07:00
expr2.testinput
extconf.c options: Change ast_options from ast_flags to ast_flags64. 2025-09-17 13:36:50 -06:00
frame.c utils: Spelling fixes 2021-11-15 17:12:41 -06:00
frame.h utils: Spelling fixes 2021-11-15 17:12:41 -06:00
Makefile utils: Disable old style definition warnings for libdb. 2025-03-20 18:29:21 +00:00
smsq.c Fixes for GCC 9 2019-05-10 10:22:55 -06:00
stereorize.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
streamplayer.c BuildSystem: Add DragonFly BSD. 2018-04-20 12:50:03 +02:00
utils.xml muted: Remove deprecated application. 2021-08-17 10:39:08 -03:00