From 6c52ba7a816c2f1b269da85726632914c1d7b555 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Mon, 4 Jul 2022 15:16:47 -0500 Subject: [PATCH] Update: Next minor version (0.6.0). --- build/documents/readme.bootstrap.txt | 12 ++++++------ build/documents/readme.build.txt | 12 ++++++------ build/documents/readme.txt | 2 +- build/level_0/settings | 4 ++-- build/level_1/settings | 4 ++-- build/level_2/settings | 4 ++-- build/monolithic/settings | 4 ++-- build/scripts/bootstrap-example.sh | 2 +- build/scripts/bootstrap.sh | 2 +- build/scripts/install.sh | 2 +- build/scripts/package.sh | 2 +- build/scripts/test.sh | 2 +- level_0/f_account/c/account.h | 2 +- level_0/f_account/c/account/common.h | 2 +- level_0/f_account/c/private-account.h | 2 +- level_0/f_account/data/build/settings | 4 ++-- level_0/f_account/data/build/settings-mocks | 4 ++-- level_0/f_account/data/build/settings-tests | 4 ++-- level_0/f_account/tests/unit/c/mock-account.h | 2 +- level_0/f_account/tests/unit/c/test-account-by_id.h | 2 +- .../f_account/tests/unit/c/test-account-by_name.h | 2 +- .../tests/unit/c/test-account-group_id_by_name.h | 2 +- .../tests/unit/c/test-account-group_name_by_id.h | 2 +- .../f_account/tests/unit/c/test-account-id_by_name.h | 2 +- .../f_account/tests/unit/c/test-account-name_by_id.h | 2 +- level_0/f_account/tests/unit/c/test-account.h | 2 +- level_0/f_capability/c/capability.h | 2 +- level_0/f_capability/c/capability/common.h | 2 +- level_0/f_capability/data/build/settings | 4 ++-- level_0/f_capability/data/build/settings-mocks | 4 ++-- level_0/f_capability/data/build/settings-tests | 4 ++-- level_0/f_capability/tests/unit/c/mock-capability.h | 2 +- .../tests/unit/c/test-capability-ambient_get.h | 2 +- .../tests/unit/c/test-capability-ambient_reset.h | 2 +- .../tests/unit/c/test-capability-ambient_set.h | 2 +- .../tests/unit/c/test-capability-clear.h | 2 +- .../tests/unit/c/test-capability-clear_flag.h | 2 +- .../tests/unit/c/test-capability-compare.h | 2 +- .../f_capability/tests/unit/c/test-capability-copy.h | 2 +- .../tests/unit/c/test-capability-copy_external.h | 2 +- .../tests/unit/c/test-capability-copy_internal.h | 2 +- .../tests/unit/c/test-capability-delete.h | 2 +- .../unit/c/test-capability-file_descriptor_get.h | 2 +- .../unit/c/test-capability-file_descriptor_set.h | 2 +- .../tests/unit/c/test-capability-file_get.h | 2 +- .../tests/unit/c/test-capability-file_set.h | 2 +- .../tests/unit/c/test-capability-flag_get.h | 2 +- .../tests/unit/c/test-capability-flag_set.h | 2 +- .../tests/unit/c/test-capability-from_name.h | 2 +- .../tests/unit/c/test-capability-from_text.h | 2 +- .../tests/unit/c/test-capability-groups_set.h | 2 +- .../tests/unit/c/test-capability-initialize.h | 2 +- .../tests/unit/c/test-capability-mode_get.h | 2 +- .../tests/unit/c/test-capability-mode_get_name.h | 2 +- .../tests/unit/c/test-capability-mode_set.h | 2 +- .../tests/unit/c/test-capability-owner_get.h | 2 +- .../tests/unit/c/test-capability-owner_set.h | 2 +- .../unit/c/test-capability-process_bound_drop.h | 2 +- .../tests/unit/c/test-capability-process_bound_get.h | 2 +- .../tests/unit/c/test-capability-process_get.h | 2 +- .../tests/unit/c/test-capability-process_get_by_id.h | 2 +- .../tests/unit/c/test-capability-process_set.h | 2 +- .../tests/unit/c/test-capability-security_bits_get.h | 2 +- .../tests/unit/c/test-capability-security_bits_set.h | 2 +- .../f_capability/tests/unit/c/test-capability-size.h | 2 +- .../tests/unit/c/test-capability-supported.h | 2 +- .../tests/unit/c/test-capability-supported_ambient.h | 2 +- .../tests/unit/c/test-capability-supported_code.h | 2 +- .../tests/unit/c/test-capability-to_name.h | 2 +- .../tests/unit/c/test-capability-to_text.h | 2 +- .../tests/unit/c/test-capability-user_set.h | 2 +- level_0/f_capability/tests/unit/c/test-capability.h | 2 +- level_0/f_color/c/color.h | 2 +- level_0/f_color/c/color/common.h | 2 +- level_0/f_color/data/build/settings | 4 ++-- level_0/f_color/data/build/settings-mocks | 4 ++-- level_0/f_color/data/build/settings-tests | 4 ++-- level_0/f_color/tests/unit/c/mock-color.h | 2 +- .../f_color/tests/unit/c/test-color-context_delete.h | 2 +- .../tests/unit/c/test-color-context_destroy.h | 2 +- .../f_color/tests/unit/c/test-color-load_context.h | 2 +- level_0/f_color/tests/unit/c/test-color-save_1.h | 2 +- level_0/f_color/tests/unit/c/test-color-save_2.h | 2 +- level_0/f_color/tests/unit/c/test-color-save_3.h | 2 +- level_0/f_color/tests/unit/c/test-color-save_4.h | 2 +- level_0/f_color/tests/unit/c/test-color-save_5.h | 2 +- level_0/f_color/tests/unit/c/test-color.h | 2 +- level_0/f_console/c/console.h | 2 +- level_0/f_console/c/console/common.h | 2 +- level_0/f_console/data/build/settings | 4 ++-- level_0/f_console/data/build/settings-tests | 4 ++-- .../tests/unit/c/test-console-environment_process.h | 2 +- .../f_console/tests/unit/c/test-console-identify.h | 2 +- .../unit/c/test-console-parameter_prioritize_left.h | 2 +- .../unit/c/test-console-parameter_prioritize_right.h | 2 +- .../tests/unit/c/test-console-parameter_process.h | 2 +- .../tests/unit/c/test-console-parameters_delete.h | 2 +- .../tests/unit/c/test-console-parameters_destroy.h | 2 +- level_0/f_console/tests/unit/c/test-console.h | 2 +- level_0/f_control_group/c/control_group.h | 2 +- level_0/f_control_group/c/control_group/common.h | 2 +- level_0/f_control_group/data/build/settings | 4 ++-- level_0/f_control_group/data/build/settings-tests | 4 ++-- .../tests/unit/c/test-control_group-copy.h | 2 +- .../tests/unit/c/test-control_group.h | 2 +- level_0/f_conversion/c/conversion.h | 2 +- level_0/f_conversion/c/conversion/common.h | 2 +- level_0/f_conversion/c/private-conversion.h | 2 +- level_0/f_conversion/data/build/settings | 4 ++-- level_0/f_conversion/data/build/settings-mocks | 4 ++-- level_0/f_conversion/data/build/settings-tests | 4 ++-- level_0/f_conversion/tests/unit/c/mock-conversion.h | 2 +- .../unit/c/test-conversion-character_is_binary.h | 2 +- .../unit/c/test-conversion-character_is_decimal.h | 2 +- .../unit/c/test-conversion-character_is_duodecimal.h | 2 +- .../c/test-conversion-character_is_hexidecimal.h | 2 +- .../unit/c/test-conversion-character_is_octal.h | 2 +- .../unit/c/test-conversion-character_to_binary.h | 2 +- .../unit/c/test-conversion-character_to_decimal.h | 2 +- .../unit/c/test-conversion-character_to_duodecimal.h | 2 +- .../c/test-conversion-character_to_hexidecimal.h | 2 +- .../unit/c/test-conversion-character_to_octal.h | 2 +- .../unit/c/test-conversion-number_signed_print.h | 2 +- .../unit/c/test-conversion-number_signed_to_string.h | 2 +- .../unit/c/test-conversion-number_unsigned_print.h | 2 +- .../c/test-conversion-number_unsigned_to_string.h | 2 +- level_0/f_conversion/tests/unit/c/test-conversion.h | 2 +- level_0/f_directory/c/directory.h | 2 +- level_0/f_directory/c/directory/common.h | 2 +- level_0/f_directory/c/directory/type.h | 2 +- level_0/f_directory/c/private-directory.h | 2 +- level_0/f_directory/data/build/settings | 4 ++-- level_0/f_directory/data/build/settings-mocks | 4 ++-- level_0/f_directory/data/build/settings-tests | 4 ++-- level_0/f_directory/tests/unit/c/mock-directory.h | 2 +- .../f_directory/tests/unit/c/test-directory-create.h | 2 +- .../tests/unit/c/test-directory-create_at.h | 2 +- .../f_directory/tests/unit/c/test-directory-exists.h | 2 +- .../tests/unit/c/test-directory-exists_at.h | 2 +- level_0/f_directory/tests/unit/c/test-directory-is.h | 2 +- .../f_directory/tests/unit/c/test-directory-is_at.h | 2 +- .../f_directory/tests/unit/c/test-directory-list.h | 2 +- .../f_directory/tests/unit/c/test-directory-open.h | 2 +- .../tests/unit/c/test-directory-open_at.h | 2 +- .../f_directory/tests/unit/c/test-directory-remove.h | 2 +- .../tests/unit/c/test-directory-remove_custom.h | 2 +- .../f_directory/tests/unit/c/test-directory-touch.h | 2 +- .../tests/unit/c/test-directory-touch_at.h | 2 +- level_0/f_directory/tests/unit/c/test-directory.h | 2 +- level_0/f_environment/c/environment.h | 2 +- level_0/f_environment/c/environment/common.h | 2 +- level_0/f_environment/data/build/settings | 4 ++-- level_0/f_environment/data/build/settings-mocks | 4 ++-- level_0/f_environment/data/build/settings-tests | 4 ++-- .../f_environment/tests/unit/c/mock-environment.h | 2 +- .../tests/unit/c/test-environment-clear.h | 2 +- .../tests/unit/c/test-environment-exists.h | 2 +- .../tests/unit/c/test-environment-get.h | 2 +- .../tests/unit/c/test-environment-secure_is.h | 2 +- .../tests/unit/c/test-environment-set.h | 2 +- .../tests/unit/c/test-environment-unset.h | 2 +- .../f_environment/tests/unit/c/test-environment.h | 2 +- level_0/f_execute/c/execute.h | 2 +- level_0/f_execute/c/execute/common.h | 2 +- level_0/f_execute/data/build/settings | 4 ++-- level_0/f_execute/data/build/settings-tests | 4 ++-- .../tests/unit/c/test-execute-status_from_status.h | 2 +- .../tests/unit/c/test-execute-status_to_status.h | 2 +- level_0/f_execute/tests/unit/c/test-execute.h | 2 +- level_0/f_file/c/file.h | 2 +- level_0/f_file/c/file/common.h | 2 +- level_0/f_file/c/private-file.h | 2 +- level_0/f_file/data/build/settings | 4 ++-- level_0/f_file/data/build/settings-mocks | 4 ++-- level_0/f_file/data/build/settings-tests | 4 ++-- level_0/f_file/tests/unit/c/mock-file.h | 2 +- level_0/f_file/tests/unit/c/test-file-access.h | 2 +- level_0/f_file/tests/unit/c/test-file-access_at.h | 2 +- level_0/f_file/tests/unit/c/test-file-clone.h | 2 +- level_0/f_file/tests/unit/c/test-file-close.h | 2 +- level_0/f_file/tests/unit/c/test-file-close_flush.h | 2 +- level_0/f_file/tests/unit/c/test-file-copy.h | 2 +- level_0/f_file/tests/unit/c/test-file-create.h | 2 +- level_0/f_file/tests/unit/c/test-file-create_at.h | 2 +- .../f_file/tests/unit/c/test-file-create_device.h | 2 +- .../f_file/tests/unit/c/test-file-create_device_at.h | 2 +- level_0/f_file/tests/unit/c/test-file-create_fifo.h | 2 +- .../f_file/tests/unit/c/test-file-create_fifo_at.h | 2 +- level_0/f_file/tests/unit/c/test-file-create_node.h | 2 +- .../f_file/tests/unit/c/test-file-create_node_at.h | 2 +- level_0/f_file/tests/unit/c/test-file-descriptor.h | 2 +- level_0/f_file/tests/unit/c/test-file-exists.h | 2 +- level_0/f_file/tests/unit/c/test-file-exists_at.h | 2 +- level_0/f_file/tests/unit/c/test-file-flush.h | 2 +- level_0/f_file/tests/unit/c/test-file-group_read.h | 2 +- level_0/f_file/tests/unit/c/test-file-is.h | 2 +- level_0/f_file/tests/unit/c/test-file-is_at.h | 2 +- level_0/f_file/tests/unit/c/test-file-link.h | 2 +- level_0/f_file/tests/unit/c/test-file-link_at.h | 2 +- level_0/f_file/tests/unit/c/test-file-link_hard.h | 2 +- level_0/f_file/tests/unit/c/test-file-link_hard_at.h | 2 +- level_0/f_file/tests/unit/c/test-file-link_read.h | 2 +- level_0/f_file/tests/unit/c/test-file-link_read_at.h | 2 +- .../f_file/tests/unit/c/test-file-mode_determine.h | 2 +- .../f_file/tests/unit/c/test-file-mode_from_string.h | 2 +- level_0/f_file/tests/unit/c/test-file-mode_read.h | 2 +- level_0/f_file/tests/unit/c/test-file-mode_read_at.h | 2 +- level_0/f_file/tests/unit/c/test-file-mode_set.h | 2 +- level_0/f_file/tests/unit/c/test-file-mode_set_at.h | 2 +- level_0/f_file/tests/unit/c/test-file-mode_to_mode.h | 2 +- level_0/f_file/tests/unit/c/test-file-name_base.h | 2 +- .../f_file/tests/unit/c/test-file-name_directory.h | 2 +- level_0/f_file/tests/unit/c/test-file-open.h | 2 +- level_0/f_file/tests/unit/c/test-file-open_at.h | 2 +- level_0/f_file/tests/unit/c/test-file-owner_read.h | 2 +- level_0/f_file/tests/unit/c/test-file-read.h | 2 +- level_0/f_file/tests/unit/c/test-file-read_block.h | 2 +- level_0/f_file/tests/unit/c/test-file-read_until.h | 2 +- level_0/f_file/tests/unit/c/test-file-remove.h | 2 +- level_0/f_file/tests/unit/c/test-file-remove_at.h | 2 +- level_0/f_file/tests/unit/c/test-file-rename.h | 2 +- level_0/f_file/tests/unit/c/test-file-rename_at.h | 2 +- level_0/f_file/tests/unit/c/test-file-role_change.h | 2 +- .../f_file/tests/unit/c/test-file-role_change_at.h | 2 +- level_0/f_file/tests/unit/c/test-file-seek.h | 2 +- level_0/f_file/tests/unit/c/test-file-size.h | 2 +- level_0/f_file/tests/unit/c/test-file-size_at.h | 2 +- level_0/f_file/tests/unit/c/test-file-size_by_id.h | 2 +- level_0/f_file/tests/unit/c/test-file-stat.h | 2 +- level_0/f_file/tests/unit/c/test-file-stat_at.h | 2 +- level_0/f_file/tests/unit/c/test-file-stat_by_id.h | 2 +- level_0/f_file/tests/unit/c/test-file-stream_close.h | 2 +- level_0/f_file/tests/unit/c/test-file-stream_open.h | 2 +- .../tests/unit/c/test-file-stream_open_descriptor.h | 2 +- level_0/f_file/tests/unit/c/test-file-stream_read.h | 2 +- .../tests/unit/c/test-file-stream_read_block.h | 2 +- .../tests/unit/c/test-file-stream_read_until.h | 2 +- .../f_file/tests/unit/c/test-file-stream_reopen.h | 2 +- level_0/f_file/tests/unit/c/test-file-stream_write.h | 2 +- .../tests/unit/c/test-file-stream_write_block.h | 2 +- .../tests/unit/c/test-file-stream_write_range.h | 2 +- .../tests/unit/c/test-file-stream_write_until.h | 2 +- level_0/f_file/tests/unit/c/test-file-touch.h | 2 +- level_0/f_file/tests/unit/c/test-file-touch_at.h | 2 +- level_0/f_file/tests/unit/c/test-file-type.h | 2 +- level_0/f_file/tests/unit/c/test-file-type_at.h | 2 +- level_0/f_file/tests/unit/c/test-file-umask_get.h | 2 +- level_0/f_file/tests/unit/c/test-file-umask_set.h | 2 +- level_0/f_file/tests/unit/c/test-file-write.h | 2 +- level_0/f_file/tests/unit/c/test-file-write_block.h | 2 +- level_0/f_file/tests/unit/c/test-file-write_range.h | 2 +- level_0/f_file/tests/unit/c/test-file-write_until.h | 2 +- level_0/f_file/tests/unit/c/test-file.h | 2 +- level_0/f_fss/c/fss.h | 2 +- level_0/f_fss/c/fss/comment.h | 2 +- level_0/f_fss/c/fss/common.h | 2 +- level_0/f_fss/c/fss/delimit.h | 2 +- level_0/f_fss/c/fss/named.h | 2 +- level_0/f_fss/c/fss/nest.h | 2 +- level_0/f_fss/c/fss/quote.h | 2 +- level_0/f_fss/c/fss/set.h | 2 +- level_0/f_fss/c/private-fss.h | 2 +- level_0/f_fss/data/build/settings | 4 ++-- level_0/f_fss/data/build/settings-mocks | 4 ++-- level_0/f_fss/data/build/settings-tests | 4 ++-- level_0/f_fss/tests/unit/c/mock-fss.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-apply_delimit.h | 2 +- .../tests/unit/c/test-fss-apply_delimit_range.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-count_lines.h | 2 +- .../f_fss/tests/unit/c/test-fss-count_lines_range.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-fail_utf.h | 2 +- .../f_fss/tests/unit/c/test-fss-fail_utf_to_false.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-is_combining.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-is_graph.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-is_space.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-is_zero_width.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-items_adjust.h | 2 +- .../f_fss/tests/unit/c/test-fss-items_decimate_by.h | 2 +- .../f_fss/tests/unit/c/test-fss-items_decrease_by.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-items_increase.h | 2 +- .../f_fss/tests/unit/c/test-fss-items_increase_by.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-items_resize.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-named_adjust.h | 2 +- .../f_fss/tests/unit/c/test-fss-named_decimate_by.h | 2 +- .../f_fss/tests/unit/c/test-fss-named_decrease_by.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-named_increase.h | 2 +- .../f_fss/tests/unit/c/test-fss-named_increase_by.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-named_resize.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-nameds_adjust.h | 2 +- .../f_fss/tests/unit/c/test-fss-nameds_decimate_by.h | 2 +- .../f_fss/tests/unit/c/test-fss-nameds_decrease_by.h | 2 +- .../f_fss/tests/unit/c/test-fss-nameds_increase.h | 2 +- .../f_fss/tests/unit/c/test-fss-nameds_increase_by.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-nameds_resize.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-nest_adjust.h | 2 +- .../f_fss/tests/unit/c/test-fss-nest_decimate_by.h | 2 +- .../f_fss/tests/unit/c/test-fss-nest_decrease_by.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-nest_increase.h | 2 +- .../f_fss/tests/unit/c/test-fss-nest_increase_by.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-nest_resize.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-nests_adjust.h | 2 +- .../f_fss/tests/unit/c/test-fss-nests_decimate_by.h | 2 +- .../f_fss/tests/unit/c/test-fss-nests_decrease_by.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-nests_increase.h | 2 +- .../f_fss/tests/unit/c/test-fss-nests_increase_by.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-nests_resize.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-seek_to_eol.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-set_adjust.h | 2 +- .../f_fss/tests/unit/c/test-fss-set_decimate_by.h | 2 +- .../f_fss/tests/unit/c/test-fss-set_decrease_by.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-set_increase.h | 2 +- .../f_fss/tests/unit/c/test-fss-set_increase_by.h | 2 +- .../f_fss/tests/unit/c/test-fss-set_quote_adjust.h | 2 +- .../tests/unit/c/test-fss-set_quote_decimate_by.h | 2 +- .../tests/unit/c/test-fss-set_quote_decrease_by.h | 2 +- .../f_fss/tests/unit/c/test-fss-set_quote_increase.h | 2 +- .../tests/unit/c/test-fss-set_quote_increase_by.h | 2 +- .../f_fss/tests/unit/c/test-fss-set_quote_resize.h | 2 +- .../f_fss/tests/unit/c/test-fss-set_quotes_adjust.h | 2 +- .../tests/unit/c/test-fss-set_quotes_decimate_by.h | 2 +- .../tests/unit/c/test-fss-set_quotes_decrease_by.h | 2 +- .../tests/unit/c/test-fss-set_quotes_increase.h | 2 +- .../tests/unit/c/test-fss-set_quotes_increase_by.h | 2 +- .../f_fss/tests/unit/c/test-fss-set_quotes_resize.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-set_resize.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-sets_adjust.h | 2 +- .../f_fss/tests/unit/c/test-fss-sets_decimate_by.h | 2 +- .../f_fss/tests/unit/c/test-fss-sets_decrease_by.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-sets_increase.h | 2 +- .../f_fss/tests/unit/c/test-fss-sets_increase_by.h | 2 +- level_0/f_fss/tests/unit/c/test-fss-sets_resize.h | 2 +- .../f_fss/tests/unit/c/test-fss-skip_past_delimit.h | 2 +- .../f_fss/tests/unit/c/test-fss-skip_past_space.h | 2 +- level_0/f_fss/tests/unit/c/test-fss.h | 2 +- level_0/f_iki/c/iki.h | 2 +- level_0/f_iki/c/iki/common.h | 2 +- level_0/f_iki/c/iki/data.h | 2 +- level_0/f_iki/c/iki/private-data.h | 2 +- level_0/f_iki/c/private-iki.h | 2 +- level_0/f_iki/data/build/settings | 4 ++-- level_0/f_iki/data/build/settings-tests | 4 ++-- level_0/f_iki/tests/unit/c/test-iki-content_is.h | 2 +- .../f_iki/tests/unit/c/test-iki-content_partial_is.h | 2 +- level_0/f_iki/tests/unit/c/test-iki-datas_adjust.h | 2 +- level_0/f_iki/tests/unit/c/test-iki-datas_append.h | 2 +- .../f_iki/tests/unit/c/test-iki-datas_append_all.h | 2 +- .../f_iki/tests/unit/c/test-iki-datas_decimate_by.h | 2 +- .../f_iki/tests/unit/c/test-iki-datas_decrease_by.h | 2 +- level_0/f_iki/tests/unit/c/test-iki-datas_increase.h | 2 +- .../f_iki/tests/unit/c/test-iki-datas_increase_by.h | 2 +- level_0/f_iki/tests/unit/c/test-iki-datas_resize.h | 2 +- level_0/f_iki/tests/unit/c/test-iki-datass_adjust.h | 2 +- level_0/f_iki/tests/unit/c/test-iki-datass_append.h | 2 +- .../f_iki/tests/unit/c/test-iki-datass_append_all.h | 2 +- .../f_iki/tests/unit/c/test-iki-datass_decimate_by.h | 2 +- .../f_iki/tests/unit/c/test-iki-datass_decrease_by.h | 2 +- .../f_iki/tests/unit/c/test-iki-datass_increase.h | 2 +- .../f_iki/tests/unit/c/test-iki-datass_increase_by.h | 2 +- level_0/f_iki/tests/unit/c/test-iki-datass_resize.h | 2 +- level_0/f_iki/tests/unit/c/test-iki-object_is.h | 2 +- .../f_iki/tests/unit/c/test-iki-object_partial_is.h | 2 +- level_0/f_iki/tests/unit/c/test-iki-read.h | 2 +- level_0/f_iki/tests/unit/c/test-iki.h | 2 +- level_0/f_limit/c/limit.h | 2 +- level_0/f_limit/c/limit/private-set.h | 2 +- level_0/f_limit/c/limit/private-value.h | 2 +- level_0/f_limit/c/limit/set.h | 2 +- level_0/f_limit/c/limit/value.h | 2 +- level_0/f_limit/data/build/settings | 4 ++-- level_0/f_limit/data/build/settings-mocks | 4 ++-- level_0/f_limit/data/build/settings-tests | 4 ++-- level_0/f_limit/tests/unit/c/mock-limit.h | 2 +- level_0/f_limit/tests/unit/c/test-limit-process.h | 2 +- .../f_limit/tests/unit/c/test-limit-sets_adjust.h | 2 +- .../f_limit/tests/unit/c/test-limit-sets_append.h | 2 +- .../tests/unit/c/test-limit-sets_append_all.h | 2 +- .../tests/unit/c/test-limit-sets_decimate_by.h | 2 +- .../tests/unit/c/test-limit-sets_decrease_by.h | 2 +- .../f_limit/tests/unit/c/test-limit-sets_increase.h | 2 +- .../tests/unit/c/test-limit-sets_increase_by.h | 2 +- .../f_limit/tests/unit/c/test-limit-sets_resize.h | 2 +- .../f_limit/tests/unit/c/test-limit-setss_adjust.h | 2 +- .../f_limit/tests/unit/c/test-limit-setss_append.h | 2 +- .../tests/unit/c/test-limit-setss_append_all.h | 2 +- .../tests/unit/c/test-limit-setss_decimate_by.h | 2 +- .../tests/unit/c/test-limit-setss_decrease_by.h | 2 +- .../f_limit/tests/unit/c/test-limit-setss_increase.h | 2 +- .../tests/unit/c/test-limit-setss_increase_by.h | 2 +- .../f_limit/tests/unit/c/test-limit-setss_resize.h | 2 +- .../f_limit/tests/unit/c/test-limit-values_adjust.h | 2 +- .../f_limit/tests/unit/c/test-limit-values_append.h | 2 +- .../tests/unit/c/test-limit-values_append_all.h | 2 +- .../tests/unit/c/test-limit-values_decimate_by.h | 2 +- .../tests/unit/c/test-limit-values_decrease_by.h | 2 +- .../tests/unit/c/test-limit-values_increase.h | 2 +- .../tests/unit/c/test-limit-values_increase_by.h | 2 +- .../f_limit/tests/unit/c/test-limit-values_resize.h | 2 +- .../f_limit/tests/unit/c/test-limit-valuess_adjust.h | 2 +- .../f_limit/tests/unit/c/test-limit-valuess_append.h | 2 +- .../tests/unit/c/test-limit-valuess_append_all.h | 2 +- .../tests/unit/c/test-limit-valuess_decimate_by.h | 2 +- .../tests/unit/c/test-limit-valuess_decrease_by.h | 2 +- .../tests/unit/c/test-limit-valuess_increase.h | 2 +- .../tests/unit/c/test-limit-valuess_increase_by.h | 2 +- .../f_limit/tests/unit/c/test-limit-valuess_resize.h | 2 +- level_0/f_limit/tests/unit/c/test-limit.h | 2 +- level_0/f_memory/c/memory.h | 2 +- level_0/f_memory/c/memory/common.h | 2 +- level_0/f_memory/c/memory/structure.h | 2 +- level_0/f_memory/c/private-memory.h | 2 +- level_0/f_memory/data/build/settings | 4 ++-- level_0/f_memory/tests/unit/c/test-memory-adjust.h | 2 +- level_0/f_memory/tests/unit/c/test-memory-delete.h | 2 +- level_0/f_memory/tests/unit/c/test-memory-destroy.h | 2 +- level_0/f_memory/tests/unit/c/test-memory-new.h | 2 +- .../f_memory/tests/unit/c/test-memory-new_aligned.h | 2 +- level_0/f_memory/tests/unit/c/test-memory-resize.h | 2 +- level_0/f_memory/tests/unit/c/test-memory.h | 2 +- level_0/f_path/c/path.h | 2 +- level_0/f_path/c/path/common.h | 2 +- level_0/f_path/c/private-path.h | 2 +- level_0/f_path/data/build/settings | 4 ++-- level_0/f_path/data/build/settings-mocks | 4 ++-- level_0/f_path/data/build/settings-tests | 4 ++-- level_0/f_path/tests/unit/c/mock-path.h | 2 +- level_0/f_path/tests/unit/c/test-path-change.h | 2 +- level_0/f_path/tests/unit/c/test-path-change_at.h | 2 +- level_0/f_path/tests/unit/c/test-path-current.h | 2 +- .../tests/unit/c/test-path-directory_cleanup.h | 2 +- level_0/f_path/tests/unit/c/test-path-is.h | 2 +- level_0/f_path/tests/unit/c/test-path-is_absolute.h | 2 +- level_0/f_path/tests/unit/c/test-path-is_relative.h | 2 +- .../tests/unit/c/test-path-is_relative_current.h | 2 +- level_0/f_path/tests/unit/c/test-path-real.h | 2 +- level_0/f_path/tests/unit/c/test-path.h | 2 +- level_0/f_pipe/c/pipe.h | 2 +- level_0/f_pipe/data/build/settings | 4 ++-- level_0/f_pipe/data/build/settings-mocks | 4 ++-- level_0/f_pipe/data/build/settings-tests | 4 ++-- level_0/f_pipe/tests/unit/c/mock-pipe.h | 2 +- level_0/f_pipe/tests/unit/c/test-pipe-debug_exists.h | 2 +- level_0/f_pipe/tests/unit/c/test-pipe-error_exists.h | 2 +- level_0/f_pipe/tests/unit/c/test-pipe-input_exists.h | 2 +- .../f_pipe/tests/unit/c/test-pipe-warning_exists.h | 2 +- level_0/f_pipe/tests/unit/c/test-pipe.h | 2 +- level_0/f_print/c/print.h | 2 +- level_0/f_print/c/print/common.h | 2 +- level_0/f_print/c/print/private-to.h | 2 +- level_0/f_print/c/print/to.h | 2 +- level_0/f_print/c/private-print.h | 2 +- level_0/f_print/data/build/settings | 4 ++-- level_0/f_print/data/build/settings-mocks | 4 ++-- level_0/f_print/data/build/settings-tests | 4 ++-- level_0/f_print/tests/unit/c/mock-print.h | 2 +- level_0/f_print/tests/unit/c/test-print-.h | 2 +- level_0/f_print/tests/unit/c/test-print-character.h | 2 +- .../tests/unit/c/test-print-character_safely.h | 2 +- .../tests/unit/c/test-print-character_safely_get.h | 2 +- level_0/f_print/tests/unit/c/test-print-dynamic.h | 2 +- .../tests/unit/c/test-print-dynamic_partial.h | 2 +- .../tests/unit/c/test-print-dynamic_partial_raw.h | 2 +- .../unit/c/test-print-dynamic_partial_raw_safely.h | 2 +- .../tests/unit/c/test-print-dynamic_partial_safely.h | 2 +- .../f_print/tests/unit/c/test-print-dynamic_raw.h | 2 +- .../tests/unit/c/test-print-dynamic_raw_safely.h | 2 +- .../f_print/tests/unit/c/test-print-dynamic_safely.h | 2 +- level_0/f_print/tests/unit/c/test-print-except.h | 2 +- .../f_print/tests/unit/c/test-print-except_dynamic.h | 2 +- .../tests/unit/c/test-print-except_dynamic_partial.h | 2 +- .../unit/c/test-print-except_dynamic_partial_raw.h | 2 +- .../c/test-print-except_dynamic_partial_raw_safely.h | 2 +- .../c/test-print-except_dynamic_partial_safely.h | 2 +- .../tests/unit/c/test-print-except_dynamic_raw.h | 2 +- .../unit/c/test-print-except_dynamic_raw_safely.h | 2 +- .../tests/unit/c/test-print-except_dynamic_safely.h | 2 +- level_0/f_print/tests/unit/c/test-print-except_in.h | 2 +- .../tests/unit/c/test-print-except_in_dynamic.h | 2 +- .../unit/c/test-print-except_in_dynamic_partial.h | 2 +- .../c/test-print-except_in_dynamic_partial_raw.h | 2 +- ...test-print-except_in_dynamic_partial_raw_safely.h | 2 +- .../c/test-print-except_in_dynamic_partial_safely.h | 2 +- .../tests/unit/c/test-print-except_in_dynamic_raw.h | 2 +- .../unit/c/test-print-except_in_dynamic_raw_safely.h | 2 +- .../unit/c/test-print-except_in_dynamic_safely.h | 2 +- .../f_print/tests/unit/c/test-print-except_in_raw.h | 2 +- .../tests/unit/c/test-print-except_in_raw_safely.h | 2 +- .../tests/unit/c/test-print-except_in_safely.h | 2 +- level_0/f_print/tests/unit/c/test-print-except_raw.h | 2 +- .../tests/unit/c/test-print-except_raw_safely.h | 2 +- .../f_print/tests/unit/c/test-print-except_safely.h | 2 +- level_0/f_print/tests/unit/c/test-print-raw.h | 2 +- level_0/f_print/tests/unit/c/test-print-raw_safely.h | 2 +- .../f_print/tests/unit/c/test-print-raw_terminated.h | 2 +- level_0/f_print/tests/unit/c/test-print-safely.h | 2 +- level_0/f_print/tests/unit/c/test-print-safely_get.h | 2 +- .../tests/unit/c/test-print-safely_terminated.h | 2 +- level_0/f_print/tests/unit/c/test-print-terminated.h | 2 +- level_0/f_print/tests/unit/c/test-print-to.h | 2 +- .../f_print/tests/unit/c/test-print-to_character.h | 2 +- .../tests/unit/c/test-print-to_character_safely.h | 2 +- level_0/f_print/tests/unit/c/test-print-to_dynamic.h | 2 +- .../tests/unit/c/test-print-to_dynamic_partial.h | 2 +- .../tests/unit/c/test-print-to_dynamic_partial_raw.h | 2 +- .../c/test-print-to_dynamic_partial_raw_safely.h | 2 +- .../unit/c/test-print-to_dynamic_partial_safely.h | 2 +- .../f_print/tests/unit/c/test-print-to_dynamic_raw.h | 2 +- .../tests/unit/c/test-print-to_dynamic_raw_safely.h | 2 +- .../tests/unit/c/test-print-to_dynamic_safely.h | 2 +- level_0/f_print/tests/unit/c/test-print-to_except.h | 2 +- .../tests/unit/c/test-print-to_except_dynamic.h | 2 +- .../unit/c/test-print-to_except_dynamic_partial.h | 2 +- .../c/test-print-to_except_dynamic_partial_raw.h | 2 +- ...test-print-to_except_dynamic_partial_raw_safely.h | 2 +- .../c/test-print-to_except_dynamic_partial_safely.h | 2 +- .../tests/unit/c/test-print-to_except_dynamic_raw.h | 2 +- .../unit/c/test-print-to_except_dynamic_raw_safely.h | 2 +- .../unit/c/test-print-to_except_dynamic_safely.h | 2 +- .../f_print/tests/unit/c/test-print-to_except_in.h | 2 +- .../tests/unit/c/test-print-to_except_in_dynamic.h | 2 +- .../unit/c/test-print-to_except_in_dynamic_partial.h | 2 +- .../c/test-print-to_except_in_dynamic_partial_raw.h | 2 +- ...t-print-to_except_in_dynamic_partial_raw_safely.h | 2 +- .../test-print-to_except_in_dynamic_partial_safely.h | 2 +- .../unit/c/test-print-to_except_in_dynamic_raw.h | 2 +- .../c/test-print-to_except_in_dynamic_raw_safely.h | 2 +- .../unit/c/test-print-to_except_in_dynamic_safely.h | 2 +- .../tests/unit/c/test-print-to_except_in_raw.h | 2 +- .../unit/c/test-print-to_except_in_raw_safely.h | 2 +- .../tests/unit/c/test-print-to_except_in_safely.h | 2 +- .../f_print/tests/unit/c/test-print-to_except_raw.h | 2 +- .../tests/unit/c/test-print-to_except_raw_safely.h | 2 +- .../tests/unit/c/test-print-to_except_safely.h | 2 +- level_0/f_print/tests/unit/c/test-print-to_raw.h | 2 +- .../f_print/tests/unit/c/test-print-to_raw_safely.h | 2 +- .../tests/unit/c/test-print-to_raw_terminated.h | 2 +- level_0/f_print/tests/unit/c/test-print-to_safely.h | 2 +- .../tests/unit/c/test-print-to_safely_terminated.h | 2 +- .../f_print/tests/unit/c/test-print-to_terminated.h | 2 +- level_0/f_print/tests/unit/c/test-print.h | 2 +- level_0/f_serialize/c/private-serialize.h | 2 +- level_0/f_serialize/c/serialize.h | 2 +- level_0/f_serialize/c/serialize/common.h | 2 +- level_0/f_serialize/data/build/settings | 4 ++-- level_0/f_serialize/data/build/settings-mocks | 4 ++-- level_0/f_serialize/data/build/settings-tests | 4 ++-- .../tests/unit/c/test-serialize-from_simple.h | 2 +- .../tests/unit/c/test-serialize-from_simple_get.h | 2 +- .../tests/unit/c/test-serialize-from_simple_range.h | 2 +- .../tests/unit/c/test-serialize-from_simple_select.h | 2 +- .../tests/unit/c/test-serialize-to_simple.h | 2 +- level_0/f_serialize/tests/unit/c/test-serialize.h | 2 +- level_0/f_signal/c/signal.h | 2 +- level_0/f_signal/c/signal/common.h | 2 +- level_0/f_signal/data/build/settings | 4 ++-- level_0/f_signal/data/build/settings-mocks | 4 ++-- level_0/f_signal/data/build/settings-tests | 4 ++-- level_0/f_signal/tests/unit/c/mock-signal.h | 2 +- level_0/f_signal/tests/unit/c/test-signal-close.h | 2 +- level_0/f_signal/tests/unit/c/test-signal-mask.h | 2 +- level_0/f_signal/tests/unit/c/test-signal-open.h | 2 +- level_0/f_signal/tests/unit/c/test-signal-queue.h | 2 +- level_0/f_signal/tests/unit/c/test-signal-read.h | 2 +- level_0/f_signal/tests/unit/c/test-signal-send.h | 2 +- level_0/f_signal/tests/unit/c/test-signal-set_add.h | 2 +- .../f_signal/tests/unit/c/test-signal-set_delete.h | 2 +- .../f_signal/tests/unit/c/test-signal-set_empty.h | 2 +- level_0/f_signal/tests/unit/c/test-signal-set_fill.h | 2 +- level_0/f_signal/tests/unit/c/test-signal-set_has.h | 2 +- level_0/f_signal/tests/unit/c/test-signal-wait.h | 2 +- .../f_signal/tests/unit/c/test-signal-wait_until.h | 2 +- level_0/f_signal/tests/unit/c/test-signal.h | 2 +- level_0/f_socket/c/socket.h | 2 +- level_0/f_socket/c/socket/common.h | 2 +- level_0/f_socket/data/build/settings | 4 ++-- level_0/f_socket/data/build/settings-mocks | 4 ++-- level_0/f_socket/data/build/settings-tests | 4 ++-- level_0/f_socket/tests/unit/c/mock-socket.h | 2 +- level_0/f_socket/tests/unit/c/test-socket-accept.h | 2 +- level_0/f_socket/tests/unit/c/test-socket-bind.h | 2 +- .../f_socket/tests/unit/c/test-socket-bind_local.h | 2 +- level_0/f_socket/tests/unit/c/test-socket-connect.h | 2 +- level_0/f_socket/tests/unit/c/test-socket-create.h | 2 +- .../f_socket/tests/unit/c/test-socket-create_pair.h | 2 +- .../f_socket/tests/unit/c/test-socket-disconnect.h | 2 +- level_0/f_socket/tests/unit/c/test-socket-listen.h | 2 +- .../f_socket/tests/unit/c/test-socket-option_get.h | 2 +- .../f_socket/tests/unit/c/test-socket-option_set.h | 2 +- level_0/f_socket/tests/unit/c/test-socket-read.h | 2 +- .../f_socket/tests/unit/c/test-socket-read_message.h | 2 +- level_0/f_socket/tests/unit/c/test-socket-write.h | 2 +- .../tests/unit/c/test-socket-write_message.h | 2 +- level_0/f_socket/tests/unit/c/test-socket.h | 2 +- level_0/f_status/c/status.h | 2 +- level_0/f_status/data/build/settings | 4 ++-- .../tests/unit/c/test-status-macro-is_error.h | 2 +- .../tests/unit/c/test-status-macro-is_error_not.h | 2 +- .../tests/unit/c/test-status-macro-is_fine.h | 2 +- .../tests/unit/c/test-status-macro-is_fine_not.h | 2 +- .../tests/unit/c/test-status-macro-is_problem.h | 2 +- .../tests/unit/c/test-status-macro-is_problem_not.h | 2 +- .../tests/unit/c/test-status-macro-is_signal.h | 2 +- .../tests/unit/c/test-status-macro-is_signal_not.h | 2 +- .../tests/unit/c/test-status-macro-is_warning.h | 2 +- .../tests/unit/c/test-status-macro-is_warning_not.h | 2 +- .../tests/unit/c/test-status-macro-set_error.h | 2 +- .../tests/unit/c/test-status-macro-set_fine.h | 2 +- .../tests/unit/c/test-status-macro-set_signal.h | 2 +- .../tests/unit/c/test-status-macro-set_warning.h | 2 +- level_0/f_status/tests/unit/c/test-status.h | 2 +- level_0/f_status_string/c/status_string.h | 2 +- level_0/f_status_string/data/build/settings | 4 ++-- level_0/f_status_string/data/build/settings-tests | 4 ++-- .../tests/unit/c/test-status_string-to.h | 2 +- .../tests/unit/c/test-status_string.h | 2 +- level_0/f_string/c/private-string.h | 2 +- level_0/f_string/c/string.h | 2 +- level_0/f_string/c/string/common.h | 2 +- level_0/f_string/c/string/dynamic.h | 2 +- level_0/f_string/c/string/map.h | 2 +- level_0/f_string/c/string/map_multi.h | 2 +- level_0/f_string/c/string/private-dynamic.h | 2 +- level_0/f_string/c/string/private-map.h | 2 +- level_0/f_string/c/string/private-map_multi.h | 2 +- level_0/f_string/c/string/private-quantity.h | 2 +- level_0/f_string/c/string/private-range.h | 2 +- level_0/f_string/c/string/private-triple.h | 2 +- level_0/f_string/c/string/quantity.h | 2 +- level_0/f_string/c/string/range.h | 2 +- level_0/f_string/c/string/static.h | 2 +- level_0/f_string/c/string/triple.h | 2 +- level_0/f_string/data/build/settings | 4 ++-- level_0/f_string/data/build/settings-tests | 4 ++-- level_0/f_string/tests/unit/c/test-string-append.h | 2 +- .../tests/unit/c/test-string-append_assure.h | 2 +- .../tests/unit/c/test-string-append_assure_nulless.h | 2 +- .../tests/unit/c/test-string-append_nulless.h | 2 +- .../tests/unit/c/test-string-dynamic_adjust.h | 2 +- .../tests/unit/c/test-string-dynamic_append.h | 2 +- .../tests/unit/c/test-string-dynamic_append_assure.h | 2 +- .../c/test-string-dynamic_append_assure_nulless.h | 2 +- .../unit/c/test-string-dynamic_append_nulless.h | 2 +- .../tests/unit/c/test-string-dynamic_decimate_by.h | 2 +- .../tests/unit/c/test-string-dynamic_decrease_by.h | 2 +- .../tests/unit/c/test-string-dynamic_increase.h | 2 +- .../tests/unit/c/test-string-dynamic_increase_by.h | 2 +- .../f_string/tests/unit/c/test-string-dynamic_mash.h | 2 +- .../tests/unit/c/test-string-dynamic_mash_nulless.h | 2 +- .../f_string/tests/unit/c/test-string-dynamic_mish.h | 2 +- .../tests/unit/c/test-string-dynamic_mish_nulless.h | 2 +- .../unit/c/test-string-dynamic_partial_append.h | 2 +- .../c/test-string-dynamic_partial_append_assure.h | 2 +- ...st-string-dynamic_partial_append_assure_nulless.h | 2 +- .../c/test-string-dynamic_partial_append_nulless.h | 2 +- .../tests/unit/c/test-string-dynamic_partial_mash.h | 2 +- .../c/test-string-dynamic_partial_mash_nulless.h | 2 +- .../tests/unit/c/test-string-dynamic_partial_mish.h | 2 +- .../c/test-string-dynamic_partial_mish_nulless.h | 2 +- .../unit/c/test-string-dynamic_partial_prepend.h | 2 +- .../c/test-string-dynamic_partial_prepend_assure.h | 2 +- ...t-string-dynamic_partial_prepend_assure_nulless.h | 2 +- .../c/test-string-dynamic_partial_prepend_nulless.h | 2 +- .../tests/unit/c/test-string-dynamic_prepend.h | 2 +- .../unit/c/test-string-dynamic_prepend_assure.h | 2 +- .../c/test-string-dynamic_prepend_assure_nulless.h | 2 +- .../unit/c/test-string-dynamic_prepend_nulless.h | 2 +- .../tests/unit/c/test-string-dynamic_resize.h | 2 +- .../tests/unit/c/test-string-dynamic_seek_line.h | 2 +- .../tests/unit/c/test-string-dynamic_seek_line_to.h | 2 +- .../tests/unit/c/test-string-dynamic_seek_to.h | 2 +- .../tests/unit/c/test-string-dynamic_terminate.h | 2 +- .../unit/c/test-string-dynamic_terminate_after.h | 2 +- .../tests/unit/c/test-string-dynamics_adjust.h | 2 +- .../tests/unit/c/test-string-dynamics_append.h | 2 +- .../tests/unit/c/test-string-dynamics_append_all.h | 2 +- .../tests/unit/c/test-string-dynamics_decimate_by.h | 2 +- .../tests/unit/c/test-string-dynamics_decrease_by.h | 2 +- .../tests/unit/c/test-string-dynamics_increase.h | 2 +- .../tests/unit/c/test-string-dynamics_increase_by.h | 2 +- .../tests/unit/c/test-string-dynamics_resize.h | 2 +- .../tests/unit/c/test-string-dynamicss_adjust.h | 2 +- .../tests/unit/c/test-string-dynamicss_append.h | 2 +- .../tests/unit/c/test-string-dynamicss_append_all.h | 2 +- .../tests/unit/c/test-string-dynamicss_decimate_by.h | 2 +- .../tests/unit/c/test-string-dynamicss_decrease_by.h | 2 +- .../tests/unit/c/test-string-dynamicss_increase.h | 2 +- .../tests/unit/c/test-string-dynamicss_increase_by.h | 2 +- .../tests/unit/c/test-string-dynamicss_resize.h | 2 +- .../tests/unit/c/test-string-map_multis_adjust.h | 2 +- .../tests/unit/c/test-string-map_multis_append.h | 2 +- .../tests/unit/c/test-string-map_multis_append_all.h | 2 +- .../unit/c/test-string-map_multis_decimate_by.h | 2 +- .../unit/c/test-string-map_multis_decrease_by.h | 2 +- .../tests/unit/c/test-string-map_multis_increase.h | 2 +- .../unit/c/test-string-map_multis_increase_by.h | 2 +- .../tests/unit/c/test-string-map_multis_resize.h | 2 +- .../tests/unit/c/test-string-map_multiss_adjust.h | 2 +- .../tests/unit/c/test-string-map_multiss_append.h | 2 +- .../unit/c/test-string-map_multiss_append_all.h | 2 +- .../unit/c/test-string-map_multiss_decimate_by.h | 2 +- .../unit/c/test-string-map_multiss_decrease_by.h | 2 +- .../tests/unit/c/test-string-map_multiss_increase.h | 2 +- .../unit/c/test-string-map_multiss_increase_by.h | 2 +- .../tests/unit/c/test-string-map_multiss_resize.h | 2 +- .../f_string/tests/unit/c/test-string-maps_adjust.h | 2 +- .../f_string/tests/unit/c/test-string-maps_append.h | 2 +- .../tests/unit/c/test-string-maps_append_all.h | 2 +- .../tests/unit/c/test-string-maps_decimate_by.h | 2 +- .../tests/unit/c/test-string-maps_decrease_by.h | 2 +- .../tests/unit/c/test-string-maps_increase.h | 2 +- .../tests/unit/c/test-string-maps_increase_by.h | 2 +- .../f_string/tests/unit/c/test-string-maps_resize.h | 2 +- .../f_string/tests/unit/c/test-string-mapss_adjust.h | 2 +- .../f_string/tests/unit/c/test-string-mapss_append.h | 2 +- .../tests/unit/c/test-string-mapss_append_all.h | 2 +- .../tests/unit/c/test-string-mapss_decimate_by.h | 2 +- .../tests/unit/c/test-string-mapss_decrease_by.h | 2 +- .../tests/unit/c/test-string-mapss_increase.h | 2 +- .../tests/unit/c/test-string-mapss_increase_by.h | 2 +- .../f_string/tests/unit/c/test-string-mapss_resize.h | 2 +- level_0/f_string/tests/unit/c/test-string-mash.h | 2 +- .../f_string/tests/unit/c/test-string-mash_nulless.h | 2 +- level_0/f_string/tests/unit/c/test-string-mish.h | 2 +- .../f_string/tests/unit/c/test-string-mish_nulless.h | 2 +- level_0/f_string/tests/unit/c/test-string-prepend.h | 2 +- .../tests/unit/c/test-string-prepend_assure.h | 2 +- .../unit/c/test-string-prepend_assure_nulless.h | 2 +- .../tests/unit/c/test-string-prepend_nulless.h | 2 +- .../tests/unit/c/test-string-quantitys_adjust.h | 2 +- .../tests/unit/c/test-string-quantitys_append.h | 2 +- .../tests/unit/c/test-string-quantitys_append_all.h | 2 +- .../tests/unit/c/test-string-quantitys_decimate_by.h | 2 +- .../tests/unit/c/test-string-quantitys_decrease_by.h | 2 +- .../tests/unit/c/test-string-quantitys_increase.h | 2 +- .../tests/unit/c/test-string-quantitys_increase_by.h | 2 +- .../tests/unit/c/test-string-quantitys_resize.h | 2 +- .../tests/unit/c/test-string-quantityss_adjust.h | 2 +- .../tests/unit/c/test-string-quantityss_append.h | 2 +- .../tests/unit/c/test-string-quantityss_append_all.h | 2 +- .../unit/c/test-string-quantityss_decimate_by.h | 2 +- .../unit/c/test-string-quantityss_decrease_by.h | 2 +- .../tests/unit/c/test-string-quantityss_increase.h | 2 +- .../unit/c/test-string-quantityss_increase_by.h | 2 +- .../tests/unit/c/test-string-quantityss_resize.h | 2 +- .../tests/unit/c/test-string-ranges_adjust.h | 2 +- .../tests/unit/c/test-string-ranges_append.h | 2 +- .../tests/unit/c/test-string-ranges_append_all.h | 2 +- .../tests/unit/c/test-string-ranges_decimate_by.h | 2 +- .../tests/unit/c/test-string-ranges_decrease_by.h | 2 +- .../tests/unit/c/test-string-ranges_increase.h | 2 +- .../tests/unit/c/test-string-ranges_increase_by.h | 2 +- .../tests/unit/c/test-string-ranges_resize.h | 2 +- .../tests/unit/c/test-string-rangess_adjust.h | 2 +- .../tests/unit/c/test-string-rangess_append.h | 2 +- .../tests/unit/c/test-string-rangess_append_all.h | 2 +- .../tests/unit/c/test-string-rangess_decimate_by.h | 2 +- .../tests/unit/c/test-string-rangess_decrease_by.h | 2 +- .../tests/unit/c/test-string-rangess_increase.h | 2 +- .../tests/unit/c/test-string-rangess_increase_by.h | 2 +- .../tests/unit/c/test-string-rangess_resize.h | 2 +- .../f_string/tests/unit/c/test-string-seek_line.h | 2 +- .../f_string/tests/unit/c/test-string-seek_line_to.h | 2 +- level_0/f_string/tests/unit/c/test-string-seek_to.h | 2 +- .../tests/unit/c/test-string-triples_adjust.h | 2 +- .../tests/unit/c/test-string-triples_append.h | 2 +- .../tests/unit/c/test-string-triples_append_all.h | 2 +- .../tests/unit/c/test-string-triples_decimate_by.h | 2 +- .../tests/unit/c/test-string-triples_decrease_by.h | 2 +- .../tests/unit/c/test-string-triples_increase.h | 2 +- .../tests/unit/c/test-string-triples_increase_by.h | 2 +- .../tests/unit/c/test-string-triples_resize.h | 2 +- .../tests/unit/c/test-string-tripless_adjust.h | 2 +- .../tests/unit/c/test-string-tripless_append.h | 2 +- .../tests/unit/c/test-string-tripless_append_all.h | 2 +- .../tests/unit/c/test-string-tripless_decimate_by.h | 2 +- .../tests/unit/c/test-string-tripless_decrease_by.h | 2 +- .../tests/unit/c/test-string-tripless_increase.h | 2 +- .../tests/unit/c/test-string-tripless_increase_by.h | 2 +- .../tests/unit/c/test-string-tripless_resize.h | 2 +- level_0/f_string/tests/unit/c/test-string.h | 2 +- level_0/f_thread/c/private-thread.h | 2 +- level_0/f_thread/c/thread.h | 2 +- level_0/f_thread/c/thread/attribute.h | 2 +- level_0/f_thread/c/thread/barrier.h | 2 +- level_0/f_thread/c/thread/barrier_attribute.h | 2 +- level_0/f_thread/c/thread/condition.h | 2 +- level_0/f_thread/c/thread/condition_attribute.h | 2 +- level_0/f_thread/c/thread/id.h | 2 +- level_0/f_thread/c/thread/key.h | 2 +- level_0/f_thread/c/thread/lock.h | 2 +- level_0/f_thread/c/thread/lock_attribute.h | 2 +- level_0/f_thread/c/thread/mutex.h | 2 +- level_0/f_thread/c/thread/mutex_attribute.h | 2 +- level_0/f_thread/c/thread/once.h | 2 +- level_0/f_thread/c/thread/semaphore.h | 2 +- level_0/f_thread/c/thread/set.h | 2 +- level_0/f_thread/c/thread/spin.h | 2 +- level_0/f_thread/data/build/settings | 4 ++-- level_0/f_thread/data/build/settings-mocks | 4 ++-- level_0/f_thread/data/build/settings-tests | 4 ++-- level_0/f_thread/tests/unit/c/mock-thread.h | 2 +- level_0/f_thread/tests/unit/c/test-thread-at_fork.h | 2 +- .../unit/c/test-thread-attribute_affinity_get.h | 2 +- .../unit/c/test-thread-attribute_affinity_set.h | 2 +- .../unit/c/test-thread-attribute_concurrency_get.h | 2 +- .../unit/c/test-thread-attribute_concurrency_set.h | 2 +- .../tests/unit/c/test-thread-attribute_create.h | 2 +- .../tests/unit/c/test-thread-attribute_default_get.h | 2 +- .../tests/unit/c/test-thread-attribute_default_set.h | 2 +- .../tests/unit/c/test-thread-attribute_delete.h | 2 +- .../tests/unit/c/test-thread-attribute_detach_get.h | 2 +- .../tests/unit/c/test-thread-attribute_detach_set.h | 2 +- .../tests/unit/c/test-thread-attribute_guard_get.h | 2 +- .../tests/unit/c/test-thread-attribute_guard_set.h | 2 +- .../c/test-thread-attribute_scheduler_inherit_get.h | 2 +- .../c/test-thread-attribute_scheduler_inherit_set.h | 2 +- .../test-thread-attribute_scheduler_parameter_get.h | 2 +- .../test-thread-attribute_scheduler_parameter_set.h | 2 +- .../c/test-thread-attribute_scheduler_policy_get.h | 2 +- .../c/test-thread-attribute_scheduler_policy_set.h | 2 +- .../tests/unit/c/test-thread-attribute_scope_get.h | 2 +- .../tests/unit/c/test-thread-attribute_scope_set.h | 2 +- .../tests/unit/c/test-thread-attribute_stack_get.h | 2 +- .../tests/unit/c/test-thread-attribute_stack_set.h | 2 +- .../unit/c/test-thread-attribute_stack_size_get.h | 2 +- .../unit/c/test-thread-attribute_stack_size_set.h | 2 +- .../tests/unit/c/test-thread-attributes_adjust.h | 2 +- .../unit/c/test-thread-attributes_decimate_by.h | 2 +- .../unit/c/test-thread-attributes_decrease_by.h | 2 +- .../tests/unit/c/test-thread-attributes_increase.h | 2 +- .../unit/c/test-thread-attributes_increase_by.h | 2 +- .../tests/unit/c/test-thread-attributes_resize.h | 2 +- .../unit/c/test-thread-barrier_attribute_create.h | 2 +- .../unit/c/test-thread-barrier_attribute_delete.h | 2 +- .../c/test-thread-barrier_attribute_shared_get.h | 2 +- .../c/test-thread-barrier_attribute_shared_set.h | 2 +- .../unit/c/test-thread-barrier_attributes_adjust.h | 2 +- .../c/test-thread-barrier_attributes_decimate_by.h | 2 +- .../c/test-thread-barrier_attributes_decrease_by.h | 2 +- .../unit/c/test-thread-barrier_attributes_increase.h | 2 +- .../c/test-thread-barrier_attributes_increase_by.h | 2 +- .../unit/c/test-thread-barrier_attributes_resize.h | 2 +- .../tests/unit/c/test-thread-barrier_create.h | 2 +- .../tests/unit/c/test-thread-barrier_delete.h | 2 +- .../f_thread/tests/unit/c/test-thread-barrier_wait.h | 2 +- .../tests/unit/c/test-thread-barriers_adjust.h | 2 +- .../tests/unit/c/test-thread-barriers_decimate_by.h | 2 +- .../tests/unit/c/test-thread-barriers_decrease_by.h | 2 +- .../tests/unit/c/test-thread-barriers_increase.h | 2 +- .../tests/unit/c/test-thread-barriers_increase_by.h | 2 +- .../tests/unit/c/test-thread-barriers_resize.h | 2 +- level_0/f_thread/tests/unit/c/test-thread-caller.h | 2 +- level_0/f_thread/tests/unit/c/test-thread-cancel.h | 2 +- .../tests/unit/c/test-thread-cancel_state_set.h | 2 +- .../f_thread/tests/unit/c/test-thread-cancel_test.h | 2 +- .../tests/unit/c/test-thread-cancel_type_set.h | 2 +- .../f_thread/tests/unit/c/test-thread-clock_get_id.h | 2 +- level_0/f_thread/tests/unit/c/test-thread-compare.h | 2 +- .../c/test-thread-condition_attribute_clock_get.h | 2 +- .../c/test-thread-condition_attribute_clock_set.h | 2 +- .../unit/c/test-thread-condition_attribute_create.h | 2 +- .../unit/c/test-thread-condition_attribute_delete.h | 2 +- .../c/test-thread-condition_attribute_shared_get.h | 2 +- .../c/test-thread-condition_attribute_shared_set.h | 2 +- .../unit/c/test-thread-condition_attributes_adjust.h | 2 +- .../c/test-thread-condition_attributes_decimate_by.h | 2 +- .../c/test-thread-condition_attributes_decrease_by.h | 2 +- .../c/test-thread-condition_attributes_increase.h | 2 +- .../c/test-thread-condition_attributes_increase_by.h | 2 +- .../unit/c/test-thread-condition_attributes_resize.h | 2 +- .../tests/unit/c/test-thread-condition_create.h | 2 +- .../tests/unit/c/test-thread-condition_delete.h | 2 +- .../tests/unit/c/test-thread-condition_signal.h | 2 +- .../tests/unit/c/test-thread-condition_signal_all.h | 2 +- .../tests/unit/c/test-thread-condition_wait.h | 2 +- .../tests/unit/c/test-thread-condition_wait_timed.h | 2 +- .../tests/unit/c/test-thread-conditions_adjust.h | 2 +- .../unit/c/test-thread-conditions_decimate_by.h | 2 +- .../unit/c/test-thread-conditions_decrease_by.h | 2 +- .../tests/unit/c/test-thread-conditions_increase.h | 2 +- .../unit/c/test-thread-conditions_increase_by.h | 2 +- .../tests/unit/c/test-thread-conditions_resize.h | 2 +- level_0/f_thread/tests/unit/c/test-thread-create.h | 2 +- level_0/f_thread/tests/unit/c/test-thread-detach.h | 2 +- level_0/f_thread/tests/unit/c/test-thread-exit.h | 2 +- .../f_thread/tests/unit/c/test-thread-ids_adjust.h | 2 +- .../tests/unit/c/test-thread-ids_decimate_by.h | 2 +- .../tests/unit/c/test-thread-ids_decrease_by.h | 2 +- .../f_thread/tests/unit/c/test-thread-ids_increase.h | 2 +- .../tests/unit/c/test-thread-ids_increase_by.h | 2 +- .../f_thread/tests/unit/c/test-thread-ids_resize.h | 2 +- level_0/f_thread/tests/unit/c/test-thread-join.h | 2 +- .../f_thread/tests/unit/c/test-thread-join_timed.h | 2 +- level_0/f_thread/tests/unit/c/test-thread-join_try.h | 2 +- .../f_thread/tests/unit/c/test-thread-key_create.h | 2 +- .../f_thread/tests/unit/c/test-thread-key_delete.h | 2 +- level_0/f_thread/tests/unit/c/test-thread-key_get.h | 2 +- level_0/f_thread/tests/unit/c/test-thread-key_set.h | 2 +- .../f_thread/tests/unit/c/test-thread-keys_adjust.h | 2 +- .../tests/unit/c/test-thread-keys_decimate_by.h | 2 +- .../tests/unit/c/test-thread-keys_decrease_by.h | 2 +- .../tests/unit/c/test-thread-keys_increase.h | 2 +- .../tests/unit/c/test-thread-keys_increase_by.h | 2 +- .../f_thread/tests/unit/c/test-thread-keys_resize.h | 2 +- .../tests/unit/c/test-thread-lock_attribute_create.h | 2 +- .../tests/unit/c/test-thread-lock_attribute_delete.h | 2 +- .../unit/c/test-thread-lock_attribute_shared_get.h | 2 +- .../unit/c/test-thread-lock_attribute_shared_set.h | 2 +- .../unit/c/test-thread-lock_attributes_adjust.h | 2 +- .../unit/c/test-thread-lock_attributes_decimate_by.h | 2 +- .../unit/c/test-thread-lock_attributes_decrease_by.h | 2 +- .../unit/c/test-thread-lock_attributes_increase.h | 2 +- .../unit/c/test-thread-lock_attributes_increase_by.h | 2 +- .../unit/c/test-thread-lock_attributes_resize.h | 2 +- .../f_thread/tests/unit/c/test-thread-lock_create.h | 2 +- .../f_thread/tests/unit/c/test-thread-lock_delete.h | 2 +- .../f_thread/tests/unit/c/test-thread-lock_read.h | 2 +- .../tests/unit/c/test-thread-lock_read_timed.h | 2 +- .../tests/unit/c/test-thread-lock_read_try.h | 2 +- .../f_thread/tests/unit/c/test-thread-lock_write.h | 2 +- .../tests/unit/c/test-thread-lock_write_timed.h | 2 +- .../tests/unit/c/test-thread-lock_write_try.h | 2 +- .../f_thread/tests/unit/c/test-thread-locks_adjust.h | 2 +- .../tests/unit/c/test-thread-locks_decimate_by.h | 2 +- .../tests/unit/c/test-thread-locks_decrease_by.h | 2 +- .../tests/unit/c/test-thread-locks_increase.h | 2 +- .../tests/unit/c/test-thread-locks_increase_by.h | 2 +- .../f_thread/tests/unit/c/test-thread-locks_resize.h | 2 +- .../unit/c/test-thread-mutex_attribute_create.h | 2 +- .../unit/c/test-thread-mutex_attribute_delete.h | 2 +- ...est-thread-mutex_attribute_priority_ceiling_get.h | 2 +- ...est-thread-mutex_attribute_priority_ceiling_set.h | 2 +- .../c/test-thread-mutex_attribute_protocol_get.h | 2 +- .../c/test-thread-mutex_attribute_protocol_set.h | 2 +- .../unit/c/test-thread-mutex_attribute_shared_get.h | 2 +- .../unit/c/test-thread-mutex_attribute_shared_set.h | 2 +- .../unit/c/test-thread-mutex_attribute_type_get.h | 2 +- .../unit/c/test-thread-mutex_attribute_type_set.h | 2 +- .../unit/c/test-thread-mutex_attributes_adjust.h | 2 +- .../c/test-thread-mutex_attributes_decimate_by.h | 2 +- .../c/test-thread-mutex_attributes_decrease_by.h | 2 +- .../unit/c/test-thread-mutex_attributes_increase.h | 2 +- .../c/test-thread-mutex_attributes_increase_by.h | 2 +- .../unit/c/test-thread-mutex_attributes_resize.h | 2 +- .../f_thread/tests/unit/c/test-thread-mutex_create.h | 2 +- .../f_thread/tests/unit/c/test-thread-mutex_delete.h | 2 +- .../f_thread/tests/unit/c/test-thread-mutex_lock.h | 2 +- .../tests/unit/c/test-thread-mutex_lock_timed.h | 2 +- .../tests/unit/c/test-thread-mutex_lock_try.h | 2 +- .../unit/c/test-thread-mutex_priority_ceiling_get.h | 2 +- .../unit/c/test-thread-mutex_priority_ceiling_set.h | 2 +- .../tests/unit/c/test-thread-mutexs_adjust.h | 2 +- .../tests/unit/c/test-thread-mutexs_decimate_by.h | 2 +- .../tests/unit/c/test-thread-mutexs_decrease_by.h | 2 +- .../tests/unit/c/test-thread-mutexs_increase.h | 2 +- .../tests/unit/c/test-thread-mutexs_increase_by.h | 2 +- .../tests/unit/c/test-thread-mutexs_resize.h | 2 +- level_0/f_thread/tests/unit/c/test-thread-once.h | 2 +- .../f_thread/tests/unit/c/test-thread-onces_adjust.h | 2 +- .../tests/unit/c/test-thread-onces_decimate_by.h | 2 +- .../tests/unit/c/test-thread-onces_decrease_by.h | 2 +- .../tests/unit/c/test-thread-onces_increase.h | 2 +- .../tests/unit/c/test-thread-onces_increase_by.h | 2 +- .../f_thread/tests/unit/c/test-thread-onces_resize.h | 2 +- .../unit/c/test-thread-scheduler_parameter_get.h | 2 +- .../unit/c/test-thread-scheduler_parameter_set.h | 2 +- .../unit/c/test-thread-scheduler_priority_set.h | 2 +- .../tests/unit/c/test-thread-semaphore_create.h | 2 +- .../tests/unit/c/test-thread-semaphore_delete.h | 2 +- .../tests/unit/c/test-thread-semaphore_file_close.h | 2 +- .../tests/unit/c/test-thread-semaphore_file_delete.h | 2 +- .../tests/unit/c/test-thread-semaphore_file_open.h | 2 +- .../tests/unit/c/test-thread-semaphore_lock.h | 2 +- .../tests/unit/c/test-thread-semaphore_lock_timed.h | 2 +- .../tests/unit/c/test-thread-semaphore_lock_try.h | 2 +- .../tests/unit/c/test-thread-semaphore_unlock.h | 2 +- .../tests/unit/c/test-thread-semaphore_value_get.h | 2 +- .../tests/unit/c/test-thread-semaphores_adjust.h | 2 +- .../unit/c/test-thread-semaphores_decimate_by.h | 2 +- .../unit/c/test-thread-semaphores_decrease_by.h | 2 +- .../tests/unit/c/test-thread-semaphores_increase.h | 2 +- .../unit/c/test-thread-semaphores_increase_by.h | 2 +- .../tests/unit/c/test-thread-semaphores_resize.h | 2 +- .../f_thread/tests/unit/c/test-thread-sets_adjust.h | 2 +- .../tests/unit/c/test-thread-sets_decimate_by.h | 2 +- .../tests/unit/c/test-thread-sets_decrease_by.h | 2 +- .../tests/unit/c/test-thread-sets_increase.h | 2 +- .../tests/unit/c/test-thread-sets_increase_by.h | 2 +- .../f_thread/tests/unit/c/test-thread-sets_resize.h | 2 +- .../f_thread/tests/unit/c/test-thread-signal_mask.h | 2 +- .../f_thread/tests/unit/c/test-thread-signal_queue.h | 2 +- .../f_thread/tests/unit/c/test-thread-signal_write.h | 2 +- .../f_thread/tests/unit/c/test-thread-spin_create.h | 2 +- .../f_thread/tests/unit/c/test-thread-spin_delete.h | 2 +- .../f_thread/tests/unit/c/test-thread-spin_lock.h | 2 +- .../tests/unit/c/test-thread-spin_lock_try.h | 2 +- .../f_thread/tests/unit/c/test-thread-spin_unlock.h | 2 +- .../f_thread/tests/unit/c/test-thread-spins_adjust.h | 2 +- .../tests/unit/c/test-thread-spins_decimate_by.h | 2 +- .../tests/unit/c/test-thread-spins_decrease_by.h | 2 +- .../tests/unit/c/test-thread-spins_increase.h | 2 +- .../tests/unit/c/test-thread-spins_increase_by.h | 2 +- .../f_thread/tests/unit/c/test-thread-spins_resize.h | 2 +- level_0/f_thread/tests/unit/c/test-thread.h | 2 +- level_0/f_type/c/type.h | 2 +- level_0/f_type/data/build/settings | 4 ++-- level_0/f_type_array/c/type_array.h | 2 +- level_0/f_type_array/c/type_array/array_length.h | 2 +- level_0/f_type_array/c/type_array/cell.h | 2 +- level_0/f_type_array/c/type_array/common.h | 2 +- level_0/f_type_array/c/type_array/fll_id.h | 2 +- level_0/f_type_array/c/type_array/int128.h | 2 +- level_0/f_type_array/c/type_array/int16.h | 2 +- level_0/f_type_array/c/type_array/int32.h | 2 +- level_0/f_type_array/c/type_array/int64.h | 2 +- level_0/f_type_array/c/type_array/int8.h | 2 +- .../f_type_array/c/type_array/private-array_length.h | 2 +- level_0/f_type_array/c/type_array/private-cell.h | 2 +- level_0/f_type_array/c/type_array/private-fll_id.h | 2 +- level_0/f_type_array/c/type_array/private-int128.h | 2 +- level_0/f_type_array/c/type_array/private-int16.h | 2 +- level_0/f_type_array/c/type_array/private-int32.h | 2 +- level_0/f_type_array/c/type_array/private-int64.h | 2 +- level_0/f_type_array/c/type_array/private-int8.h | 2 +- level_0/f_type_array/c/type_array/private-state.h | 2 +- level_0/f_type_array/c/type_array/private-status.h | 2 +- level_0/f_type_array/c/type_array/private-uint128.h | 2 +- level_0/f_type_array/c/type_array/private-uint16.h | 2 +- level_0/f_type_array/c/type_array/private-uint32.h | 2 +- level_0/f_type_array/c/type_array/private-uint64.h | 2 +- level_0/f_type_array/c/type_array/private-uint8.h | 2 +- level_0/f_type_array/c/type_array/state.h | 2 +- level_0/f_type_array/c/type_array/status.h | 2 +- level_0/f_type_array/c/type_array/uint128.h | 2 +- level_0/f_type_array/c/type_array/uint16.h | 2 +- level_0/f_type_array/c/type_array/uint32.h | 2 +- level_0/f_type_array/c/type_array/uint64.h | 2 +- level_0/f_type_array/c/type_array/uint8.h | 2 +- level_0/f_type_array/data/build/settings | 4 ++-- .../unit/c/test-type_array-array_lengths_adjust.h | 2 +- .../unit/c/test-type_array-array_lengths_append.h | 2 +- .../c/test-type_array-array_lengths_append_all.h | 2 +- .../c/test-type_array-array_lengths_decimate_by.h | 2 +- .../c/test-type_array-array_lengths_decrease_by.h | 2 +- .../unit/c/test-type_array-array_lengths_increase.h | 2 +- .../c/test-type_array-array_lengths_increase_by.h | 2 +- .../unit/c/test-type_array-array_lengths_resize.h | 2 +- .../unit/c/test-type_array-array_lengthss_adjust.h | 2 +- .../unit/c/test-type_array-array_lengthss_append.h | 2 +- .../c/test-type_array-array_lengthss_append_all.h | 2 +- .../c/test-type_array-array_lengthss_decimate_by.h | 2 +- .../c/test-type_array-array_lengthss_decrease_by.h | 2 +- .../unit/c/test-type_array-array_lengthss_increase.h | 2 +- .../c/test-type_array-array_lengthss_increase_by.h | 2 +- .../unit/c/test-type_array-array_lengthss_resize.h | 2 +- .../tests/unit/c/test-type_array-cells_adjust.h | 2 +- .../tests/unit/c/test-type_array-cells_append.h | 2 +- .../tests/unit/c/test-type_array-cells_append_all.h | 2 +- .../tests/unit/c/test-type_array-cells_decimate_by.h | 2 +- .../tests/unit/c/test-type_array-cells_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-cells_increase.h | 2 +- .../tests/unit/c/test-type_array-cells_increase_by.h | 2 +- .../tests/unit/c/test-type_array-cells_resize.h | 2 +- .../tests/unit/c/test-type_array-cellss_adjust.h | 2 +- .../tests/unit/c/test-type_array-cellss_append.h | 2 +- .../tests/unit/c/test-type_array-cellss_append_all.h | 2 +- .../unit/c/test-type_array-cellss_decimate_by.h | 2 +- .../unit/c/test-type_array-cellss_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-cellss_increase.h | 2 +- .../unit/c/test-type_array-cellss_increase_by.h | 2 +- .../tests/unit/c/test-type_array-cellss_resize.h | 2 +- .../tests/unit/c/test-type_array-fll_ids_adjust.h | 2 +- .../tests/unit/c/test-type_array-fll_ids_append.h | 2 +- .../unit/c/test-type_array-fll_ids_append_all.h | 2 +- .../unit/c/test-type_array-fll_ids_decimate_by.h | 2 +- .../unit/c/test-type_array-fll_ids_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-fll_ids_increase.h | 2 +- .../unit/c/test-type_array-fll_ids_increase_by.h | 2 +- .../tests/unit/c/test-type_array-fll_ids_resize.h | 2 +- .../tests/unit/c/test-type_array-fll_idss_adjust.h | 2 +- .../tests/unit/c/test-type_array-fll_idss_append.h | 2 +- .../unit/c/test-type_array-fll_idss_append_all.h | 2 +- .../unit/c/test-type_array-fll_idss_decimate_by.h | 2 +- .../unit/c/test-type_array-fll_idss_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-fll_idss_increase.h | 2 +- .../unit/c/test-type_array-fll_idss_increase_by.h | 2 +- .../tests/unit/c/test-type_array-fll_idss_resize.h | 2 +- .../tests/unit/c/test-type_array-int128s_adjust.h | 2 +- .../tests/unit/c/test-type_array-int128s_append.h | 2 +- .../unit/c/test-type_array-int128s_append_all.h | 2 +- .../unit/c/test-type_array-int128s_decimate_by.h | 2 +- .../unit/c/test-type_array-int128s_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-int128s_increase.h | 2 +- .../unit/c/test-type_array-int128s_increase_by.h | 2 +- .../tests/unit/c/test-type_array-int128s_resize.h | 2 +- .../tests/unit/c/test-type_array-int128ss_adjust.h | 2 +- .../tests/unit/c/test-type_array-int128ss_append.h | 2 +- .../unit/c/test-type_array-int128ss_append_all.h | 2 +- .../unit/c/test-type_array-int128ss_decimate_by.h | 2 +- .../unit/c/test-type_array-int128ss_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-int128ss_increase.h | 2 +- .../unit/c/test-type_array-int128ss_increase_by.h | 2 +- .../tests/unit/c/test-type_array-int128ss_resize.h | 2 +- .../tests/unit/c/test-type_array-int16s_adjust.h | 2 +- .../tests/unit/c/test-type_array-int16s_append.h | 2 +- .../tests/unit/c/test-type_array-int16s_append_all.h | 2 +- .../unit/c/test-type_array-int16s_decimate_by.h | 2 +- .../unit/c/test-type_array-int16s_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-int16s_increase.h | 2 +- .../unit/c/test-type_array-int16s_increase_by.h | 2 +- .../tests/unit/c/test-type_array-int16s_resize.h | 2 +- .../tests/unit/c/test-type_array-int16ss_adjust.h | 2 +- .../tests/unit/c/test-type_array-int16ss_append.h | 2 +- .../unit/c/test-type_array-int16ss_append_all.h | 2 +- .../unit/c/test-type_array-int16ss_decimate_by.h | 2 +- .../unit/c/test-type_array-int16ss_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-int16ss_increase.h | 2 +- .../unit/c/test-type_array-int16ss_increase_by.h | 2 +- .../tests/unit/c/test-type_array-int16ss_resize.h | 2 +- .../tests/unit/c/test-type_array-int32s_adjust.h | 2 +- .../tests/unit/c/test-type_array-int32s_append.h | 2 +- .../tests/unit/c/test-type_array-int32s_append_all.h | 2 +- .../unit/c/test-type_array-int32s_decimate_by.h | 2 +- .../unit/c/test-type_array-int32s_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-int32s_increase.h | 2 +- .../unit/c/test-type_array-int32s_increase_by.h | 2 +- .../tests/unit/c/test-type_array-int32s_resize.h | 2 +- .../tests/unit/c/test-type_array-int32ss_adjust.h | 2 +- .../tests/unit/c/test-type_array-int32ss_append.h | 2 +- .../unit/c/test-type_array-int32ss_append_all.h | 2 +- .../unit/c/test-type_array-int32ss_decimate_by.h | 2 +- .../unit/c/test-type_array-int32ss_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-int32ss_increase.h | 2 +- .../unit/c/test-type_array-int32ss_increase_by.h | 2 +- .../tests/unit/c/test-type_array-int32ss_resize.h | 2 +- .../tests/unit/c/test-type_array-int64s_adjust.h | 2 +- .../tests/unit/c/test-type_array-int64s_append.h | 2 +- .../tests/unit/c/test-type_array-int64s_append_all.h | 2 +- .../unit/c/test-type_array-int64s_decimate_by.h | 2 +- .../unit/c/test-type_array-int64s_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-int64s_increase.h | 2 +- .../unit/c/test-type_array-int64s_increase_by.h | 2 +- .../tests/unit/c/test-type_array-int64s_resize.h | 2 +- .../tests/unit/c/test-type_array-int64ss_adjust.h | 2 +- .../tests/unit/c/test-type_array-int64ss_append.h | 2 +- .../unit/c/test-type_array-int64ss_append_all.h | 2 +- .../unit/c/test-type_array-int64ss_decimate_by.h | 2 +- .../unit/c/test-type_array-int64ss_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-int64ss_increase.h | 2 +- .../unit/c/test-type_array-int64ss_increase_by.h | 2 +- .../tests/unit/c/test-type_array-int64ss_resize.h | 2 +- .../tests/unit/c/test-type_array-int8s_adjust.h | 2 +- .../tests/unit/c/test-type_array-int8s_append.h | 2 +- .../tests/unit/c/test-type_array-int8s_append_all.h | 2 +- .../tests/unit/c/test-type_array-int8s_decimate_by.h | 2 +- .../tests/unit/c/test-type_array-int8s_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-int8s_increase.h | 2 +- .../tests/unit/c/test-type_array-int8s_increase_by.h | 2 +- .../tests/unit/c/test-type_array-int8s_resize.h | 2 +- .../tests/unit/c/test-type_array-int8ss_adjust.h | 2 +- .../tests/unit/c/test-type_array-int8ss_append.h | 2 +- .../tests/unit/c/test-type_array-int8ss_append_all.h | 2 +- .../unit/c/test-type_array-int8ss_decimate_by.h | 2 +- .../unit/c/test-type_array-int8ss_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-int8ss_increase.h | 2 +- .../unit/c/test-type_array-int8ss_increase_by.h | 2 +- .../tests/unit/c/test-type_array-int8ss_resize.h | 2 +- .../tests/unit/c/test-type_array-states_adjust.h | 2 +- .../tests/unit/c/test-type_array-states_append.h | 2 +- .../tests/unit/c/test-type_array-states_append_all.h | 2 +- .../unit/c/test-type_array-states_decimate_by.h | 2 +- .../unit/c/test-type_array-states_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-states_increase.h | 2 +- .../unit/c/test-type_array-states_increase_by.h | 2 +- .../tests/unit/c/test-type_array-states_resize.h | 2 +- .../tests/unit/c/test-type_array-statess_adjust.h | 2 +- .../tests/unit/c/test-type_array-statess_append.h | 2 +- .../unit/c/test-type_array-statess_append_all.h | 2 +- .../unit/c/test-type_array-statess_decimate_by.h | 2 +- .../unit/c/test-type_array-statess_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-statess_increase.h | 2 +- .../unit/c/test-type_array-statess_increase_by.h | 2 +- .../tests/unit/c/test-type_array-statess_resize.h | 2 +- .../tests/unit/c/test-type_array-statuss_adjust.h | 2 +- .../tests/unit/c/test-type_array-statuss_append.h | 2 +- .../unit/c/test-type_array-statuss_append_all.h | 2 +- .../unit/c/test-type_array-statuss_decimate_by.h | 2 +- .../unit/c/test-type_array-statuss_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-statuss_increase.h | 2 +- .../unit/c/test-type_array-statuss_increase_by.h | 2 +- .../tests/unit/c/test-type_array-statuss_resize.h | 2 +- .../tests/unit/c/test-type_array-statusss_adjust.h | 2 +- .../tests/unit/c/test-type_array-statusss_append.h | 2 +- .../unit/c/test-type_array-statusss_append_all.h | 2 +- .../unit/c/test-type_array-statusss_decimate_by.h | 2 +- .../unit/c/test-type_array-statusss_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-statusss_increase.h | 2 +- .../unit/c/test-type_array-statusss_increase_by.h | 2 +- .../tests/unit/c/test-type_array-statusss_resize.h | 2 +- .../tests/unit/c/test-type_array-uint128s_adjust.h | 2 +- .../tests/unit/c/test-type_array-uint128s_append.h | 2 +- .../unit/c/test-type_array-uint128s_append_all.h | 2 +- .../unit/c/test-type_array-uint128s_decimate_by.h | 2 +- .../unit/c/test-type_array-uint128s_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-uint128s_increase.h | 2 +- .../unit/c/test-type_array-uint128s_increase_by.h | 2 +- .../tests/unit/c/test-type_array-uint128s_resize.h | 2 +- .../tests/unit/c/test-type_array-uint128ss_adjust.h | 2 +- .../tests/unit/c/test-type_array-uint128ss_append.h | 2 +- .../unit/c/test-type_array-uint128ss_append_all.h | 2 +- .../unit/c/test-type_array-uint128ss_decimate_by.h | 2 +- .../unit/c/test-type_array-uint128ss_decrease_by.h | 2 +- .../unit/c/test-type_array-uint128ss_increase.h | 2 +- .../unit/c/test-type_array-uint128ss_increase_by.h | 2 +- .../tests/unit/c/test-type_array-uint128ss_resize.h | 2 +- .../tests/unit/c/test-type_array-uint16s_adjust.h | 2 +- .../tests/unit/c/test-type_array-uint16s_append.h | 2 +- .../unit/c/test-type_array-uint16s_append_all.h | 2 +- .../unit/c/test-type_array-uint16s_decimate_by.h | 2 +- .../unit/c/test-type_array-uint16s_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-uint16s_increase.h | 2 +- .../unit/c/test-type_array-uint16s_increase_by.h | 2 +- .../tests/unit/c/test-type_array-uint16s_resize.h | 2 +- .../tests/unit/c/test-type_array-uint16ss_adjust.h | 2 +- .../tests/unit/c/test-type_array-uint16ss_append.h | 2 +- .../unit/c/test-type_array-uint16ss_append_all.h | 2 +- .../unit/c/test-type_array-uint16ss_decimate_by.h | 2 +- .../unit/c/test-type_array-uint16ss_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-uint16ss_increase.h | 2 +- .../unit/c/test-type_array-uint16ss_increase_by.h | 2 +- .../tests/unit/c/test-type_array-uint16ss_resize.h | 2 +- .../tests/unit/c/test-type_array-uint32s_adjust.h | 2 +- .../tests/unit/c/test-type_array-uint32s_append.h | 2 +- .../unit/c/test-type_array-uint32s_append_all.h | 2 +- .../unit/c/test-type_array-uint32s_decimate_by.h | 2 +- .../unit/c/test-type_array-uint32s_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-uint32s_increase.h | 2 +- .../unit/c/test-type_array-uint32s_increase_by.h | 2 +- .../tests/unit/c/test-type_array-uint32s_resize.h | 2 +- .../tests/unit/c/test-type_array-uint32ss_adjust.h | 2 +- .../tests/unit/c/test-type_array-uint32ss_append.h | 2 +- .../unit/c/test-type_array-uint32ss_append_all.h | 2 +- .../unit/c/test-type_array-uint32ss_decimate_by.h | 2 +- .../unit/c/test-type_array-uint32ss_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-uint32ss_increase.h | 2 +- .../unit/c/test-type_array-uint32ss_increase_by.h | 2 +- .../tests/unit/c/test-type_array-uint32ss_resize.h | 2 +- .../tests/unit/c/test-type_array-uint64s_adjust.h | 2 +- .../tests/unit/c/test-type_array-uint64s_append.h | 2 +- .../unit/c/test-type_array-uint64s_append_all.h | 2 +- .../unit/c/test-type_array-uint64s_decimate_by.h | 2 +- .../unit/c/test-type_array-uint64s_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-uint64s_increase.h | 2 +- .../unit/c/test-type_array-uint64s_increase_by.h | 2 +- .../tests/unit/c/test-type_array-uint64s_resize.h | 2 +- .../tests/unit/c/test-type_array-uint64ss_adjust.h | 2 +- .../tests/unit/c/test-type_array-uint64ss_append.h | 2 +- .../unit/c/test-type_array-uint64ss_append_all.h | 2 +- .../unit/c/test-type_array-uint64ss_decimate_by.h | 2 +- .../unit/c/test-type_array-uint64ss_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-uint64ss_increase.h | 2 +- .../unit/c/test-type_array-uint64ss_increase_by.h | 2 +- .../tests/unit/c/test-type_array-uint64ss_resize.h | 2 +- .../tests/unit/c/test-type_array-uint8s_adjust.h | 2 +- .../tests/unit/c/test-type_array-uint8s_append.h | 2 +- .../tests/unit/c/test-type_array-uint8s_append_all.h | 2 +- .../unit/c/test-type_array-uint8s_decimate_by.h | 2 +- .../unit/c/test-type_array-uint8s_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-uint8s_increase.h | 2 +- .../unit/c/test-type_array-uint8s_increase_by.h | 2 +- .../tests/unit/c/test-type_array-uint8s_resize.h | 2 +- .../tests/unit/c/test-type_array-uint8ss_adjust.h | 2 +- .../tests/unit/c/test-type_array-uint8ss_append.h | 2 +- .../unit/c/test-type_array-uint8ss_append_all.h | 2 +- .../unit/c/test-type_array-uint8ss_decimate_by.h | 2 +- .../unit/c/test-type_array-uint8ss_decrease_by.h | 2 +- .../tests/unit/c/test-type_array-uint8ss_increase.h | 2 +- .../unit/c/test-type_array-uint8ss_increase_by.h | 2 +- .../tests/unit/c/test-type_array-uint8ss_resize.h | 2 +- level_0/f_type_array/tests/unit/c/test-type_array.h | 2 +- level_0/f_utf/c/private-utf.h | 2 +- level_0/f_utf/c/private-utf_alphabetic.h | 2 +- level_0/f_utf/c/private-utf_combining.h | 2 +- level_0/f_utf/c/private-utf_control.h | 2 +- level_0/f_utf/c/private-utf_digit.h | 2 +- level_0/f_utf/c/private-utf_emoji.h | 2 +- level_0/f_utf/c/private-utf_numeric.h | 2 +- level_0/f_utf/c/private-utf_phonetic.h | 2 +- level_0/f_utf/c/private-utf_private.h | 2 +- level_0/f_utf/c/private-utf_punctuation.h | 2 +- level_0/f_utf/c/private-utf_subscript.h | 2 +- level_0/f_utf/c/private-utf_superscript.h | 2 +- level_0/f_utf/c/private-utf_symbol.h | 2 +- level_0/f_utf/c/private-utf_valid.h | 2 +- level_0/f_utf/c/private-utf_whitespace.h | 2 +- level_0/f_utf/c/private-utf_wide.h | 2 +- level_0/f_utf/c/private-utf_word.h | 2 +- level_0/f_utf/c/private-utf_zero_width.h | 2 +- level_0/f_utf/c/utf.h | 2 +- level_0/f_utf/c/utf/common.h | 2 +- level_0/f_utf/c/utf/convert.h | 2 +- level_0/f_utf/c/utf/dynamic.h | 2 +- level_0/f_utf/c/utf/is.h | 2 +- level_0/f_utf/c/utf/is_character.h | 2 +- level_0/f_utf/c/utf/map.h | 2 +- level_0/f_utf/c/utf/map_multi.h | 2 +- level_0/f_utf/c/utf/private-dynamic.h | 2 +- level_0/f_utf/c/utf/private-is_unassigned.h | 2 +- level_0/f_utf/c/utf/private-map.h | 2 +- level_0/f_utf/c/utf/private-map_multi.h | 2 +- level_0/f_utf/c/utf/private-string.h | 2 +- level_0/f_utf/c/utf/private-triple.h | 2 +- level_0/f_utf/c/utf/static.h | 2 +- level_0/f_utf/c/utf/string.h | 2 +- level_0/f_utf/c/utf/triple.h | 2 +- level_0/f_utf/data/build/settings | 4 ++-- level_0/f_utf/data/build/settings-tests | 4 ++-- level_0/f_utf/tests/unit/c/data-utf.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-append.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-append_assure.h | 2 +- .../tests/unit/c/test-utf-append_assure_nulless.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-append_nulless.h | 2 +- .../tests/unit/c/test-utf-character_is_alphabetic.h | 2 +- .../unit/c/test-utf-character_is_alphabetic_digit.h | 2 +- .../c/test-utf-character_is_alphabetic_numeric.h | 2 +- .../tests/unit/c/test-utf-character_is_combining.h | 2 +- .../tests/unit/c/test-utf-character_is_control.h | 2 +- .../f_utf/tests/unit/c/test-utf-character_is_digit.h | 2 +- .../f_utf/tests/unit/c/test-utf-character_is_emoji.h | 2 +- .../tests/unit/c/test-utf-character_is_numeric.h | 2 +- .../tests/unit/c/test-utf-character_is_phonetic.h | 2 +- .../tests/unit/c/test-utf-character_is_private.h | 2 +- .../tests/unit/c/test-utf-character_is_punctuation.h | 2 +- .../tests/unit/c/test-utf-character_is_subscript.h | 2 +- .../tests/unit/c/test-utf-character_is_superscript.h | 2 +- .../tests/unit/c/test-utf-character_is_symbol.h | 2 +- .../f_utf/tests/unit/c/test-utf-character_is_valid.h | 2 +- .../tests/unit/c/test-utf-character_is_whitespace.h | 2 +- .../c/test-utf-character_is_whitespace_modifier.h | 2 +- .../unit/c/test-utf-character_is_whitespace_other.h | 2 +- .../c/test-utf-character_is_whitespace_zero_width.h | 2 +- .../f_utf/tests/unit/c/test-utf-character_is_wide.h | 2 +- .../f_utf/tests/unit/c/test-utf-character_is_word.h | 2 +- .../tests/unit/c/test-utf-character_is_word_dash.h | 2 +- .../unit/c/test-utf-character_is_word_dash_plus.h | 2 +- .../tests/unit/c/test-utf-character_is_zero_width.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-dynamic_adjust.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-dynamic_append.h | 2 +- .../tests/unit/c/test-utf-dynamic_append_assure.h | 2 +- .../unit/c/test-utf-dynamic_append_assure_nulless.h | 2 +- .../tests/unit/c/test-utf-dynamic_append_nulless.h | 2 +- .../tests/unit/c/test-utf-dynamic_decimate_by.h | 2 +- .../tests/unit/c/test-utf-dynamic_decrease_by.h | 2 +- .../f_utf/tests/unit/c/test-utf-dynamic_increase.h | 2 +- .../tests/unit/c/test-utf-dynamic_increase_by.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-dynamic_mash.h | 2 +- .../tests/unit/c/test-utf-dynamic_mash_nulless.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-dynamic_mish.h | 2 +- .../tests/unit/c/test-utf-dynamic_mish_nulless.h | 2 +- .../tests/unit/c/test-utf-dynamic_partial_append.h | 2 +- .../unit/c/test-utf-dynamic_partial_append_assure.h | 2 +- .../test-utf-dynamic_partial_append_assure_nulless.h | 2 +- .../unit/c/test-utf-dynamic_partial_append_nulless.h | 2 +- .../tests/unit/c/test-utf-dynamic_partial_mash.h | 2 +- .../unit/c/test-utf-dynamic_partial_mash_nulless.h | 2 +- .../tests/unit/c/test-utf-dynamic_partial_mish.h | 2 +- .../unit/c/test-utf-dynamic_partial_mish_nulless.h | 2 +- .../tests/unit/c/test-utf-dynamic_partial_prepend.h | 2 +- .../unit/c/test-utf-dynamic_partial_prepend_assure.h | 2 +- ...test-utf-dynamic_partial_prepend_assure_nulless.h | 2 +- .../c/test-utf-dynamic_partial_prepend_nulless.h | 2 +- .../f_utf/tests/unit/c/test-utf-dynamic_prepend.h | 2 +- .../tests/unit/c/test-utf-dynamic_prepend_assure.h | 2 +- .../unit/c/test-utf-dynamic_prepend_assure_nulless.h | 2 +- .../tests/unit/c/test-utf-dynamic_prepend_nulless.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-dynamic_resize.h | 2 +- .../f_utf/tests/unit/c/test-utf-dynamic_seek_line.h | 2 +- .../tests/unit/c/test-utf-dynamic_seek_line_to.h | 2 +- .../f_utf/tests/unit/c/test-utf-dynamic_seek_to.h | 2 +- .../f_utf/tests/unit/c/test-utf-dynamic_terminate.h | 2 +- .../tests/unit/c/test-utf-dynamic_terminate_after.h | 2 +- .../f_utf/tests/unit/c/test-utf-dynamics_adjust.h | 2 +- .../f_utf/tests/unit/c/test-utf-dynamics_append.h | 2 +- .../tests/unit/c/test-utf-dynamics_append_all.h | 2 +- .../tests/unit/c/test-utf-dynamics_decimate_by.h | 2 +- .../tests/unit/c/test-utf-dynamics_decrease_by.h | 2 +- .../f_utf/tests/unit/c/test-utf-dynamics_increase.h | 2 +- .../tests/unit/c/test-utf-dynamics_increase_by.h | 2 +- .../f_utf/tests/unit/c/test-utf-dynamics_resize.h | 2 +- .../f_utf/tests/unit/c/test-utf-dynamicss_adjust.h | 2 +- .../f_utf/tests/unit/c/test-utf-dynamicss_append.h | 2 +- .../tests/unit/c/test-utf-dynamicss_append_all.h | 2 +- .../tests/unit/c/test-utf-dynamicss_decimate_by.h | 2 +- .../tests/unit/c/test-utf-dynamicss_decrease_by.h | 2 +- .../f_utf/tests/unit/c/test-utf-dynamicss_increase.h | 2 +- .../tests/unit/c/test-utf-dynamicss_increase_by.h | 2 +- .../f_utf/tests/unit/c/test-utf-dynamicss_resize.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-is_alphabetic.h | 2 +- .../tests/unit/c/test-utf-is_alphabetic_digit.h | 2 +- .../tests/unit/c/test-utf-is_alphabetic_numeric.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-is_combining.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-is_control.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-is_digit.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-is_emoji.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-is_numeric.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-is_phonetic.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-is_private.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-is_punctuation.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-is_subscript.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-is_superscript.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-is_symbol.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-is_valid.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-is_whitespace.h | 2 +- .../tests/unit/c/test-utf-is_whitespace_modifier.h | 2 +- .../tests/unit/c/test-utf-is_whitespace_other.h | 2 +- .../tests/unit/c/test-utf-is_whitespace_zero_width.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-is_wide.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-is_word.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-is_word_dash.h | 2 +- .../f_utf/tests/unit/c/test-utf-is_word_dash_plus.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-is_zero_width.h | 2 +- .../f_utf/tests/unit/c/test-utf-map_multis_adjust.h | 2 +- .../f_utf/tests/unit/c/test-utf-map_multis_append.h | 2 +- .../tests/unit/c/test-utf-map_multis_append_all.h | 2 +- .../tests/unit/c/test-utf-map_multis_decimate_by.h | 2 +- .../tests/unit/c/test-utf-map_multis_decrease_by.h | 2 +- .../tests/unit/c/test-utf-map_multis_increase.h | 2 +- .../tests/unit/c/test-utf-map_multis_increase_by.h | 2 +- .../f_utf/tests/unit/c/test-utf-map_multis_resize.h | 2 +- .../f_utf/tests/unit/c/test-utf-map_multiss_adjust.h | 2 +- .../f_utf/tests/unit/c/test-utf-map_multiss_append.h | 2 +- .../tests/unit/c/test-utf-map_multiss_append_all.h | 2 +- .../tests/unit/c/test-utf-map_multiss_decimate_by.h | 2 +- .../tests/unit/c/test-utf-map_multiss_decrease_by.h | 2 +- .../tests/unit/c/test-utf-map_multiss_increase.h | 2 +- .../tests/unit/c/test-utf-map_multiss_increase_by.h | 2 +- .../f_utf/tests/unit/c/test-utf-map_multiss_resize.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-maps_adjust.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-maps_append.h | 2 +- .../f_utf/tests/unit/c/test-utf-maps_append_all.h | 2 +- .../f_utf/tests/unit/c/test-utf-maps_decimate_by.h | 2 +- .../f_utf/tests/unit/c/test-utf-maps_decrease_by.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-maps_increase.h | 2 +- .../f_utf/tests/unit/c/test-utf-maps_increase_by.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-maps_resize.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-mapss_adjust.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-mapss_append.h | 2 +- .../f_utf/tests/unit/c/test-utf-mapss_append_all.h | 2 +- .../f_utf/tests/unit/c/test-utf-mapss_decimate_by.h | 2 +- .../f_utf/tests/unit/c/test-utf-mapss_decrease_by.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-mapss_increase.h | 2 +- .../f_utf/tests/unit/c/test-utf-mapss_increase_by.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-mapss_resize.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-mash.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-mash_nulless.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-mish.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-mish_nulless.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-prepend.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-prepend_assure.h | 2 +- .../tests/unit/c/test-utf-prepend_assure_nulless.h | 2 +- .../f_utf/tests/unit/c/test-utf-prepend_nulless.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-seek_line.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-seek_line_to.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-seek_to.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-triples_adjust.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-triples_append.h | 2 +- .../f_utf/tests/unit/c/test-utf-triples_append_all.h | 2 +- .../tests/unit/c/test-utf-triples_decimate_by.h | 2 +- .../tests/unit/c/test-utf-triples_decrease_by.h | 2 +- .../f_utf/tests/unit/c/test-utf-triples_increase.h | 2 +- .../tests/unit/c/test-utf-triples_increase_by.h | 2 +- level_0/f_utf/tests/unit/c/test-utf-triples_resize.h | 2 +- .../f_utf/tests/unit/c/test-utf-tripless_adjust.h | 2 +- .../f_utf/tests/unit/c/test-utf-tripless_append.h | 2 +- .../tests/unit/c/test-utf-tripless_append_all.h | 2 +- .../tests/unit/c/test-utf-tripless_decimate_by.h | 2 +- .../tests/unit/c/test-utf-tripless_decrease_by.h | 2 +- .../f_utf/tests/unit/c/test-utf-tripless_increase.h | 2 +- .../tests/unit/c/test-utf-tripless_increase_by.h | 2 +- .../f_utf/tests/unit/c/test-utf-tripless_resize.h | 2 +- level_0/f_utf/tests/unit/c/test-utf.h | 2 +- level_1/fl_control_group/c/control_group.h | 2 +- level_1/fl_control_group/data/build/settings | 4 ++-- level_1/fl_conversion/c/conversion.h | 2 +- level_1/fl_conversion/c/conversion/common.h | 2 +- level_1/fl_conversion/c/private-conversion.h | 2 +- level_1/fl_conversion/data/build/settings | 4 ++-- level_1/fl_directory/c/directory.h | 2 +- level_1/fl_directory/c/directory/common.h | 2 +- level_1/fl_directory/c/private-directory.h | 2 +- level_1/fl_directory/data/build/settings | 4 ++-- level_1/fl_environment/c/environment.h | 2 +- level_1/fl_environment/data/build/settings | 4 ++-- level_1/fl_execute/c/execute.h | 2 +- level_1/fl_execute/c/execute/common.h | 2 +- level_1/fl_execute/data/build/settings | 4 ++-- level_1/fl_fss/c/fss.h | 2 +- level_1/fl_fss/c/fss/basic.h | 2 +- level_1/fl_fss/c/fss/basic_list.h | 2 +- level_1/fl_fss/c/fss/embedded_list.h | 2 +- level_1/fl_fss/c/fss/extended.h | 2 +- level_1/fl_fss/c/fss/extended_list.h | 2 +- level_1/fl_fss/c/fss/macro.h | 2 +- level_1/fl_fss/c/private-fss.h | 2 +- level_1/fl_fss/data/build/settings | 4 ++-- level_1/fl_iki/c/iki.h | 2 +- level_1/fl_iki/data/build/settings | 4 ++-- level_1/fl_print/c/print.h | 2 +- level_1/fl_print/c/print/common.h | 2 +- level_1/fl_print/c/private-print.h | 2 +- level_1/fl_print/data/build/settings | 4 ++-- level_1/fl_signal/c/signal.h | 2 +- level_1/fl_signal/c/signal/common.h | 2 +- level_1/fl_signal/data/build/settings | 4 ++-- level_1/fl_string/c/private-string.h | 2 +- level_1/fl_string/c/string.h | 2 +- level_1/fl_string/data/build/settings | 4 ++-- level_1/fl_utf/c/private-utf.h | 2 +- level_1/fl_utf/c/utf.h | 2 +- level_1/fl_utf/data/build/settings | 4 ++-- level_1/fl_utf_file/c/private-utf_file.h | 2 +- level_1/fl_utf_file/c/utf_file.h | 2 +- level_1/fl_utf_file/data/build/settings | 4 ++-- level_2/fll_control_group/c/control_group.h | 2 +- level_2/fll_control_group/data/build/settings | 4 ++-- level_2/fll_error/c/error.h | 2 +- level_2/fll_error/c/error/common.h | 2 +- level_2/fll_error/c/private-error.h | 2 +- level_2/fll_error/data/build/settings | 4 ++-- level_2/fll_execute/c/execute.h | 2 +- level_2/fll_execute/c/private-execute.h | 2 +- level_2/fll_execute/data/build/settings | 4 ++-- level_2/fll_file/c/file.h | 2 +- level_2/fll_file/c/private-file.h | 2 +- level_2/fll_file/data/build/settings | 4 ++-- level_2/fll_fss/c/fss.h | 2 +- level_2/fll_fss/c/fss/basic.h | 2 +- level_2/fll_fss/c/fss/basic_list.h | 2 +- level_2/fll_fss/c/fss/embedded_list.h | 2 +- level_2/fll_fss/c/fss/extended.h | 2 +- level_2/fll_fss/c/fss/extended_list.h | 2 +- level_2/fll_fss/c/fss/payload.h | 2 +- level_2/fll_fss/data/build/settings | 4 ++-- level_2/fll_fss_status_string/c/fss_status_string.h | 2 +- level_2/fll_fss_status_string/data/build/settings | 4 ++-- level_2/fll_iki/c/iki.h | 2 +- level_2/fll_iki/c/private-iki.h | 2 +- level_2/fll_iki/data/build/settings | 4 ++-- level_2/fll_path/c/path.h | 2 +- level_2/fll_path/data/build/settings | 4 ++-- level_2/fll_print/c/print.h | 2 +- level_2/fll_print/data/build/settings | 4 ++-- level_2/fll_program/c/program.h | 2 +- level_2/fll_program/c/program/common.h | 2 +- level_2/fll_program/data/build/settings | 4 ++-- level_2/fll_status_string/c/status_string.h | 2 +- level_2/fll_status_string/data/build/settings | 4 ++-- level_2/fll_status_string/data/build/settings-tests | 4 ++-- .../tests/unit/c/test-status_string-from.h | 2 +- .../tests/unit/c/test-status_string.h | 2 +- level_3/byte_dump/c/byte_dump.h | 2 +- level_3/byte_dump/c/common.h | 10 +++++----- level_3/byte_dump/c/private-byte_dump.h | 2 +- level_3/byte_dump/c/private-common.h | 2 +- level_3/byte_dump/data/build/settings | 4 ++-- level_3/control/c/common.h | 10 +++++----- level_3/control/c/control.h | 2 +- level_3/control/c/private-common.h | 2 +- level_3/control/c/private-control.h | 2 +- level_3/control/c/private-print.h | 2 +- level_3/control/data/build/settings | 4 ++-- level_3/controller/c/common.h | 10 +++++----- level_3/controller/c/common/private-cache.h | 2 +- level_3/controller/c/common/private-common.h | 2 +- level_3/controller/c/common/private-control.h | 2 +- level_3/controller/c/common/private-entry.h | 2 +- level_3/controller/c/common/private-execute_set.h | 2 +- level_3/controller/c/common/private-lock.h | 2 +- level_3/controller/c/common/private-process.h | 2 +- level_3/controller/c/common/private-rule.h | 2 +- level_3/controller/c/common/private-setting.h | 2 +- level_3/controller/c/common/private-state.h | 2 +- level_3/controller/c/common/private-task.h | 2 +- level_3/controller/c/common/private-thread.h | 2 +- level_3/controller/c/control/private-control.h | 2 +- level_3/controller/c/control/private-control_print.h | 2 +- level_3/controller/c/controller.h | 2 +- level_3/controller/c/controller/private-controller.h | 2 +- .../c/controller/private-controller_print.h | 2 +- level_3/controller/c/entry/private-entry.h | 2 +- level_3/controller/c/entry/private-entry_print.h | 2 +- level_3/controller/c/lock/private-lock.h | 2 +- level_3/controller/c/lock/private-lock_print.h | 2 +- level_3/controller/c/main-common.h | 2 +- level_3/controller/c/process/private-process.h | 2 +- level_3/controller/c/rule/private-rule.h | 2 +- level_3/controller/c/rule/private-rule_print.h | 2 +- level_3/controller/c/task/private-task.h | 2 +- level_3/controller/c/task/private-task_print.h | 2 +- level_3/controller/c/thread/private-thread.h | 2 +- level_3/controller/c/thread/private-thread_control.h | 2 +- level_3/controller/c/thread/private-thread_entry.h | 2 +- level_3/controller/c/thread/private-thread_process.h | 2 +- level_3/controller/c/thread/private-thread_rule.h | 2 +- level_3/controller/c/thread/private-thread_signal.h | 2 +- level_3/controller/data/build/settings | 4 ++-- level_3/fake/c/common.h | 10 +++++----- level_3/fake/c/fake.h | 2 +- level_3/fake/c/private-build-library.h | 2 +- level_3/fake/c/private-build-load.h | 2 +- level_3/fake/c/private-build-object.h | 2 +- level_3/fake/c/private-build-objects.h | 2 +- level_3/fake/c/private-build-program.h | 2 +- level_3/fake/c/private-build-skeleton.h | 2 +- level_3/fake/c/private-build.h | 2 +- level_3/fake/c/private-clean.h | 2 +- level_3/fake/c/private-common.h | 2 +- level_3/fake/c/private-fake-path_generate.h | 2 +- level_3/fake/c/private-fake.h | 2 +- level_3/fake/c/private-make-load_fakefile.h | 2 +- level_3/fake/c/private-make-load_parameters.h | 2 +- level_3/fake/c/private-make-operate.h | 2 +- level_3/fake/c/private-make-operate_process.h | 2 +- level_3/fake/c/private-make-operate_process_type.h | 2 +- level_3/fake/c/private-make-operate_validate.h | 2 +- level_3/fake/c/private-make.h | 2 +- level_3/fake/c/private-print.h | 2 +- level_3/fake/c/private-skeleton.h | 2 +- level_3/fake/data/build/settings | 4 ++-- level_3/firewall/c/common.h | 10 +++++----- level_3/firewall/c/firewall.h | 2 +- level_3/firewall/c/private-common.h | 2 +- level_3/firewall/c/private-firewall.h | 2 +- level_3/firewall/data/build/settings | 4 ++-- level_3/fss_basic_list_read/c/common.h | 10 +++++----- level_3/fss_basic_list_read/c/fss_basic_list_read.h | 2 +- level_3/fss_basic_list_read/c/private-common.h | 2 +- level_3/fss_basic_list_read/c/private-print.h | 2 +- level_3/fss_basic_list_read/c/private-read.h | 2 +- level_3/fss_basic_list_read/data/build/settings | 4 ++-- level_3/fss_basic_list_write/c/common.h | 10 +++++----- .../fss_basic_list_write/c/fss_basic_list_write.h | 2 +- level_3/fss_basic_list_write/c/private-common.h | 2 +- level_3/fss_basic_list_write/c/private-write.h | 2 +- level_3/fss_basic_list_write/data/build/settings | 4 ++-- level_3/fss_basic_read/c/common.h | 10 +++++----- level_3/fss_basic_read/c/fss_basic_read.h | 2 +- level_3/fss_basic_read/c/private-common.h | 2 +- level_3/fss_basic_read/c/private-print.h | 2 +- level_3/fss_basic_read/c/private-read.h | 2 +- level_3/fss_basic_read/data/build/settings | 4 ++-- level_3/fss_basic_write/c/common.h | 10 +++++----- level_3/fss_basic_write/c/fss_basic_write.h | 2 +- level_3/fss_basic_write/c/private-common.h | 2 +- level_3/fss_basic_write/c/private-write.h | 2 +- level_3/fss_basic_write/data/build/settings | 4 ++-- level_3/fss_embedded_list_read/c/common.h | 10 +++++----- .../c/fss_embedded_list_read.h | 2 +- level_3/fss_embedded_list_read/c/private-common.h | 2 +- level_3/fss_embedded_list_read/c/private-print.h | 2 +- level_3/fss_embedded_list_read/c/private-read.h | 2 +- level_3/fss_embedded_list_read/data/build/settings | 4 ++-- level_3/fss_embedded_list_write/c/common.h | 10 +++++----- .../c/fss_embedded_list_write.h | 2 +- level_3/fss_embedded_list_write/c/private-common.h | 2 +- level_3/fss_embedded_list_write/c/private-write.h | 2 +- level_3/fss_embedded_list_write/data/build/settings | 4 ++-- level_3/fss_extended_list_read/c/common.h | 10 +++++----- .../c/fss_extended_list_read.h | 2 +- level_3/fss_extended_list_read/c/private-common.h | 2 +- level_3/fss_extended_list_read/c/private-print.h | 2 +- level_3/fss_extended_list_read/c/private-read.h | 2 +- level_3/fss_extended_list_read/data/build/settings | 4 ++-- level_3/fss_extended_list_write/c/common.h | 10 +++++----- .../c/fss_extended_list_write.h | 2 +- level_3/fss_extended_list_write/c/private-common.h | 2 +- level_3/fss_extended_list_write/c/private-write.h | 2 +- level_3/fss_extended_list_write/data/build/settings | 4 ++-- level_3/fss_extended_read/c/common.h | 10 +++++----- level_3/fss_extended_read/c/fss_extended_read.h | 2 +- level_3/fss_extended_read/c/private-common.h | 2 +- level_3/fss_extended_read/c/private-print.h | 2 +- level_3/fss_extended_read/c/private-read.h | 2 +- level_3/fss_extended_read/data/build/settings | 4 ++-- level_3/fss_extended_write/c/common.h | 10 +++++----- level_3/fss_extended_write/c/fss_extended_write.h | 2 +- level_3/fss_extended_write/c/private-common.h | 2 +- level_3/fss_extended_write/c/private-write.h | 2 +- level_3/fss_extended_write/data/build/settings | 4 ++-- level_3/fss_identify/c/common.h | 10 +++++----- level_3/fss_identify/c/fss_identify.h | 2 +- level_3/fss_identify/c/private-common.h | 2 +- level_3/fss_identify/c/private-identify.h | 2 +- level_3/fss_identify/c/private-print.h | 2 +- level_3/fss_identify/data/build/settings | 4 ++-- level_3/fss_payload_read/c/common.h | 10 +++++----- level_3/fss_payload_read/c/fss_payload_read.h | 2 +- level_3/fss_payload_read/c/private-common.h | 2 +- level_3/fss_payload_read/c/private-print.h | 2 +- level_3/fss_payload_read/c/private-read.h | 2 +- level_3/fss_payload_read/data/build/settings | 4 ++-- level_3/fss_payload_write/c/common.h | 10 +++++----- level_3/fss_payload_write/c/fss_payload_write.h | 2 +- level_3/fss_payload_write/c/private-common.h | 2 +- level_3/fss_payload_write/c/private-write.h | 2 +- level_3/fss_payload_write/data/build/settings | 4 ++-- level_3/fss_status_code/c/common.h | 10 +++++----- level_3/fss_status_code/c/fss_status_code.h | 2 +- level_3/fss_status_code/c/private-common.h | 2 +- level_3/fss_status_code/c/private-fss_status_code.h | 2 +- level_3/fss_status_code/data/build/settings | 4 ++-- level_3/iki_read/c/common.h | 10 +++++----- level_3/iki_read/c/iki_read.h | 2 +- level_3/iki_read/c/private-common.h | 2 +- level_3/iki_read/c/private-print.h | 2 +- level_3/iki_read/c/private-read.h | 2 +- level_3/iki_read/data/build/settings | 4 ++-- level_3/iki_write/c/common.h | 10 +++++----- level_3/iki_write/c/iki_write.h | 2 +- level_3/iki_write/c/private-common.h | 2 +- level_3/iki_write/c/private-write.h | 2 +- level_3/iki_write/data/build/settings | 4 ++-- level_3/status_code/c/common.h | 10 +++++----- level_3/status_code/c/private-common.h | 2 +- level_3/status_code/c/private-status_code.h | 2 +- level_3/status_code/c/status_code.h | 2 +- level_3/status_code/data/build/settings | 4 ++-- level_3/utf8/c/common.h | 10 +++++----- level_3/utf8/c/private-common.h | 2 +- level_3/utf8/c/private-print.h | 2 +- level_3/utf8/c/private-utf8.h | 2 +- level_3/utf8/c/private-utf8_bytesequence.h | 2 +- level_3/utf8/c/private-utf8_codepoint.h | 2 +- level_3/utf8/c/utf8.h | 2 +- level_3/utf8/data/build/settings | 4 ++-- 1734 files changed, 1953 insertions(+), 1953 deletions(-) diff --git a/build/documents/readme.bootstrap.txt b/build/documents/readme.bootstrap.txt index 2d68ff083..7f71e8104 100644 --- a/build/documents/readme.bootstrap.txt +++ b/build/documents/readme.bootstrap.txt @@ -41,7 +41,7 @@ Bootstrap Readme Documentation: If one of the build sub-directories, such as includes, libraries, programs, and settings, is empty or missing after a successful build, then there are no files of that type to install. - Build Tree Structure Example (using the status_code-0.5.10 project)\: + Build Tree Structure Example (using the status_code-0.6.0 project)\: build/ ├── documents ├── includes @@ -51,8 +51,8 @@ Bootstrap Readme Documentation: │   ├── script │   ├── shared │   │   ├── libstatus_code.so -> libstatus_code.so.0 - │   │   ├── libstatus_code.so.0 -> libstatus_code.so.0.5.10 - │   │   └── libstatus_code.so.0.5.10 + │   │   ├── libstatus_code.so.0 -> libstatus_code.so.0.6.0 + │   │   └── libstatus_code.so.0.6.0 │   └── static │   └── libstatus_code.a ├── objects @@ -77,7 +77,7 @@ Bootstrap Readme Documentation: └── sources_settings.built - Work Tree Structure Example at /tmp/work (using the status_code-0.5.10 project)\: + Work Tree Structure Example at /tmp/work (using the status_code-0.6.0 project)\: /tmp/work/ ├── includes │   └── level_3 @@ -85,8 +85,8 @@ Bootstrap Readme Documentation: ├── libraries │   ├── shared │   │   ├── libstatus_code.so -> libstatus_code.so.0 - │   │   ├── libstatus_code.so.0 -> libstatus_code.so.0.5.10 - │   │   └── libstatus_code.so.0.5.10 + │   │   ├── libstatus_code.so.0 -> libstatus_code.so.0.6.0 + │   │   └── libstatus_code.so.0.6.0 │   └── static │   └── libstatus_code.a └── programs diff --git a/build/documents/readme.build.txt b/build/documents/readme.build.txt index 60ef3a92e..83e8227ca 100644 --- a/build/documents/readme.build.txt +++ b/build/documents/readme.build.txt @@ -27,7 +27,7 @@ Build Readme Documentation: Build Example, using "make"\: fake make - Build Tree Structure Example (using the status_code-0.5.10 project)\: + Build Tree Structure Example (using the status_code-0.6.0 project)\: build/ ├── documents ├── includes @@ -37,8 +37,8 @@ Build Readme Documentation: │   ├── script │   ├── shared │   │   ├── libstatus_code.so -> libstatus_code.so.0 - │   │   ├── libstatus_code.so.0 -> libstatus_code.so.0.5.10 - │   │   └── libstatus_code.so.0.5.10 + │   │   ├── libstatus_code.so.0 -> libstatus_code.so.0.6.0 + │   │   └── libstatus_code.so.0.6.0 │   └── static │   └── libstatus_code.a ├── objects @@ -62,7 +62,7 @@ Build Readme Documentation: ├── sources_script.built └── sources_settings.built - Work Tree Structure Example at '/tmp/work' (using the status_code-0.5.10 project)\: + Work Tree Structure Example at '/tmp/work' (using the status_code-0.6.0 project)\: /tmp/work/ ├── includes │   └── level_3 @@ -70,8 +70,8 @@ Build Readme Documentation: ├── libraries │   ├── shared │   │   ├── libstatus_code.so -> libstatus_code.so.0 - │   │   ├── libstatus_code.so.0 -> libstatus_code.so.0.5.10 - │   │   └── libstatus_code.so.0.5.10 + │   │   ├── libstatus_code.so.0 -> libstatus_code.so.0.6.0 + │   │   └── libstatus_code.so.0.6.0 │   └── static │   └── libstatus_code.a └── programs diff --git a/build/documents/readme.txt b/build/documents/readme.txt index 1baa92230..3eb8df9a7 100644 --- a/build/documents/readme.txt +++ b/build/documents/readme.txt @@ -46,7 +46,7 @@ Readme Documentation: - The Featureless Make, which is a level_3 project provided by FLL. An example bootstrap script is provided (build/scripts/bootstrap-example.sh) is provided for to show how to build the FLL directly from source. - Use it as an example or explicitly call it (such as: "bash build/scripts/bootstrap-example.sh monolithic 0.5.10"). + Use it as an example or explicitly call it (such as: "bash build/scripts/bootstrap-example.sh monolithic 0.6.0"). See: dependencies for specific dependencies of this project. See: readme.bootstrap for bootstrap compiling (or just regular compiling) any part of the FLL and notes on installing. diff --git a/build/level_0/settings b/build/level_0/settings index 1d81a1896..5bcd1a6ff 100644 --- a/build/level_0/settings +++ b/build/level_0/settings @@ -3,8 +3,8 @@ build_name fll_0 version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/build/level_1/settings b/build/level_1/settings index 43727e3cd..5438eb4aa 100644 --- a/build/level_1/settings +++ b/build/level_1/settings @@ -3,8 +3,8 @@ build_name fll_1 version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/build/level_2/settings b/build/level_2/settings index 20e83a007..7d0b5d0c6 100644 --- a/build/level_2/settings +++ b/build/level_2/settings @@ -3,8 +3,8 @@ build_name fll_2 version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/build/monolithic/settings b/build/monolithic/settings index daa9c1825..c2d248cb5 100644 --- a/build/monolithic/settings +++ b/build/monolithic/settings @@ -3,8 +3,8 @@ build_name fll version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/build/scripts/bootstrap-example.sh b/build/scripts/bootstrap-example.sh index 57ac4d459..ae219599d 100644 --- a/build/scripts/bootstrap-example.sh +++ b/build/scripts/bootstrap-example.sh @@ -27,7 +27,7 @@ verbose_common= color= shared= static= -version=0.5.10 +version=0.6.0 clang= let i=2 diff --git a/build/scripts/bootstrap.sh b/build/scripts/bootstrap.sh index 4276518bf..1e28fb17d 100644 --- a/build/scripts/bootstrap.sh +++ b/build/scripts/bootstrap.sh @@ -12,7 +12,7 @@ bootstrap_main() { local public_name="Simple FLL Bootstrap Script" local system_name=bootstrap local called_name=$(basename $0) - local version=0.5.10 + local version=0.6.0 local grab_next= local do_color=dark diff --git a/build/scripts/install.sh b/build/scripts/install.sh index 05423bf99..4ae5a7efb 100644 --- a/build/scripts/install.sh +++ b/build/scripts/install.sh @@ -12,7 +12,7 @@ install_main() { local public_name="Simple FLL Project Install Script" local system_name=install local called_name=$(basename $0) - local version=0.5.10 + local version=0.6.0 local grab_next= local do_color=dark diff --git a/build/scripts/package.sh b/build/scripts/package.sh index d795e1069..acd288662 100644 --- a/build/scripts/package.sh +++ b/build/scripts/package.sh @@ -10,7 +10,7 @@ package_main() { local public_name="Simple FLL Project Package Script" local system_name=package local called_name=$(basename $0) - local version=0.5.10 + local version=0.6.0 local grab_next= local do_color=dark diff --git a/build/scripts/test.sh b/build/scripts/test.sh index 3c6c84750..99a0ea564 100644 --- a/build/scripts/test.sh +++ b/build/scripts/test.sh @@ -12,7 +12,7 @@ test_main() { local public_name="FLL Project Mass Test Script" local system_name=install local called_name=$(basename $0) - local version=0.5.10 + local version=0.6.0 local grab_next= local do_color=dark diff --git a/level_0/f_account/c/account.h b/level_0/f_account/c/account.h index e5b60d04b..b608f3905 100644 --- a/level_0/f_account/c/account.h +++ b/level_0/f_account/c/account.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Account - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides account related functionality (users, groups, roles, etc..). diff --git a/level_0/f_account/c/account/common.h b/level_0/f_account/c/account/common.h index 6a4de74b7..8e980a7ed 100644 --- a/level_0/f_account/c/account/common.h +++ b/level_0/f_account/c/account/common.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Account - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by account related functionality. diff --git a/level_0/f_account/c/private-account.h b/level_0/f_account/c/private-account.h index 7b9be9e6f..226342455 100644 --- a/level_0/f_account/c/private-account.h +++ b/level_0/f_account/c/private-account.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Account - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_account/data/build/settings b/level_0/f_account/data/build/settings index c1823b2c7..5621c53ad 100644 --- a/level_0/f_account/data/build/settings +++ b/level_0/f_account/data/build/settings @@ -3,8 +3,8 @@ build_name f_account version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_account/data/build/settings-mocks b/level_0/f_account/data/build/settings-mocks index dcceb34e2..066bd5702 100644 --- a/level_0/f_account/data/build/settings-mocks +++ b/level_0/f_account/data/build/settings-mocks @@ -13,8 +13,8 @@ build_name f_account version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_account/data/build/settings-tests b/level_0/f_account/data/build/settings-tests index dd5afe192..ac55716af 100644 --- a/level_0/f_account/data/build/settings-tests +++ b/level_0/f_account/data/build/settings-tests @@ -8,8 +8,8 @@ build_name test-f_account version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file major version_target major diff --git a/level_0/f_account/tests/unit/c/mock-account.h b/level_0/f_account/tests/unit/c/mock-account.h index 6ffcadd5e..e31aaeef3 100644 --- a/level_0/f_account/tests/unit/c/mock-account.h +++ b/level_0/f_account/tests/unit/c/mock-account.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Account - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the account project. diff --git a/level_0/f_account/tests/unit/c/test-account-by_id.h b/level_0/f_account/tests/unit/c/test-account-by_id.h index 1ba72ed71..24a6b5be7 100644 --- a/level_0/f_account/tests/unit/c/test-account-by_id.h +++ b/level_0/f_account/tests/unit/c/test-account-by_id.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Account - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the account project. diff --git a/level_0/f_account/tests/unit/c/test-account-by_name.h b/level_0/f_account/tests/unit/c/test-account-by_name.h index 70c3d3193..a1966d1a6 100644 --- a/level_0/f_account/tests/unit/c/test-account-by_name.h +++ b/level_0/f_account/tests/unit/c/test-account-by_name.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Account - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the account project. diff --git a/level_0/f_account/tests/unit/c/test-account-group_id_by_name.h b/level_0/f_account/tests/unit/c/test-account-group_id_by_name.h index 7f147c8dd..054a93ed8 100644 --- a/level_0/f_account/tests/unit/c/test-account-group_id_by_name.h +++ b/level_0/f_account/tests/unit/c/test-account-group_id_by_name.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Account - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the account project. diff --git a/level_0/f_account/tests/unit/c/test-account-group_name_by_id.h b/level_0/f_account/tests/unit/c/test-account-group_name_by_id.h index 7bb7f2727..f2f33b6da 100644 --- a/level_0/f_account/tests/unit/c/test-account-group_name_by_id.h +++ b/level_0/f_account/tests/unit/c/test-account-group_name_by_id.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Account - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the account project. diff --git a/level_0/f_account/tests/unit/c/test-account-id_by_name.h b/level_0/f_account/tests/unit/c/test-account-id_by_name.h index f5a7cfa75..abe57f8ba 100644 --- a/level_0/f_account/tests/unit/c/test-account-id_by_name.h +++ b/level_0/f_account/tests/unit/c/test-account-id_by_name.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Account - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the account project. diff --git a/level_0/f_account/tests/unit/c/test-account-name_by_id.h b/level_0/f_account/tests/unit/c/test-account-name_by_id.h index f69a8cb9e..c16b842e7 100644 --- a/level_0/f_account/tests/unit/c/test-account-name_by_id.h +++ b/level_0/f_account/tests/unit/c/test-account-name_by_id.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Account - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the account project. diff --git a/level_0/f_account/tests/unit/c/test-account.h b/level_0/f_account/tests/unit/c/test-account.h index 6e4e8db27..0b2eae830 100644 --- a/level_0/f_account/tests/unit/c/test-account.h +++ b/level_0/f_account/tests/unit/c/test-account.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Account - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the account project. diff --git a/level_0/f_capability/c/capability.h b/level_0/f_capability/c/capability.h index d456c10e8..2efaa1d4b 100644 --- a/level_0/f_capability/c/capability.h +++ b/level_0/f_capability/c/capability.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides capability related functionality. diff --git a/level_0/f_capability/c/capability/common.h b/level_0/f_capability/c/capability/common.h index bcba81338..cb13b0e79 100644 --- a/level_0/f_capability/c/capability/common.h +++ b/level_0/f_capability/c/capability/common.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by capability related functionality. diff --git a/level_0/f_capability/data/build/settings b/level_0/f_capability/data/build/settings index fc8c5c626..63a5a826d 100644 --- a/level_0/f_capability/data/build/settings +++ b/level_0/f_capability/data/build/settings @@ -3,8 +3,8 @@ build_name f_capability version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_capability/data/build/settings-mocks b/level_0/f_capability/data/build/settings-mocks index b12401b7c..38ced6558 100644 --- a/level_0/f_capability/data/build/settings-mocks +++ b/level_0/f_capability/data/build/settings-mocks @@ -13,8 +13,8 @@ build_name f_capability version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_capability/data/build/settings-tests b/level_0/f_capability/data/build/settings-tests index 91fe6d179..3d4edea1c 100644 --- a/level_0/f_capability/data/build/settings-tests +++ b/level_0/f_capability/data/build/settings-tests @@ -8,8 +8,8 @@ build_name test-f_capability version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file major version_target major diff --git a/level_0/f_capability/tests/unit/c/mock-capability.h b/level_0/f_capability/tests/unit/c/mock-capability.h index 00d80ecd7..ea2c843b8 100644 --- a/level_0/f_capability/tests/unit/c/mock-capability.h +++ b/level_0/f_capability/tests/unit/c/mock-capability.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-ambient_get.h b/level_0/f_capability/tests/unit/c/test-capability-ambient_get.h index 5fc5cc379..a812eb4d8 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-ambient_get.h +++ b/level_0/f_capability/tests/unit/c/test-capability-ambient_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-ambient_reset.h b/level_0/f_capability/tests/unit/c/test-capability-ambient_reset.h index c0c62caa3..675491fe9 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-ambient_reset.h +++ b/level_0/f_capability/tests/unit/c/test-capability-ambient_reset.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-ambient_set.h b/level_0/f_capability/tests/unit/c/test-capability-ambient_set.h index 6b22f3106..ad69ed12d 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-ambient_set.h +++ b/level_0/f_capability/tests/unit/c/test-capability-ambient_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-clear.h b/level_0/f_capability/tests/unit/c/test-capability-clear.h index 70a99aa34..d91215675 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-clear.h +++ b/level_0/f_capability/tests/unit/c/test-capability-clear.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-clear_flag.h b/level_0/f_capability/tests/unit/c/test-capability-clear_flag.h index e56635657..291183081 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-clear_flag.h +++ b/level_0/f_capability/tests/unit/c/test-capability-clear_flag.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-compare.h b/level_0/f_capability/tests/unit/c/test-capability-compare.h index e854730de..82c33723e 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-compare.h +++ b/level_0/f_capability/tests/unit/c/test-capability-compare.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-copy.h b/level_0/f_capability/tests/unit/c/test-capability-copy.h index 937ecc4ad..cdcc8aabd 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-copy.h +++ b/level_0/f_capability/tests/unit/c/test-capability-copy.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-copy_external.h b/level_0/f_capability/tests/unit/c/test-capability-copy_external.h index 819c445b2..12bf4efd0 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-copy_external.h +++ b/level_0/f_capability/tests/unit/c/test-capability-copy_external.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-copy_internal.h b/level_0/f_capability/tests/unit/c/test-capability-copy_internal.h index 6cfe51121..5366bc67f 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-copy_internal.h +++ b/level_0/f_capability/tests/unit/c/test-capability-copy_internal.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-delete.h b/level_0/f_capability/tests/unit/c/test-capability-delete.h index 85c4dac78..b4f6ff940 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-delete.h +++ b/level_0/f_capability/tests/unit/c/test-capability-delete.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-file_descriptor_get.h b/level_0/f_capability/tests/unit/c/test-capability-file_descriptor_get.h index ca8eb6e5a..5fb90307d 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-file_descriptor_get.h +++ b/level_0/f_capability/tests/unit/c/test-capability-file_descriptor_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-file_descriptor_set.h b/level_0/f_capability/tests/unit/c/test-capability-file_descriptor_set.h index 735ecf300..d6bf8d0ca 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-file_descriptor_set.h +++ b/level_0/f_capability/tests/unit/c/test-capability-file_descriptor_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-file_get.h b/level_0/f_capability/tests/unit/c/test-capability-file_get.h index 44b24ec67..421c7952d 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-file_get.h +++ b/level_0/f_capability/tests/unit/c/test-capability-file_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-file_set.h b/level_0/f_capability/tests/unit/c/test-capability-file_set.h index 30ac40e8c..d9974b9bd 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-file_set.h +++ b/level_0/f_capability/tests/unit/c/test-capability-file_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-flag_get.h b/level_0/f_capability/tests/unit/c/test-capability-flag_get.h index a0faf8ffa..427cef4b4 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-flag_get.h +++ b/level_0/f_capability/tests/unit/c/test-capability-flag_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-flag_set.h b/level_0/f_capability/tests/unit/c/test-capability-flag_set.h index 877acc0f7..9f566c32f 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-flag_set.h +++ b/level_0/f_capability/tests/unit/c/test-capability-flag_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-from_name.h b/level_0/f_capability/tests/unit/c/test-capability-from_name.h index 8b6efb103..d0d22887e 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-from_name.h +++ b/level_0/f_capability/tests/unit/c/test-capability-from_name.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-from_text.h b/level_0/f_capability/tests/unit/c/test-capability-from_text.h index 65e07887a..f1e9864e0 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-from_text.h +++ b/level_0/f_capability/tests/unit/c/test-capability-from_text.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-groups_set.h b/level_0/f_capability/tests/unit/c/test-capability-groups_set.h index b0e533f50..f1f7f66fe 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-groups_set.h +++ b/level_0/f_capability/tests/unit/c/test-capability-groups_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-initialize.h b/level_0/f_capability/tests/unit/c/test-capability-initialize.h index 0c626ec09..6bd0bef0a 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-initialize.h +++ b/level_0/f_capability/tests/unit/c/test-capability-initialize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-mode_get.h b/level_0/f_capability/tests/unit/c/test-capability-mode_get.h index 5214ba357..defcfadf4 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-mode_get.h +++ b/level_0/f_capability/tests/unit/c/test-capability-mode_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-mode_get_name.h b/level_0/f_capability/tests/unit/c/test-capability-mode_get_name.h index a1ab83fb3..4e843790c 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-mode_get_name.h +++ b/level_0/f_capability/tests/unit/c/test-capability-mode_get_name.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-mode_set.h b/level_0/f_capability/tests/unit/c/test-capability-mode_set.h index b26cbfa71..4a5b7a4af 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-mode_set.h +++ b/level_0/f_capability/tests/unit/c/test-capability-mode_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-owner_get.h b/level_0/f_capability/tests/unit/c/test-capability-owner_get.h index 20d75c5f7..3d5c22999 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-owner_get.h +++ b/level_0/f_capability/tests/unit/c/test-capability-owner_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-owner_set.h b/level_0/f_capability/tests/unit/c/test-capability-owner_set.h index 973bb913a..a4c9dea76 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-owner_set.h +++ b/level_0/f_capability/tests/unit/c/test-capability-owner_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-process_bound_drop.h b/level_0/f_capability/tests/unit/c/test-capability-process_bound_drop.h index b62e347bf..d99923fba 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-process_bound_drop.h +++ b/level_0/f_capability/tests/unit/c/test-capability-process_bound_drop.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-process_bound_get.h b/level_0/f_capability/tests/unit/c/test-capability-process_bound_get.h index 999b354e1..9c9c81ae0 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-process_bound_get.h +++ b/level_0/f_capability/tests/unit/c/test-capability-process_bound_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-process_get.h b/level_0/f_capability/tests/unit/c/test-capability-process_get.h index 8c311338f..de23317bb 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-process_get.h +++ b/level_0/f_capability/tests/unit/c/test-capability-process_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-process_get_by_id.h b/level_0/f_capability/tests/unit/c/test-capability-process_get_by_id.h index cdd1b5270..e5adc9564 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-process_get_by_id.h +++ b/level_0/f_capability/tests/unit/c/test-capability-process_get_by_id.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-process_set.h b/level_0/f_capability/tests/unit/c/test-capability-process_set.h index 2b6588de9..f08b42a91 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-process_set.h +++ b/level_0/f_capability/tests/unit/c/test-capability-process_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-security_bits_get.h b/level_0/f_capability/tests/unit/c/test-capability-security_bits_get.h index db60314e5..108901a1e 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-security_bits_get.h +++ b/level_0/f_capability/tests/unit/c/test-capability-security_bits_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-security_bits_set.h b/level_0/f_capability/tests/unit/c/test-capability-security_bits_set.h index bea2ab70b..122e44b7f 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-security_bits_set.h +++ b/level_0/f_capability/tests/unit/c/test-capability-security_bits_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-size.h b/level_0/f_capability/tests/unit/c/test-capability-size.h index 35baec5ed..f40020817 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-size.h +++ b/level_0/f_capability/tests/unit/c/test-capability-size.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-supported.h b/level_0/f_capability/tests/unit/c/test-capability-supported.h index 919efb9e2..a1946cbcc 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-supported.h +++ b/level_0/f_capability/tests/unit/c/test-capability-supported.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-supported_ambient.h b/level_0/f_capability/tests/unit/c/test-capability-supported_ambient.h index 92fbb91ca..dc02d04fb 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-supported_ambient.h +++ b/level_0/f_capability/tests/unit/c/test-capability-supported_ambient.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-supported_code.h b/level_0/f_capability/tests/unit/c/test-capability-supported_code.h index 66f3819ee..780c7e5a8 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-supported_code.h +++ b/level_0/f_capability/tests/unit/c/test-capability-supported_code.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-to_name.h b/level_0/f_capability/tests/unit/c/test-capability-to_name.h index 79fb97cf0..4c8b7f1ce 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-to_name.h +++ b/level_0/f_capability/tests/unit/c/test-capability-to_name.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-to_text.h b/level_0/f_capability/tests/unit/c/test-capability-to_text.h index 5a8698864..82d0849b1 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-to_text.h +++ b/level_0/f_capability/tests/unit/c/test-capability-to_text.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability-user_set.h b/level_0/f_capability/tests/unit/c/test-capability-user_set.h index ab1ac420a..46dee85eb 100644 --- a/level_0/f_capability/tests/unit/c/test-capability-user_set.h +++ b/level_0/f_capability/tests/unit/c/test-capability-user_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_capability/tests/unit/c/test-capability.h b/level_0/f_capability/tests/unit/c/test-capability.h index 100cccf5f..365e2af8a 100644 --- a/level_0/f_capability/tests/unit/c/test-capability.h +++ b/level_0/f_capability/tests/unit/c/test-capability.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Capability - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the capability project. diff --git a/level_0/f_color/c/color.h b/level_0/f_color/c/color.h index 3c32c2991..f0b39aef7 100644 --- a/level_0/f_color/c/color.h +++ b/level_0/f_color/c/color.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Color - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provide basic color output support (linux & xterm). diff --git a/level_0/f_color/c/color/common.h b/level_0/f_color/c/color/common.h index ef108a474..f96809013 100644 --- a/level_0/f_color/c/color/common.h +++ b/level_0/f_color/c/color/common.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Color - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project color. diff --git a/level_0/f_color/data/build/settings b/level_0/f_color/data/build/settings index a7ae1533c..9821a58d9 100644 --- a/level_0/f_color/data/build/settings +++ b/level_0/f_color/data/build/settings @@ -3,8 +3,8 @@ build_name f_color version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_color/data/build/settings-mocks b/level_0/f_color/data/build/settings-mocks index 3ea732cbd..82920bf91 100644 --- a/level_0/f_color/data/build/settings-mocks +++ b/level_0/f_color/data/build/settings-mocks @@ -13,8 +13,8 @@ build_name f_color version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_color/data/build/settings-tests b/level_0/f_color/data/build/settings-tests index bb3f183c6..2631bb4fa 100644 --- a/level_0/f_color/data/build/settings-tests +++ b/level_0/f_color/data/build/settings-tests @@ -8,8 +8,8 @@ build_name test-f_color version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file major version_target major diff --git a/level_0/f_color/tests/unit/c/mock-color.h b/level_0/f_color/tests/unit/c/mock-color.h index 77742903f..fab373bf9 100644 --- a/level_0/f_color/tests/unit/c/mock-color.h +++ b/level_0/f_color/tests/unit/c/mock-color.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Color - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the color project. diff --git a/level_0/f_color/tests/unit/c/test-color-context_delete.h b/level_0/f_color/tests/unit/c/test-color-context_delete.h index af4537a99..f84e9e8a0 100644 --- a/level_0/f_color/tests/unit/c/test-color-context_delete.h +++ b/level_0/f_color/tests/unit/c/test-color-context_delete.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Color - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the color project. diff --git a/level_0/f_color/tests/unit/c/test-color-context_destroy.h b/level_0/f_color/tests/unit/c/test-color-context_destroy.h index 64bef846c..d6e31b101 100644 --- a/level_0/f_color/tests/unit/c/test-color-context_destroy.h +++ b/level_0/f_color/tests/unit/c/test-color-context_destroy.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Color - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the color project. diff --git a/level_0/f_color/tests/unit/c/test-color-load_context.h b/level_0/f_color/tests/unit/c/test-color-load_context.h index 0da2172ef..886a0d9b2 100644 --- a/level_0/f_color/tests/unit/c/test-color-load_context.h +++ b/level_0/f_color/tests/unit/c/test-color-load_context.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Color - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the color project. diff --git a/level_0/f_color/tests/unit/c/test-color-save_1.h b/level_0/f_color/tests/unit/c/test-color-save_1.h index afc11fe88..17c4e490d 100644 --- a/level_0/f_color/tests/unit/c/test-color-save_1.h +++ b/level_0/f_color/tests/unit/c/test-color-save_1.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Color - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the color project. diff --git a/level_0/f_color/tests/unit/c/test-color-save_2.h b/level_0/f_color/tests/unit/c/test-color-save_2.h index 0d47320db..61842840d 100644 --- a/level_0/f_color/tests/unit/c/test-color-save_2.h +++ b/level_0/f_color/tests/unit/c/test-color-save_2.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Color - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the color project. diff --git a/level_0/f_color/tests/unit/c/test-color-save_3.h b/level_0/f_color/tests/unit/c/test-color-save_3.h index 493cc3a2a..1659cda18 100644 --- a/level_0/f_color/tests/unit/c/test-color-save_3.h +++ b/level_0/f_color/tests/unit/c/test-color-save_3.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Color - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the color project. diff --git a/level_0/f_color/tests/unit/c/test-color-save_4.h b/level_0/f_color/tests/unit/c/test-color-save_4.h index 881df7e1a..9763fc8d0 100644 --- a/level_0/f_color/tests/unit/c/test-color-save_4.h +++ b/level_0/f_color/tests/unit/c/test-color-save_4.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Color - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the color project. diff --git a/level_0/f_color/tests/unit/c/test-color-save_5.h b/level_0/f_color/tests/unit/c/test-color-save_5.h index 6e60dc87a..36f601080 100644 --- a/level_0/f_color/tests/unit/c/test-color-save_5.h +++ b/level_0/f_color/tests/unit/c/test-color-save_5.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Color - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the color project. diff --git a/level_0/f_color/tests/unit/c/test-color.h b/level_0/f_color/tests/unit/c/test-color.h index d83c8e99f..2bc4e1fdd 100644 --- a/level_0/f_color/tests/unit/c/test-color.h +++ b/level_0/f_color/tests/unit/c/test-color.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Color - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the color project. diff --git a/level_0/f_console/c/console.h b/level_0/f_console/c/console.h index 1338aa138..4f6df8b7a 100644 --- a/level_0/f_console/c/console.h +++ b/level_0/f_console/c/console.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Console - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Some console input/output commands. diff --git a/level_0/f_console/c/console/common.h b/level_0/f_console/c/console/common.h index 75db4e76c..83c995599 100644 --- a/level_0/f_console/c/console/common.h +++ b/level_0/f_console/c/console/common.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Console - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project console. diff --git a/level_0/f_console/data/build/settings b/level_0/f_console/data/build/settings index 7a1ed2be5..193cc80cf 100644 --- a/level_0/f_console/data/build/settings +++ b/level_0/f_console/data/build/settings @@ -3,8 +3,8 @@ build_name f_console version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_console/data/build/settings-tests b/level_0/f_console/data/build/settings-tests index a45cf1442..a0a824137 100644 --- a/level_0/f_console/data/build/settings-tests +++ b/level_0/f_console/data/build/settings-tests @@ -8,8 +8,8 @@ build_name test-f_console version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file major version_target major diff --git a/level_0/f_console/tests/unit/c/test-console-environment_process.h b/level_0/f_console/tests/unit/c/test-console-environment_process.h index 1c9b1b3aa..b70591374 100644 --- a/level_0/f_console/tests/unit/c/test-console-environment_process.h +++ b/level_0/f_console/tests/unit/c/test-console-environment_process.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Console - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the console project. diff --git a/level_0/f_console/tests/unit/c/test-console-identify.h b/level_0/f_console/tests/unit/c/test-console-identify.h index 4aa9ba8c1..88eb2715c 100644 --- a/level_0/f_console/tests/unit/c/test-console-identify.h +++ b/level_0/f_console/tests/unit/c/test-console-identify.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Console - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the console project. diff --git a/level_0/f_console/tests/unit/c/test-console-parameter_prioritize_left.h b/level_0/f_console/tests/unit/c/test-console-parameter_prioritize_left.h index 371c13f09..bfb5b955b 100644 --- a/level_0/f_console/tests/unit/c/test-console-parameter_prioritize_left.h +++ b/level_0/f_console/tests/unit/c/test-console-parameter_prioritize_left.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Console - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the console project. diff --git a/level_0/f_console/tests/unit/c/test-console-parameter_prioritize_right.h b/level_0/f_console/tests/unit/c/test-console-parameter_prioritize_right.h index 597b1a681..c07b74bd1 100644 --- a/level_0/f_console/tests/unit/c/test-console-parameter_prioritize_right.h +++ b/level_0/f_console/tests/unit/c/test-console-parameter_prioritize_right.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Console - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the console project. diff --git a/level_0/f_console/tests/unit/c/test-console-parameter_process.h b/level_0/f_console/tests/unit/c/test-console-parameter_process.h index 51518118f..1b8e3e45c 100644 --- a/level_0/f_console/tests/unit/c/test-console-parameter_process.h +++ b/level_0/f_console/tests/unit/c/test-console-parameter_process.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Console - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the console project. diff --git a/level_0/f_console/tests/unit/c/test-console-parameters_delete.h b/level_0/f_console/tests/unit/c/test-console-parameters_delete.h index b25137573..d670c4a0b 100644 --- a/level_0/f_console/tests/unit/c/test-console-parameters_delete.h +++ b/level_0/f_console/tests/unit/c/test-console-parameters_delete.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Console - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the console project. diff --git a/level_0/f_console/tests/unit/c/test-console-parameters_destroy.h b/level_0/f_console/tests/unit/c/test-console-parameters_destroy.h index 48c8a9b4b..daedbaf78 100644 --- a/level_0/f_console/tests/unit/c/test-console-parameters_destroy.h +++ b/level_0/f_console/tests/unit/c/test-console-parameters_destroy.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Console - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the console project. diff --git a/level_0/f_console/tests/unit/c/test-console.h b/level_0/f_console/tests/unit/c/test-console.h index 8ae1c4fa5..9d9afe850 100644 --- a/level_0/f_console/tests/unit/c/test-console.h +++ b/level_0/f_console/tests/unit/c/test-console.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Console - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the console project. diff --git a/level_0/f_control_group/c/control_group.h b/level_0/f_control_group/c/control_group.h index 629e8ddb1..8c2cff2a6 100644 --- a/level_0/f_control_group/c/control_group.h +++ b/level_0/f_control_group/c/control_group.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Control Group - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides control group (cgroup) related functionality. diff --git a/level_0/f_control_group/c/control_group/common.h b/level_0/f_control_group/c/control_group/common.h index 4b968e5d0..b38ca9c6c 100644 --- a/level_0/f_control_group/c/control_group/common.h +++ b/level_0/f_control_group/c/control_group/common.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Control Group - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by control group (cgroup) related functionality. diff --git a/level_0/f_control_group/data/build/settings b/level_0/f_control_group/data/build/settings index 8db6a1211..1c240a4a8 100644 --- a/level_0/f_control_group/data/build/settings +++ b/level_0/f_control_group/data/build/settings @@ -3,8 +3,8 @@ build_name f_control_group version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_control_group/data/build/settings-tests b/level_0/f_control_group/data/build/settings-tests index 4a6017608..0daed427e 100644 --- a/level_0/f_control_group/data/build/settings-tests +++ b/level_0/f_control_group/data/build/settings-tests @@ -8,8 +8,8 @@ build_name test-f_control_group version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file major version_target major diff --git a/level_0/f_control_group/tests/unit/c/test-control_group-copy.h b/level_0/f_control_group/tests/unit/c/test-control_group-copy.h index 806db5e54..8895b4118 100644 --- a/level_0/f_control_group/tests/unit/c/test-control_group-copy.h +++ b/level_0/f_control_group/tests/unit/c/test-control_group-copy.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Control Group - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the control group project. diff --git a/level_0/f_control_group/tests/unit/c/test-control_group.h b/level_0/f_control_group/tests/unit/c/test-control_group.h index f60f43c77..f95da3219 100644 --- a/level_0/f_control_group/tests/unit/c/test-control_group.h +++ b/level_0/f_control_group/tests/unit/c/test-control_group.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Control Group - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the control group project. diff --git a/level_0/f_conversion/c/conversion.h b/level_0/f_conversion/c/conversion.h index 2111006ad..bf8756c3b 100644 --- a/level_0/f_conversion/c/conversion.h +++ b/level_0/f_conversion/c/conversion.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Conversion - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provide means to convert one data type to another, such as a string to an integer. diff --git a/level_0/f_conversion/c/conversion/common.h b/level_0/f_conversion/c/conversion/common.h index 2fac672fc..5f6815b0e 100644 --- a/level_0/f_conversion/c/conversion/common.h +++ b/level_0/f_conversion/c/conversion/common.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Conversion - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project conversion. diff --git a/level_0/f_conversion/c/private-conversion.h b/level_0/f_conversion/c/private-conversion.h index 5ba60b90f..ba1dd5b1e 100644 --- a/level_0/f_conversion/c/private-conversion.h +++ b/level_0/f_conversion/c/private-conversion.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Conversion - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_conversion/data/build/settings b/level_0/f_conversion/data/build/settings index 2626c4c9b..e5529d287 100644 --- a/level_0/f_conversion/data/build/settings +++ b/level_0/f_conversion/data/build/settings @@ -3,8 +3,8 @@ build_name f_conversion version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_conversion/data/build/settings-mocks b/level_0/f_conversion/data/build/settings-mocks index ef0117c12..1041c2f9d 100644 --- a/level_0/f_conversion/data/build/settings-mocks +++ b/level_0/f_conversion/data/build/settings-mocks @@ -13,8 +13,8 @@ build_name f_conversion version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_conversion/data/build/settings-tests b/level_0/f_conversion/data/build/settings-tests index 30c03e957..58a3e4b5c 100644 --- a/level_0/f_conversion/data/build/settings-tests +++ b/level_0/f_conversion/data/build/settings-tests @@ -8,8 +8,8 @@ build_name test-f_conversion version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file major version_target major diff --git a/level_0/f_conversion/tests/unit/c/mock-conversion.h b/level_0/f_conversion/tests/unit/c/mock-conversion.h index 985d0dd16..b0fd080b0 100644 --- a/level_0/f_conversion/tests/unit/c/mock-conversion.h +++ b/level_0/f_conversion/tests/unit/c/mock-conversion.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Conversion - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the conversion project. diff --git a/level_0/f_conversion/tests/unit/c/test-conversion-character_is_binary.h b/level_0/f_conversion/tests/unit/c/test-conversion-character_is_binary.h index 1bee177c5..d290b5870 100644 --- a/level_0/f_conversion/tests/unit/c/test-conversion-character_is_binary.h +++ b/level_0/f_conversion/tests/unit/c/test-conversion-character_is_binary.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Conversion - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the conversion project. diff --git a/level_0/f_conversion/tests/unit/c/test-conversion-character_is_decimal.h b/level_0/f_conversion/tests/unit/c/test-conversion-character_is_decimal.h index 9ced17912..aa70fcd96 100644 --- a/level_0/f_conversion/tests/unit/c/test-conversion-character_is_decimal.h +++ b/level_0/f_conversion/tests/unit/c/test-conversion-character_is_decimal.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Conversion - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the conversion project. diff --git a/level_0/f_conversion/tests/unit/c/test-conversion-character_is_duodecimal.h b/level_0/f_conversion/tests/unit/c/test-conversion-character_is_duodecimal.h index 1481298ed..46a122378 100644 --- a/level_0/f_conversion/tests/unit/c/test-conversion-character_is_duodecimal.h +++ b/level_0/f_conversion/tests/unit/c/test-conversion-character_is_duodecimal.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Conversion - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the conversion project. diff --git a/level_0/f_conversion/tests/unit/c/test-conversion-character_is_hexidecimal.h b/level_0/f_conversion/tests/unit/c/test-conversion-character_is_hexidecimal.h index 9c2b8ef34..a974ba3b0 100644 --- a/level_0/f_conversion/tests/unit/c/test-conversion-character_is_hexidecimal.h +++ b/level_0/f_conversion/tests/unit/c/test-conversion-character_is_hexidecimal.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Conversion - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the conversion project. diff --git a/level_0/f_conversion/tests/unit/c/test-conversion-character_is_octal.h b/level_0/f_conversion/tests/unit/c/test-conversion-character_is_octal.h index 004ed84ba..e9ee604d2 100644 --- a/level_0/f_conversion/tests/unit/c/test-conversion-character_is_octal.h +++ b/level_0/f_conversion/tests/unit/c/test-conversion-character_is_octal.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Conversion - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the conversion project. diff --git a/level_0/f_conversion/tests/unit/c/test-conversion-character_to_binary.h b/level_0/f_conversion/tests/unit/c/test-conversion-character_to_binary.h index 68b8f65c4..4e8f0658b 100644 --- a/level_0/f_conversion/tests/unit/c/test-conversion-character_to_binary.h +++ b/level_0/f_conversion/tests/unit/c/test-conversion-character_to_binary.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Conversion - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the conversion project. diff --git a/level_0/f_conversion/tests/unit/c/test-conversion-character_to_decimal.h b/level_0/f_conversion/tests/unit/c/test-conversion-character_to_decimal.h index 501e8de7f..69a84a5d1 100644 --- a/level_0/f_conversion/tests/unit/c/test-conversion-character_to_decimal.h +++ b/level_0/f_conversion/tests/unit/c/test-conversion-character_to_decimal.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Conversion - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the conversion project. diff --git a/level_0/f_conversion/tests/unit/c/test-conversion-character_to_duodecimal.h b/level_0/f_conversion/tests/unit/c/test-conversion-character_to_duodecimal.h index 5d760d85b..97532fc0c 100644 --- a/level_0/f_conversion/tests/unit/c/test-conversion-character_to_duodecimal.h +++ b/level_0/f_conversion/tests/unit/c/test-conversion-character_to_duodecimal.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Conversion - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the conversion project. diff --git a/level_0/f_conversion/tests/unit/c/test-conversion-character_to_hexidecimal.h b/level_0/f_conversion/tests/unit/c/test-conversion-character_to_hexidecimal.h index 59b4b6ccd..31583e1bc 100644 --- a/level_0/f_conversion/tests/unit/c/test-conversion-character_to_hexidecimal.h +++ b/level_0/f_conversion/tests/unit/c/test-conversion-character_to_hexidecimal.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Conversion - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the conversion project. diff --git a/level_0/f_conversion/tests/unit/c/test-conversion-character_to_octal.h b/level_0/f_conversion/tests/unit/c/test-conversion-character_to_octal.h index c1faac4af..f5100aaa4 100644 --- a/level_0/f_conversion/tests/unit/c/test-conversion-character_to_octal.h +++ b/level_0/f_conversion/tests/unit/c/test-conversion-character_to_octal.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Conversion - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the conversion project. diff --git a/level_0/f_conversion/tests/unit/c/test-conversion-number_signed_print.h b/level_0/f_conversion/tests/unit/c/test-conversion-number_signed_print.h index 2d945749d..2664e2ff7 100644 --- a/level_0/f_conversion/tests/unit/c/test-conversion-number_signed_print.h +++ b/level_0/f_conversion/tests/unit/c/test-conversion-number_signed_print.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Conversion - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the conversion project. diff --git a/level_0/f_conversion/tests/unit/c/test-conversion-number_signed_to_string.h b/level_0/f_conversion/tests/unit/c/test-conversion-number_signed_to_string.h index 44a1eb71f..448492b33 100644 --- a/level_0/f_conversion/tests/unit/c/test-conversion-number_signed_to_string.h +++ b/level_0/f_conversion/tests/unit/c/test-conversion-number_signed_to_string.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Conversion - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the conversion project. diff --git a/level_0/f_conversion/tests/unit/c/test-conversion-number_unsigned_print.h b/level_0/f_conversion/tests/unit/c/test-conversion-number_unsigned_print.h index 02e53935d..aff4bb24a 100644 --- a/level_0/f_conversion/tests/unit/c/test-conversion-number_unsigned_print.h +++ b/level_0/f_conversion/tests/unit/c/test-conversion-number_unsigned_print.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Conversion - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the conversion project. diff --git a/level_0/f_conversion/tests/unit/c/test-conversion-number_unsigned_to_string.h b/level_0/f_conversion/tests/unit/c/test-conversion-number_unsigned_to_string.h index 904ff84ba..74dd08f39 100644 --- a/level_0/f_conversion/tests/unit/c/test-conversion-number_unsigned_to_string.h +++ b/level_0/f_conversion/tests/unit/c/test-conversion-number_unsigned_to_string.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Conversion - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the conversion project. diff --git a/level_0/f_conversion/tests/unit/c/test-conversion.h b/level_0/f_conversion/tests/unit/c/test-conversion.h index 0164c8d34..c0f06cd60 100644 --- a/level_0/f_conversion/tests/unit/c/test-conversion.h +++ b/level_0/f_conversion/tests/unit/c/test-conversion.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Conversion - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the conversion project. diff --git a/level_0/f_directory/c/directory.h b/level_0/f_directory/c/directory.h index 25a32fc14..cb8925830 100644 --- a/level_0/f_directory/c/directory.h +++ b/level_0/f_directory/c/directory.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Directory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides operations for directory handling. diff --git a/level_0/f_directory/c/directory/common.h b/level_0/f_directory/c/directory/common.h index 4fb2b8ae2..0056087e8 100644 --- a/level_0/f_directory/c/directory/common.h +++ b/level_0/f_directory/c/directory/common.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Directory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project directory. diff --git a/level_0/f_directory/c/directory/type.h b/level_0/f_directory/c/directory/type.h index d2bbbc867..ec048d3fb 100644 --- a/level_0/f_directory/c/directory/type.h +++ b/level_0/f_directory/c/directory/type.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Directory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines type-specific data to be used for/by project directory. diff --git a/level_0/f_directory/c/private-directory.h b/level_0/f_directory/c/private-directory.h index ba07cef34..11dade2d0 100644 --- a/level_0/f_directory/c/private-directory.h +++ b/level_0/f_directory/c/private-directory.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Directory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides operations for directory handling. diff --git a/level_0/f_directory/data/build/settings b/level_0/f_directory/data/build/settings index bfb871608..28fcf715b 100644 --- a/level_0/f_directory/data/build/settings +++ b/level_0/f_directory/data/build/settings @@ -3,8 +3,8 @@ build_name f_directory version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_directory/data/build/settings-mocks b/level_0/f_directory/data/build/settings-mocks index 9f47e2825..a72b88e64 100644 --- a/level_0/f_directory/data/build/settings-mocks +++ b/level_0/f_directory/data/build/settings-mocks @@ -13,8 +13,8 @@ build_name f_directory version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_directory/data/build/settings-tests b/level_0/f_directory/data/build/settings-tests index a3967b590..6338b40d2 100644 --- a/level_0/f_directory/data/build/settings-tests +++ b/level_0/f_directory/data/build/settings-tests @@ -8,8 +8,8 @@ build_name test-f_directory version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file major version_target major diff --git a/level_0/f_directory/tests/unit/c/mock-directory.h b/level_0/f_directory/tests/unit/c/mock-directory.h index 3d6afe75e..1a34b8c18 100644 --- a/level_0/f_directory/tests/unit/c/mock-directory.h +++ b/level_0/f_directory/tests/unit/c/mock-directory.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Directory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the directory project. diff --git a/level_0/f_directory/tests/unit/c/test-directory-create.h b/level_0/f_directory/tests/unit/c/test-directory-create.h index 6d9c3cd68..5f32ebc4f 100644 --- a/level_0/f_directory/tests/unit/c/test-directory-create.h +++ b/level_0/f_directory/tests/unit/c/test-directory-create.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Directory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the directory project. diff --git a/level_0/f_directory/tests/unit/c/test-directory-create_at.h b/level_0/f_directory/tests/unit/c/test-directory-create_at.h index edb3ce1ae..8192842d3 100644 --- a/level_0/f_directory/tests/unit/c/test-directory-create_at.h +++ b/level_0/f_directory/tests/unit/c/test-directory-create_at.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Directory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the directory project. diff --git a/level_0/f_directory/tests/unit/c/test-directory-exists.h b/level_0/f_directory/tests/unit/c/test-directory-exists.h index 54f2d01fa..59b9cc193 100644 --- a/level_0/f_directory/tests/unit/c/test-directory-exists.h +++ b/level_0/f_directory/tests/unit/c/test-directory-exists.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Directory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the directory project. diff --git a/level_0/f_directory/tests/unit/c/test-directory-exists_at.h b/level_0/f_directory/tests/unit/c/test-directory-exists_at.h index 04de9c23b..d3ef9e39a 100644 --- a/level_0/f_directory/tests/unit/c/test-directory-exists_at.h +++ b/level_0/f_directory/tests/unit/c/test-directory-exists_at.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Directory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the directory project. diff --git a/level_0/f_directory/tests/unit/c/test-directory-is.h b/level_0/f_directory/tests/unit/c/test-directory-is.h index 38da2e59f..0e011ee1d 100644 --- a/level_0/f_directory/tests/unit/c/test-directory-is.h +++ b/level_0/f_directory/tests/unit/c/test-directory-is.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Directory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the directory project. diff --git a/level_0/f_directory/tests/unit/c/test-directory-is_at.h b/level_0/f_directory/tests/unit/c/test-directory-is_at.h index fede9ec64..56995df31 100644 --- a/level_0/f_directory/tests/unit/c/test-directory-is_at.h +++ b/level_0/f_directory/tests/unit/c/test-directory-is_at.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Directory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the directory project. diff --git a/level_0/f_directory/tests/unit/c/test-directory-list.h b/level_0/f_directory/tests/unit/c/test-directory-list.h index fbc08a069..4549e6569 100644 --- a/level_0/f_directory/tests/unit/c/test-directory-list.h +++ b/level_0/f_directory/tests/unit/c/test-directory-list.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Directory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the directory project. diff --git a/level_0/f_directory/tests/unit/c/test-directory-open.h b/level_0/f_directory/tests/unit/c/test-directory-open.h index 5efe2cdb2..65f88925c 100644 --- a/level_0/f_directory/tests/unit/c/test-directory-open.h +++ b/level_0/f_directory/tests/unit/c/test-directory-open.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Directory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the directory project. diff --git a/level_0/f_directory/tests/unit/c/test-directory-open_at.h b/level_0/f_directory/tests/unit/c/test-directory-open_at.h index 18b7e1a9f..041da4898 100644 --- a/level_0/f_directory/tests/unit/c/test-directory-open_at.h +++ b/level_0/f_directory/tests/unit/c/test-directory-open_at.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Directory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the directory project. diff --git a/level_0/f_directory/tests/unit/c/test-directory-remove.h b/level_0/f_directory/tests/unit/c/test-directory-remove.h index c8d292887..37f70478e 100644 --- a/level_0/f_directory/tests/unit/c/test-directory-remove.h +++ b/level_0/f_directory/tests/unit/c/test-directory-remove.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Directory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the directory project. diff --git a/level_0/f_directory/tests/unit/c/test-directory-remove_custom.h b/level_0/f_directory/tests/unit/c/test-directory-remove_custom.h index 570b50cc5..b8440c4ad 100644 --- a/level_0/f_directory/tests/unit/c/test-directory-remove_custom.h +++ b/level_0/f_directory/tests/unit/c/test-directory-remove_custom.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Directory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the directory project. diff --git a/level_0/f_directory/tests/unit/c/test-directory-touch.h b/level_0/f_directory/tests/unit/c/test-directory-touch.h index 917dcac9f..320d05cd6 100644 --- a/level_0/f_directory/tests/unit/c/test-directory-touch.h +++ b/level_0/f_directory/tests/unit/c/test-directory-touch.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Directory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the directory project. diff --git a/level_0/f_directory/tests/unit/c/test-directory-touch_at.h b/level_0/f_directory/tests/unit/c/test-directory-touch_at.h index 6c0c84414..150300fa8 100644 --- a/level_0/f_directory/tests/unit/c/test-directory-touch_at.h +++ b/level_0/f_directory/tests/unit/c/test-directory-touch_at.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Directory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the directory project. diff --git a/level_0/f_directory/tests/unit/c/test-directory.h b/level_0/f_directory/tests/unit/c/test-directory.h index bd997851f..352d76fdd 100644 --- a/level_0/f_directory/tests/unit/c/test-directory.h +++ b/level_0/f_directory/tests/unit/c/test-directory.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Directory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the directory project. diff --git a/level_0/f_environment/c/environment.h b/level_0/f_environment/c/environment.h index b536bf585..92f03be51 100644 --- a/level_0/f_environment/c/environment.h +++ b/level_0/f_environment/c/environment.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Environment - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides environment processing functionality, such as environment variable handling. diff --git a/level_0/f_environment/c/environment/common.h b/level_0/f_environment/c/environment/common.h index d75e208d3..d5c29932b 100644 --- a/level_0/f_environment/c/environment/common.h +++ b/level_0/f_environment/c/environment/common.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Environment - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by environment console. diff --git a/level_0/f_environment/data/build/settings b/level_0/f_environment/data/build/settings index 8cad7a80b..b353b2532 100644 --- a/level_0/f_environment/data/build/settings +++ b/level_0/f_environment/data/build/settings @@ -3,8 +3,8 @@ build_name f_environment version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_environment/data/build/settings-mocks b/level_0/f_environment/data/build/settings-mocks index c99f8da66..2c7f99bbf 100644 --- a/level_0/f_environment/data/build/settings-mocks +++ b/level_0/f_environment/data/build/settings-mocks @@ -13,8 +13,8 @@ build_name f_environment version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_environment/data/build/settings-tests b/level_0/f_environment/data/build/settings-tests index a0b29513a..654d7def1 100644 --- a/level_0/f_environment/data/build/settings-tests +++ b/level_0/f_environment/data/build/settings-tests @@ -8,8 +8,8 @@ build_name test-f_environment version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file major version_target major diff --git a/level_0/f_environment/tests/unit/c/mock-environment.h b/level_0/f_environment/tests/unit/c/mock-environment.h index 0350384e7..8acf7cfd3 100644 --- a/level_0/f_environment/tests/unit/c/mock-environment.h +++ b/level_0/f_environment/tests/unit/c/mock-environment.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Environment - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the environment project. diff --git a/level_0/f_environment/tests/unit/c/test-environment-clear.h b/level_0/f_environment/tests/unit/c/test-environment-clear.h index f12ab7126..a4c703522 100644 --- a/level_0/f_environment/tests/unit/c/test-environment-clear.h +++ b/level_0/f_environment/tests/unit/c/test-environment-clear.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Environment - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the environment project. diff --git a/level_0/f_environment/tests/unit/c/test-environment-exists.h b/level_0/f_environment/tests/unit/c/test-environment-exists.h index 294558b28..db9dade8a 100644 --- a/level_0/f_environment/tests/unit/c/test-environment-exists.h +++ b/level_0/f_environment/tests/unit/c/test-environment-exists.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Environment - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the environment project. diff --git a/level_0/f_environment/tests/unit/c/test-environment-get.h b/level_0/f_environment/tests/unit/c/test-environment-get.h index dbd98917e..7b6b79915 100644 --- a/level_0/f_environment/tests/unit/c/test-environment-get.h +++ b/level_0/f_environment/tests/unit/c/test-environment-get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Environment - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the environment project. diff --git a/level_0/f_environment/tests/unit/c/test-environment-secure_is.h b/level_0/f_environment/tests/unit/c/test-environment-secure_is.h index ceb7ab5a1..3a269ac8a 100644 --- a/level_0/f_environment/tests/unit/c/test-environment-secure_is.h +++ b/level_0/f_environment/tests/unit/c/test-environment-secure_is.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Environment - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the environment project. diff --git a/level_0/f_environment/tests/unit/c/test-environment-set.h b/level_0/f_environment/tests/unit/c/test-environment-set.h index f45a3ff5e..79ef5e64a 100644 --- a/level_0/f_environment/tests/unit/c/test-environment-set.h +++ b/level_0/f_environment/tests/unit/c/test-environment-set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Environment - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the environment project. diff --git a/level_0/f_environment/tests/unit/c/test-environment-unset.h b/level_0/f_environment/tests/unit/c/test-environment-unset.h index 923f3e87e..61766f290 100644 --- a/level_0/f_environment/tests/unit/c/test-environment-unset.h +++ b/level_0/f_environment/tests/unit/c/test-environment-unset.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Environment - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the environment project. diff --git a/level_0/f_environment/tests/unit/c/test-environment.h b/level_0/f_environment/tests/unit/c/test-environment.h index a10e75103..62b2eab30 100644 --- a/level_0/f_environment/tests/unit/c/test-environment.h +++ b/level_0/f_environment/tests/unit/c/test-environment.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Environment - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the environment project. diff --git a/level_0/f_execute/c/execute.h b/level_0/f_execute/c/execute.h index a2c611a07..a8453243e 100644 --- a/level_0/f_execute/c/execute.h +++ b/level_0/f_execute/c/execute.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Execute - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides execute processing functionality. diff --git a/level_0/f_execute/c/execute/common.h b/level_0/f_execute/c/execute/common.h index 8e2a52fa3..b262edaf6 100644 --- a/level_0/f_execute/c/execute/common.h +++ b/level_0/f_execute/c/execute/common.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Execute - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project execute. diff --git a/level_0/f_execute/data/build/settings b/level_0/f_execute/data/build/settings index 7491bd955..fc4f901b2 100644 --- a/level_0/f_execute/data/build/settings +++ b/level_0/f_execute/data/build/settings @@ -3,8 +3,8 @@ build_name f_execute version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_execute/data/build/settings-tests b/level_0/f_execute/data/build/settings-tests index f86c54239..9f9628e07 100644 --- a/level_0/f_execute/data/build/settings-tests +++ b/level_0/f_execute/data/build/settings-tests @@ -8,8 +8,8 @@ build_name test-f_execute version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file major version_target major diff --git a/level_0/f_execute/tests/unit/c/test-execute-status_from_status.h b/level_0/f_execute/tests/unit/c/test-execute-status_from_status.h index 0edb6adde..9492968cc 100644 --- a/level_0/f_execute/tests/unit/c/test-execute-status_from_status.h +++ b/level_0/f_execute/tests/unit/c/test-execute-status_from_status.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Execute - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the execute project. diff --git a/level_0/f_execute/tests/unit/c/test-execute-status_to_status.h b/level_0/f_execute/tests/unit/c/test-execute-status_to_status.h index d3925c2b6..725f78727 100644 --- a/level_0/f_execute/tests/unit/c/test-execute-status_to_status.h +++ b/level_0/f_execute/tests/unit/c/test-execute-status_to_status.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Execute - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the execute project. diff --git a/level_0/f_execute/tests/unit/c/test-execute.h b/level_0/f_execute/tests/unit/c/test-execute.h index f16af6196..c1f885d87 100644 --- a/level_0/f_execute/tests/unit/c/test-execute.h +++ b/level_0/f_execute/tests/unit/c/test-execute.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Execute - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the execute project. diff --git a/level_0/f_file/c/file.h b/level_0/f_file/c/file.h index 1b685e9ca..5c367a876 100644 --- a/level_0/f_file/c/file.h +++ b/level_0/f_file/c/file.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides structures and data types for a file I/O. diff --git a/level_0/f_file/c/file/common.h b/level_0/f_file/c/file/common.h index 3ea58325b..2983f2b8c 100644 --- a/level_0/f_file/c/file/common.h +++ b/level_0/f_file/c/file/common.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project file. diff --git a/level_0/f_file/c/private-file.h b/level_0/f_file/c/private-file.h index 1c38e9b2b..9ec34e011 100644 --- a/level_0/f_file/c/private-file.h +++ b/level_0/f_file/c/private-file.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides structures and data types for a file I/O. diff --git a/level_0/f_file/data/build/settings b/level_0/f_file/data/build/settings index 953a5be2a..8a9de752f 100644 --- a/level_0/f_file/data/build/settings +++ b/level_0/f_file/data/build/settings @@ -3,8 +3,8 @@ build_name f_file version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_file/data/build/settings-mocks b/level_0/f_file/data/build/settings-mocks index a55859b9f..9062ac4fe 100644 --- a/level_0/f_file/data/build/settings-mocks +++ b/level_0/f_file/data/build/settings-mocks @@ -13,8 +13,8 @@ build_name f_file version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_file/data/build/settings-tests b/level_0/f_file/data/build/settings-tests index ae633d84e..c20c42069 100644 --- a/level_0/f_file/data/build/settings-tests +++ b/level_0/f_file/data/build/settings-tests @@ -8,8 +8,8 @@ build_name test-f_file version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file major version_target major diff --git a/level_0/f_file/tests/unit/c/mock-file.h b/level_0/f_file/tests/unit/c/mock-file.h index 386e967c5..afb76247d 100644 --- a/level_0/f_file/tests/unit/c/mock-file.h +++ b/level_0/f_file/tests/unit/c/mock-file.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-access.h b/level_0/f_file/tests/unit/c/test-file-access.h index 3ade2cbcd..59e87d642 100644 --- a/level_0/f_file/tests/unit/c/test-file-access.h +++ b/level_0/f_file/tests/unit/c/test-file-access.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-access_at.h b/level_0/f_file/tests/unit/c/test-file-access_at.h index ae7c6bb95..496b2c9b7 100644 --- a/level_0/f_file/tests/unit/c/test-file-access_at.h +++ b/level_0/f_file/tests/unit/c/test-file-access_at.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-clone.h b/level_0/f_file/tests/unit/c/test-file-clone.h index 9113282ff..24032ecb8 100644 --- a/level_0/f_file/tests/unit/c/test-file-clone.h +++ b/level_0/f_file/tests/unit/c/test-file-clone.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-close.h b/level_0/f_file/tests/unit/c/test-file-close.h index 4c0010deb..6f2a287f7 100644 --- a/level_0/f_file/tests/unit/c/test-file-close.h +++ b/level_0/f_file/tests/unit/c/test-file-close.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-close_flush.h b/level_0/f_file/tests/unit/c/test-file-close_flush.h index 09b3bfa89..2bd35a830 100644 --- a/level_0/f_file/tests/unit/c/test-file-close_flush.h +++ b/level_0/f_file/tests/unit/c/test-file-close_flush.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-copy.h b/level_0/f_file/tests/unit/c/test-file-copy.h index a6586c4e1..63f2d68a3 100644 --- a/level_0/f_file/tests/unit/c/test-file-copy.h +++ b/level_0/f_file/tests/unit/c/test-file-copy.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-create.h b/level_0/f_file/tests/unit/c/test-file-create.h index 18180837b..df2843eda 100644 --- a/level_0/f_file/tests/unit/c/test-file-create.h +++ b/level_0/f_file/tests/unit/c/test-file-create.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-create_at.h b/level_0/f_file/tests/unit/c/test-file-create_at.h index d9ab464a8..223fe6b41 100644 --- a/level_0/f_file/tests/unit/c/test-file-create_at.h +++ b/level_0/f_file/tests/unit/c/test-file-create_at.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-create_device.h b/level_0/f_file/tests/unit/c/test-file-create_device.h index ee43e4580..d08101890 100644 --- a/level_0/f_file/tests/unit/c/test-file-create_device.h +++ b/level_0/f_file/tests/unit/c/test-file-create_device.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-create_device_at.h b/level_0/f_file/tests/unit/c/test-file-create_device_at.h index 73b15d1a9..e3ff15ac6 100644 --- a/level_0/f_file/tests/unit/c/test-file-create_device_at.h +++ b/level_0/f_file/tests/unit/c/test-file-create_device_at.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-create_fifo.h b/level_0/f_file/tests/unit/c/test-file-create_fifo.h index b04f433f4..9fd79f6ca 100644 --- a/level_0/f_file/tests/unit/c/test-file-create_fifo.h +++ b/level_0/f_file/tests/unit/c/test-file-create_fifo.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-create_fifo_at.h b/level_0/f_file/tests/unit/c/test-file-create_fifo_at.h index 1320011b9..9c19de236 100644 --- a/level_0/f_file/tests/unit/c/test-file-create_fifo_at.h +++ b/level_0/f_file/tests/unit/c/test-file-create_fifo_at.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-create_node.h b/level_0/f_file/tests/unit/c/test-file-create_node.h index 1f35641c6..50ded05b0 100644 --- a/level_0/f_file/tests/unit/c/test-file-create_node.h +++ b/level_0/f_file/tests/unit/c/test-file-create_node.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-create_node_at.h b/level_0/f_file/tests/unit/c/test-file-create_node_at.h index 9cefb99fa..e12001839 100644 --- a/level_0/f_file/tests/unit/c/test-file-create_node_at.h +++ b/level_0/f_file/tests/unit/c/test-file-create_node_at.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-descriptor.h b/level_0/f_file/tests/unit/c/test-file-descriptor.h index 5f98cf896..9296fa947 100644 --- a/level_0/f_file/tests/unit/c/test-file-descriptor.h +++ b/level_0/f_file/tests/unit/c/test-file-descriptor.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-exists.h b/level_0/f_file/tests/unit/c/test-file-exists.h index b7c065d49..42f1d226b 100644 --- a/level_0/f_file/tests/unit/c/test-file-exists.h +++ b/level_0/f_file/tests/unit/c/test-file-exists.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-exists_at.h b/level_0/f_file/tests/unit/c/test-file-exists_at.h index 90246b677..ea9cd8346 100644 --- a/level_0/f_file/tests/unit/c/test-file-exists_at.h +++ b/level_0/f_file/tests/unit/c/test-file-exists_at.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-flush.h b/level_0/f_file/tests/unit/c/test-file-flush.h index fd64cf3b2..03bafb8f7 100644 --- a/level_0/f_file/tests/unit/c/test-file-flush.h +++ b/level_0/f_file/tests/unit/c/test-file-flush.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-group_read.h b/level_0/f_file/tests/unit/c/test-file-group_read.h index 30fe0346a..bb987fdd9 100644 --- a/level_0/f_file/tests/unit/c/test-file-group_read.h +++ b/level_0/f_file/tests/unit/c/test-file-group_read.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-is.h b/level_0/f_file/tests/unit/c/test-file-is.h index 6b4f9ed24..794d9167f 100644 --- a/level_0/f_file/tests/unit/c/test-file-is.h +++ b/level_0/f_file/tests/unit/c/test-file-is.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-is_at.h b/level_0/f_file/tests/unit/c/test-file-is_at.h index 82248febb..54bba28c5 100644 --- a/level_0/f_file/tests/unit/c/test-file-is_at.h +++ b/level_0/f_file/tests/unit/c/test-file-is_at.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-link.h b/level_0/f_file/tests/unit/c/test-file-link.h index 7e1beeeba..dc632222d 100644 --- a/level_0/f_file/tests/unit/c/test-file-link.h +++ b/level_0/f_file/tests/unit/c/test-file-link.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-link_at.h b/level_0/f_file/tests/unit/c/test-file-link_at.h index 5cd5297fa..7b98c493a 100644 --- a/level_0/f_file/tests/unit/c/test-file-link_at.h +++ b/level_0/f_file/tests/unit/c/test-file-link_at.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-link_hard.h b/level_0/f_file/tests/unit/c/test-file-link_hard.h index 3b91800ab..800554884 100644 --- a/level_0/f_file/tests/unit/c/test-file-link_hard.h +++ b/level_0/f_file/tests/unit/c/test-file-link_hard.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-link_hard_at.h b/level_0/f_file/tests/unit/c/test-file-link_hard_at.h index 451ea6197..24402faff 100644 --- a/level_0/f_file/tests/unit/c/test-file-link_hard_at.h +++ b/level_0/f_file/tests/unit/c/test-file-link_hard_at.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-link_read.h b/level_0/f_file/tests/unit/c/test-file-link_read.h index d64c0f650..f23a86044 100644 --- a/level_0/f_file/tests/unit/c/test-file-link_read.h +++ b/level_0/f_file/tests/unit/c/test-file-link_read.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-link_read_at.h b/level_0/f_file/tests/unit/c/test-file-link_read_at.h index 6eb069b8a..1d1325cf2 100644 --- a/level_0/f_file/tests/unit/c/test-file-link_read_at.h +++ b/level_0/f_file/tests/unit/c/test-file-link_read_at.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-mode_determine.h b/level_0/f_file/tests/unit/c/test-file-mode_determine.h index 36501cc9e..65bf08b25 100644 --- a/level_0/f_file/tests/unit/c/test-file-mode_determine.h +++ b/level_0/f_file/tests/unit/c/test-file-mode_determine.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-mode_from_string.h b/level_0/f_file/tests/unit/c/test-file-mode_from_string.h index 1a0a9e574..8ea7255b2 100644 --- a/level_0/f_file/tests/unit/c/test-file-mode_from_string.h +++ b/level_0/f_file/tests/unit/c/test-file-mode_from_string.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-mode_read.h b/level_0/f_file/tests/unit/c/test-file-mode_read.h index 4a6fe4186..7294fd25e 100644 --- a/level_0/f_file/tests/unit/c/test-file-mode_read.h +++ b/level_0/f_file/tests/unit/c/test-file-mode_read.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-mode_read_at.h b/level_0/f_file/tests/unit/c/test-file-mode_read_at.h index f8c9c1dca..a963a77e4 100644 --- a/level_0/f_file/tests/unit/c/test-file-mode_read_at.h +++ b/level_0/f_file/tests/unit/c/test-file-mode_read_at.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-mode_set.h b/level_0/f_file/tests/unit/c/test-file-mode_set.h index 4134c3f2e..3c215a2b4 100644 --- a/level_0/f_file/tests/unit/c/test-file-mode_set.h +++ b/level_0/f_file/tests/unit/c/test-file-mode_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-mode_set_at.h b/level_0/f_file/tests/unit/c/test-file-mode_set_at.h index 14b920fef..8c925927d 100644 --- a/level_0/f_file/tests/unit/c/test-file-mode_set_at.h +++ b/level_0/f_file/tests/unit/c/test-file-mode_set_at.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-mode_to_mode.h b/level_0/f_file/tests/unit/c/test-file-mode_to_mode.h index 025c8cfc6..8fc4a2de5 100644 --- a/level_0/f_file/tests/unit/c/test-file-mode_to_mode.h +++ b/level_0/f_file/tests/unit/c/test-file-mode_to_mode.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-name_base.h b/level_0/f_file/tests/unit/c/test-file-name_base.h index 5ca33595d..0f87fe048 100644 --- a/level_0/f_file/tests/unit/c/test-file-name_base.h +++ b/level_0/f_file/tests/unit/c/test-file-name_base.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-name_directory.h b/level_0/f_file/tests/unit/c/test-file-name_directory.h index 52bd56b0e..e0a10fdb2 100644 --- a/level_0/f_file/tests/unit/c/test-file-name_directory.h +++ b/level_0/f_file/tests/unit/c/test-file-name_directory.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-open.h b/level_0/f_file/tests/unit/c/test-file-open.h index 403abdcd2..3f16d4cd5 100644 --- a/level_0/f_file/tests/unit/c/test-file-open.h +++ b/level_0/f_file/tests/unit/c/test-file-open.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-open_at.h b/level_0/f_file/tests/unit/c/test-file-open_at.h index 0d75869cd..45681c9db 100644 --- a/level_0/f_file/tests/unit/c/test-file-open_at.h +++ b/level_0/f_file/tests/unit/c/test-file-open_at.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-owner_read.h b/level_0/f_file/tests/unit/c/test-file-owner_read.h index 6aa68a23b..890c91c65 100644 --- a/level_0/f_file/tests/unit/c/test-file-owner_read.h +++ b/level_0/f_file/tests/unit/c/test-file-owner_read.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-read.h b/level_0/f_file/tests/unit/c/test-file-read.h index 8611710aa..7e785e27d 100644 --- a/level_0/f_file/tests/unit/c/test-file-read.h +++ b/level_0/f_file/tests/unit/c/test-file-read.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-read_block.h b/level_0/f_file/tests/unit/c/test-file-read_block.h index d3621b5dc..4edcd90ce 100644 --- a/level_0/f_file/tests/unit/c/test-file-read_block.h +++ b/level_0/f_file/tests/unit/c/test-file-read_block.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-read_until.h b/level_0/f_file/tests/unit/c/test-file-read_until.h index c6f1513e6..f3a33ea9f 100644 --- a/level_0/f_file/tests/unit/c/test-file-read_until.h +++ b/level_0/f_file/tests/unit/c/test-file-read_until.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-remove.h b/level_0/f_file/tests/unit/c/test-file-remove.h index a47aa2264..65a4ace1b 100644 --- a/level_0/f_file/tests/unit/c/test-file-remove.h +++ b/level_0/f_file/tests/unit/c/test-file-remove.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-remove_at.h b/level_0/f_file/tests/unit/c/test-file-remove_at.h index a8c6da76c..128a5e314 100644 --- a/level_0/f_file/tests/unit/c/test-file-remove_at.h +++ b/level_0/f_file/tests/unit/c/test-file-remove_at.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-rename.h b/level_0/f_file/tests/unit/c/test-file-rename.h index 40d5f3aab..2667690c4 100644 --- a/level_0/f_file/tests/unit/c/test-file-rename.h +++ b/level_0/f_file/tests/unit/c/test-file-rename.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-rename_at.h b/level_0/f_file/tests/unit/c/test-file-rename_at.h index 1f60343a8..78c26f905 100644 --- a/level_0/f_file/tests/unit/c/test-file-rename_at.h +++ b/level_0/f_file/tests/unit/c/test-file-rename_at.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-role_change.h b/level_0/f_file/tests/unit/c/test-file-role_change.h index 4d2031951..150afad39 100644 --- a/level_0/f_file/tests/unit/c/test-file-role_change.h +++ b/level_0/f_file/tests/unit/c/test-file-role_change.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-role_change_at.h b/level_0/f_file/tests/unit/c/test-file-role_change_at.h index 5ba8f4890..06a579e43 100644 --- a/level_0/f_file/tests/unit/c/test-file-role_change_at.h +++ b/level_0/f_file/tests/unit/c/test-file-role_change_at.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-seek.h b/level_0/f_file/tests/unit/c/test-file-seek.h index 776ea2128..e5e350d0f 100644 --- a/level_0/f_file/tests/unit/c/test-file-seek.h +++ b/level_0/f_file/tests/unit/c/test-file-seek.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-size.h b/level_0/f_file/tests/unit/c/test-file-size.h index d92c91cb3..f53f2f0ec 100644 --- a/level_0/f_file/tests/unit/c/test-file-size.h +++ b/level_0/f_file/tests/unit/c/test-file-size.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-size_at.h b/level_0/f_file/tests/unit/c/test-file-size_at.h index dcc977c91..eb83c9509 100644 --- a/level_0/f_file/tests/unit/c/test-file-size_at.h +++ b/level_0/f_file/tests/unit/c/test-file-size_at.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-size_by_id.h b/level_0/f_file/tests/unit/c/test-file-size_by_id.h index 095e598e2..244d97813 100644 --- a/level_0/f_file/tests/unit/c/test-file-size_by_id.h +++ b/level_0/f_file/tests/unit/c/test-file-size_by_id.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-stat.h b/level_0/f_file/tests/unit/c/test-file-stat.h index edc7780b8..0aa95728a 100644 --- a/level_0/f_file/tests/unit/c/test-file-stat.h +++ b/level_0/f_file/tests/unit/c/test-file-stat.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-stat_at.h b/level_0/f_file/tests/unit/c/test-file-stat_at.h index 5382460ba..0c15fa6d7 100644 --- a/level_0/f_file/tests/unit/c/test-file-stat_at.h +++ b/level_0/f_file/tests/unit/c/test-file-stat_at.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-stat_by_id.h b/level_0/f_file/tests/unit/c/test-file-stat_by_id.h index bb47bea9e..0f86bbbfe 100644 --- a/level_0/f_file/tests/unit/c/test-file-stat_by_id.h +++ b/level_0/f_file/tests/unit/c/test-file-stat_by_id.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-stream_close.h b/level_0/f_file/tests/unit/c/test-file-stream_close.h index 978dff7e5..72df1799b 100644 --- a/level_0/f_file/tests/unit/c/test-file-stream_close.h +++ b/level_0/f_file/tests/unit/c/test-file-stream_close.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-stream_open.h b/level_0/f_file/tests/unit/c/test-file-stream_open.h index 657cc9391..2b7868026 100644 --- a/level_0/f_file/tests/unit/c/test-file-stream_open.h +++ b/level_0/f_file/tests/unit/c/test-file-stream_open.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-stream_open_descriptor.h b/level_0/f_file/tests/unit/c/test-file-stream_open_descriptor.h index 677d72930..e8ffbd40f 100644 --- a/level_0/f_file/tests/unit/c/test-file-stream_open_descriptor.h +++ b/level_0/f_file/tests/unit/c/test-file-stream_open_descriptor.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-stream_read.h b/level_0/f_file/tests/unit/c/test-file-stream_read.h index 72b98b1ee..0dd56a745 100644 --- a/level_0/f_file/tests/unit/c/test-file-stream_read.h +++ b/level_0/f_file/tests/unit/c/test-file-stream_read.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-stream_read_block.h b/level_0/f_file/tests/unit/c/test-file-stream_read_block.h index 7e8960d02..8a8b71ecf 100644 --- a/level_0/f_file/tests/unit/c/test-file-stream_read_block.h +++ b/level_0/f_file/tests/unit/c/test-file-stream_read_block.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-stream_read_until.h b/level_0/f_file/tests/unit/c/test-file-stream_read_until.h index 4bc01ea65..890379535 100644 --- a/level_0/f_file/tests/unit/c/test-file-stream_read_until.h +++ b/level_0/f_file/tests/unit/c/test-file-stream_read_until.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-stream_reopen.h b/level_0/f_file/tests/unit/c/test-file-stream_reopen.h index 3422ad8e5..fde9f6a41 100644 --- a/level_0/f_file/tests/unit/c/test-file-stream_reopen.h +++ b/level_0/f_file/tests/unit/c/test-file-stream_reopen.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-stream_write.h b/level_0/f_file/tests/unit/c/test-file-stream_write.h index 839b25952..f0ce692d5 100644 --- a/level_0/f_file/tests/unit/c/test-file-stream_write.h +++ b/level_0/f_file/tests/unit/c/test-file-stream_write.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-stream_write_block.h b/level_0/f_file/tests/unit/c/test-file-stream_write_block.h index 61e967176..2727f8593 100644 --- a/level_0/f_file/tests/unit/c/test-file-stream_write_block.h +++ b/level_0/f_file/tests/unit/c/test-file-stream_write_block.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-stream_write_range.h b/level_0/f_file/tests/unit/c/test-file-stream_write_range.h index 49eadff7c..eb17e76a8 100644 --- a/level_0/f_file/tests/unit/c/test-file-stream_write_range.h +++ b/level_0/f_file/tests/unit/c/test-file-stream_write_range.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-stream_write_until.h b/level_0/f_file/tests/unit/c/test-file-stream_write_until.h index dc30e050d..32e7f8188 100644 --- a/level_0/f_file/tests/unit/c/test-file-stream_write_until.h +++ b/level_0/f_file/tests/unit/c/test-file-stream_write_until.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-touch.h b/level_0/f_file/tests/unit/c/test-file-touch.h index 4759ede33..30152fee4 100644 --- a/level_0/f_file/tests/unit/c/test-file-touch.h +++ b/level_0/f_file/tests/unit/c/test-file-touch.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-touch_at.h b/level_0/f_file/tests/unit/c/test-file-touch_at.h index eab869a9d..664e695b9 100644 --- a/level_0/f_file/tests/unit/c/test-file-touch_at.h +++ b/level_0/f_file/tests/unit/c/test-file-touch_at.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-type.h b/level_0/f_file/tests/unit/c/test-file-type.h index 7b79d0831..2759bd6c5 100644 --- a/level_0/f_file/tests/unit/c/test-file-type.h +++ b/level_0/f_file/tests/unit/c/test-file-type.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-type_at.h b/level_0/f_file/tests/unit/c/test-file-type_at.h index ea11010b9..702030ff0 100644 --- a/level_0/f_file/tests/unit/c/test-file-type_at.h +++ b/level_0/f_file/tests/unit/c/test-file-type_at.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-umask_get.h b/level_0/f_file/tests/unit/c/test-file-umask_get.h index 2dab7ea95..5bd0b5046 100644 --- a/level_0/f_file/tests/unit/c/test-file-umask_get.h +++ b/level_0/f_file/tests/unit/c/test-file-umask_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-umask_set.h b/level_0/f_file/tests/unit/c/test-file-umask_set.h index 483119a10..81cf00ce5 100644 --- a/level_0/f_file/tests/unit/c/test-file-umask_set.h +++ b/level_0/f_file/tests/unit/c/test-file-umask_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-write.h b/level_0/f_file/tests/unit/c/test-file-write.h index 797291eca..2be9eef0e 100644 --- a/level_0/f_file/tests/unit/c/test-file-write.h +++ b/level_0/f_file/tests/unit/c/test-file-write.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-write_block.h b/level_0/f_file/tests/unit/c/test-file-write_block.h index 8dd23af1f..854447f66 100644 --- a/level_0/f_file/tests/unit/c/test-file-write_block.h +++ b/level_0/f_file/tests/unit/c/test-file-write_block.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-write_range.h b/level_0/f_file/tests/unit/c/test-file-write_range.h index cbc1c606c..7af047fbe 100644 --- a/level_0/f_file/tests/unit/c/test-file-write_range.h +++ b/level_0/f_file/tests/unit/c/test-file-write_range.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file-write_until.h b/level_0/f_file/tests/unit/c/test-file-write_until.h index ecfec2686..937e96f10 100644 --- a/level_0/f_file/tests/unit/c/test-file-write_until.h +++ b/level_0/f_file/tests/unit/c/test-file-write_until.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_file/tests/unit/c/test-file.h b/level_0/f_file/tests/unit/c/test-file.h index 8741d5dc1..9a3ac4b50 100644 --- a/level_0/f_file/tests/unit/c/test-file.h +++ b/level_0/f_file/tests/unit/c/test-file.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the file project. diff --git a/level_0/f_fss/c/fss.h b/level_0/f_fss/c/fss.h index a4bc0cbc6..34cc65dc4 100644 --- a/level_0/f_fss/c/fss.h +++ b/level_0/f_fss/c/fss.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines all datatypes to be used for/by project fss. diff --git a/level_0/f_fss/c/fss/comment.h b/level_0/f_fss/c/fss/comment.h index bd258cbfc..1384a9904 100644 --- a/level_0/f_fss/c/fss/comment.h +++ b/level_0/f_fss/c/fss/comment.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines set data to be used for/by project fss. diff --git a/level_0/f_fss/c/fss/common.h b/level_0/f_fss/c/fss/common.h index 9a8cb120a..d04d4ae82 100644 --- a/level_0/f_fss/c/fss/common.h +++ b/level_0/f_fss/c/fss/common.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project fss. diff --git a/level_0/f_fss/c/fss/delimit.h b/level_0/f_fss/c/fss/delimit.h index fb0a923b1..f6c88b08f 100644 --- a/level_0/f_fss/c/fss/delimit.h +++ b/level_0/f_fss/c/fss/delimit.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines set data to be used for/by project fss. diff --git a/level_0/f_fss/c/fss/named.h b/level_0/f_fss/c/fss/named.h index f7110dc8e..bfdc8f152 100644 --- a/level_0/f_fss/c/fss/named.h +++ b/level_0/f_fss/c/fss/named.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines named set data to be used for/by project fss. diff --git a/level_0/f_fss/c/fss/nest.h b/level_0/f_fss/c/fss/nest.h index f7e97aac6..13dfc8dc7 100644 --- a/level_0/f_fss/c/fss/nest.h +++ b/level_0/f_fss/c/fss/nest.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines nest data to be used for/by project fss. diff --git a/level_0/f_fss/c/fss/quote.h b/level_0/f_fss/c/fss/quote.h index 3b58b6c41..a8123f179 100644 --- a/level_0/f_fss/c/fss/quote.h +++ b/level_0/f_fss/c/fss/quote.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines set data to be used for/by project fss. diff --git a/level_0/f_fss/c/fss/set.h b/level_0/f_fss/c/fss/set.h index 8fc48c67a..006e1d8c6 100644 --- a/level_0/f_fss/c/fss/set.h +++ b/level_0/f_fss/c/fss/set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines set data to be used for/by project fss. diff --git a/level_0/f_fss/c/private-fss.h b/level_0/f_fss/c/private-fss.h index 54dfa9b64..dfe4a6774 100644 --- a/level_0/f_fss/c/private-fss.h +++ b/level_0/f_fss/c/private-fss.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_fss/data/build/settings b/level_0/f_fss/data/build/settings index 0abef4d37..e85b77dc7 100644 --- a/level_0/f_fss/data/build/settings +++ b/level_0/f_fss/data/build/settings @@ -3,8 +3,8 @@ build_name f_fss version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_fss/data/build/settings-mocks b/level_0/f_fss/data/build/settings-mocks index 63cdff36f..83150cc43 100644 --- a/level_0/f_fss/data/build/settings-mocks +++ b/level_0/f_fss/data/build/settings-mocks @@ -13,8 +13,8 @@ build_name f_fss version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_fss/data/build/settings-tests b/level_0/f_fss/data/build/settings-tests index 047f05e4a..d53dfcd88 100644 --- a/level_0/f_fss/data/build/settings-tests +++ b/level_0/f_fss/data/build/settings-tests @@ -8,8 +8,8 @@ build_name test-f_fss version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file major version_target major diff --git a/level_0/f_fss/tests/unit/c/mock-fss.h b/level_0/f_fss/tests/unit/c/mock-fss.h index 535720f77..ec1be0136 100644 --- a/level_0/f_fss/tests/unit/c/mock-fss.h +++ b/level_0/f_fss/tests/unit/c/mock-fss.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-apply_delimit.h b/level_0/f_fss/tests/unit/c/test-fss-apply_delimit.h index fe3b9a4d8..e86042557 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-apply_delimit.h +++ b/level_0/f_fss/tests/unit/c/test-fss-apply_delimit.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test apply delimit in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-apply_delimit_range.h b/level_0/f_fss/tests/unit/c/test-fss-apply_delimit_range.h index e0a5e2f61..1ed91d875 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-apply_delimit_range.h +++ b/level_0/f_fss/tests/unit/c/test-fss-apply_delimit_range.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test apply delimit between in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-count_lines.h b/level_0/f_fss/tests/unit/c/test-fss-count_lines.h index df055d3fa..fc9d59152 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-count_lines.h +++ b/level_0/f_fss/tests/unit/c/test-fss-count_lines.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test count lines in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-count_lines_range.h b/level_0/f_fss/tests/unit/c/test-fss-count_lines_range.h index 24c19be06..713520236 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-count_lines_range.h +++ b/level_0/f_fss/tests/unit/c/test-fss-count_lines_range.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test count lines range in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-fail_utf.h b/level_0/f_fss/tests/unit/c/test-fss-fail_utf.h index b687004b9..51b26fa07 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-fail_utf.h +++ b/level_0/f_fss/tests/unit/c/test-fss-fail_utf.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test fail utf in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-fail_utf_to_false.h b/level_0/f_fss/tests/unit/c/test-fss-fail_utf_to_false.h index 147857c82..f0338ddcb 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-fail_utf_to_false.h +++ b/level_0/f_fss/tests/unit/c/test-fss-fail_utf_to_false.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test fail utf to false in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-is_combining.h b/level_0/f_fss/tests/unit/c/test-fss-is_combining.h index 508808c7d..70819756d 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-is_combining.h +++ b/level_0/f_fss/tests/unit/c/test-fss-is_combining.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test is space in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-is_graph.h b/level_0/f_fss/tests/unit/c/test-fss-is_graph.h index d22e1e225..426ebbfc9 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-is_graph.h +++ b/level_0/f_fss/tests/unit/c/test-fss-is_graph.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test is graph in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-is_space.h b/level_0/f_fss/tests/unit/c/test-fss-is_space.h index 8f16ffc50..deed3a8b1 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-is_space.h +++ b/level_0/f_fss/tests/unit/c/test-fss-is_space.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test is space in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-is_zero_width.h b/level_0/f_fss/tests/unit/c/test-fss-is_zero_width.h index a0b593896..4f6a3efb5 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-is_zero_width.h +++ b/level_0/f_fss/tests/unit/c/test-fss-is_zero_width.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test is zero width in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-items_adjust.h b/level_0/f_fss/tests/unit/c/test-fss-items_adjust.h index e7a1f377e..8d3f7b798 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-items_adjust.h +++ b/level_0/f_fss/tests/unit/c/test-fss-items_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test items adjust in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-items_decimate_by.h b/level_0/f_fss/tests/unit/c/test-fss-items_decimate_by.h index 1c96109e5..60f46c7aa 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-items_decimate_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-items_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test items decimate by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-items_decrease_by.h b/level_0/f_fss/tests/unit/c/test-fss-items_decrease_by.h index 20909b72d..5ea6356b5 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-items_decrease_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-items_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test items decrease by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-items_increase.h b/level_0/f_fss/tests/unit/c/test-fss-items_increase.h index 5eb0ca37f..9dbde8b1d 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-items_increase.h +++ b/level_0/f_fss/tests/unit/c/test-fss-items_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test items increase in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-items_increase_by.h b/level_0/f_fss/tests/unit/c/test-fss-items_increase_by.h index a2d78a292..325d5cc97 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-items_increase_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-items_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test items increase by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-items_resize.h b/level_0/f_fss/tests/unit/c/test-fss-items_resize.h index 2b35eb8ff..050f8e974 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-items_resize.h +++ b/level_0/f_fss/tests/unit/c/test-fss-items_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test items resize in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-named_adjust.h b/level_0/f_fss/tests/unit/c/test-fss-named_adjust.h index 060bc25a4..c2cb84cbd 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-named_adjust.h +++ b/level_0/f_fss/tests/unit/c/test-fss-named_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test named adjust in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-named_decimate_by.h b/level_0/f_fss/tests/unit/c/test-fss-named_decimate_by.h index 4203879f5..7dc9edfd5 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-named_decimate_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-named_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test named decimate by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-named_decrease_by.h b/level_0/f_fss/tests/unit/c/test-fss-named_decrease_by.h index 91def3050..2c98108de 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-named_decrease_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-named_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test named decrease by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-named_increase.h b/level_0/f_fss/tests/unit/c/test-fss-named_increase.h index 4565890ee..e7f3960f8 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-named_increase.h +++ b/level_0/f_fss/tests/unit/c/test-fss-named_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test named increase in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-named_increase_by.h b/level_0/f_fss/tests/unit/c/test-fss-named_increase_by.h index cafbcf86a..7473b8c69 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-named_increase_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-named_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test named increase by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-named_resize.h b/level_0/f_fss/tests/unit/c/test-fss-named_resize.h index 208885c00..aab069637 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-named_resize.h +++ b/level_0/f_fss/tests/unit/c/test-fss-named_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test named resize in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-nameds_adjust.h b/level_0/f_fss/tests/unit/c/test-fss-nameds_adjust.h index f54c7049a..76393eb3d 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-nameds_adjust.h +++ b/level_0/f_fss/tests/unit/c/test-fss-nameds_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test nameds adjust in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-nameds_decimate_by.h b/level_0/f_fss/tests/unit/c/test-fss-nameds_decimate_by.h index 62e79230a..9ffda44d1 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-nameds_decimate_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-nameds_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test nameds decimate by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-nameds_decrease_by.h b/level_0/f_fss/tests/unit/c/test-fss-nameds_decrease_by.h index 03a51618c..9c0427bf2 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-nameds_decrease_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-nameds_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test nameds decrease by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-nameds_increase.h b/level_0/f_fss/tests/unit/c/test-fss-nameds_increase.h index 4c4fdcc14..158f8dc1f 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-nameds_increase.h +++ b/level_0/f_fss/tests/unit/c/test-fss-nameds_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test nameds increase in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-nameds_increase_by.h b/level_0/f_fss/tests/unit/c/test-fss-nameds_increase_by.h index 94164dad6..49f48edb6 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-nameds_increase_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-nameds_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test nameds increase by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-nameds_resize.h b/level_0/f_fss/tests/unit/c/test-fss-nameds_resize.h index ff4875a3e..040b0e9c2 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-nameds_resize.h +++ b/level_0/f_fss/tests/unit/c/test-fss-nameds_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test nameds resize in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-nest_adjust.h b/level_0/f_fss/tests/unit/c/test-fss-nest_adjust.h index c3d0d42b1..c3fee41ff 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-nest_adjust.h +++ b/level_0/f_fss/tests/unit/c/test-fss-nest_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test nest adjust in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-nest_decimate_by.h b/level_0/f_fss/tests/unit/c/test-fss-nest_decimate_by.h index 06460cb56..60aa85dff 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-nest_decimate_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-nest_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test nest decimate by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-nest_decrease_by.h b/level_0/f_fss/tests/unit/c/test-fss-nest_decrease_by.h index 25eb85b97..904fa19b2 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-nest_decrease_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-nest_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test nest decrease by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-nest_increase.h b/level_0/f_fss/tests/unit/c/test-fss-nest_increase.h index 4bf152aee..ed32ff1ea 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-nest_increase.h +++ b/level_0/f_fss/tests/unit/c/test-fss-nest_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test nest increase in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-nest_increase_by.h b/level_0/f_fss/tests/unit/c/test-fss-nest_increase_by.h index 5a785ecb1..9ff15ccfd 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-nest_increase_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-nest_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test nest increase by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-nest_resize.h b/level_0/f_fss/tests/unit/c/test-fss-nest_resize.h index 02498ee6d..7b30dd4e8 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-nest_resize.h +++ b/level_0/f_fss/tests/unit/c/test-fss-nest_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test nest resize in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-nests_adjust.h b/level_0/f_fss/tests/unit/c/test-fss-nests_adjust.h index eefeb4e05..954ec6f22 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-nests_adjust.h +++ b/level_0/f_fss/tests/unit/c/test-fss-nests_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test nests adjust in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-nests_decimate_by.h b/level_0/f_fss/tests/unit/c/test-fss-nests_decimate_by.h index fa4a3a3dc..5aa037373 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-nests_decimate_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-nests_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test nests decimate by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-nests_decrease_by.h b/level_0/f_fss/tests/unit/c/test-fss-nests_decrease_by.h index 130595a7d..957bf8e4c 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-nests_decrease_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-nests_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test nests decrease by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-nests_increase.h b/level_0/f_fss/tests/unit/c/test-fss-nests_increase.h index 15631771a..bb1087589 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-nests_increase.h +++ b/level_0/f_fss/tests/unit/c/test-fss-nests_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test nests increase in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-nests_increase_by.h b/level_0/f_fss/tests/unit/c/test-fss-nests_increase_by.h index a59393d02..ab0c84f6d 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-nests_increase_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-nests_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test nests increase by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-nests_resize.h b/level_0/f_fss/tests/unit/c/test-fss-nests_resize.h index 6131af614..ec5266dd6 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-nests_resize.h +++ b/level_0/f_fss/tests/unit/c/test-fss-nests_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test nests resize in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-seek_to_eol.h b/level_0/f_fss/tests/unit/c/test-fss-seek_to_eol.h index 5bad0c169..bb397ac25 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-seek_to_eol.h +++ b/level_0/f_fss/tests/unit/c/test-fss-seek_to_eol.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test seek to eol in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-set_adjust.h b/level_0/f_fss/tests/unit/c/test-fss-set_adjust.h index 0f50b1a03..5f3a5a692 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-set_adjust.h +++ b/level_0/f_fss/tests/unit/c/test-fss-set_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test set adjust in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-set_decimate_by.h b/level_0/f_fss/tests/unit/c/test-fss-set_decimate_by.h index 99ba9339c..43e881cea 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-set_decimate_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-set_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test set decimate by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-set_decrease_by.h b/level_0/f_fss/tests/unit/c/test-fss-set_decrease_by.h index 568325619..2d9f66525 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-set_decrease_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-set_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test set decrease by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-set_increase.h b/level_0/f_fss/tests/unit/c/test-fss-set_increase.h index f9127558b..44eaddc4e 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-set_increase.h +++ b/level_0/f_fss/tests/unit/c/test-fss-set_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test set increase in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-set_increase_by.h b/level_0/f_fss/tests/unit/c/test-fss-set_increase_by.h index af5312950..ed992daa3 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-set_increase_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-set_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test set increase by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-set_quote_adjust.h b/level_0/f_fss/tests/unit/c/test-fss-set_quote_adjust.h index 0235bb355..b9cf1caeb 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-set_quote_adjust.h +++ b/level_0/f_fss/tests/unit/c/test-fss-set_quote_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test set quote adjust in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-set_quote_decimate_by.h b/level_0/f_fss/tests/unit/c/test-fss-set_quote_decimate_by.h index 9c2101d0d..634abbf82 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-set_quote_decimate_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-set_quote_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test set quote decimate by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-set_quote_decrease_by.h b/level_0/f_fss/tests/unit/c/test-fss-set_quote_decrease_by.h index 2d578bef2..7dac78645 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-set_quote_decrease_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-set_quote_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test set quote decrease by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-set_quote_increase.h b/level_0/f_fss/tests/unit/c/test-fss-set_quote_increase.h index 7297df73b..2a464b62e 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-set_quote_increase.h +++ b/level_0/f_fss/tests/unit/c/test-fss-set_quote_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test set quote increase in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-set_quote_increase_by.h b/level_0/f_fss/tests/unit/c/test-fss-set_quote_increase_by.h index e20a726b2..596a7afe2 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-set_quote_increase_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-set_quote_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test set quote increase by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-set_quote_resize.h b/level_0/f_fss/tests/unit/c/test-fss-set_quote_resize.h index 4f63387e5..652f9fde6 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-set_quote_resize.h +++ b/level_0/f_fss/tests/unit/c/test-fss-set_quote_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test set quote resize in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-set_quotes_adjust.h b/level_0/f_fss/tests/unit/c/test-fss-set_quotes_adjust.h index 78ef94556..ac822b517 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-set_quotes_adjust.h +++ b/level_0/f_fss/tests/unit/c/test-fss-set_quotes_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test set quote adjust in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-set_quotes_decimate_by.h b/level_0/f_fss/tests/unit/c/test-fss-set_quotes_decimate_by.h index 65beaa372..55a544388 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-set_quotes_decimate_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-set_quotes_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test set quote decimate by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-set_quotes_decrease_by.h b/level_0/f_fss/tests/unit/c/test-fss-set_quotes_decrease_by.h index d11be2eec..c8227bf9c 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-set_quotes_decrease_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-set_quotes_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test set quote decrease by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-set_quotes_increase.h b/level_0/f_fss/tests/unit/c/test-fss-set_quotes_increase.h index daa0297f2..3c6bfc424 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-set_quotes_increase.h +++ b/level_0/f_fss/tests/unit/c/test-fss-set_quotes_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test set quote increase in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-set_quotes_increase_by.h b/level_0/f_fss/tests/unit/c/test-fss-set_quotes_increase_by.h index 078ce2807..4c9d5d6b2 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-set_quotes_increase_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-set_quotes_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test set quote increase by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-set_quotes_resize.h b/level_0/f_fss/tests/unit/c/test-fss-set_quotes_resize.h index 4aac96469..cf159b34b 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-set_quotes_resize.h +++ b/level_0/f_fss/tests/unit/c/test-fss-set_quotes_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test set quote resize in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-set_resize.h b/level_0/f_fss/tests/unit/c/test-fss-set_resize.h index 109e72e04..611934048 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-set_resize.h +++ b/level_0/f_fss/tests/unit/c/test-fss-set_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test set resize in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-sets_adjust.h b/level_0/f_fss/tests/unit/c/test-fss-sets_adjust.h index b1c4e53da..f6b958cbb 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-sets_adjust.h +++ b/level_0/f_fss/tests/unit/c/test-fss-sets_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test sets adjust in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-sets_decimate_by.h b/level_0/f_fss/tests/unit/c/test-fss-sets_decimate_by.h index f6c09e062..05cea4ce8 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-sets_decimate_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-sets_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test sets decimate by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-sets_decrease_by.h b/level_0/f_fss/tests/unit/c/test-fss-sets_decrease_by.h index e8c259615..fe6b3d81b 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-sets_decrease_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-sets_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test sets decrease by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-sets_increase.h b/level_0/f_fss/tests/unit/c/test-fss-sets_increase.h index 3d942d121..4c7a589d2 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-sets_increase.h +++ b/level_0/f_fss/tests/unit/c/test-fss-sets_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test sets increase in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-sets_increase_by.h b/level_0/f_fss/tests/unit/c/test-fss-sets_increase_by.h index e8ef6402e..578998a47 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-sets_increase_by.h +++ b/level_0/f_fss/tests/unit/c/test-fss-sets_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test sets increase by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-sets_resize.h b/level_0/f_fss/tests/unit/c/test-fss-sets_resize.h index 2a1d1f634..cdaa5de1e 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-sets_resize.h +++ b/level_0/f_fss/tests/unit/c/test-fss-sets_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test sets resize by in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-skip_past_delimit.h b/level_0/f_fss/tests/unit/c/test-fss-skip_past_delimit.h index 5a9028886..e13504cd1 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-skip_past_delimit.h +++ b/level_0/f_fss/tests/unit/c/test-fss-skip_past_delimit.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test skip past delimit in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss-skip_past_space.h b/level_0/f_fss/tests/unit/c/test-fss-skip_past_space.h index 25950446b..825ff8e4a 100644 --- a/level_0/f_fss/tests/unit/c/test-fss-skip_past_space.h +++ b/level_0/f_fss/tests/unit/c/test-fss-skip_past_space.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test skip past space in the fss project. diff --git a/level_0/f_fss/tests/unit/c/test-fss.h b/level_0/f_fss/tests/unit/c/test-fss.h index 9b90048ee..972f4c00d 100644 --- a/level_0/f_fss/tests/unit/c/test-fss.h +++ b/level_0/f_fss/tests/unit/c/test-fss.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the fss project. diff --git a/level_0/f_iki/c/iki.h b/level_0/f_iki/c/iki.h index a463044de..784420d8d 100644 --- a/level_0/f_iki/c/iki.h +++ b/level_0/f_iki/c/iki.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: IKI - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides a Wiki-Like syntax meant to be much simpler. diff --git a/level_0/f_iki/c/iki/common.h b/level_0/f_iki/c/iki/common.h index 704cc8961..25c56ebfe 100644 --- a/level_0/f_iki/c/iki/common.h +++ b/level_0/f_iki/c/iki/common.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: IKI - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines iki common data. diff --git a/level_0/f_iki/c/iki/data.h b/level_0/f_iki/c/iki/data.h index 7bc20a1a6..4c1b00442 100644 --- a/level_0/f_iki/c/iki/data.h +++ b/level_0/f_iki/c/iki/data.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: IKI - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines data to be used for/by iki related functionality. diff --git a/level_0/f_iki/c/iki/private-data.h b/level_0/f_iki/c/iki/private-data.h index 7f23d33ee..180cf67b3 100644 --- a/level_0/f_iki/c/iki/private-data.h +++ b/level_0/f_iki/c/iki/private-data.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: IKI - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_iki/c/private-iki.h b/level_0/f_iki/c/private-iki.h index bed8a0ae2..df6a11417 100644 --- a/level_0/f_iki/c/private-iki.h +++ b/level_0/f_iki/c/private-iki.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: IKI - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_iki/data/build/settings b/level_0/f_iki/data/build/settings index 89e96d123..c08ac182e 100644 --- a/level_0/f_iki/data/build/settings +++ b/level_0/f_iki/data/build/settings @@ -3,8 +3,8 @@ build_name f_iki version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_iki/data/build/settings-tests b/level_0/f_iki/data/build/settings-tests index d364366c2..08e96191d 100644 --- a/level_0/f_iki/data/build/settings-tests +++ b/level_0/f_iki/data/build/settings-tests @@ -8,8 +8,8 @@ build_name test-f_iki version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file major version_target major diff --git a/level_0/f_iki/tests/unit/c/test-iki-content_is.h b/level_0/f_iki/tests/unit/c/test-iki-content_is.h index d33f1db2a..84b089148 100644 --- a/level_0/f_iki/tests/unit/c/test-iki-content_is.h +++ b/level_0/f_iki/tests/unit/c/test-iki-content_is.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: IKI - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the iki project. diff --git a/level_0/f_iki/tests/unit/c/test-iki-content_partial_is.h b/level_0/f_iki/tests/unit/c/test-iki-content_partial_is.h index 01b05b907..9276f5718 100644 --- a/level_0/f_iki/tests/unit/c/test-iki-content_partial_is.h +++ b/level_0/f_iki/tests/unit/c/test-iki-content_partial_is.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: IKI - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the iki project. diff --git a/level_0/f_iki/tests/unit/c/test-iki-datas_adjust.h b/level_0/f_iki/tests/unit/c/test-iki-datas_adjust.h index 69d3c547e..b91733e3e 100644 --- a/level_0/f_iki/tests/unit/c/test-iki-datas_adjust.h +++ b/level_0/f_iki/tests/unit/c/test-iki-datas_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_iki/tests/unit/c/test-iki-datas_append.h b/level_0/f_iki/tests/unit/c/test-iki-datas_append.h index 1467f37f7..ffce715c1 100644 --- a/level_0/f_iki/tests/unit/c/test-iki-datas_append.h +++ b/level_0/f_iki/tests/unit/c/test-iki-datas_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_iki/tests/unit/c/test-iki-datas_append_all.h b/level_0/f_iki/tests/unit/c/test-iki-datas_append_all.h index 35c22e3e6..3e52fe886 100644 --- a/level_0/f_iki/tests/unit/c/test-iki-datas_append_all.h +++ b/level_0/f_iki/tests/unit/c/test-iki-datas_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_iki/tests/unit/c/test-iki-datas_decimate_by.h b/level_0/f_iki/tests/unit/c/test-iki-datas_decimate_by.h index 820682255..b7f171c64 100644 --- a/level_0/f_iki/tests/unit/c/test-iki-datas_decimate_by.h +++ b/level_0/f_iki/tests/unit/c/test-iki-datas_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_iki/tests/unit/c/test-iki-datas_decrease_by.h b/level_0/f_iki/tests/unit/c/test-iki-datas_decrease_by.h index fe3375565..49dcf63be 100644 --- a/level_0/f_iki/tests/unit/c/test-iki-datas_decrease_by.h +++ b/level_0/f_iki/tests/unit/c/test-iki-datas_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_iki/tests/unit/c/test-iki-datas_increase.h b/level_0/f_iki/tests/unit/c/test-iki-datas_increase.h index 289e2ba9b..e5d7e50cb 100644 --- a/level_0/f_iki/tests/unit/c/test-iki-datas_increase.h +++ b/level_0/f_iki/tests/unit/c/test-iki-datas_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_iki/tests/unit/c/test-iki-datas_increase_by.h b/level_0/f_iki/tests/unit/c/test-iki-datas_increase_by.h index 2c8ddb903..0cd2f7d63 100644 --- a/level_0/f_iki/tests/unit/c/test-iki-datas_increase_by.h +++ b/level_0/f_iki/tests/unit/c/test-iki-datas_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_iki/tests/unit/c/test-iki-datas_resize.h b/level_0/f_iki/tests/unit/c/test-iki-datas_resize.h index 901b966ed..52b3f876c 100644 --- a/level_0/f_iki/tests/unit/c/test-iki-datas_resize.h +++ b/level_0/f_iki/tests/unit/c/test-iki-datas_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_iki/tests/unit/c/test-iki-datass_adjust.h b/level_0/f_iki/tests/unit/c/test-iki-datass_adjust.h index 304ea4190..15d4b8b53 100644 --- a/level_0/f_iki/tests/unit/c/test-iki-datass_adjust.h +++ b/level_0/f_iki/tests/unit/c/test-iki-datass_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_iki/tests/unit/c/test-iki-datass_append.h b/level_0/f_iki/tests/unit/c/test-iki-datass_append.h index 924d4a210..a08038e5e 100644 --- a/level_0/f_iki/tests/unit/c/test-iki-datass_append.h +++ b/level_0/f_iki/tests/unit/c/test-iki-datass_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_iki/tests/unit/c/test-iki-datass_append_all.h b/level_0/f_iki/tests/unit/c/test-iki-datass_append_all.h index 688b57362..3a39b89be 100644 --- a/level_0/f_iki/tests/unit/c/test-iki-datass_append_all.h +++ b/level_0/f_iki/tests/unit/c/test-iki-datass_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_iki/tests/unit/c/test-iki-datass_decimate_by.h b/level_0/f_iki/tests/unit/c/test-iki-datass_decimate_by.h index 764227529..1e971fb8f 100644 --- a/level_0/f_iki/tests/unit/c/test-iki-datass_decimate_by.h +++ b/level_0/f_iki/tests/unit/c/test-iki-datass_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_iki/tests/unit/c/test-iki-datass_decrease_by.h b/level_0/f_iki/tests/unit/c/test-iki-datass_decrease_by.h index c022ce7b2..976215697 100644 --- a/level_0/f_iki/tests/unit/c/test-iki-datass_decrease_by.h +++ b/level_0/f_iki/tests/unit/c/test-iki-datass_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_iki/tests/unit/c/test-iki-datass_increase.h b/level_0/f_iki/tests/unit/c/test-iki-datass_increase.h index 43b7f66f1..d90ece029 100644 --- a/level_0/f_iki/tests/unit/c/test-iki-datass_increase.h +++ b/level_0/f_iki/tests/unit/c/test-iki-datass_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_iki/tests/unit/c/test-iki-datass_increase_by.h b/level_0/f_iki/tests/unit/c/test-iki-datass_increase_by.h index f77e1963c..05616f5f9 100644 --- a/level_0/f_iki/tests/unit/c/test-iki-datass_increase_by.h +++ b/level_0/f_iki/tests/unit/c/test-iki-datass_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_iki/tests/unit/c/test-iki-datass_resize.h b/level_0/f_iki/tests/unit/c/test-iki-datass_resize.h index 9ee0a01f5..bc6fba351 100644 --- a/level_0/f_iki/tests/unit/c/test-iki-datass_resize.h +++ b/level_0/f_iki/tests/unit/c/test-iki-datass_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_iki/tests/unit/c/test-iki-object_is.h b/level_0/f_iki/tests/unit/c/test-iki-object_is.h index 95a075cbb..173568f46 100644 --- a/level_0/f_iki/tests/unit/c/test-iki-object_is.h +++ b/level_0/f_iki/tests/unit/c/test-iki-object_is.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: IKI - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the iki project. diff --git a/level_0/f_iki/tests/unit/c/test-iki-object_partial_is.h b/level_0/f_iki/tests/unit/c/test-iki-object_partial_is.h index c51933c30..7e0d911e9 100644 --- a/level_0/f_iki/tests/unit/c/test-iki-object_partial_is.h +++ b/level_0/f_iki/tests/unit/c/test-iki-object_partial_is.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: IKI - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the iki project. diff --git a/level_0/f_iki/tests/unit/c/test-iki-read.h b/level_0/f_iki/tests/unit/c/test-iki-read.h index 282c1c38e..6d2adf857 100644 --- a/level_0/f_iki/tests/unit/c/test-iki-read.h +++ b/level_0/f_iki/tests/unit/c/test-iki-read.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: IKI - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the iki project. diff --git a/level_0/f_iki/tests/unit/c/test-iki.h b/level_0/f_iki/tests/unit/c/test-iki.h index 4e5c148c6..1ea5115ba 100644 --- a/level_0/f_iki/tests/unit/c/test-iki.h +++ b/level_0/f_iki/tests/unit/c/test-iki.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: IKI - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the iki project. diff --git a/level_0/f_limit/c/limit.h b/level_0/f_limit/c/limit.h index 287fb9ac0..dc02b6937 100644 --- a/level_0/f_limit/c/limit.h +++ b/level_0/f_limit/c/limit.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Limit - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides limit related functionality. diff --git a/level_0/f_limit/c/limit/private-set.h b/level_0/f_limit/c/limit/private-set.h index 2bc121030..6951b9c2d 100644 --- a/level_0/f_limit/c/limit/private-set.h +++ b/level_0/f_limit/c/limit/private-set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Limit - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_limit/c/limit/private-value.h b/level_0/f_limit/c/limit/private-value.h index e739b1c15..005399e5c 100644 --- a/level_0/f_limit/c/limit/private-value.h +++ b/level_0/f_limit/c/limit/private-value.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Limit - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_limit/c/limit/set.h b/level_0/f_limit/c/limit/set.h index 1eaf2d527..4899d2c32 100644 --- a/level_0/f_limit/c/limit/set.h +++ b/level_0/f_limit/c/limit/set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Limit - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by limit related functionality. diff --git a/level_0/f_limit/c/limit/value.h b/level_0/f_limit/c/limit/value.h index 210fccbb8..50a28fc1a 100644 --- a/level_0/f_limit/c/limit/value.h +++ b/level_0/f_limit/c/limit/value.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Limit - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by limit related functionality. diff --git a/level_0/f_limit/data/build/settings b/level_0/f_limit/data/build/settings index 3cc56d56c..a1efcbd12 100644 --- a/level_0/f_limit/data/build/settings +++ b/level_0/f_limit/data/build/settings @@ -3,8 +3,8 @@ build_name f_limit version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_limit/data/build/settings-mocks b/level_0/f_limit/data/build/settings-mocks index 8f481dc5a..d0ef9df14 100644 --- a/level_0/f_limit/data/build/settings-mocks +++ b/level_0/f_limit/data/build/settings-mocks @@ -3,8 +3,8 @@ build_name f_limit version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_limit/data/build/settings-tests b/level_0/f_limit/data/build/settings-tests index 21ac31afb..ad1ab85ed 100644 --- a/level_0/f_limit/data/build/settings-tests +++ b/level_0/f_limit/data/build/settings-tests @@ -8,8 +8,8 @@ build_name test-f_limit version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file major version_target major diff --git a/level_0/f_limit/tests/unit/c/mock-limit.h b/level_0/f_limit/tests/unit/c/mock-limit.h index 28ec1e549..2a564f2a2 100644 --- a/level_0/f_limit/tests/unit/c/mock-limit.h +++ b/level_0/f_limit/tests/unit/c/mock-limit.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Limit - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the limit project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-process.h b/level_0/f_limit/tests/unit/c/test-limit-process.h index f746b083b..9b00d1c7c 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-process.h +++ b/level_0/f_limit/tests/unit/c/test-limit-process.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Limit - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the limit project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-sets_adjust.h b/level_0/f_limit/tests/unit/c/test-limit-sets_adjust.h index a9f2f0561..a3196741d 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-sets_adjust.h +++ b/level_0/f_limit/tests/unit/c/test-limit-sets_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Limit - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the limit project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-sets_append.h b/level_0/f_limit/tests/unit/c/test-limit-sets_append.h index 71dd72f31..378e585bd 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-sets_append.h +++ b/level_0/f_limit/tests/unit/c/test-limit-sets_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Limit - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the limit project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-sets_append_all.h b/level_0/f_limit/tests/unit/c/test-limit-sets_append_all.h index 6371ff760..80c10bb72 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-sets_append_all.h +++ b/level_0/f_limit/tests/unit/c/test-limit-sets_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Limit - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the limit project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-sets_decimate_by.h b/level_0/f_limit/tests/unit/c/test-limit-sets_decimate_by.h index b8ce76806..b8b557c1d 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-sets_decimate_by.h +++ b/level_0/f_limit/tests/unit/c/test-limit-sets_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Limit - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the limit project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-sets_decrease_by.h b/level_0/f_limit/tests/unit/c/test-limit-sets_decrease_by.h index dedcb877e..b74f117a7 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-sets_decrease_by.h +++ b/level_0/f_limit/tests/unit/c/test-limit-sets_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Limit - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the limit project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-sets_increase.h b/level_0/f_limit/tests/unit/c/test-limit-sets_increase.h index 96387ff44..791d5ab79 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-sets_increase.h +++ b/level_0/f_limit/tests/unit/c/test-limit-sets_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Limit - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the limit project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-sets_increase_by.h b/level_0/f_limit/tests/unit/c/test-limit-sets_increase_by.h index 60d7f1d81..3f1df1358 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-sets_increase_by.h +++ b/level_0/f_limit/tests/unit/c/test-limit-sets_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Limit - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the limit project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-sets_resize.h b/level_0/f_limit/tests/unit/c/test-limit-sets_resize.h index c4562d97a..fae604391 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-sets_resize.h +++ b/level_0/f_limit/tests/unit/c/test-limit-sets_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Limit - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the limit project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-setss_adjust.h b/level_0/f_limit/tests/unit/c/test-limit-setss_adjust.h index 862e19236..a08179c00 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-setss_adjust.h +++ b/level_0/f_limit/tests/unit/c/test-limit-setss_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-setss_append.h b/level_0/f_limit/tests/unit/c/test-limit-setss_append.h index a29fed8df..704287ac0 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-setss_append.h +++ b/level_0/f_limit/tests/unit/c/test-limit-setss_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-setss_append_all.h b/level_0/f_limit/tests/unit/c/test-limit-setss_append_all.h index 696e35ea6..2f0c36084 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-setss_append_all.h +++ b/level_0/f_limit/tests/unit/c/test-limit-setss_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-setss_decimate_by.h b/level_0/f_limit/tests/unit/c/test-limit-setss_decimate_by.h index 265644c34..400dbbf1e 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-setss_decimate_by.h +++ b/level_0/f_limit/tests/unit/c/test-limit-setss_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-setss_decrease_by.h b/level_0/f_limit/tests/unit/c/test-limit-setss_decrease_by.h index 30989487c..0c985ff8c 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-setss_decrease_by.h +++ b/level_0/f_limit/tests/unit/c/test-limit-setss_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-setss_increase.h b/level_0/f_limit/tests/unit/c/test-limit-setss_increase.h index 121d2710d..ebac136b6 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-setss_increase.h +++ b/level_0/f_limit/tests/unit/c/test-limit-setss_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-setss_increase_by.h b/level_0/f_limit/tests/unit/c/test-limit-setss_increase_by.h index 320fa11b3..306ef1fcd 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-setss_increase_by.h +++ b/level_0/f_limit/tests/unit/c/test-limit-setss_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-setss_resize.h b/level_0/f_limit/tests/unit/c/test-limit-setss_resize.h index 247ea69d4..ba5984c01 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-setss_resize.h +++ b/level_0/f_limit/tests/unit/c/test-limit-setss_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-values_adjust.h b/level_0/f_limit/tests/unit/c/test-limit-values_adjust.h index 3c7ee55a4..6224e4038 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-values_adjust.h +++ b/level_0/f_limit/tests/unit/c/test-limit-values_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Limit - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the limit project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-values_append.h b/level_0/f_limit/tests/unit/c/test-limit-values_append.h index 027db3722..64fddcf71 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-values_append.h +++ b/level_0/f_limit/tests/unit/c/test-limit-values_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Limit - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the limit project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-values_append_all.h b/level_0/f_limit/tests/unit/c/test-limit-values_append_all.h index a9e5942fa..b93f5bf37 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-values_append_all.h +++ b/level_0/f_limit/tests/unit/c/test-limit-values_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Limit - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the limit project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-values_decimate_by.h b/level_0/f_limit/tests/unit/c/test-limit-values_decimate_by.h index b6765e2dc..b36609920 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-values_decimate_by.h +++ b/level_0/f_limit/tests/unit/c/test-limit-values_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Limit - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the limit project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-values_decrease_by.h b/level_0/f_limit/tests/unit/c/test-limit-values_decrease_by.h index ca686a1e0..a4178c47f 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-values_decrease_by.h +++ b/level_0/f_limit/tests/unit/c/test-limit-values_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Limit - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the limit project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-values_increase.h b/level_0/f_limit/tests/unit/c/test-limit-values_increase.h index fd7a1f1ac..d5fe58148 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-values_increase.h +++ b/level_0/f_limit/tests/unit/c/test-limit-values_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Limit - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the limit project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-values_increase_by.h b/level_0/f_limit/tests/unit/c/test-limit-values_increase_by.h index a216abaa3..c85abf19f 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-values_increase_by.h +++ b/level_0/f_limit/tests/unit/c/test-limit-values_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Limit - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the limit project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-values_resize.h b/level_0/f_limit/tests/unit/c/test-limit-values_resize.h index 09a095276..b82780faa 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-values_resize.h +++ b/level_0/f_limit/tests/unit/c/test-limit-values_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Limit - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the limit project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-valuess_adjust.h b/level_0/f_limit/tests/unit/c/test-limit-valuess_adjust.h index c3dc2a583..3a492eecc 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-valuess_adjust.h +++ b/level_0/f_limit/tests/unit/c/test-limit-valuess_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-valuess_append.h b/level_0/f_limit/tests/unit/c/test-limit-valuess_append.h index da69f38ff..117385a8d 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-valuess_append.h +++ b/level_0/f_limit/tests/unit/c/test-limit-valuess_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-valuess_append_all.h b/level_0/f_limit/tests/unit/c/test-limit-valuess_append_all.h index 1bd9b93f6..ffe4148f3 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-valuess_append_all.h +++ b/level_0/f_limit/tests/unit/c/test-limit-valuess_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-valuess_decimate_by.h b/level_0/f_limit/tests/unit/c/test-limit-valuess_decimate_by.h index fe735442c..22c4bc101 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-valuess_decimate_by.h +++ b/level_0/f_limit/tests/unit/c/test-limit-valuess_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-valuess_decrease_by.h b/level_0/f_limit/tests/unit/c/test-limit-valuess_decrease_by.h index e969828cb..ae5a7fd1c 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-valuess_decrease_by.h +++ b/level_0/f_limit/tests/unit/c/test-limit-valuess_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-valuess_increase.h b/level_0/f_limit/tests/unit/c/test-limit-valuess_increase.h index 7d58fdd19..d4465ad96 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-valuess_increase.h +++ b/level_0/f_limit/tests/unit/c/test-limit-valuess_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-valuess_increase_by.h b/level_0/f_limit/tests/unit/c/test-limit-valuess_increase_by.h index 11c2f71dc..89b0f245b 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-valuess_increase_by.h +++ b/level_0/f_limit/tests/unit/c/test-limit-valuess_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_limit/tests/unit/c/test-limit-valuess_resize.h b/level_0/f_limit/tests/unit/c/test-limit-valuess_resize.h index 3a43cf361..b4f3aa1af 100644 --- a/level_0/f_limit/tests/unit/c/test-limit-valuess_resize.h +++ b/level_0/f_limit/tests/unit/c/test-limit-valuess_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_limit/tests/unit/c/test-limit.h b/level_0/f_limit/tests/unit/c/test-limit.h index 9a8510eb7..2cfec99ec 100644 --- a/level_0/f_limit/tests/unit/c/test-limit.h +++ b/level_0/f_limit/tests/unit/c/test-limit.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Limit - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the limit project. diff --git a/level_0/f_memory/c/memory.h b/level_0/f_memory/c/memory.h index 1aa1a0b84..043d333a7 100644 --- a/level_0/f_memory/c/memory.h +++ b/level_0/f_memory/c/memory.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Memory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provide means to use memory routines, with error checking. diff --git a/level_0/f_memory/c/memory/common.h b/level_0/f_memory/c/memory/common.h index 821c82b1b..2bc9bbf28 100644 --- a/level_0/f_memory/c/memory/common.h +++ b/level_0/f_memory/c/memory/common.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Memory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines iki common data. diff --git a/level_0/f_memory/c/memory/structure.h b/level_0/f_memory/c/memory/structure.h index 5600a570a..3cc5445e3 100644 --- a/level_0/f_memory/c/memory/structure.h +++ b/level_0/f_memory/c/memory/structure.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Memory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines memory structure data. diff --git a/level_0/f_memory/c/private-memory.h b/level_0/f_memory/c/private-memory.h index 5a0d33865..1eb4c2ceb 100644 --- a/level_0/f_memory/c/private-memory.h +++ b/level_0/f_memory/c/private-memory.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Memory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_memory/data/build/settings b/level_0/f_memory/data/build/settings index ea8e8257a..1dadb0d03 100644 --- a/level_0/f_memory/data/build/settings +++ b/level_0/f_memory/data/build/settings @@ -3,8 +3,8 @@ build_name f_memory version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_memory/tests/unit/c/test-memory-adjust.h b/level_0/f_memory/tests/unit/c/test-memory-adjust.h index 7436da51e..9f7a38329 100644 --- a/level_0/f_memory/tests/unit/c/test-memory-adjust.h +++ b/level_0/f_memory/tests/unit/c/test-memory-adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Memory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the memory project. diff --git a/level_0/f_memory/tests/unit/c/test-memory-delete.h b/level_0/f_memory/tests/unit/c/test-memory-delete.h index b840a322b..0e41ec84e 100644 --- a/level_0/f_memory/tests/unit/c/test-memory-delete.h +++ b/level_0/f_memory/tests/unit/c/test-memory-delete.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Memory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the memory project. diff --git a/level_0/f_memory/tests/unit/c/test-memory-destroy.h b/level_0/f_memory/tests/unit/c/test-memory-destroy.h index ab9d4b159..5a003997e 100644 --- a/level_0/f_memory/tests/unit/c/test-memory-destroy.h +++ b/level_0/f_memory/tests/unit/c/test-memory-destroy.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Memory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the memory project. diff --git a/level_0/f_memory/tests/unit/c/test-memory-new.h b/level_0/f_memory/tests/unit/c/test-memory-new.h index 4fdb6d302..8e717c553 100644 --- a/level_0/f_memory/tests/unit/c/test-memory-new.h +++ b/level_0/f_memory/tests/unit/c/test-memory-new.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Memory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the memory project. diff --git a/level_0/f_memory/tests/unit/c/test-memory-new_aligned.h b/level_0/f_memory/tests/unit/c/test-memory-new_aligned.h index 8c4e6e95f..5169db1ed 100644 --- a/level_0/f_memory/tests/unit/c/test-memory-new_aligned.h +++ b/level_0/f_memory/tests/unit/c/test-memory-new_aligned.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Memory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the memory project. diff --git a/level_0/f_memory/tests/unit/c/test-memory-resize.h b/level_0/f_memory/tests/unit/c/test-memory-resize.h index ca8c5b655..f80649698 100644 --- a/level_0/f_memory/tests/unit/c/test-memory-resize.h +++ b/level_0/f_memory/tests/unit/c/test-memory-resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Memory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the memory project. diff --git a/level_0/f_memory/tests/unit/c/test-memory.h b/level_0/f_memory/tests/unit/c/test-memory.h index 880da15bc..30dadbe2d 100644 --- a/level_0/f_memory/tests/unit/c/test-memory.h +++ b/level_0/f_memory/tests/unit/c/test-memory.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Memory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the memory project. diff --git a/level_0/f_path/c/path.h b/level_0/f_path/c/path.h index 9393d14d3..e07a5c66b 100644 --- a/level_0/f_path/c/path.h +++ b/level_0/f_path/c/path.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Path - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provide path-related functionality. diff --git a/level_0/f_path/c/path/common.h b/level_0/f_path/c/path/common.h index 8793afc6c..b883416d0 100644 --- a/level_0/f_path/c/path/common.h +++ b/level_0/f_path/c/path/common.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Path - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project path. diff --git a/level_0/f_path/c/private-path.h b/level_0/f_path/c/private-path.h index 8ee7898a3..a8ec6ac11 100644 --- a/level_0/f_path/c/private-path.h +++ b/level_0/f_path/c/private-path.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Path - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_path/data/build/settings b/level_0/f_path/data/build/settings index 9d14462cf..b21e812c2 100644 --- a/level_0/f_path/data/build/settings +++ b/level_0/f_path/data/build/settings @@ -3,8 +3,8 @@ build_name f_path version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_path/data/build/settings-mocks b/level_0/f_path/data/build/settings-mocks index 656491745..6dbb759de 100644 --- a/level_0/f_path/data/build/settings-mocks +++ b/level_0/f_path/data/build/settings-mocks @@ -13,8 +13,8 @@ build_name f_path version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_path/data/build/settings-tests b/level_0/f_path/data/build/settings-tests index a1dbcb11a..baad1ef4e 100644 --- a/level_0/f_path/data/build/settings-tests +++ b/level_0/f_path/data/build/settings-tests @@ -8,8 +8,8 @@ build_name test-f_path version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file major version_target major diff --git a/level_0/f_path/tests/unit/c/mock-path.h b/level_0/f_path/tests/unit/c/mock-path.h index 505eea4f5..93249b173 100644 --- a/level_0/f_path/tests/unit/c/mock-path.h +++ b/level_0/f_path/tests/unit/c/mock-path.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Path - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the path project. diff --git a/level_0/f_path/tests/unit/c/test-path-change.h b/level_0/f_path/tests/unit/c/test-path-change.h index 9bc56ee1c..2362b8e76 100644 --- a/level_0/f_path/tests/unit/c/test-path-change.h +++ b/level_0/f_path/tests/unit/c/test-path-change.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Path - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the path project. diff --git a/level_0/f_path/tests/unit/c/test-path-change_at.h b/level_0/f_path/tests/unit/c/test-path-change_at.h index c1e79dd77..9543f97f4 100644 --- a/level_0/f_path/tests/unit/c/test-path-change_at.h +++ b/level_0/f_path/tests/unit/c/test-path-change_at.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Path - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the path project. diff --git a/level_0/f_path/tests/unit/c/test-path-current.h b/level_0/f_path/tests/unit/c/test-path-current.h index 17084324e..db1787d9a 100644 --- a/level_0/f_path/tests/unit/c/test-path-current.h +++ b/level_0/f_path/tests/unit/c/test-path-current.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Path - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the path project. diff --git a/level_0/f_path/tests/unit/c/test-path-directory_cleanup.h b/level_0/f_path/tests/unit/c/test-path-directory_cleanup.h index 2b67a89dc..6bea3c8bc 100644 --- a/level_0/f_path/tests/unit/c/test-path-directory_cleanup.h +++ b/level_0/f_path/tests/unit/c/test-path-directory_cleanup.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Path - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the path project. diff --git a/level_0/f_path/tests/unit/c/test-path-is.h b/level_0/f_path/tests/unit/c/test-path-is.h index b42dab8e6..62fca0615 100644 --- a/level_0/f_path/tests/unit/c/test-path-is.h +++ b/level_0/f_path/tests/unit/c/test-path-is.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Path - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the path project. diff --git a/level_0/f_path/tests/unit/c/test-path-is_absolute.h b/level_0/f_path/tests/unit/c/test-path-is_absolute.h index c31444bf7..42af8df0a 100644 --- a/level_0/f_path/tests/unit/c/test-path-is_absolute.h +++ b/level_0/f_path/tests/unit/c/test-path-is_absolute.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Path - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the path project. diff --git a/level_0/f_path/tests/unit/c/test-path-is_relative.h b/level_0/f_path/tests/unit/c/test-path-is_relative.h index 6ee94aa06..4a315e806 100644 --- a/level_0/f_path/tests/unit/c/test-path-is_relative.h +++ b/level_0/f_path/tests/unit/c/test-path-is_relative.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Path - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the path project. diff --git a/level_0/f_path/tests/unit/c/test-path-is_relative_current.h b/level_0/f_path/tests/unit/c/test-path-is_relative_current.h index 90ca5a6f0..92db1cf89 100644 --- a/level_0/f_path/tests/unit/c/test-path-is_relative_current.h +++ b/level_0/f_path/tests/unit/c/test-path-is_relative_current.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Path - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the path project. diff --git a/level_0/f_path/tests/unit/c/test-path-real.h b/level_0/f_path/tests/unit/c/test-path-real.h index 794eaacd0..0012af6ff 100644 --- a/level_0/f_path/tests/unit/c/test-path-real.h +++ b/level_0/f_path/tests/unit/c/test-path-real.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Path - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the path project. diff --git a/level_0/f_path/tests/unit/c/test-path.h b/level_0/f_path/tests/unit/c/test-path.h index a8fb8276e..9a5d4b194 100644 --- a/level_0/f_path/tests/unit/c/test-path.h +++ b/level_0/f_path/tests/unit/c/test-path.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Path - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the path project. diff --git a/level_0/f_pipe/c/pipe.h b/level_0/f_pipe/c/pipe.h index 063122f69..1d7056c2f 100644 --- a/level_0/f_pipe/c/pipe.h +++ b/level_0/f_pipe/c/pipe.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Pipe - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides pipe functionality. diff --git a/level_0/f_pipe/data/build/settings b/level_0/f_pipe/data/build/settings index 5e5197996..2458bf844 100644 --- a/level_0/f_pipe/data/build/settings +++ b/level_0/f_pipe/data/build/settings @@ -3,8 +3,8 @@ build_name f_pipe version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_pipe/data/build/settings-mocks b/level_0/f_pipe/data/build/settings-mocks index e3760febf..fb72ca825 100644 --- a/level_0/f_pipe/data/build/settings-mocks +++ b/level_0/f_pipe/data/build/settings-mocks @@ -3,8 +3,8 @@ build_name f_pipe version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_pipe/data/build/settings-tests b/level_0/f_pipe/data/build/settings-tests index 1df86f70c..759fbcd5f 100644 --- a/level_0/f_pipe/data/build/settings-tests +++ b/level_0/f_pipe/data/build/settings-tests @@ -8,8 +8,8 @@ build_name test-f_pipe version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file major version_target major diff --git a/level_0/f_pipe/tests/unit/c/mock-pipe.h b/level_0/f_pipe/tests/unit/c/mock-pipe.h index 2b42a617d..ec74b8adf 100644 --- a/level_0/f_pipe/tests/unit/c/mock-pipe.h +++ b/level_0/f_pipe/tests/unit/c/mock-pipe.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Pipe - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the pipe project. diff --git a/level_0/f_pipe/tests/unit/c/test-pipe-debug_exists.h b/level_0/f_pipe/tests/unit/c/test-pipe-debug_exists.h index 573d299ca..069baec5f 100644 --- a/level_0/f_pipe/tests/unit/c/test-pipe-debug_exists.h +++ b/level_0/f_pipe/tests/unit/c/test-pipe-debug_exists.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Pipe - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the pipe project. diff --git a/level_0/f_pipe/tests/unit/c/test-pipe-error_exists.h b/level_0/f_pipe/tests/unit/c/test-pipe-error_exists.h index 2c38f5424..80a8328e0 100644 --- a/level_0/f_pipe/tests/unit/c/test-pipe-error_exists.h +++ b/level_0/f_pipe/tests/unit/c/test-pipe-error_exists.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Pipe - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the pipe project. diff --git a/level_0/f_pipe/tests/unit/c/test-pipe-input_exists.h b/level_0/f_pipe/tests/unit/c/test-pipe-input_exists.h index 1cda8d9c4..a04a31e16 100644 --- a/level_0/f_pipe/tests/unit/c/test-pipe-input_exists.h +++ b/level_0/f_pipe/tests/unit/c/test-pipe-input_exists.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Pipe - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the pipe project. diff --git a/level_0/f_pipe/tests/unit/c/test-pipe-warning_exists.h b/level_0/f_pipe/tests/unit/c/test-pipe-warning_exists.h index 8854b9cf1..563a6c07d 100644 --- a/level_0/f_pipe/tests/unit/c/test-pipe-warning_exists.h +++ b/level_0/f_pipe/tests/unit/c/test-pipe-warning_exists.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Pipe - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the pipe project. diff --git a/level_0/f_pipe/tests/unit/c/test-pipe.h b/level_0/f_pipe/tests/unit/c/test-pipe.h index ee9bb51ac..20858ee88 100644 --- a/level_0/f_pipe/tests/unit/c/test-pipe.h +++ b/level_0/f_pipe/tests/unit/c/test-pipe.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Pipe - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the pipe project. diff --git a/level_0/f_print/c/print.h b/level_0/f_print/c/print.h index 8797a50e5..a994bd4a6 100644 --- a/level_0/f_print/c/print.h +++ b/level_0/f_print/c/print.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides some standard printing functions not available in a libc. diff --git a/level_0/f_print/c/print/common.h b/level_0/f_print/c/print/common.h index 26a1fce81..025997385 100644 --- a/level_0/f_print/c/print/common.h +++ b/level_0/f_print/c/print/common.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project print. diff --git a/level_0/f_print/c/print/private-to.h b/level_0/f_print/c/print/private-to.h index 6caff8b6a..99a49586e 100644 --- a/level_0/f_print/c/print/private-to.h +++ b/level_0/f_print/c/print/private-to.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_print/c/print/to.h b/level_0/f_print/c/print/to.h index c1b68bc70..0aa960c26 100644 --- a/level_0/f_print/c/print/to.h +++ b/level_0/f_print/c/print/to.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines print_to_* variants of print functins to be used for/by project print. diff --git a/level_0/f_print/c/private-print.h b/level_0/f_print/c/private-print.h index 1d597be5d..d580e8ecc 100644 --- a/level_0/f_print/c/private-print.h +++ b/level_0/f_print/c/private-print.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_print/data/build/settings b/level_0/f_print/data/build/settings index a2f3fdacf..eec9dcd97 100644 --- a/level_0/f_print/data/build/settings +++ b/level_0/f_print/data/build/settings @@ -3,8 +3,8 @@ build_name f_print version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_print/data/build/settings-mocks b/level_0/f_print/data/build/settings-mocks index 775cad18f..0633159aa 100644 --- a/level_0/f_print/data/build/settings-mocks +++ b/level_0/f_print/data/build/settings-mocks @@ -13,8 +13,8 @@ build_name f_print version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_print/data/build/settings-tests b/level_0/f_print/data/build/settings-tests index 93f9f252b..5eb1c838a 100644 --- a/level_0/f_print/data/build/settings-tests +++ b/level_0/f_print/data/build/settings-tests @@ -8,8 +8,8 @@ build_name test-f_print version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file major version_target major diff --git a/level_0/f_print/tests/unit/c/mock-print.h b/level_0/f_print/tests/unit/c/mock-print.h index bd3dae48c..c061f0b26 100644 --- a/level_0/f_print/tests/unit/c/mock-print.h +++ b/level_0/f_print/tests/unit/c/mock-print.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-.h b/level_0/f_print/tests/unit/c/test-print-.h index 395cdf881..f57918a19 100644 --- a/level_0/f_print/tests/unit/c/test-print-.h +++ b/level_0/f_print/tests/unit/c/test-print-.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-character.h b/level_0/f_print/tests/unit/c/test-print-character.h index 8bf9b93c4..7e7c5c5a7 100644 --- a/level_0/f_print/tests/unit/c/test-print-character.h +++ b/level_0/f_print/tests/unit/c/test-print-character.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-character_safely.h b/level_0/f_print/tests/unit/c/test-print-character_safely.h index 70f70e60b..38159bf78 100644 --- a/level_0/f_print/tests/unit/c/test-print-character_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-character_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-character_safely_get.h b/level_0/f_print/tests/unit/c/test-print-character_safely_get.h index cfca3449c..55a4f9e49 100644 --- a/level_0/f_print/tests/unit/c/test-print-character_safely_get.h +++ b/level_0/f_print/tests/unit/c/test-print-character_safely_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-dynamic.h b/level_0/f_print/tests/unit/c/test-print-dynamic.h index 90969d744..b961e5bc2 100644 --- a/level_0/f_print/tests/unit/c/test-print-dynamic.h +++ b/level_0/f_print/tests/unit/c/test-print-dynamic.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-dynamic_partial.h b/level_0/f_print/tests/unit/c/test-print-dynamic_partial.h index 0cfb6d57b..3952e2e06 100644 --- a/level_0/f_print/tests/unit/c/test-print-dynamic_partial.h +++ b/level_0/f_print/tests/unit/c/test-print-dynamic_partial.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-dynamic_partial_raw.h b/level_0/f_print/tests/unit/c/test-print-dynamic_partial_raw.h index e81f1d1a2..fe34f86ab 100644 --- a/level_0/f_print/tests/unit/c/test-print-dynamic_partial_raw.h +++ b/level_0/f_print/tests/unit/c/test-print-dynamic_partial_raw.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-dynamic_partial_raw_safely.h b/level_0/f_print/tests/unit/c/test-print-dynamic_partial_raw_safely.h index c82bd5660..7c62a630f 100644 --- a/level_0/f_print/tests/unit/c/test-print-dynamic_partial_raw_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-dynamic_partial_raw_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-dynamic_partial_safely.h b/level_0/f_print/tests/unit/c/test-print-dynamic_partial_safely.h index 27961991b..4e9a79804 100644 --- a/level_0/f_print/tests/unit/c/test-print-dynamic_partial_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-dynamic_partial_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-dynamic_raw.h b/level_0/f_print/tests/unit/c/test-print-dynamic_raw.h index 770f04e47..952387050 100644 --- a/level_0/f_print/tests/unit/c/test-print-dynamic_raw.h +++ b/level_0/f_print/tests/unit/c/test-print-dynamic_raw.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-dynamic_raw_safely.h b/level_0/f_print/tests/unit/c/test-print-dynamic_raw_safely.h index 6b1923243..f6ce51c25 100644 --- a/level_0/f_print/tests/unit/c/test-print-dynamic_raw_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-dynamic_raw_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-dynamic_safely.h b/level_0/f_print/tests/unit/c/test-print-dynamic_safely.h index 99d48016a..8b600b24e 100644 --- a/level_0/f_print/tests/unit/c/test-print-dynamic_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-dynamic_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-except.h b/level_0/f_print/tests/unit/c/test-print-except.h index 611dede90..8e97d21c0 100644 --- a/level_0/f_print/tests/unit/c/test-print-except.h +++ b/level_0/f_print/tests/unit/c/test-print-except.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-except_dynamic.h b/level_0/f_print/tests/unit/c/test-print-except_dynamic.h index 3e5085090..2b637533f 100644 --- a/level_0/f_print/tests/unit/c/test-print-except_dynamic.h +++ b/level_0/f_print/tests/unit/c/test-print-except_dynamic.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-except_dynamic_partial.h b/level_0/f_print/tests/unit/c/test-print-except_dynamic_partial.h index 65aa12efa..7fb8bec14 100644 --- a/level_0/f_print/tests/unit/c/test-print-except_dynamic_partial.h +++ b/level_0/f_print/tests/unit/c/test-print-except_dynamic_partial.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-except_dynamic_partial_raw.h b/level_0/f_print/tests/unit/c/test-print-except_dynamic_partial_raw.h index dd3151178..eba293472 100644 --- a/level_0/f_print/tests/unit/c/test-print-except_dynamic_partial_raw.h +++ b/level_0/f_print/tests/unit/c/test-print-except_dynamic_partial_raw.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-except_dynamic_partial_raw_safely.h b/level_0/f_print/tests/unit/c/test-print-except_dynamic_partial_raw_safely.h index 5962a805a..41a837091 100644 --- a/level_0/f_print/tests/unit/c/test-print-except_dynamic_partial_raw_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-except_dynamic_partial_raw_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-except_dynamic_partial_safely.h b/level_0/f_print/tests/unit/c/test-print-except_dynamic_partial_safely.h index dd0d1361c..daf758790 100644 --- a/level_0/f_print/tests/unit/c/test-print-except_dynamic_partial_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-except_dynamic_partial_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-except_dynamic_raw.h b/level_0/f_print/tests/unit/c/test-print-except_dynamic_raw.h index 142209010..e859286e6 100644 --- a/level_0/f_print/tests/unit/c/test-print-except_dynamic_raw.h +++ b/level_0/f_print/tests/unit/c/test-print-except_dynamic_raw.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-except_dynamic_raw_safely.h b/level_0/f_print/tests/unit/c/test-print-except_dynamic_raw_safely.h index 5a4de2105..a8caf6d1b 100644 --- a/level_0/f_print/tests/unit/c/test-print-except_dynamic_raw_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-except_dynamic_raw_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-except_dynamic_safely.h b/level_0/f_print/tests/unit/c/test-print-except_dynamic_safely.h index c9450a259..04bd60e0e 100644 --- a/level_0/f_print/tests/unit/c/test-print-except_dynamic_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-except_dynamic_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-except_in.h b/level_0/f_print/tests/unit/c/test-print-except_in.h index af70aa5e6..abfcb58b5 100644 --- a/level_0/f_print/tests/unit/c/test-print-except_in.h +++ b/level_0/f_print/tests/unit/c/test-print-except_in.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-except_in_dynamic.h b/level_0/f_print/tests/unit/c/test-print-except_in_dynamic.h index 27cd440ec..284661124 100644 --- a/level_0/f_print/tests/unit/c/test-print-except_in_dynamic.h +++ b/level_0/f_print/tests/unit/c/test-print-except_in_dynamic.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_partial.h b/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_partial.h index e0cb56c49..34bd8d636 100644 --- a/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_partial.h +++ b/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_partial.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_partial_raw.h b/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_partial_raw.h index 5cff0490c..b8435ac21 100644 --- a/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_partial_raw.h +++ b/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_partial_raw.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_partial_raw_safely.h b/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_partial_raw_safely.h index bfc03f579..73e3d5d22 100644 --- a/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_partial_raw_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_partial_raw_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_partial_safely.h b/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_partial_safely.h index 420feac51..e2684dda3 100644 --- a/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_partial_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_partial_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_raw.h b/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_raw.h index 0923c6677..7161eb41f 100644 --- a/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_raw.h +++ b/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_raw.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_raw_safely.h b/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_raw_safely.h index 14fbbc3bf..8037c3603 100644 --- a/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_raw_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_raw_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_safely.h b/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_safely.h index 6fb0ee8d6..b70500e09 100644 --- a/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-except_in_dynamic_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-except_in_raw.h b/level_0/f_print/tests/unit/c/test-print-except_in_raw.h index 7ce0af2fb..c4da8dd24 100644 --- a/level_0/f_print/tests/unit/c/test-print-except_in_raw.h +++ b/level_0/f_print/tests/unit/c/test-print-except_in_raw.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-except_in_raw_safely.h b/level_0/f_print/tests/unit/c/test-print-except_in_raw_safely.h index 4bc62a8c4..ca115927c 100644 --- a/level_0/f_print/tests/unit/c/test-print-except_in_raw_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-except_in_raw_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-except_in_safely.h b/level_0/f_print/tests/unit/c/test-print-except_in_safely.h index 07975dff9..d8e01edc7 100644 --- a/level_0/f_print/tests/unit/c/test-print-except_in_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-except_in_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-except_raw.h b/level_0/f_print/tests/unit/c/test-print-except_raw.h index 28ad687a8..8731348ec 100644 --- a/level_0/f_print/tests/unit/c/test-print-except_raw.h +++ b/level_0/f_print/tests/unit/c/test-print-except_raw.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-except_raw_safely.h b/level_0/f_print/tests/unit/c/test-print-except_raw_safely.h index 2700b4d2b..1b86c68cb 100644 --- a/level_0/f_print/tests/unit/c/test-print-except_raw_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-except_raw_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-except_safely.h b/level_0/f_print/tests/unit/c/test-print-except_safely.h index 069deef5b..0fd60bbbd 100644 --- a/level_0/f_print/tests/unit/c/test-print-except_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-except_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-raw.h b/level_0/f_print/tests/unit/c/test-print-raw.h index d3cbf868b..86cda9229 100644 --- a/level_0/f_print/tests/unit/c/test-print-raw.h +++ b/level_0/f_print/tests/unit/c/test-print-raw.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-raw_safely.h b/level_0/f_print/tests/unit/c/test-print-raw_safely.h index 44ca35a96..c6748ce67 100644 --- a/level_0/f_print/tests/unit/c/test-print-raw_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-raw_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-raw_terminated.h b/level_0/f_print/tests/unit/c/test-print-raw_terminated.h index f2242e05e..c61dd352c 100644 --- a/level_0/f_print/tests/unit/c/test-print-raw_terminated.h +++ b/level_0/f_print/tests/unit/c/test-print-raw_terminated.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-safely.h b/level_0/f_print/tests/unit/c/test-print-safely.h index 705de4c97..d76a325dc 100644 --- a/level_0/f_print/tests/unit/c/test-print-safely.h +++ b/level_0/f_print/tests/unit/c/test-print-safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-safely_get.h b/level_0/f_print/tests/unit/c/test-print-safely_get.h index 80a539e9d..d186cb590 100644 --- a/level_0/f_print/tests/unit/c/test-print-safely_get.h +++ b/level_0/f_print/tests/unit/c/test-print-safely_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-safely_terminated.h b/level_0/f_print/tests/unit/c/test-print-safely_terminated.h index e36572596..9217b00db 100644 --- a/level_0/f_print/tests/unit/c/test-print-safely_terminated.h +++ b/level_0/f_print/tests/unit/c/test-print-safely_terminated.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-terminated.h b/level_0/f_print/tests/unit/c/test-print-terminated.h index 2a2960eb5..579ee7b77 100644 --- a/level_0/f_print/tests/unit/c/test-print-terminated.h +++ b/level_0/f_print/tests/unit/c/test-print-terminated.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to.h b/level_0/f_print/tests/unit/c/test-print-to.h index 32049c20d..99459f9df 100644 --- a/level_0/f_print/tests/unit/c/test-print-to.h +++ b/level_0/f_print/tests/unit/c/test-print-to.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_character.h b/level_0/f_print/tests/unit/c/test-print-to_character.h index 61f9a4688..298778dc8 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_character.h +++ b/level_0/f_print/tests/unit/c/test-print-to_character.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_character_safely.h b/level_0/f_print/tests/unit/c/test-print-to_character_safely.h index 01adf406d..f7315c7ed 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_character_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-to_character_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_dynamic.h b/level_0/f_print/tests/unit/c/test-print-to_dynamic.h index e514be7a5..51f6c7ef3 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_dynamic.h +++ b/level_0/f_print/tests/unit/c/test-print-to_dynamic.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_dynamic_partial.h b/level_0/f_print/tests/unit/c/test-print-to_dynamic_partial.h index a6e548274..0e9046dc7 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_dynamic_partial.h +++ b/level_0/f_print/tests/unit/c/test-print-to_dynamic_partial.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_dynamic_partial_raw.h b/level_0/f_print/tests/unit/c/test-print-to_dynamic_partial_raw.h index 7deec2ee8..4c45a5864 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_dynamic_partial_raw.h +++ b/level_0/f_print/tests/unit/c/test-print-to_dynamic_partial_raw.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_dynamic_partial_raw_safely.h b/level_0/f_print/tests/unit/c/test-print-to_dynamic_partial_raw_safely.h index 0168002cb..c5cbe2f77 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_dynamic_partial_raw_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-to_dynamic_partial_raw_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_dynamic_partial_safely.h b/level_0/f_print/tests/unit/c/test-print-to_dynamic_partial_safely.h index b7d267be0..90dbbc25a 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_dynamic_partial_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-to_dynamic_partial_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_dynamic_raw.h b/level_0/f_print/tests/unit/c/test-print-to_dynamic_raw.h index 9c1f63ace..a3ddc1ccc 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_dynamic_raw.h +++ b/level_0/f_print/tests/unit/c/test-print-to_dynamic_raw.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_dynamic_raw_safely.h b/level_0/f_print/tests/unit/c/test-print-to_dynamic_raw_safely.h index 98b94e1c5..94796dcd2 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_dynamic_raw_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-to_dynamic_raw_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_dynamic_safely.h b/level_0/f_print/tests/unit/c/test-print-to_dynamic_safely.h index c731b8b4b..f388df870 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_dynamic_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-to_dynamic_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_except.h b/level_0/f_print/tests/unit/c/test-print-to_except.h index 1695b3921..44c3bb2b5 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_except.h +++ b/level_0/f_print/tests/unit/c/test-print-to_except.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_except_dynamic.h b/level_0/f_print/tests/unit/c/test-print-to_except_dynamic.h index cbd9efee9..1beef6984 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_except_dynamic.h +++ b/level_0/f_print/tests/unit/c/test-print-to_except_dynamic.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_partial.h b/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_partial.h index c0232b595..1058e90c7 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_partial.h +++ b/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_partial.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_partial_raw.h b/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_partial_raw.h index 587ea613c..87ef61fc5 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_partial_raw.h +++ b/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_partial_raw.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_partial_raw_safely.h b/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_partial_raw_safely.h index ff032a352..deec69f00 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_partial_raw_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_partial_raw_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_partial_safely.h b/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_partial_safely.h index dd0584a0c..a3f57a6d4 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_partial_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_partial_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_raw.h b/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_raw.h index 714215908..da5866518 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_raw.h +++ b/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_raw.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_raw_safely.h b/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_raw_safely.h index d89f38f9b..eca588882 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_raw_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_raw_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_safely.h b/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_safely.h index cf25d2afc..a536ae57f 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-to_except_dynamic_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_except_in.h b/level_0/f_print/tests/unit/c/test-print-to_except_in.h index 9ca84a5c1..0ae87be1a 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_except_in.h +++ b/level_0/f_print/tests/unit/c/test-print-to_except_in.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic.h b/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic.h index c511f148e..8d36bd221 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic.h +++ b/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_partial.h b/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_partial.h index 38ad64882..2f53667e2 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_partial.h +++ b/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_partial.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_partial_raw.h b/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_partial_raw.h index 8cbb7fab3..d1b748f5a 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_partial_raw.h +++ b/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_partial_raw.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_partial_raw_safely.h b/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_partial_raw_safely.h index 932f3db94..db1193756 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_partial_raw_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_partial_raw_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_partial_safely.h b/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_partial_safely.h index e20cfb7b4..54d55e464 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_partial_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_partial_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_raw.h b/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_raw.h index ab08e3757..795f0de3b 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_raw.h +++ b/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_raw.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_raw_safely.h b/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_raw_safely.h index ac19e44a8..d2dc5f303 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_raw_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_raw_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_safely.h b/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_safely.h index 57725509b..9dc9143ad 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-to_except_in_dynamic_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_except_in_raw.h b/level_0/f_print/tests/unit/c/test-print-to_except_in_raw.h index 8aab3ab0b..8bdbebfbb 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_except_in_raw.h +++ b/level_0/f_print/tests/unit/c/test-print-to_except_in_raw.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_except_in_raw_safely.h b/level_0/f_print/tests/unit/c/test-print-to_except_in_raw_safely.h index c97adf0e1..1af3733f5 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_except_in_raw_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-to_except_in_raw_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_except_in_safely.h b/level_0/f_print/tests/unit/c/test-print-to_except_in_safely.h index ba78eab0c..06eafe67b 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_except_in_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-to_except_in_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_except_raw.h b/level_0/f_print/tests/unit/c/test-print-to_except_raw.h index d8cbba92a..ccda45879 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_except_raw.h +++ b/level_0/f_print/tests/unit/c/test-print-to_except_raw.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_except_raw_safely.h b/level_0/f_print/tests/unit/c/test-print-to_except_raw_safely.h index f598f6bda..4fe5c3fb8 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_except_raw_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-to_except_raw_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_except_safely.h b/level_0/f_print/tests/unit/c/test-print-to_except_safely.h index 711cdb7d1..d4f913d19 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_except_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-to_except_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_raw.h b/level_0/f_print/tests/unit/c/test-print-to_raw.h index fae364475..c85c25a09 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_raw.h +++ b/level_0/f_print/tests/unit/c/test-print-to_raw.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_raw_safely.h b/level_0/f_print/tests/unit/c/test-print-to_raw_safely.h index 831492d95..32e19216e 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_raw_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-to_raw_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_raw_terminated.h b/level_0/f_print/tests/unit/c/test-print-to_raw_terminated.h index 5344ae6b5..1391921d5 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_raw_terminated.h +++ b/level_0/f_print/tests/unit/c/test-print-to_raw_terminated.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_safely.h b/level_0/f_print/tests/unit/c/test-print-to_safely.h index 742389987..a396d7ae5 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_safely.h +++ b/level_0/f_print/tests/unit/c/test-print-to_safely.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_safely_terminated.h b/level_0/f_print/tests/unit/c/test-print-to_safely_terminated.h index 8e5358daf..bdc29a281 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_safely_terminated.h +++ b/level_0/f_print/tests/unit/c/test-print-to_safely_terminated.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print-to_terminated.h b/level_0/f_print/tests/unit/c/test-print-to_terminated.h index 3bb2b0b7b..9c824d1e7 100644 --- a/level_0/f_print/tests/unit/c/test-print-to_terminated.h +++ b/level_0/f_print/tests/unit/c/test-print-to_terminated.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_print/tests/unit/c/test-print.h b/level_0/f_print/tests/unit/c/test-print.h index db933987d..700c5f540 100644 --- a/level_0/f_print/tests/unit/c/test-print.h +++ b/level_0/f_print/tests/unit/c/test-print.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the print project. diff --git a/level_0/f_serialize/c/private-serialize.h b/level_0/f_serialize/c/private-serialize.h index 400a1e775..1b168e8fe 100644 --- a/level_0/f_serialize/c/private-serialize.h +++ b/level_0/f_serialize/c/private-serialize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Serialize - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_serialize/c/serialize.h b/level_0/f_serialize/c/serialize.h index 6f0526d9b..61cd24fc6 100644 --- a/level_0/f_serialize/c/serialize.h +++ b/level_0/f_serialize/c/serialize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Serialize - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides string processing functionality for what is to be defined as a serialize string. diff --git a/level_0/f_serialize/c/serialize/common.h b/level_0/f_serialize/c/serialize/common.h index 5467848fb..e9ad446c1 100644 --- a/level_0/f_serialize/c/serialize/common.h +++ b/level_0/f_serialize/c/serialize/common.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Serialize - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project serialize. diff --git a/level_0/f_serialize/data/build/settings b/level_0/f_serialize/data/build/settings index 95e4fe772..c0dd13275 100644 --- a/level_0/f_serialize/data/build/settings +++ b/level_0/f_serialize/data/build/settings @@ -3,8 +3,8 @@ build_name f_serialize version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_serialize/data/build/settings-mocks b/level_0/f_serialize/data/build/settings-mocks index d85868317..65eb10cd9 100644 --- a/level_0/f_serialize/data/build/settings-mocks +++ b/level_0/f_serialize/data/build/settings-mocks @@ -13,8 +13,8 @@ build_name f_serialize version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_serialize/data/build/settings-tests b/level_0/f_serialize/data/build/settings-tests index 2e1850339..13f59b79f 100644 --- a/level_0/f_serialize/data/build/settings-tests +++ b/level_0/f_serialize/data/build/settings-tests @@ -8,8 +8,8 @@ build_name test-f_serialize version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file major version_target major diff --git a/level_0/f_serialize/tests/unit/c/test-serialize-from_simple.h b/level_0/f_serialize/tests/unit/c/test-serialize-from_simple.h index 8de56823a..b5904b41b 100644 --- a/level_0/f_serialize/tests/unit/c/test-serialize-from_simple.h +++ b/level_0/f_serialize/tests/unit/c/test-serialize-from_simple.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Serialize - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the serialize project. diff --git a/level_0/f_serialize/tests/unit/c/test-serialize-from_simple_get.h b/level_0/f_serialize/tests/unit/c/test-serialize-from_simple_get.h index a4418f4db..f99959dce 100644 --- a/level_0/f_serialize/tests/unit/c/test-serialize-from_simple_get.h +++ b/level_0/f_serialize/tests/unit/c/test-serialize-from_simple_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Serialize - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the serialize project. diff --git a/level_0/f_serialize/tests/unit/c/test-serialize-from_simple_range.h b/level_0/f_serialize/tests/unit/c/test-serialize-from_simple_range.h index baf8cc95a..25aa02fa9 100644 --- a/level_0/f_serialize/tests/unit/c/test-serialize-from_simple_range.h +++ b/level_0/f_serialize/tests/unit/c/test-serialize-from_simple_range.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Serialize - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the serialize project. diff --git a/level_0/f_serialize/tests/unit/c/test-serialize-from_simple_select.h b/level_0/f_serialize/tests/unit/c/test-serialize-from_simple_select.h index e765d409b..66da08c3e 100644 --- a/level_0/f_serialize/tests/unit/c/test-serialize-from_simple_select.h +++ b/level_0/f_serialize/tests/unit/c/test-serialize-from_simple_select.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Serialize - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the serialize project. diff --git a/level_0/f_serialize/tests/unit/c/test-serialize-to_simple.h b/level_0/f_serialize/tests/unit/c/test-serialize-to_simple.h index fc717f70a..982ccd8a3 100644 --- a/level_0/f_serialize/tests/unit/c/test-serialize-to_simple.h +++ b/level_0/f_serialize/tests/unit/c/test-serialize-to_simple.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Serialize - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the serialize project. diff --git a/level_0/f_serialize/tests/unit/c/test-serialize.h b/level_0/f_serialize/tests/unit/c/test-serialize.h index 1508b7a31..9c5b1334c 100644 --- a/level_0/f_serialize/tests/unit/c/test-serialize.h +++ b/level_0/f_serialize/tests/unit/c/test-serialize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Serialize - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the serialize project. diff --git a/level_0/f_signal/c/signal.h b/level_0/f_signal/c/signal.h index 3d811f6ee..6285271b0 100644 --- a/level_0/f_signal/c/signal.h +++ b/level_0/f_signal/c/signal.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Signal - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides signal processing functionality, such as signal variable handling. diff --git a/level_0/f_signal/c/signal/common.h b/level_0/f_signal/c/signal/common.h index a61742ac4..48a57a0d1 100644 --- a/level_0/f_signal/c/signal/common.h +++ b/level_0/f_signal/c/signal/common.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Signal - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project signal. diff --git a/level_0/f_signal/data/build/settings b/level_0/f_signal/data/build/settings index 8765d336e..a048baa9f 100644 --- a/level_0/f_signal/data/build/settings +++ b/level_0/f_signal/data/build/settings @@ -3,8 +3,8 @@ build_name f_signal version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_signal/data/build/settings-mocks b/level_0/f_signal/data/build/settings-mocks index e9423682d..7d519758a 100644 --- a/level_0/f_signal/data/build/settings-mocks +++ b/level_0/f_signal/data/build/settings-mocks @@ -13,8 +13,8 @@ build_name f_signal version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_signal/data/build/settings-tests b/level_0/f_signal/data/build/settings-tests index 9c3f2be4f..bc5af73fe 100644 --- a/level_0/f_signal/data/build/settings-tests +++ b/level_0/f_signal/data/build/settings-tests @@ -8,8 +8,8 @@ build_name test-f_signal version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file major version_target major diff --git a/level_0/f_signal/tests/unit/c/mock-signal.h b/level_0/f_signal/tests/unit/c/mock-signal.h index 93c7d2e62..247257791 100644 --- a/level_0/f_signal/tests/unit/c/mock-signal.h +++ b/level_0/f_signal/tests/unit/c/mock-signal.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Account - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the signal project. diff --git a/level_0/f_signal/tests/unit/c/test-signal-close.h b/level_0/f_signal/tests/unit/c/test-signal-close.h index d1982c5de..0dcf1c727 100644 --- a/level_0/f_signal/tests/unit/c/test-signal-close.h +++ b/level_0/f_signal/tests/unit/c/test-signal-close.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Signal - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the signal project. diff --git a/level_0/f_signal/tests/unit/c/test-signal-mask.h b/level_0/f_signal/tests/unit/c/test-signal-mask.h index 6208d99ad..3ae7e4a81 100644 --- a/level_0/f_signal/tests/unit/c/test-signal-mask.h +++ b/level_0/f_signal/tests/unit/c/test-signal-mask.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Signal - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the signal project. diff --git a/level_0/f_signal/tests/unit/c/test-signal-open.h b/level_0/f_signal/tests/unit/c/test-signal-open.h index a6bd4eab2..19cf53d4a 100644 --- a/level_0/f_signal/tests/unit/c/test-signal-open.h +++ b/level_0/f_signal/tests/unit/c/test-signal-open.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Signal - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the signal project. diff --git a/level_0/f_signal/tests/unit/c/test-signal-queue.h b/level_0/f_signal/tests/unit/c/test-signal-queue.h index 56509fc6e..c32a1f110 100644 --- a/level_0/f_signal/tests/unit/c/test-signal-queue.h +++ b/level_0/f_signal/tests/unit/c/test-signal-queue.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Signal - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the signal project. diff --git a/level_0/f_signal/tests/unit/c/test-signal-read.h b/level_0/f_signal/tests/unit/c/test-signal-read.h index 1d3152228..a7dd4ccf4 100644 --- a/level_0/f_signal/tests/unit/c/test-signal-read.h +++ b/level_0/f_signal/tests/unit/c/test-signal-read.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Signal - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the signal project. diff --git a/level_0/f_signal/tests/unit/c/test-signal-send.h b/level_0/f_signal/tests/unit/c/test-signal-send.h index eef7ef5fb..7bec85f6c 100644 --- a/level_0/f_signal/tests/unit/c/test-signal-send.h +++ b/level_0/f_signal/tests/unit/c/test-signal-send.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Signal - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the signal project. diff --git a/level_0/f_signal/tests/unit/c/test-signal-set_add.h b/level_0/f_signal/tests/unit/c/test-signal-set_add.h index 9101ef854..0e7a6f2d6 100644 --- a/level_0/f_signal/tests/unit/c/test-signal-set_add.h +++ b/level_0/f_signal/tests/unit/c/test-signal-set_add.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Signal - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the signal project. diff --git a/level_0/f_signal/tests/unit/c/test-signal-set_delete.h b/level_0/f_signal/tests/unit/c/test-signal-set_delete.h index 6de083839..ac8b544d8 100644 --- a/level_0/f_signal/tests/unit/c/test-signal-set_delete.h +++ b/level_0/f_signal/tests/unit/c/test-signal-set_delete.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Signal - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the signal project. diff --git a/level_0/f_signal/tests/unit/c/test-signal-set_empty.h b/level_0/f_signal/tests/unit/c/test-signal-set_empty.h index b2b3b8d50..9f8d3b48a 100644 --- a/level_0/f_signal/tests/unit/c/test-signal-set_empty.h +++ b/level_0/f_signal/tests/unit/c/test-signal-set_empty.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Signal - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the signal project. diff --git a/level_0/f_signal/tests/unit/c/test-signal-set_fill.h b/level_0/f_signal/tests/unit/c/test-signal-set_fill.h index ad65081b0..dcd74d5ad 100644 --- a/level_0/f_signal/tests/unit/c/test-signal-set_fill.h +++ b/level_0/f_signal/tests/unit/c/test-signal-set_fill.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Signal - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the signal project. diff --git a/level_0/f_signal/tests/unit/c/test-signal-set_has.h b/level_0/f_signal/tests/unit/c/test-signal-set_has.h index 2f953d850..a838f351e 100644 --- a/level_0/f_signal/tests/unit/c/test-signal-set_has.h +++ b/level_0/f_signal/tests/unit/c/test-signal-set_has.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Signal - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the signal project. diff --git a/level_0/f_signal/tests/unit/c/test-signal-wait.h b/level_0/f_signal/tests/unit/c/test-signal-wait.h index d17d6eec5..edaf6b3ee 100644 --- a/level_0/f_signal/tests/unit/c/test-signal-wait.h +++ b/level_0/f_signal/tests/unit/c/test-signal-wait.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Signal - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the signal project. diff --git a/level_0/f_signal/tests/unit/c/test-signal-wait_until.h b/level_0/f_signal/tests/unit/c/test-signal-wait_until.h index a027e4dec..29dcc5082 100644 --- a/level_0/f_signal/tests/unit/c/test-signal-wait_until.h +++ b/level_0/f_signal/tests/unit/c/test-signal-wait_until.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Signal - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the signal project. diff --git a/level_0/f_signal/tests/unit/c/test-signal.h b/level_0/f_signal/tests/unit/c/test-signal.h index 4919bc183..51b7023d7 100644 --- a/level_0/f_signal/tests/unit/c/test-signal.h +++ b/level_0/f_signal/tests/unit/c/test-signal.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Account - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the signal project. diff --git a/level_0/f_socket/c/socket.h b/level_0/f_socket/c/socket.h index 357372d1a..b9bbd8b8e 100644 --- a/level_0/f_socket/c/socket.h +++ b/level_0/f_socket/c/socket.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Socket - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provide means to interact with sockets. diff --git a/level_0/f_socket/c/socket/common.h b/level_0/f_socket/c/socket/common.h index 41f2ccd37..bbfe6a8d7 100644 --- a/level_0/f_socket/c/socket/common.h +++ b/level_0/f_socket/c/socket/common.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Socket - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project socket. diff --git a/level_0/f_socket/data/build/settings b/level_0/f_socket/data/build/settings index 5b42fc7e5..487174018 100644 --- a/level_0/f_socket/data/build/settings +++ b/level_0/f_socket/data/build/settings @@ -3,8 +3,8 @@ build_name f_socket version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_socket/data/build/settings-mocks b/level_0/f_socket/data/build/settings-mocks index 86dc5534a..66d7625e2 100644 --- a/level_0/f_socket/data/build/settings-mocks +++ b/level_0/f_socket/data/build/settings-mocks @@ -13,8 +13,8 @@ build_name f_socket version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_socket/data/build/settings-tests b/level_0/f_socket/data/build/settings-tests index d995da653..96c364906 100644 --- a/level_0/f_socket/data/build/settings-tests +++ b/level_0/f_socket/data/build/settings-tests @@ -8,8 +8,8 @@ build_name test-f_socket version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file major version_target major diff --git a/level_0/f_socket/tests/unit/c/mock-socket.h b/level_0/f_socket/tests/unit/c/mock-socket.h index 2c3a00abc..75e8e83a1 100644 --- a/level_0/f_socket/tests/unit/c/mock-socket.h +++ b/level_0/f_socket/tests/unit/c/mock-socket.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Socket - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the socket project. diff --git a/level_0/f_socket/tests/unit/c/test-socket-accept.h b/level_0/f_socket/tests/unit/c/test-socket-accept.h index 030a775ef..13c041208 100644 --- a/level_0/f_socket/tests/unit/c/test-socket-accept.h +++ b/level_0/f_socket/tests/unit/c/test-socket-accept.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Socket - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the socket project. diff --git a/level_0/f_socket/tests/unit/c/test-socket-bind.h b/level_0/f_socket/tests/unit/c/test-socket-bind.h index 67d242895..4602f0ecd 100644 --- a/level_0/f_socket/tests/unit/c/test-socket-bind.h +++ b/level_0/f_socket/tests/unit/c/test-socket-bind.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Socket - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the socket project. diff --git a/level_0/f_socket/tests/unit/c/test-socket-bind_local.h b/level_0/f_socket/tests/unit/c/test-socket-bind_local.h index f5fa5e24a..594fe7a1e 100644 --- a/level_0/f_socket/tests/unit/c/test-socket-bind_local.h +++ b/level_0/f_socket/tests/unit/c/test-socket-bind_local.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Socket - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the socket project. diff --git a/level_0/f_socket/tests/unit/c/test-socket-connect.h b/level_0/f_socket/tests/unit/c/test-socket-connect.h index 1ecd4cc7a..0b5628e5c 100644 --- a/level_0/f_socket/tests/unit/c/test-socket-connect.h +++ b/level_0/f_socket/tests/unit/c/test-socket-connect.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Socket - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the socket project. diff --git a/level_0/f_socket/tests/unit/c/test-socket-create.h b/level_0/f_socket/tests/unit/c/test-socket-create.h index 311340992..c7187d41a 100644 --- a/level_0/f_socket/tests/unit/c/test-socket-create.h +++ b/level_0/f_socket/tests/unit/c/test-socket-create.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Socket - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the socket project. diff --git a/level_0/f_socket/tests/unit/c/test-socket-create_pair.h b/level_0/f_socket/tests/unit/c/test-socket-create_pair.h index 8fb8fe2b9..45a597058 100644 --- a/level_0/f_socket/tests/unit/c/test-socket-create_pair.h +++ b/level_0/f_socket/tests/unit/c/test-socket-create_pair.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Socket - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the socket project. diff --git a/level_0/f_socket/tests/unit/c/test-socket-disconnect.h b/level_0/f_socket/tests/unit/c/test-socket-disconnect.h index 024ec6d58..db5045839 100644 --- a/level_0/f_socket/tests/unit/c/test-socket-disconnect.h +++ b/level_0/f_socket/tests/unit/c/test-socket-disconnect.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Socket - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the socket project. diff --git a/level_0/f_socket/tests/unit/c/test-socket-listen.h b/level_0/f_socket/tests/unit/c/test-socket-listen.h index a8a5db309..c2c6fc575 100644 --- a/level_0/f_socket/tests/unit/c/test-socket-listen.h +++ b/level_0/f_socket/tests/unit/c/test-socket-listen.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Socket - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the socket project. diff --git a/level_0/f_socket/tests/unit/c/test-socket-option_get.h b/level_0/f_socket/tests/unit/c/test-socket-option_get.h index d2b3bc011..e73e641ee 100644 --- a/level_0/f_socket/tests/unit/c/test-socket-option_get.h +++ b/level_0/f_socket/tests/unit/c/test-socket-option_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Socket - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the socket project. diff --git a/level_0/f_socket/tests/unit/c/test-socket-option_set.h b/level_0/f_socket/tests/unit/c/test-socket-option_set.h index e838df665..77a606e8e 100644 --- a/level_0/f_socket/tests/unit/c/test-socket-option_set.h +++ b/level_0/f_socket/tests/unit/c/test-socket-option_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Socket - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the socket project. diff --git a/level_0/f_socket/tests/unit/c/test-socket-read.h b/level_0/f_socket/tests/unit/c/test-socket-read.h index d22a4bf34..94d195db2 100644 --- a/level_0/f_socket/tests/unit/c/test-socket-read.h +++ b/level_0/f_socket/tests/unit/c/test-socket-read.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Socket - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the socket project. diff --git a/level_0/f_socket/tests/unit/c/test-socket-read_message.h b/level_0/f_socket/tests/unit/c/test-socket-read_message.h index ccfb1a47f..5a2b88ae4 100644 --- a/level_0/f_socket/tests/unit/c/test-socket-read_message.h +++ b/level_0/f_socket/tests/unit/c/test-socket-read_message.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Socket - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the socket project. diff --git a/level_0/f_socket/tests/unit/c/test-socket-write.h b/level_0/f_socket/tests/unit/c/test-socket-write.h index 95dd4db70..f710cd3ba 100644 --- a/level_0/f_socket/tests/unit/c/test-socket-write.h +++ b/level_0/f_socket/tests/unit/c/test-socket-write.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Socket - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the socket project. diff --git a/level_0/f_socket/tests/unit/c/test-socket-write_message.h b/level_0/f_socket/tests/unit/c/test-socket-write_message.h index 5e15469ad..3a2ac5b8e 100644 --- a/level_0/f_socket/tests/unit/c/test-socket-write_message.h +++ b/level_0/f_socket/tests/unit/c/test-socket-write_message.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Socket - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the socket project. diff --git a/level_0/f_socket/tests/unit/c/test-socket.h b/level_0/f_socket/tests/unit/c/test-socket.h index 7fa47c10a..823ab3c77 100644 --- a/level_0/f_socket/tests/unit/c/test-socket.h +++ b/level_0/f_socket/tests/unit/c/test-socket.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Socket - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the socket project. diff --git a/level_0/f_status/c/status.h b/level_0/f_status/c/status.h index f9fc27d92..9f4d7d845 100644 --- a/level_0/f_status/c/status.h +++ b/level_0/f_status/c/status.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Status - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides status code definitions. diff --git a/level_0/f_status/data/build/settings b/level_0/f_status/data/build/settings index a401d1238..97d2c5c34 100644 --- a/level_0/f_status/data/build/settings +++ b/level_0/f_status/data/build/settings @@ -3,8 +3,8 @@ build_name f_status version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_status/tests/unit/c/test-status-macro-is_error.h b/level_0/f_status/tests/unit/c/test-status-macro-is_error.h index d247cccb5..1c8530e00 100644 --- a/level_0/f_status/tests/unit/c/test-status-macro-is_error.h +++ b/level_0/f_status/tests/unit/c/test-status-macro-is_error.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Status - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the status project. diff --git a/level_0/f_status/tests/unit/c/test-status-macro-is_error_not.h b/level_0/f_status/tests/unit/c/test-status-macro-is_error_not.h index 46a4abab1..40775be34 100644 --- a/level_0/f_status/tests/unit/c/test-status-macro-is_error_not.h +++ b/level_0/f_status/tests/unit/c/test-status-macro-is_error_not.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Status - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the status project. diff --git a/level_0/f_status/tests/unit/c/test-status-macro-is_fine.h b/level_0/f_status/tests/unit/c/test-status-macro-is_fine.h index 7992b9a6d..ceef66552 100644 --- a/level_0/f_status/tests/unit/c/test-status-macro-is_fine.h +++ b/level_0/f_status/tests/unit/c/test-status-macro-is_fine.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Status - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the status project. diff --git a/level_0/f_status/tests/unit/c/test-status-macro-is_fine_not.h b/level_0/f_status/tests/unit/c/test-status-macro-is_fine_not.h index afa200b23..04722f993 100644 --- a/level_0/f_status/tests/unit/c/test-status-macro-is_fine_not.h +++ b/level_0/f_status/tests/unit/c/test-status-macro-is_fine_not.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Status - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the status project. diff --git a/level_0/f_status/tests/unit/c/test-status-macro-is_problem.h b/level_0/f_status/tests/unit/c/test-status-macro-is_problem.h index 998136823..e1997e6a0 100644 --- a/level_0/f_status/tests/unit/c/test-status-macro-is_problem.h +++ b/level_0/f_status/tests/unit/c/test-status-macro-is_problem.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Status - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the status project. diff --git a/level_0/f_status/tests/unit/c/test-status-macro-is_problem_not.h b/level_0/f_status/tests/unit/c/test-status-macro-is_problem_not.h index c18be28ba..c17cde935 100644 --- a/level_0/f_status/tests/unit/c/test-status-macro-is_problem_not.h +++ b/level_0/f_status/tests/unit/c/test-status-macro-is_problem_not.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Status - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the status project. diff --git a/level_0/f_status/tests/unit/c/test-status-macro-is_signal.h b/level_0/f_status/tests/unit/c/test-status-macro-is_signal.h index 27740f2c5..6955e618f 100644 --- a/level_0/f_status/tests/unit/c/test-status-macro-is_signal.h +++ b/level_0/f_status/tests/unit/c/test-status-macro-is_signal.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Status - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the status project. diff --git a/level_0/f_status/tests/unit/c/test-status-macro-is_signal_not.h b/level_0/f_status/tests/unit/c/test-status-macro-is_signal_not.h index 9c4301730..e66cd2468 100644 --- a/level_0/f_status/tests/unit/c/test-status-macro-is_signal_not.h +++ b/level_0/f_status/tests/unit/c/test-status-macro-is_signal_not.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Status - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the status project. diff --git a/level_0/f_status/tests/unit/c/test-status-macro-is_warning.h b/level_0/f_status/tests/unit/c/test-status-macro-is_warning.h index d548e6001..dcaad01df 100644 --- a/level_0/f_status/tests/unit/c/test-status-macro-is_warning.h +++ b/level_0/f_status/tests/unit/c/test-status-macro-is_warning.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Status - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the status project. diff --git a/level_0/f_status/tests/unit/c/test-status-macro-is_warning_not.h b/level_0/f_status/tests/unit/c/test-status-macro-is_warning_not.h index 90c9d5cb3..d075f0ed8 100644 --- a/level_0/f_status/tests/unit/c/test-status-macro-is_warning_not.h +++ b/level_0/f_status/tests/unit/c/test-status-macro-is_warning_not.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Status - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the status project. diff --git a/level_0/f_status/tests/unit/c/test-status-macro-set_error.h b/level_0/f_status/tests/unit/c/test-status-macro-set_error.h index aa11ec8d3..b954c58e1 100644 --- a/level_0/f_status/tests/unit/c/test-status-macro-set_error.h +++ b/level_0/f_status/tests/unit/c/test-status-macro-set_error.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Status - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the status project. diff --git a/level_0/f_status/tests/unit/c/test-status-macro-set_fine.h b/level_0/f_status/tests/unit/c/test-status-macro-set_fine.h index 3e33f78de..f0ad9e5ed 100644 --- a/level_0/f_status/tests/unit/c/test-status-macro-set_fine.h +++ b/level_0/f_status/tests/unit/c/test-status-macro-set_fine.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Status - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the status project. diff --git a/level_0/f_status/tests/unit/c/test-status-macro-set_signal.h b/level_0/f_status/tests/unit/c/test-status-macro-set_signal.h index 2db451249..5da037df8 100644 --- a/level_0/f_status/tests/unit/c/test-status-macro-set_signal.h +++ b/level_0/f_status/tests/unit/c/test-status-macro-set_signal.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Status - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the status project. diff --git a/level_0/f_status/tests/unit/c/test-status-macro-set_warning.h b/level_0/f_status/tests/unit/c/test-status-macro-set_warning.h index 71ff0fe25..a19b0225f 100644 --- a/level_0/f_status/tests/unit/c/test-status-macro-set_warning.h +++ b/level_0/f_status/tests/unit/c/test-status-macro-set_warning.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Status - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the status project. diff --git a/level_0/f_status/tests/unit/c/test-status.h b/level_0/f_status/tests/unit/c/test-status.h index e36b2c997..f3d8b0400 100644 --- a/level_0/f_status/tests/unit/c/test-status.h +++ b/level_0/f_status/tests/unit/c/test-status.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Status - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the status project. diff --git a/level_0/f_status_string/c/status_string.h b/level_0/f_status_string/c/status_string.h index 0c59d6eb7..d3a0ddf0c 100644 --- a/level_0/f_status_string/c/status_string.h +++ b/level_0/f_status_string/c/status_string.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Status - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides status code functions, such as those that translate status codes into strings. diff --git a/level_0/f_status_string/data/build/settings b/level_0/f_status_string/data/build/settings index 66a7bddda..371eef1c5 100644 --- a/level_0/f_status_string/data/build/settings +++ b/level_0/f_status_string/data/build/settings @@ -3,8 +3,8 @@ build_name f_status_string version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_status_string/data/build/settings-tests b/level_0/f_status_string/data/build/settings-tests index 38247c861..f76569145 100644 --- a/level_0/f_status_string/data/build/settings-tests +++ b/level_0/f_status_string/data/build/settings-tests @@ -8,8 +8,8 @@ build_name test-f_status_string version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file major version_target major diff --git a/level_0/f_status_string/tests/unit/c/test-status_string-to.h b/level_0/f_status_string/tests/unit/c/test-status_string-to.h index 1478a1cde..15bcbe60e 100644 --- a/level_0/f_status_string/tests/unit/c/test-status_string-to.h +++ b/level_0/f_status_string/tests/unit/c/test-status_string-to.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Status - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the status_string project. diff --git a/level_0/f_status_string/tests/unit/c/test-status_string.h b/level_0/f_status_string/tests/unit/c/test-status_string.h index c0253dddb..62a6c7d83 100644 --- a/level_0/f_status_string/tests/unit/c/test-status_string.h +++ b/level_0/f_status_string/tests/unit/c/test-status_string.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Status - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the status_string project. diff --git a/level_0/f_string/c/private-string.h b/level_0/f_string/c/private-string.h index 8217b5f83..39e653164 100644 --- a/level_0/f_string/c/private-string.h +++ b/level_0/f_string/c/private-string.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: String - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_string/c/string.h b/level_0/f_string/c/string.h index cf256f8bf..39b9db36f 100644 --- a/level_0/f_string/c/string.h +++ b/level_0/f_string/c/string.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: String - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides string capabilities. diff --git a/level_0/f_string/c/string/common.h b/level_0/f_string/c/string/common.h index 517cd4eb9..8333260a7 100644 --- a/level_0/f_string/c/string/common.h +++ b/level_0/f_string/c/string/common.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: String - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common string data. diff --git a/level_0/f_string/c/string/dynamic.h b/level_0/f_string/c/string/dynamic.h index 21a9c170f..5a02cc2b6 100644 --- a/level_0/f_string/c/string/dynamic.h +++ b/level_0/f_string/c/string/dynamic.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: String - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines dynamic string data. diff --git a/level_0/f_string/c/string/map.h b/level_0/f_string/c/string/map.h index 2f7e3914b..d10e64f06 100644 --- a/level_0/f_string/c/string/map.h +++ b/level_0/f_string/c/string/map.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: String - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines map string data. diff --git a/level_0/f_string/c/string/map_multi.h b/level_0/f_string/c/string/map_multi.h index afcb054e1..8a5538c39 100644 --- a/level_0/f_string/c/string/map_multi.h +++ b/level_0/f_string/c/string/map_multi.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: String - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines map string data. diff --git a/level_0/f_string/c/string/private-dynamic.h b/level_0/f_string/c/string/private-dynamic.h index 582dd3ace..0b8f3a230 100644 --- a/level_0/f_string/c/string/private-dynamic.h +++ b/level_0/f_string/c/string/private-dynamic.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: String - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_string/c/string/private-map.h b/level_0/f_string/c/string/private-map.h index e5de81d3b..bcb1c7e8e 100644 --- a/level_0/f_string/c/string/private-map.h +++ b/level_0/f_string/c/string/private-map.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: String - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_string/c/string/private-map_multi.h b/level_0/f_string/c/string/private-map_multi.h index da722db3d..5c4f52d76 100644 --- a/level_0/f_string/c/string/private-map_multi.h +++ b/level_0/f_string/c/string/private-map_multi.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: String - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_string/c/string/private-quantity.h b/level_0/f_string/c/string/private-quantity.h index 069978680..b542fc4e6 100644 --- a/level_0/f_string/c/string/private-quantity.h +++ b/level_0/f_string/c/string/private-quantity.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: String - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_string/c/string/private-range.h b/level_0/f_string/c/string/private-range.h index 6449c3b9c..86a44a8aa 100644 --- a/level_0/f_string/c/string/private-range.h +++ b/level_0/f_string/c/string/private-range.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: String - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_string/c/string/private-triple.h b/level_0/f_string/c/string/private-triple.h index a8b2878de..9792505df 100644 --- a/level_0/f_string/c/string/private-triple.h +++ b/level_0/f_string/c/string/private-triple.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: String - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_string/c/string/quantity.h b/level_0/f_string/c/string/quantity.h index fc1b92566..6de8b131c 100644 --- a/level_0/f_string/c/string/quantity.h +++ b/level_0/f_string/c/string/quantity.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: String - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines quantity string data. diff --git a/level_0/f_string/c/string/range.h b/level_0/f_string/c/string/range.h index b241e812b..21c4ec582 100644 --- a/level_0/f_string/c/string/range.h +++ b/level_0/f_string/c/string/range.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: String - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines range string data. diff --git a/level_0/f_string/c/string/static.h b/level_0/f_string/c/string/static.h index f9e3c597d..e314f53f6 100644 --- a/level_0/f_string/c/string/static.h +++ b/level_0/f_string/c/string/static.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: String - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines static string data. diff --git a/level_0/f_string/c/string/triple.h b/level_0/f_string/c/string/triple.h index 442e05bc0..eb60d72e1 100644 --- a/level_0/f_string/c/string/triple.h +++ b/level_0/f_string/c/string/triple.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: String - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines 3-tuple of string data called a triple (which is an ordered list of 3 strings). diff --git a/level_0/f_string/data/build/settings b/level_0/f_string/data/build/settings index 38e0e451b..54d0bc590 100644 --- a/level_0/f_string/data/build/settings +++ b/level_0/f_string/data/build/settings @@ -3,8 +3,8 @@ build_name f_string version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_string/data/build/settings-tests b/level_0/f_string/data/build/settings-tests index 8020a2d78..7eaa546f5 100644 --- a/level_0/f_string/data/build/settings-tests +++ b/level_0/f_string/data/build/settings-tests @@ -8,8 +8,8 @@ build_name test-f_string version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file major version_target major diff --git a/level_0/f_string/tests/unit/c/test-string-append.h b/level_0/f_string/tests/unit/c/test-string-append.h index 762afabb3..43b5e2841 100644 --- a/level_0/f_string/tests/unit/c/test-string-append.h +++ b/level_0/f_string/tests/unit/c/test-string-append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-append_assure.h b/level_0/f_string/tests/unit/c/test-string-append_assure.h index a72474d08..cd4f5b751 100644 --- a/level_0/f_string/tests/unit/c/test-string-append_assure.h +++ b/level_0/f_string/tests/unit/c/test-string-append_assure.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-append_assure_nulless.h b/level_0/f_string/tests/unit/c/test-string-append_assure_nulless.h index ffa08e451..811770a27 100644 --- a/level_0/f_string/tests/unit/c/test-string-append_assure_nulless.h +++ b/level_0/f_string/tests/unit/c/test-string-append_assure_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-append_nulless.h b/level_0/f_string/tests/unit/c/test-string-append_nulless.h index 0598fafae..abc6cc149 100644 --- a/level_0/f_string/tests/unit/c/test-string-append_nulless.h +++ b/level_0/f_string/tests/unit/c/test-string-append_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_adjust.h b/level_0/f_string/tests/unit/c/test-string-dynamic_adjust.h index f11c5bb89..6b63e69dd 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_adjust.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_append.h b/level_0/f_string/tests/unit/c/test-string-dynamic_append.h index 4c2516751..ce4aa0852 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_append.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_append_assure.h b/level_0/f_string/tests/unit/c/test-string-dynamic_append_assure.h index 6c1d7de69..31f01649a 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_append_assure.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_append_assure.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_append_assure_nulless.h b/level_0/f_string/tests/unit/c/test-string-dynamic_append_assure_nulless.h index d164034cc..3d9bea26d 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_append_assure_nulless.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_append_assure_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_append_nulless.h b/level_0/f_string/tests/unit/c/test-string-dynamic_append_nulless.h index cb8a8cf6a..0d94566f5 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_append_nulless.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_append_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_decimate_by.h b/level_0/f_string/tests/unit/c/test-string-dynamic_decimate_by.h index 3a3f31dba..b64cf4f24 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_decimate_by.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_decrease_by.h b/level_0/f_string/tests/unit/c/test-string-dynamic_decrease_by.h index 3bcc961b3..6c57438a1 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_decrease_by.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_increase.h b/level_0/f_string/tests/unit/c/test-string-dynamic_increase.h index 8708caec7..6d4d7f5ed 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_increase.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_increase_by.h b/level_0/f_string/tests/unit/c/test-string-dynamic_increase_by.h index 94dcbdfa0..6a148c31a 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_increase_by.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_mash.h b/level_0/f_string/tests/unit/c/test-string-dynamic_mash.h index 8024785c1..24ca7b746 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_mash.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_mash.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_mash_nulless.h b/level_0/f_string/tests/unit/c/test-string-dynamic_mash_nulless.h index 5fbe5389e..ee8f27e10 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_mash_nulless.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_mash_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_mish.h b/level_0/f_string/tests/unit/c/test-string-dynamic_mish.h index 85d6526a6..09c14e688 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_mish.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_mish.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_mish_nulless.h b/level_0/f_string/tests/unit/c/test-string-dynamic_mish_nulless.h index 04a066c43..5427d038c 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_mish_nulless.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_mish_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_partial_append.h b/level_0/f_string/tests/unit/c/test-string-dynamic_partial_append.h index 49965ba9d..aed752f7e 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_partial_append.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_partial_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_partial_append_assure.h b/level_0/f_string/tests/unit/c/test-string-dynamic_partial_append_assure.h index 6fd2df671..207ec9259 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_partial_append_assure.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_partial_append_assure.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_partial_append_assure_nulless.h b/level_0/f_string/tests/unit/c/test-string-dynamic_partial_append_assure_nulless.h index 44e382b1d..80edc08a0 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_partial_append_assure_nulless.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_partial_append_assure_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_partial_append_nulless.h b/level_0/f_string/tests/unit/c/test-string-dynamic_partial_append_nulless.h index 8b7ecc71d..5327c90e1 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_partial_append_nulless.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_partial_append_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_partial_mash.h b/level_0/f_string/tests/unit/c/test-string-dynamic_partial_mash.h index a5f3d75e8..9912eebc6 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_partial_mash.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_partial_mash.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_partial_mash_nulless.h b/level_0/f_string/tests/unit/c/test-string-dynamic_partial_mash_nulless.h index 0cda6b3d7..815075dc5 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_partial_mash_nulless.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_partial_mash_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_partial_mish.h b/level_0/f_string/tests/unit/c/test-string-dynamic_partial_mish.h index 34acaa07c..2a6c46d31 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_partial_mish.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_partial_mish.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_partial_mish_nulless.h b/level_0/f_string/tests/unit/c/test-string-dynamic_partial_mish_nulless.h index e738cd9e8..aadf92441 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_partial_mish_nulless.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_partial_mish_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_partial_prepend.h b/level_0/f_string/tests/unit/c/test-string-dynamic_partial_prepend.h index 0ec9fd1d4..f6a7119c2 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_partial_prepend.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_partial_prepend.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_partial_prepend_assure.h b/level_0/f_string/tests/unit/c/test-string-dynamic_partial_prepend_assure.h index b6330d725..b15d4aeeb 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_partial_prepend_assure.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_partial_prepend_assure.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_partial_prepend_assure_nulless.h b/level_0/f_string/tests/unit/c/test-string-dynamic_partial_prepend_assure_nulless.h index b117fe1e4..d820992d2 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_partial_prepend_assure_nulless.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_partial_prepend_assure_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_partial_prepend_nulless.h b/level_0/f_string/tests/unit/c/test-string-dynamic_partial_prepend_nulless.h index a53fd2289..af2576f07 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_partial_prepend_nulless.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_partial_prepend_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_prepend.h b/level_0/f_string/tests/unit/c/test-string-dynamic_prepend.h index 29534c97d..61a1a599e 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_prepend.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_prepend.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_prepend_assure.h b/level_0/f_string/tests/unit/c/test-string-dynamic_prepend_assure.h index 462d99522..c05b8a32c 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_prepend_assure.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_prepend_assure.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_prepend_assure_nulless.h b/level_0/f_string/tests/unit/c/test-string-dynamic_prepend_assure_nulless.h index f8c64c022..3d6a2ea59 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_prepend_assure_nulless.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_prepend_assure_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_prepend_nulless.h b/level_0/f_string/tests/unit/c/test-string-dynamic_prepend_nulless.h index 760bd0376..af47150e9 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_prepend_nulless.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_prepend_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_resize.h b/level_0/f_string/tests/unit/c/test-string-dynamic_resize.h index c91968424..89a9bc2c7 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_resize.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_seek_line.h b/level_0/f_string/tests/unit/c/test-string-dynamic_seek_line.h index 44f1d1f73..d3ac2e51e 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_seek_line.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_seek_line.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_seek_line_to.h b/level_0/f_string/tests/unit/c/test-string-dynamic_seek_line_to.h index 1c6393660..d39a2c5dd 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_seek_line_to.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_seek_line_to.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_seek_to.h b/level_0/f_string/tests/unit/c/test-string-dynamic_seek_to.h index b21325b97..47a6c6371 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_seek_to.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_seek_to.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_terminate.h b/level_0/f_string/tests/unit/c/test-string-dynamic_terminate.h index e63cd19a4..c3975391f 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_terminate.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_terminate.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamic_terminate_after.h b/level_0/f_string/tests/unit/c/test-string-dynamic_terminate_after.h index 444f776e6..b21833a4e 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamic_terminate_after.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamic_terminate_after.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamics_adjust.h b/level_0/f_string/tests/unit/c/test-string-dynamics_adjust.h index 0ec0a1b23..3a03fb2ee 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamics_adjust.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamics_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamics_append.h b/level_0/f_string/tests/unit/c/test-string-dynamics_append.h index aa9476f6d..03aaf0c83 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamics_append.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamics_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamics_append_all.h b/level_0/f_string/tests/unit/c/test-string-dynamics_append_all.h index bdc6e26db..b6ff90eab 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamics_append_all.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamics_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamics_decimate_by.h b/level_0/f_string/tests/unit/c/test-string-dynamics_decimate_by.h index 4bb48590b..8998bf6dd 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamics_decimate_by.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamics_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamics_decrease_by.h b/level_0/f_string/tests/unit/c/test-string-dynamics_decrease_by.h index ac932c59f..1479c6edf 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamics_decrease_by.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamics_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamics_increase.h b/level_0/f_string/tests/unit/c/test-string-dynamics_increase.h index ef937df9f..ec1e50add 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamics_increase.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamics_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamics_increase_by.h b/level_0/f_string/tests/unit/c/test-string-dynamics_increase_by.h index 2d4caedc3..8b59882db 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamics_increase_by.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamics_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamics_resize.h b/level_0/f_string/tests/unit/c/test-string-dynamics_resize.h index 89a08973f..1f7ef4ff0 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamics_resize.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamics_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamicss_adjust.h b/level_0/f_string/tests/unit/c/test-string-dynamicss_adjust.h index a3f62a105..acba1c128 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamicss_adjust.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamicss_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamicss_append.h b/level_0/f_string/tests/unit/c/test-string-dynamicss_append.h index 7bbd5d90c..0196ec9cd 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamicss_append.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamicss_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamicss_append_all.h b/level_0/f_string/tests/unit/c/test-string-dynamicss_append_all.h index d578deb94..57a41b2ee 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamicss_append_all.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamicss_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamicss_decimate_by.h b/level_0/f_string/tests/unit/c/test-string-dynamicss_decimate_by.h index 21c20ab82..00c293e41 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamicss_decimate_by.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamicss_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamicss_decrease_by.h b/level_0/f_string/tests/unit/c/test-string-dynamicss_decrease_by.h index d73380039..d4552e399 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamicss_decrease_by.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamicss_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamicss_increase.h b/level_0/f_string/tests/unit/c/test-string-dynamicss_increase.h index e75f05cb7..ee27f435f 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamicss_increase.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamicss_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamicss_increase_by.h b/level_0/f_string/tests/unit/c/test-string-dynamicss_increase_by.h index a9f080488..8381c38ac 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamicss_increase_by.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamicss_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-dynamicss_resize.h b/level_0/f_string/tests/unit/c/test-string-dynamicss_resize.h index d9b0ed5f1..0db8685d0 100644 --- a/level_0/f_string/tests/unit/c/test-string-dynamicss_resize.h +++ b/level_0/f_string/tests/unit/c/test-string-dynamicss_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-map_multis_adjust.h b/level_0/f_string/tests/unit/c/test-string-map_multis_adjust.h index 423ce7aba..bcefa08c8 100644 --- a/level_0/f_string/tests/unit/c/test-string-map_multis_adjust.h +++ b/level_0/f_string/tests/unit/c/test-string-map_multis_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-map_multis_append.h b/level_0/f_string/tests/unit/c/test-string-map_multis_append.h index 80b548f0a..545620306 100644 --- a/level_0/f_string/tests/unit/c/test-string-map_multis_append.h +++ b/level_0/f_string/tests/unit/c/test-string-map_multis_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-map_multis_append_all.h b/level_0/f_string/tests/unit/c/test-string-map_multis_append_all.h index 35b98d618..35e5060ed 100644 --- a/level_0/f_string/tests/unit/c/test-string-map_multis_append_all.h +++ b/level_0/f_string/tests/unit/c/test-string-map_multis_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-map_multis_decimate_by.h b/level_0/f_string/tests/unit/c/test-string-map_multis_decimate_by.h index c34a755d5..2d4f7c34b 100644 --- a/level_0/f_string/tests/unit/c/test-string-map_multis_decimate_by.h +++ b/level_0/f_string/tests/unit/c/test-string-map_multis_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-map_multis_decrease_by.h b/level_0/f_string/tests/unit/c/test-string-map_multis_decrease_by.h index f74795771..6ffb7aed6 100644 --- a/level_0/f_string/tests/unit/c/test-string-map_multis_decrease_by.h +++ b/level_0/f_string/tests/unit/c/test-string-map_multis_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-map_multis_increase.h b/level_0/f_string/tests/unit/c/test-string-map_multis_increase.h index ee42b96c3..d48acfde7 100644 --- a/level_0/f_string/tests/unit/c/test-string-map_multis_increase.h +++ b/level_0/f_string/tests/unit/c/test-string-map_multis_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-map_multis_increase_by.h b/level_0/f_string/tests/unit/c/test-string-map_multis_increase_by.h index 2996ae828..01cca18f7 100644 --- a/level_0/f_string/tests/unit/c/test-string-map_multis_increase_by.h +++ b/level_0/f_string/tests/unit/c/test-string-map_multis_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-map_multis_resize.h b/level_0/f_string/tests/unit/c/test-string-map_multis_resize.h index ba2a4ac99..f3f54267e 100644 --- a/level_0/f_string/tests/unit/c/test-string-map_multis_resize.h +++ b/level_0/f_string/tests/unit/c/test-string-map_multis_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-map_multiss_adjust.h b/level_0/f_string/tests/unit/c/test-string-map_multiss_adjust.h index 65d2820e4..d6b60de23 100644 --- a/level_0/f_string/tests/unit/c/test-string-map_multiss_adjust.h +++ b/level_0/f_string/tests/unit/c/test-string-map_multiss_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-map_multiss_append.h b/level_0/f_string/tests/unit/c/test-string-map_multiss_append.h index 84505b885..3a5dbc660 100644 --- a/level_0/f_string/tests/unit/c/test-string-map_multiss_append.h +++ b/level_0/f_string/tests/unit/c/test-string-map_multiss_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-map_multiss_append_all.h b/level_0/f_string/tests/unit/c/test-string-map_multiss_append_all.h index b33f80e39..0ea3f87dd 100644 --- a/level_0/f_string/tests/unit/c/test-string-map_multiss_append_all.h +++ b/level_0/f_string/tests/unit/c/test-string-map_multiss_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-map_multiss_decimate_by.h b/level_0/f_string/tests/unit/c/test-string-map_multiss_decimate_by.h index 340986970..538814d4d 100644 --- a/level_0/f_string/tests/unit/c/test-string-map_multiss_decimate_by.h +++ b/level_0/f_string/tests/unit/c/test-string-map_multiss_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-map_multiss_decrease_by.h b/level_0/f_string/tests/unit/c/test-string-map_multiss_decrease_by.h index 336e94486..d5d82a928 100644 --- a/level_0/f_string/tests/unit/c/test-string-map_multiss_decrease_by.h +++ b/level_0/f_string/tests/unit/c/test-string-map_multiss_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-map_multiss_increase.h b/level_0/f_string/tests/unit/c/test-string-map_multiss_increase.h index 3a658b894..82f92f855 100644 --- a/level_0/f_string/tests/unit/c/test-string-map_multiss_increase.h +++ b/level_0/f_string/tests/unit/c/test-string-map_multiss_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-map_multiss_increase_by.h b/level_0/f_string/tests/unit/c/test-string-map_multiss_increase_by.h index ec3489c13..d85c9c2a6 100644 --- a/level_0/f_string/tests/unit/c/test-string-map_multiss_increase_by.h +++ b/level_0/f_string/tests/unit/c/test-string-map_multiss_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-map_multiss_resize.h b/level_0/f_string/tests/unit/c/test-string-map_multiss_resize.h index a6420ecb8..31cb8d111 100644 --- a/level_0/f_string/tests/unit/c/test-string-map_multiss_resize.h +++ b/level_0/f_string/tests/unit/c/test-string-map_multiss_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-maps_adjust.h b/level_0/f_string/tests/unit/c/test-string-maps_adjust.h index ae45a656e..d545fd411 100644 --- a/level_0/f_string/tests/unit/c/test-string-maps_adjust.h +++ b/level_0/f_string/tests/unit/c/test-string-maps_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-maps_append.h b/level_0/f_string/tests/unit/c/test-string-maps_append.h index 8cac92fb5..4098f9478 100644 --- a/level_0/f_string/tests/unit/c/test-string-maps_append.h +++ b/level_0/f_string/tests/unit/c/test-string-maps_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-maps_append_all.h b/level_0/f_string/tests/unit/c/test-string-maps_append_all.h index aa6ae7039..1fb67d81b 100644 --- a/level_0/f_string/tests/unit/c/test-string-maps_append_all.h +++ b/level_0/f_string/tests/unit/c/test-string-maps_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-maps_decimate_by.h b/level_0/f_string/tests/unit/c/test-string-maps_decimate_by.h index bfe898b7a..595ab8c86 100644 --- a/level_0/f_string/tests/unit/c/test-string-maps_decimate_by.h +++ b/level_0/f_string/tests/unit/c/test-string-maps_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-maps_decrease_by.h b/level_0/f_string/tests/unit/c/test-string-maps_decrease_by.h index 669c78291..00a555c15 100644 --- a/level_0/f_string/tests/unit/c/test-string-maps_decrease_by.h +++ b/level_0/f_string/tests/unit/c/test-string-maps_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-maps_increase.h b/level_0/f_string/tests/unit/c/test-string-maps_increase.h index 459fbdfc3..2278049f0 100644 --- a/level_0/f_string/tests/unit/c/test-string-maps_increase.h +++ b/level_0/f_string/tests/unit/c/test-string-maps_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-maps_increase_by.h b/level_0/f_string/tests/unit/c/test-string-maps_increase_by.h index 70f17dd99..e36b9f2d1 100644 --- a/level_0/f_string/tests/unit/c/test-string-maps_increase_by.h +++ b/level_0/f_string/tests/unit/c/test-string-maps_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-maps_resize.h b/level_0/f_string/tests/unit/c/test-string-maps_resize.h index 347deef85..2cd822536 100644 --- a/level_0/f_string/tests/unit/c/test-string-maps_resize.h +++ b/level_0/f_string/tests/unit/c/test-string-maps_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-mapss_adjust.h b/level_0/f_string/tests/unit/c/test-string-mapss_adjust.h index 379910416..6fe1abe5c 100644 --- a/level_0/f_string/tests/unit/c/test-string-mapss_adjust.h +++ b/level_0/f_string/tests/unit/c/test-string-mapss_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-mapss_append.h b/level_0/f_string/tests/unit/c/test-string-mapss_append.h index b2f64cd00..1c13bc8f9 100644 --- a/level_0/f_string/tests/unit/c/test-string-mapss_append.h +++ b/level_0/f_string/tests/unit/c/test-string-mapss_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-mapss_append_all.h b/level_0/f_string/tests/unit/c/test-string-mapss_append_all.h index 9ef0fb955..b68c89b91 100644 --- a/level_0/f_string/tests/unit/c/test-string-mapss_append_all.h +++ b/level_0/f_string/tests/unit/c/test-string-mapss_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-mapss_decimate_by.h b/level_0/f_string/tests/unit/c/test-string-mapss_decimate_by.h index 41796e65c..f36a86a84 100644 --- a/level_0/f_string/tests/unit/c/test-string-mapss_decimate_by.h +++ b/level_0/f_string/tests/unit/c/test-string-mapss_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-mapss_decrease_by.h b/level_0/f_string/tests/unit/c/test-string-mapss_decrease_by.h index 05900c41a..338215d73 100644 --- a/level_0/f_string/tests/unit/c/test-string-mapss_decrease_by.h +++ b/level_0/f_string/tests/unit/c/test-string-mapss_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-mapss_increase.h b/level_0/f_string/tests/unit/c/test-string-mapss_increase.h index 37f3aa876..155dfabed 100644 --- a/level_0/f_string/tests/unit/c/test-string-mapss_increase.h +++ b/level_0/f_string/tests/unit/c/test-string-mapss_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-mapss_increase_by.h b/level_0/f_string/tests/unit/c/test-string-mapss_increase_by.h index 697e5e286..d067504e5 100644 --- a/level_0/f_string/tests/unit/c/test-string-mapss_increase_by.h +++ b/level_0/f_string/tests/unit/c/test-string-mapss_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-mapss_resize.h b/level_0/f_string/tests/unit/c/test-string-mapss_resize.h index b12fedaa6..695fd2bc6 100644 --- a/level_0/f_string/tests/unit/c/test-string-mapss_resize.h +++ b/level_0/f_string/tests/unit/c/test-string-mapss_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-mash.h b/level_0/f_string/tests/unit/c/test-string-mash.h index 548f5b31e..0ba0b1ccb 100644 --- a/level_0/f_string/tests/unit/c/test-string-mash.h +++ b/level_0/f_string/tests/unit/c/test-string-mash.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-mash_nulless.h b/level_0/f_string/tests/unit/c/test-string-mash_nulless.h index b63dc5d86..3d50143f0 100644 --- a/level_0/f_string/tests/unit/c/test-string-mash_nulless.h +++ b/level_0/f_string/tests/unit/c/test-string-mash_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-mish.h b/level_0/f_string/tests/unit/c/test-string-mish.h index 206ef679f..547bb146f 100644 --- a/level_0/f_string/tests/unit/c/test-string-mish.h +++ b/level_0/f_string/tests/unit/c/test-string-mish.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-mish_nulless.h b/level_0/f_string/tests/unit/c/test-string-mish_nulless.h index 7344f285d..d53c9e4a7 100644 --- a/level_0/f_string/tests/unit/c/test-string-mish_nulless.h +++ b/level_0/f_string/tests/unit/c/test-string-mish_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-prepend.h b/level_0/f_string/tests/unit/c/test-string-prepend.h index 70ffe88b5..808528849 100644 --- a/level_0/f_string/tests/unit/c/test-string-prepend.h +++ b/level_0/f_string/tests/unit/c/test-string-prepend.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-prepend_assure.h b/level_0/f_string/tests/unit/c/test-string-prepend_assure.h index a13c8e6dc..10f704e45 100644 --- a/level_0/f_string/tests/unit/c/test-string-prepend_assure.h +++ b/level_0/f_string/tests/unit/c/test-string-prepend_assure.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-prepend_assure_nulless.h b/level_0/f_string/tests/unit/c/test-string-prepend_assure_nulless.h index ed9b295d6..6ba6c44e0 100644 --- a/level_0/f_string/tests/unit/c/test-string-prepend_assure_nulless.h +++ b/level_0/f_string/tests/unit/c/test-string-prepend_assure_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-prepend_nulless.h b/level_0/f_string/tests/unit/c/test-string-prepend_nulless.h index 3b96a1d83..5ef4ce8f0 100644 --- a/level_0/f_string/tests/unit/c/test-string-prepend_nulless.h +++ b/level_0/f_string/tests/unit/c/test-string-prepend_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-quantitys_adjust.h b/level_0/f_string/tests/unit/c/test-string-quantitys_adjust.h index ef22e013c..b5dcbc43b 100644 --- a/level_0/f_string/tests/unit/c/test-string-quantitys_adjust.h +++ b/level_0/f_string/tests/unit/c/test-string-quantitys_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-quantitys_append.h b/level_0/f_string/tests/unit/c/test-string-quantitys_append.h index 34bf1f868..d926efb3c 100644 --- a/level_0/f_string/tests/unit/c/test-string-quantitys_append.h +++ b/level_0/f_string/tests/unit/c/test-string-quantitys_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-quantitys_append_all.h b/level_0/f_string/tests/unit/c/test-string-quantitys_append_all.h index d79e2e2ce..53bdcff9c 100644 --- a/level_0/f_string/tests/unit/c/test-string-quantitys_append_all.h +++ b/level_0/f_string/tests/unit/c/test-string-quantitys_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-quantitys_decimate_by.h b/level_0/f_string/tests/unit/c/test-string-quantitys_decimate_by.h index c691a9f9c..1a81a0ffe 100644 --- a/level_0/f_string/tests/unit/c/test-string-quantitys_decimate_by.h +++ b/level_0/f_string/tests/unit/c/test-string-quantitys_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-quantitys_decrease_by.h b/level_0/f_string/tests/unit/c/test-string-quantitys_decrease_by.h index f867bee72..b67fe482f 100644 --- a/level_0/f_string/tests/unit/c/test-string-quantitys_decrease_by.h +++ b/level_0/f_string/tests/unit/c/test-string-quantitys_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-quantitys_increase.h b/level_0/f_string/tests/unit/c/test-string-quantitys_increase.h index 7631810f4..31f41ccea 100644 --- a/level_0/f_string/tests/unit/c/test-string-quantitys_increase.h +++ b/level_0/f_string/tests/unit/c/test-string-quantitys_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-quantitys_increase_by.h b/level_0/f_string/tests/unit/c/test-string-quantitys_increase_by.h index 02e9da12d..eba7e67f7 100644 --- a/level_0/f_string/tests/unit/c/test-string-quantitys_increase_by.h +++ b/level_0/f_string/tests/unit/c/test-string-quantitys_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-quantitys_resize.h b/level_0/f_string/tests/unit/c/test-string-quantitys_resize.h index bc764bda3..1b6b986a8 100644 --- a/level_0/f_string/tests/unit/c/test-string-quantitys_resize.h +++ b/level_0/f_string/tests/unit/c/test-string-quantitys_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-quantityss_adjust.h b/level_0/f_string/tests/unit/c/test-string-quantityss_adjust.h index 7a1f6b83e..bd4c55e60 100644 --- a/level_0/f_string/tests/unit/c/test-string-quantityss_adjust.h +++ b/level_0/f_string/tests/unit/c/test-string-quantityss_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-quantityss_append.h b/level_0/f_string/tests/unit/c/test-string-quantityss_append.h index 72a7f258f..8b6f5a395 100644 --- a/level_0/f_string/tests/unit/c/test-string-quantityss_append.h +++ b/level_0/f_string/tests/unit/c/test-string-quantityss_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-quantityss_append_all.h b/level_0/f_string/tests/unit/c/test-string-quantityss_append_all.h index edd12ee21..39362e668 100644 --- a/level_0/f_string/tests/unit/c/test-string-quantityss_append_all.h +++ b/level_0/f_string/tests/unit/c/test-string-quantityss_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-quantityss_decimate_by.h b/level_0/f_string/tests/unit/c/test-string-quantityss_decimate_by.h index 2ea5057d5..49b6b9079 100644 --- a/level_0/f_string/tests/unit/c/test-string-quantityss_decimate_by.h +++ b/level_0/f_string/tests/unit/c/test-string-quantityss_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-quantityss_decrease_by.h b/level_0/f_string/tests/unit/c/test-string-quantityss_decrease_by.h index cbce24f1d..3219634f6 100644 --- a/level_0/f_string/tests/unit/c/test-string-quantityss_decrease_by.h +++ b/level_0/f_string/tests/unit/c/test-string-quantityss_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-quantityss_increase.h b/level_0/f_string/tests/unit/c/test-string-quantityss_increase.h index 505a80b53..4d7d5262d 100644 --- a/level_0/f_string/tests/unit/c/test-string-quantityss_increase.h +++ b/level_0/f_string/tests/unit/c/test-string-quantityss_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-quantityss_increase_by.h b/level_0/f_string/tests/unit/c/test-string-quantityss_increase_by.h index 0dc61ade4..18be1b953 100644 --- a/level_0/f_string/tests/unit/c/test-string-quantityss_increase_by.h +++ b/level_0/f_string/tests/unit/c/test-string-quantityss_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-quantityss_resize.h b/level_0/f_string/tests/unit/c/test-string-quantityss_resize.h index 202dfd9bc..fb9125068 100644 --- a/level_0/f_string/tests/unit/c/test-string-quantityss_resize.h +++ b/level_0/f_string/tests/unit/c/test-string-quantityss_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-ranges_adjust.h b/level_0/f_string/tests/unit/c/test-string-ranges_adjust.h index 66ed77f72..c5f1f1c66 100644 --- a/level_0/f_string/tests/unit/c/test-string-ranges_adjust.h +++ b/level_0/f_string/tests/unit/c/test-string-ranges_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-ranges_append.h b/level_0/f_string/tests/unit/c/test-string-ranges_append.h index 13217c8f7..2e12a4aa6 100644 --- a/level_0/f_string/tests/unit/c/test-string-ranges_append.h +++ b/level_0/f_string/tests/unit/c/test-string-ranges_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-ranges_append_all.h b/level_0/f_string/tests/unit/c/test-string-ranges_append_all.h index 7fb731093..4cfb1653e 100644 --- a/level_0/f_string/tests/unit/c/test-string-ranges_append_all.h +++ b/level_0/f_string/tests/unit/c/test-string-ranges_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-ranges_decimate_by.h b/level_0/f_string/tests/unit/c/test-string-ranges_decimate_by.h index 064bdb43a..1da014acf 100644 --- a/level_0/f_string/tests/unit/c/test-string-ranges_decimate_by.h +++ b/level_0/f_string/tests/unit/c/test-string-ranges_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-ranges_decrease_by.h b/level_0/f_string/tests/unit/c/test-string-ranges_decrease_by.h index 8c4553038..e3d5b2113 100644 --- a/level_0/f_string/tests/unit/c/test-string-ranges_decrease_by.h +++ b/level_0/f_string/tests/unit/c/test-string-ranges_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-ranges_increase.h b/level_0/f_string/tests/unit/c/test-string-ranges_increase.h index 1746e7ce2..a074e0209 100644 --- a/level_0/f_string/tests/unit/c/test-string-ranges_increase.h +++ b/level_0/f_string/tests/unit/c/test-string-ranges_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-ranges_increase_by.h b/level_0/f_string/tests/unit/c/test-string-ranges_increase_by.h index 8c3a5de99..60b2af606 100644 --- a/level_0/f_string/tests/unit/c/test-string-ranges_increase_by.h +++ b/level_0/f_string/tests/unit/c/test-string-ranges_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-ranges_resize.h b/level_0/f_string/tests/unit/c/test-string-ranges_resize.h index 7b68c7766..fb71f9f4b 100644 --- a/level_0/f_string/tests/unit/c/test-string-ranges_resize.h +++ b/level_0/f_string/tests/unit/c/test-string-ranges_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-rangess_adjust.h b/level_0/f_string/tests/unit/c/test-string-rangess_adjust.h index 186b872db..4b35d76fc 100644 --- a/level_0/f_string/tests/unit/c/test-string-rangess_adjust.h +++ b/level_0/f_string/tests/unit/c/test-string-rangess_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-rangess_append.h b/level_0/f_string/tests/unit/c/test-string-rangess_append.h index b6c910f2c..873cfa40c 100644 --- a/level_0/f_string/tests/unit/c/test-string-rangess_append.h +++ b/level_0/f_string/tests/unit/c/test-string-rangess_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-rangess_append_all.h b/level_0/f_string/tests/unit/c/test-string-rangess_append_all.h index 62f0abc8a..9006f5b87 100644 --- a/level_0/f_string/tests/unit/c/test-string-rangess_append_all.h +++ b/level_0/f_string/tests/unit/c/test-string-rangess_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-rangess_decimate_by.h b/level_0/f_string/tests/unit/c/test-string-rangess_decimate_by.h index 1d8460439..9f141aa89 100644 --- a/level_0/f_string/tests/unit/c/test-string-rangess_decimate_by.h +++ b/level_0/f_string/tests/unit/c/test-string-rangess_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-rangess_decrease_by.h b/level_0/f_string/tests/unit/c/test-string-rangess_decrease_by.h index 6eda6265c..a5fe29d0e 100644 --- a/level_0/f_string/tests/unit/c/test-string-rangess_decrease_by.h +++ b/level_0/f_string/tests/unit/c/test-string-rangess_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-rangess_increase.h b/level_0/f_string/tests/unit/c/test-string-rangess_increase.h index 292798d04..24a1565b2 100644 --- a/level_0/f_string/tests/unit/c/test-string-rangess_increase.h +++ b/level_0/f_string/tests/unit/c/test-string-rangess_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-rangess_increase_by.h b/level_0/f_string/tests/unit/c/test-string-rangess_increase_by.h index f97a74efe..a470871d6 100644 --- a/level_0/f_string/tests/unit/c/test-string-rangess_increase_by.h +++ b/level_0/f_string/tests/unit/c/test-string-rangess_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-rangess_resize.h b/level_0/f_string/tests/unit/c/test-string-rangess_resize.h index dd3c4e0a8..9233b19f2 100644 --- a/level_0/f_string/tests/unit/c/test-string-rangess_resize.h +++ b/level_0/f_string/tests/unit/c/test-string-rangess_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-seek_line.h b/level_0/f_string/tests/unit/c/test-string-seek_line.h index ab8d7e6a1..20988c35a 100644 --- a/level_0/f_string/tests/unit/c/test-string-seek_line.h +++ b/level_0/f_string/tests/unit/c/test-string-seek_line.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-seek_line_to.h b/level_0/f_string/tests/unit/c/test-string-seek_line_to.h index 7a8e5f86a..ce21e481a 100644 --- a/level_0/f_string/tests/unit/c/test-string-seek_line_to.h +++ b/level_0/f_string/tests/unit/c/test-string-seek_line_to.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-seek_to.h b/level_0/f_string/tests/unit/c/test-string-seek_to.h index 3596d2fcb..42b3238fa 100644 --- a/level_0/f_string/tests/unit/c/test-string-seek_to.h +++ b/level_0/f_string/tests/unit/c/test-string-seek_to.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-triples_adjust.h b/level_0/f_string/tests/unit/c/test-string-triples_adjust.h index 03e6031a1..4871cc053 100644 --- a/level_0/f_string/tests/unit/c/test-string-triples_adjust.h +++ b/level_0/f_string/tests/unit/c/test-string-triples_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-triples_append.h b/level_0/f_string/tests/unit/c/test-string-triples_append.h index 166be5b59..57d6f5268 100644 --- a/level_0/f_string/tests/unit/c/test-string-triples_append.h +++ b/level_0/f_string/tests/unit/c/test-string-triples_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-triples_append_all.h b/level_0/f_string/tests/unit/c/test-string-triples_append_all.h index a8b2317a7..8c51c60b4 100644 --- a/level_0/f_string/tests/unit/c/test-string-triples_append_all.h +++ b/level_0/f_string/tests/unit/c/test-string-triples_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-triples_decimate_by.h b/level_0/f_string/tests/unit/c/test-string-triples_decimate_by.h index ac4f00adf..be492599c 100644 --- a/level_0/f_string/tests/unit/c/test-string-triples_decimate_by.h +++ b/level_0/f_string/tests/unit/c/test-string-triples_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-triples_decrease_by.h b/level_0/f_string/tests/unit/c/test-string-triples_decrease_by.h index 5d105a423..7b24f4436 100644 --- a/level_0/f_string/tests/unit/c/test-string-triples_decrease_by.h +++ b/level_0/f_string/tests/unit/c/test-string-triples_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-triples_increase.h b/level_0/f_string/tests/unit/c/test-string-triples_increase.h index c33997c8e..4d455dc6f 100644 --- a/level_0/f_string/tests/unit/c/test-string-triples_increase.h +++ b/level_0/f_string/tests/unit/c/test-string-triples_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-triples_increase_by.h b/level_0/f_string/tests/unit/c/test-string-triples_increase_by.h index 473ba1dfa..04d5abb8a 100644 --- a/level_0/f_string/tests/unit/c/test-string-triples_increase_by.h +++ b/level_0/f_string/tests/unit/c/test-string-triples_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-triples_resize.h b/level_0/f_string/tests/unit/c/test-string-triples_resize.h index d4d59f53e..1a0ed810d 100644 --- a/level_0/f_string/tests/unit/c/test-string-triples_resize.h +++ b/level_0/f_string/tests/unit/c/test-string-triples_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-tripless_adjust.h b/level_0/f_string/tests/unit/c/test-string-tripless_adjust.h index c1df06e2d..467bd80e5 100644 --- a/level_0/f_string/tests/unit/c/test-string-tripless_adjust.h +++ b/level_0/f_string/tests/unit/c/test-string-tripless_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-tripless_append.h b/level_0/f_string/tests/unit/c/test-string-tripless_append.h index bf0eae5e3..1c6e2f81c 100644 --- a/level_0/f_string/tests/unit/c/test-string-tripless_append.h +++ b/level_0/f_string/tests/unit/c/test-string-tripless_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-tripless_append_all.h b/level_0/f_string/tests/unit/c/test-string-tripless_append_all.h index 300ab8a54..4faf28505 100644 --- a/level_0/f_string/tests/unit/c/test-string-tripless_append_all.h +++ b/level_0/f_string/tests/unit/c/test-string-tripless_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-tripless_decimate_by.h b/level_0/f_string/tests/unit/c/test-string-tripless_decimate_by.h index bd7164703..863104be4 100644 --- a/level_0/f_string/tests/unit/c/test-string-tripless_decimate_by.h +++ b/level_0/f_string/tests/unit/c/test-string-tripless_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-tripless_decrease_by.h b/level_0/f_string/tests/unit/c/test-string-tripless_decrease_by.h index 7a03b8b6c..6d5093fc3 100644 --- a/level_0/f_string/tests/unit/c/test-string-tripless_decrease_by.h +++ b/level_0/f_string/tests/unit/c/test-string-tripless_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-tripless_increase.h b/level_0/f_string/tests/unit/c/test-string-tripless_increase.h index 43283e540..3ce14e739 100644 --- a/level_0/f_string/tests/unit/c/test-string-tripless_increase.h +++ b/level_0/f_string/tests/unit/c/test-string-tripless_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-tripless_increase_by.h b/level_0/f_string/tests/unit/c/test-string-tripless_increase_by.h index 1f7983bde..2f9caaaeb 100644 --- a/level_0/f_string/tests/unit/c/test-string-tripless_increase_by.h +++ b/level_0/f_string/tests/unit/c/test-string-tripless_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string-tripless_resize.h b/level_0/f_string/tests/unit/c/test-string-tripless_resize.h index 166d681e9..8698be691 100644 --- a/level_0/f_string/tests/unit/c/test-string-tripless_resize.h +++ b/level_0/f_string/tests/unit/c/test-string-tripless_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_string/tests/unit/c/test-string.h b/level_0/f_string/tests/unit/c/test-string.h index 373dfbe83..00a768c5a 100644 --- a/level_0/f_string/tests/unit/c/test-string.h +++ b/level_0/f_string/tests/unit/c/test-string.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: String - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the string project. diff --git a/level_0/f_thread/c/private-thread.h b/level_0/f_thread/c/private-thread.h index 13b622310..be3a46d6a 100644 --- a/level_0/f_thread/c/private-thread.h +++ b/level_0/f_thread/c/private-thread.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_thread/c/thread.h b/level_0/f_thread/c/thread.h index d5dda080f..f39bd3a82 100644 --- a/level_0/f_thread/c/thread.h +++ b/level_0/f_thread/c/thread.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides POSIX sets related functionality. diff --git a/level_0/f_thread/c/thread/attribute.h b/level_0/f_thread/c/thread/attribute.h index 684f50034..becfb0d9e 100644 --- a/level_0/f_thread/c/thread/attribute.h +++ b/level_0/f_thread/c/thread/attribute.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by POSIX thread related functionality. diff --git a/level_0/f_thread/c/thread/barrier.h b/level_0/f_thread/c/thread/barrier.h index 524f8291b..5c4d1e008 100644 --- a/level_0/f_thread/c/thread/barrier.h +++ b/level_0/f_thread/c/thread/barrier.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by POSIX thread related functionality. diff --git a/level_0/f_thread/c/thread/barrier_attribute.h b/level_0/f_thread/c/thread/barrier_attribute.h index b99f40a4f..25d962648 100644 --- a/level_0/f_thread/c/thread/barrier_attribute.h +++ b/level_0/f_thread/c/thread/barrier_attribute.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by POSIX thread related functionality. diff --git a/level_0/f_thread/c/thread/condition.h b/level_0/f_thread/c/thread/condition.h index fba03605b..d34981fbf 100644 --- a/level_0/f_thread/c/thread/condition.h +++ b/level_0/f_thread/c/thread/condition.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by POSIX thread related functionality. diff --git a/level_0/f_thread/c/thread/condition_attribute.h b/level_0/f_thread/c/thread/condition_attribute.h index 2f357d6e8..b8c1dfcc8 100644 --- a/level_0/f_thread/c/thread/condition_attribute.h +++ b/level_0/f_thread/c/thread/condition_attribute.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by POSIX thread related functionality. diff --git a/level_0/f_thread/c/thread/id.h b/level_0/f_thread/c/thread/id.h index 240961434..49e49b2ab 100644 --- a/level_0/f_thread/c/thread/id.h +++ b/level_0/f_thread/c/thread/id.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by POSIX thread related functionality. diff --git a/level_0/f_thread/c/thread/key.h b/level_0/f_thread/c/thread/key.h index 08c3fa0ae..6a4931f78 100644 --- a/level_0/f_thread/c/thread/key.h +++ b/level_0/f_thread/c/thread/key.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by POSIX thread related functionality. diff --git a/level_0/f_thread/c/thread/lock.h b/level_0/f_thread/c/thread/lock.h index afa7651b6..462467191 100644 --- a/level_0/f_thread/c/thread/lock.h +++ b/level_0/f_thread/c/thread/lock.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by POSIX thread related functionality. diff --git a/level_0/f_thread/c/thread/lock_attribute.h b/level_0/f_thread/c/thread/lock_attribute.h index e1165ff85..8f64c6b63 100644 --- a/level_0/f_thread/c/thread/lock_attribute.h +++ b/level_0/f_thread/c/thread/lock_attribute.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by POSIX thread related functionality. diff --git a/level_0/f_thread/c/thread/mutex.h b/level_0/f_thread/c/thread/mutex.h index 6411d221a..32e20b445 100644 --- a/level_0/f_thread/c/thread/mutex.h +++ b/level_0/f_thread/c/thread/mutex.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by POSIX thread related functionality. diff --git a/level_0/f_thread/c/thread/mutex_attribute.h b/level_0/f_thread/c/thread/mutex_attribute.h index f90dc5835..cb09bd2b4 100644 --- a/level_0/f_thread/c/thread/mutex_attribute.h +++ b/level_0/f_thread/c/thread/mutex_attribute.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by POSIX thread related functionality. diff --git a/level_0/f_thread/c/thread/once.h b/level_0/f_thread/c/thread/once.h index a14d7202f..b78ece5d5 100644 --- a/level_0/f_thread/c/thread/once.h +++ b/level_0/f_thread/c/thread/once.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by POSIX thread related functionality. diff --git a/level_0/f_thread/c/thread/semaphore.h b/level_0/f_thread/c/thread/semaphore.h index c1b79a137..6e66bc905 100644 --- a/level_0/f_thread/c/thread/semaphore.h +++ b/level_0/f_thread/c/thread/semaphore.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by POSIX thread related functionality. diff --git a/level_0/f_thread/c/thread/set.h b/level_0/f_thread/c/thread/set.h index 6593cb3f3..1a3e959c2 100644 --- a/level_0/f_thread/c/thread/set.h +++ b/level_0/f_thread/c/thread/set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by POSIX thread related functionality. diff --git a/level_0/f_thread/c/thread/spin.h b/level_0/f_thread/c/thread/spin.h index 2f8e0b6e4..a4c7c2619 100644 --- a/level_0/f_thread/c/thread/spin.h +++ b/level_0/f_thread/c/thread/spin.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by POSIX thread related functionality. diff --git a/level_0/f_thread/data/build/settings b/level_0/f_thread/data/build/settings index 0ba954b04..cffd026c2 100644 --- a/level_0/f_thread/data/build/settings +++ b/level_0/f_thread/data/build/settings @@ -3,8 +3,8 @@ build_name f_thread version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_thread/data/build/settings-mocks b/level_0/f_thread/data/build/settings-mocks index eda3492e2..4efb2c0f7 100644 --- a/level_0/f_thread/data/build/settings-mocks +++ b/level_0/f_thread/data/build/settings-mocks @@ -13,8 +13,8 @@ build_name f_thread version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_thread/data/build/settings-tests b/level_0/f_thread/data/build/settings-tests index ccf1c38ba..ab916e5c8 100644 --- a/level_0/f_thread/data/build/settings-tests +++ b/level_0/f_thread/data/build/settings-tests @@ -8,8 +8,8 @@ build_name test-f_thread version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file major version_target major diff --git a/level_0/f_thread/tests/unit/c/mock-thread.h b/level_0/f_thread/tests/unit/c/mock-thread.h index ce8b6cbc1..ceb8fd21b 100644 --- a/level_0/f_thread/tests/unit/c/mock-thread.h +++ b/level_0/f_thread/tests/unit/c/mock-thread.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-at_fork.h b/level_0/f_thread/tests/unit/c/test-thread-at_fork.h index c535956a0..7a16a08d7 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-at_fork.h +++ b/level_0/f_thread/tests/unit/c/test-thread-at_fork.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attribute_affinity_get.h b/level_0/f_thread/tests/unit/c/test-thread-attribute_affinity_get.h index 467e1cff4..8ac021b63 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attribute_affinity_get.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attribute_affinity_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attribute_affinity_set.h b/level_0/f_thread/tests/unit/c/test-thread-attribute_affinity_set.h index 0e487288e..b58358f53 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attribute_affinity_set.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attribute_affinity_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attribute_concurrency_get.h b/level_0/f_thread/tests/unit/c/test-thread-attribute_concurrency_get.h index 4913c2172..221acaad4 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attribute_concurrency_get.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attribute_concurrency_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attribute_concurrency_set.h b/level_0/f_thread/tests/unit/c/test-thread-attribute_concurrency_set.h index 43a42e6fe..4011ca3b8 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attribute_concurrency_set.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attribute_concurrency_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attribute_create.h b/level_0/f_thread/tests/unit/c/test-thread-attribute_create.h index 95fb03df0..bc627283c 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attribute_create.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attribute_create.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attribute_default_get.h b/level_0/f_thread/tests/unit/c/test-thread-attribute_default_get.h index a3cb99d68..2bf0844eb 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attribute_default_get.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attribute_default_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attribute_default_set.h b/level_0/f_thread/tests/unit/c/test-thread-attribute_default_set.h index 9d976b568..6603f9660 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attribute_default_set.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attribute_default_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attribute_delete.h b/level_0/f_thread/tests/unit/c/test-thread-attribute_delete.h index 7f7fc4123..3fb2d39b9 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attribute_delete.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attribute_delete.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attribute_detach_get.h b/level_0/f_thread/tests/unit/c/test-thread-attribute_detach_get.h index 8302d8254..cbc360281 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attribute_detach_get.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attribute_detach_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attribute_detach_set.h b/level_0/f_thread/tests/unit/c/test-thread-attribute_detach_set.h index 5331eb335..5e4f01cb3 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attribute_detach_set.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attribute_detach_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attribute_guard_get.h b/level_0/f_thread/tests/unit/c/test-thread-attribute_guard_get.h index fd9f4dc99..887f1a969 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attribute_guard_get.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attribute_guard_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attribute_guard_set.h b/level_0/f_thread/tests/unit/c/test-thread-attribute_guard_set.h index a54dacddf..166b9039d 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attribute_guard_set.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attribute_guard_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_inherit_get.h b/level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_inherit_get.h index 5fe04b4fd..88766f6ac 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_inherit_get.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_inherit_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_inherit_set.h b/level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_inherit_set.h index 524ba36f4..20e5657e4 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_inherit_set.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_inherit_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_parameter_get.h b/level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_parameter_get.h index 72b7c206e..c04940c4c 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_parameter_get.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_parameter_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_parameter_set.h b/level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_parameter_set.h index 06da0ddcd..905ca0322 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_parameter_set.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_parameter_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_policy_get.h b/level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_policy_get.h index 742d4ca3a..1c551860f 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_policy_get.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_policy_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_policy_set.h b/level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_policy_set.h index 599775091..0d307eb24 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_policy_set.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attribute_scheduler_policy_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attribute_scope_get.h b/level_0/f_thread/tests/unit/c/test-thread-attribute_scope_get.h index 66ddd87c1..36e4cf5ba 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attribute_scope_get.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attribute_scope_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attribute_scope_set.h b/level_0/f_thread/tests/unit/c/test-thread-attribute_scope_set.h index 3d554729a..6ef89456f 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attribute_scope_set.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attribute_scope_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attribute_stack_get.h b/level_0/f_thread/tests/unit/c/test-thread-attribute_stack_get.h index b99cf24aa..6006d04b6 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attribute_stack_get.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attribute_stack_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attribute_stack_set.h b/level_0/f_thread/tests/unit/c/test-thread-attribute_stack_set.h index c4c5cd88c..d612290fc 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attribute_stack_set.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attribute_stack_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attribute_stack_size_get.h b/level_0/f_thread/tests/unit/c/test-thread-attribute_stack_size_get.h index aa0ce7fd8..c49ee6e59 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attribute_stack_size_get.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attribute_stack_size_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attribute_stack_size_set.h b/level_0/f_thread/tests/unit/c/test-thread-attribute_stack_size_set.h index b450e88c4..f03b96499 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attribute_stack_size_set.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attribute_stack_size_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attributes_adjust.h b/level_0/f_thread/tests/unit/c/test-thread-attributes_adjust.h index 9242d5a7a..37ea942da 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attributes_adjust.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attributes_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attributes_decimate_by.h b/level_0/f_thread/tests/unit/c/test-thread-attributes_decimate_by.h index 0b973ac89..cb169a02a 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attributes_decimate_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attributes_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attributes_decrease_by.h b/level_0/f_thread/tests/unit/c/test-thread-attributes_decrease_by.h index 89a7719ce..9d67d66b7 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attributes_decrease_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attributes_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attributes_increase.h b/level_0/f_thread/tests/unit/c/test-thread-attributes_increase.h index e83cd2ab9..9095b4f35 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attributes_increase.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attributes_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attributes_increase_by.h b/level_0/f_thread/tests/unit/c/test-thread-attributes_increase_by.h index 3d0acff4e..c31c0db62 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attributes_increase_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attributes_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-attributes_resize.h b/level_0/f_thread/tests/unit/c/test-thread-attributes_resize.h index be2b86dd5..fc871afcf 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-attributes_resize.h +++ b/level_0/f_thread/tests/unit/c/test-thread-attributes_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-barrier_attribute_create.h b/level_0/f_thread/tests/unit/c/test-thread-barrier_attribute_create.h index ff2430c85..743dfb1b2 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-barrier_attribute_create.h +++ b/level_0/f_thread/tests/unit/c/test-thread-barrier_attribute_create.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-barrier_attribute_delete.h b/level_0/f_thread/tests/unit/c/test-thread-barrier_attribute_delete.h index 0c87c16cf..d68db45f6 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-barrier_attribute_delete.h +++ b/level_0/f_thread/tests/unit/c/test-thread-barrier_attribute_delete.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-barrier_attribute_shared_get.h b/level_0/f_thread/tests/unit/c/test-thread-barrier_attribute_shared_get.h index c9fbd71e6..430dc3faf 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-barrier_attribute_shared_get.h +++ b/level_0/f_thread/tests/unit/c/test-thread-barrier_attribute_shared_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-barrier_attribute_shared_set.h b/level_0/f_thread/tests/unit/c/test-thread-barrier_attribute_shared_set.h index 9d2ef9d01..4910aa38c 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-barrier_attribute_shared_set.h +++ b/level_0/f_thread/tests/unit/c/test-thread-barrier_attribute_shared_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-barrier_attributes_adjust.h b/level_0/f_thread/tests/unit/c/test-thread-barrier_attributes_adjust.h index 60ace26c7..edb87b9eb 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-barrier_attributes_adjust.h +++ b/level_0/f_thread/tests/unit/c/test-thread-barrier_attributes_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-barrier_attributes_decimate_by.h b/level_0/f_thread/tests/unit/c/test-thread-barrier_attributes_decimate_by.h index 13ed8efa5..27ef05518 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-barrier_attributes_decimate_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-barrier_attributes_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-barrier_attributes_decrease_by.h b/level_0/f_thread/tests/unit/c/test-thread-barrier_attributes_decrease_by.h index 442b79768..d08e2c242 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-barrier_attributes_decrease_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-barrier_attributes_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-barrier_attributes_increase.h b/level_0/f_thread/tests/unit/c/test-thread-barrier_attributes_increase.h index fa04d0dc8..86a226d15 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-barrier_attributes_increase.h +++ b/level_0/f_thread/tests/unit/c/test-thread-barrier_attributes_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-barrier_attributes_increase_by.h b/level_0/f_thread/tests/unit/c/test-thread-barrier_attributes_increase_by.h index 4467b948a..1e4717d73 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-barrier_attributes_increase_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-barrier_attributes_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-barrier_attributes_resize.h b/level_0/f_thread/tests/unit/c/test-thread-barrier_attributes_resize.h index efb7ff992..32b70ca55 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-barrier_attributes_resize.h +++ b/level_0/f_thread/tests/unit/c/test-thread-barrier_attributes_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-barrier_create.h b/level_0/f_thread/tests/unit/c/test-thread-barrier_create.h index 1a620ab59..478dd8837 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-barrier_create.h +++ b/level_0/f_thread/tests/unit/c/test-thread-barrier_create.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-barrier_delete.h b/level_0/f_thread/tests/unit/c/test-thread-barrier_delete.h index 6a29815b5..75e5a2531 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-barrier_delete.h +++ b/level_0/f_thread/tests/unit/c/test-thread-barrier_delete.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-barrier_wait.h b/level_0/f_thread/tests/unit/c/test-thread-barrier_wait.h index 3b25afb97..73edb9e49 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-barrier_wait.h +++ b/level_0/f_thread/tests/unit/c/test-thread-barrier_wait.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-barriers_adjust.h b/level_0/f_thread/tests/unit/c/test-thread-barriers_adjust.h index acb10f12f..4d03df895 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-barriers_adjust.h +++ b/level_0/f_thread/tests/unit/c/test-thread-barriers_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-barriers_decimate_by.h b/level_0/f_thread/tests/unit/c/test-thread-barriers_decimate_by.h index a183eb11b..dc0bcd03e 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-barriers_decimate_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-barriers_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-barriers_decrease_by.h b/level_0/f_thread/tests/unit/c/test-thread-barriers_decrease_by.h index c72c4f265..49ab73d10 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-barriers_decrease_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-barriers_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-barriers_increase.h b/level_0/f_thread/tests/unit/c/test-thread-barriers_increase.h index e5f490945..7e3a9a515 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-barriers_increase.h +++ b/level_0/f_thread/tests/unit/c/test-thread-barriers_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-barriers_increase_by.h b/level_0/f_thread/tests/unit/c/test-thread-barriers_increase_by.h index 8780a8d1c..4d3fb1a7d 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-barriers_increase_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-barriers_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-barriers_resize.h b/level_0/f_thread/tests/unit/c/test-thread-barriers_resize.h index a8e889fb7..c83802a49 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-barriers_resize.h +++ b/level_0/f_thread/tests/unit/c/test-thread-barriers_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-caller.h b/level_0/f_thread/tests/unit/c/test-thread-caller.h index 092365cf4..2af21b2ff 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-caller.h +++ b/level_0/f_thread/tests/unit/c/test-thread-caller.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-cancel.h b/level_0/f_thread/tests/unit/c/test-thread-cancel.h index 81860ee22..edadc4b73 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-cancel.h +++ b/level_0/f_thread/tests/unit/c/test-thread-cancel.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-cancel_state_set.h b/level_0/f_thread/tests/unit/c/test-thread-cancel_state_set.h index f4b40c812..03d8ede6a 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-cancel_state_set.h +++ b/level_0/f_thread/tests/unit/c/test-thread-cancel_state_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-cancel_test.h b/level_0/f_thread/tests/unit/c/test-thread-cancel_test.h index 5cc42b234..80f1ab0bc 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-cancel_test.h +++ b/level_0/f_thread/tests/unit/c/test-thread-cancel_test.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-cancel_type_set.h b/level_0/f_thread/tests/unit/c/test-thread-cancel_type_set.h index a749a2015..051a4a2dc 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-cancel_type_set.h +++ b/level_0/f_thread/tests/unit/c/test-thread-cancel_type_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-clock_get_id.h b/level_0/f_thread/tests/unit/c/test-thread-clock_get_id.h index 42c221bc2..2ec8bde8e 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-clock_get_id.h +++ b/level_0/f_thread/tests/unit/c/test-thread-clock_get_id.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-compare.h b/level_0/f_thread/tests/unit/c/test-thread-compare.h index 25d1b5b1e..242a1ad40 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-compare.h +++ b/level_0/f_thread/tests/unit/c/test-thread-compare.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-condition_attribute_clock_get.h b/level_0/f_thread/tests/unit/c/test-thread-condition_attribute_clock_get.h index e60285d5f..d13edf133 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-condition_attribute_clock_get.h +++ b/level_0/f_thread/tests/unit/c/test-thread-condition_attribute_clock_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-condition_attribute_clock_set.h b/level_0/f_thread/tests/unit/c/test-thread-condition_attribute_clock_set.h index f2c575d12..e63910a41 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-condition_attribute_clock_set.h +++ b/level_0/f_thread/tests/unit/c/test-thread-condition_attribute_clock_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-condition_attribute_create.h b/level_0/f_thread/tests/unit/c/test-thread-condition_attribute_create.h index ab855f427..281e2e0da 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-condition_attribute_create.h +++ b/level_0/f_thread/tests/unit/c/test-thread-condition_attribute_create.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-condition_attribute_delete.h b/level_0/f_thread/tests/unit/c/test-thread-condition_attribute_delete.h index 2a669ea24..bdbfe6bf5 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-condition_attribute_delete.h +++ b/level_0/f_thread/tests/unit/c/test-thread-condition_attribute_delete.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-condition_attribute_shared_get.h b/level_0/f_thread/tests/unit/c/test-thread-condition_attribute_shared_get.h index fc646d286..b100abf8f 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-condition_attribute_shared_get.h +++ b/level_0/f_thread/tests/unit/c/test-thread-condition_attribute_shared_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-condition_attribute_shared_set.h b/level_0/f_thread/tests/unit/c/test-thread-condition_attribute_shared_set.h index 332e7f921..4e2f41b21 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-condition_attribute_shared_set.h +++ b/level_0/f_thread/tests/unit/c/test-thread-condition_attribute_shared_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-condition_attributes_adjust.h b/level_0/f_thread/tests/unit/c/test-thread-condition_attributes_adjust.h index 8f6490447..093f82d2c 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-condition_attributes_adjust.h +++ b/level_0/f_thread/tests/unit/c/test-thread-condition_attributes_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-condition_attributes_decimate_by.h b/level_0/f_thread/tests/unit/c/test-thread-condition_attributes_decimate_by.h index 30aaadef7..bcedef74b 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-condition_attributes_decimate_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-condition_attributes_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-condition_attributes_decrease_by.h b/level_0/f_thread/tests/unit/c/test-thread-condition_attributes_decrease_by.h index 9b11986a7..7547343ab 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-condition_attributes_decrease_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-condition_attributes_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-condition_attributes_increase.h b/level_0/f_thread/tests/unit/c/test-thread-condition_attributes_increase.h index bc08aba16..895b8917b 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-condition_attributes_increase.h +++ b/level_0/f_thread/tests/unit/c/test-thread-condition_attributes_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-condition_attributes_increase_by.h b/level_0/f_thread/tests/unit/c/test-thread-condition_attributes_increase_by.h index 3c1e36d33..4ccb1f648 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-condition_attributes_increase_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-condition_attributes_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-condition_attributes_resize.h b/level_0/f_thread/tests/unit/c/test-thread-condition_attributes_resize.h index c1d74ad01..bed910620 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-condition_attributes_resize.h +++ b/level_0/f_thread/tests/unit/c/test-thread-condition_attributes_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-condition_create.h b/level_0/f_thread/tests/unit/c/test-thread-condition_create.h index 843e77171..e34395c70 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-condition_create.h +++ b/level_0/f_thread/tests/unit/c/test-thread-condition_create.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-condition_delete.h b/level_0/f_thread/tests/unit/c/test-thread-condition_delete.h index 707a0f616..5a1e580f3 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-condition_delete.h +++ b/level_0/f_thread/tests/unit/c/test-thread-condition_delete.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-condition_signal.h b/level_0/f_thread/tests/unit/c/test-thread-condition_signal.h index 68b9d4974..0dcd40f57 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-condition_signal.h +++ b/level_0/f_thread/tests/unit/c/test-thread-condition_signal.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-condition_signal_all.h b/level_0/f_thread/tests/unit/c/test-thread-condition_signal_all.h index aabe285c1..482f47551 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-condition_signal_all.h +++ b/level_0/f_thread/tests/unit/c/test-thread-condition_signal_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-condition_wait.h b/level_0/f_thread/tests/unit/c/test-thread-condition_wait.h index 2135499ee..6e0d88f69 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-condition_wait.h +++ b/level_0/f_thread/tests/unit/c/test-thread-condition_wait.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-condition_wait_timed.h b/level_0/f_thread/tests/unit/c/test-thread-condition_wait_timed.h index 5e545ad36..6db7302b5 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-condition_wait_timed.h +++ b/level_0/f_thread/tests/unit/c/test-thread-condition_wait_timed.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-conditions_adjust.h b/level_0/f_thread/tests/unit/c/test-thread-conditions_adjust.h index d343931d0..f0e2644ef 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-conditions_adjust.h +++ b/level_0/f_thread/tests/unit/c/test-thread-conditions_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-conditions_decimate_by.h b/level_0/f_thread/tests/unit/c/test-thread-conditions_decimate_by.h index 1aeec0807..4aa9b7171 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-conditions_decimate_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-conditions_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-conditions_decrease_by.h b/level_0/f_thread/tests/unit/c/test-thread-conditions_decrease_by.h index 7f9be3f88..87c7c63d9 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-conditions_decrease_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-conditions_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-conditions_increase.h b/level_0/f_thread/tests/unit/c/test-thread-conditions_increase.h index d179b7477..42d4c9819 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-conditions_increase.h +++ b/level_0/f_thread/tests/unit/c/test-thread-conditions_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-conditions_increase_by.h b/level_0/f_thread/tests/unit/c/test-thread-conditions_increase_by.h index e9cec5fed..2a98ab585 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-conditions_increase_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-conditions_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-conditions_resize.h b/level_0/f_thread/tests/unit/c/test-thread-conditions_resize.h index 20d1cddeb..7e60abf08 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-conditions_resize.h +++ b/level_0/f_thread/tests/unit/c/test-thread-conditions_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-create.h b/level_0/f_thread/tests/unit/c/test-thread-create.h index 19b4ed287..546e5b01c 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-create.h +++ b/level_0/f_thread/tests/unit/c/test-thread-create.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-detach.h b/level_0/f_thread/tests/unit/c/test-thread-detach.h index e556072dd..235b039ee 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-detach.h +++ b/level_0/f_thread/tests/unit/c/test-thread-detach.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-exit.h b/level_0/f_thread/tests/unit/c/test-thread-exit.h index b9004e86b..106388bf0 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-exit.h +++ b/level_0/f_thread/tests/unit/c/test-thread-exit.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-ids_adjust.h b/level_0/f_thread/tests/unit/c/test-thread-ids_adjust.h index 68925ded3..c56ae72c6 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-ids_adjust.h +++ b/level_0/f_thread/tests/unit/c/test-thread-ids_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-ids_decimate_by.h b/level_0/f_thread/tests/unit/c/test-thread-ids_decimate_by.h index ba59c26a6..4b96647d8 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-ids_decimate_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-ids_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-ids_decrease_by.h b/level_0/f_thread/tests/unit/c/test-thread-ids_decrease_by.h index b2e99b648..75e65bfdc 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-ids_decrease_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-ids_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-ids_increase.h b/level_0/f_thread/tests/unit/c/test-thread-ids_increase.h index 81de43e83..2353d9a23 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-ids_increase.h +++ b/level_0/f_thread/tests/unit/c/test-thread-ids_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-ids_increase_by.h b/level_0/f_thread/tests/unit/c/test-thread-ids_increase_by.h index 190f5c61e..c4a3c1843 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-ids_increase_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-ids_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-ids_resize.h b/level_0/f_thread/tests/unit/c/test-thread-ids_resize.h index b37838c8f..c0f0b6114 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-ids_resize.h +++ b/level_0/f_thread/tests/unit/c/test-thread-ids_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-join.h b/level_0/f_thread/tests/unit/c/test-thread-join.h index 308d73731..5b1ba95fc 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-join.h +++ b/level_0/f_thread/tests/unit/c/test-thread-join.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-join_timed.h b/level_0/f_thread/tests/unit/c/test-thread-join_timed.h index 60d083341..f3ac70fab 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-join_timed.h +++ b/level_0/f_thread/tests/unit/c/test-thread-join_timed.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-join_try.h b/level_0/f_thread/tests/unit/c/test-thread-join_try.h index 90ec9bfcf..cd629020d 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-join_try.h +++ b/level_0/f_thread/tests/unit/c/test-thread-join_try.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-key_create.h b/level_0/f_thread/tests/unit/c/test-thread-key_create.h index 6de0c3646..834b84018 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-key_create.h +++ b/level_0/f_thread/tests/unit/c/test-thread-key_create.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-key_delete.h b/level_0/f_thread/tests/unit/c/test-thread-key_delete.h index df0a21978..d37f0e2b6 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-key_delete.h +++ b/level_0/f_thread/tests/unit/c/test-thread-key_delete.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-key_get.h b/level_0/f_thread/tests/unit/c/test-thread-key_get.h index 3991c273d..3a385f404 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-key_get.h +++ b/level_0/f_thread/tests/unit/c/test-thread-key_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-key_set.h b/level_0/f_thread/tests/unit/c/test-thread-key_set.h index 1b07a3c2e..36988bc6c 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-key_set.h +++ b/level_0/f_thread/tests/unit/c/test-thread-key_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-keys_adjust.h b/level_0/f_thread/tests/unit/c/test-thread-keys_adjust.h index 96c5cf9a6..a18dc2775 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-keys_adjust.h +++ b/level_0/f_thread/tests/unit/c/test-thread-keys_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-keys_decimate_by.h b/level_0/f_thread/tests/unit/c/test-thread-keys_decimate_by.h index 1b70c2e95..d79bd7477 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-keys_decimate_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-keys_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-keys_decrease_by.h b/level_0/f_thread/tests/unit/c/test-thread-keys_decrease_by.h index 3d5652779..7109850de 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-keys_decrease_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-keys_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-keys_increase.h b/level_0/f_thread/tests/unit/c/test-thread-keys_increase.h index e7793ffd9..989f6a603 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-keys_increase.h +++ b/level_0/f_thread/tests/unit/c/test-thread-keys_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-keys_increase_by.h b/level_0/f_thread/tests/unit/c/test-thread-keys_increase_by.h index f0fd474da..41e26bfc7 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-keys_increase_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-keys_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-keys_resize.h b/level_0/f_thread/tests/unit/c/test-thread-keys_resize.h index c13450d77..3c2605179 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-keys_resize.h +++ b/level_0/f_thread/tests/unit/c/test-thread-keys_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-lock_attribute_create.h b/level_0/f_thread/tests/unit/c/test-thread-lock_attribute_create.h index 66404158e..f39246478 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-lock_attribute_create.h +++ b/level_0/f_thread/tests/unit/c/test-thread-lock_attribute_create.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-lock_attribute_delete.h b/level_0/f_thread/tests/unit/c/test-thread-lock_attribute_delete.h index c7c47de7d..6f3d33dea 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-lock_attribute_delete.h +++ b/level_0/f_thread/tests/unit/c/test-thread-lock_attribute_delete.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-lock_attribute_shared_get.h b/level_0/f_thread/tests/unit/c/test-thread-lock_attribute_shared_get.h index c477eefd2..c57da18b6 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-lock_attribute_shared_get.h +++ b/level_0/f_thread/tests/unit/c/test-thread-lock_attribute_shared_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-lock_attribute_shared_set.h b/level_0/f_thread/tests/unit/c/test-thread-lock_attribute_shared_set.h index 03f4ac0f4..d9bf4345f 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-lock_attribute_shared_set.h +++ b/level_0/f_thread/tests/unit/c/test-thread-lock_attribute_shared_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-lock_attributes_adjust.h b/level_0/f_thread/tests/unit/c/test-thread-lock_attributes_adjust.h index bcdb6d91b..4591d1e32 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-lock_attributes_adjust.h +++ b/level_0/f_thread/tests/unit/c/test-thread-lock_attributes_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-lock_attributes_decimate_by.h b/level_0/f_thread/tests/unit/c/test-thread-lock_attributes_decimate_by.h index 71e68ffde..fef2f55b3 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-lock_attributes_decimate_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-lock_attributes_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-lock_attributes_decrease_by.h b/level_0/f_thread/tests/unit/c/test-thread-lock_attributes_decrease_by.h index ba29a0f70..7fc73bed6 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-lock_attributes_decrease_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-lock_attributes_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-lock_attributes_increase.h b/level_0/f_thread/tests/unit/c/test-thread-lock_attributes_increase.h index 2ea11de64..dc950ab43 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-lock_attributes_increase.h +++ b/level_0/f_thread/tests/unit/c/test-thread-lock_attributes_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-lock_attributes_increase_by.h b/level_0/f_thread/tests/unit/c/test-thread-lock_attributes_increase_by.h index 88d3e84da..595ab7967 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-lock_attributes_increase_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-lock_attributes_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-lock_attributes_resize.h b/level_0/f_thread/tests/unit/c/test-thread-lock_attributes_resize.h index cbc8d2d45..c4d590635 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-lock_attributes_resize.h +++ b/level_0/f_thread/tests/unit/c/test-thread-lock_attributes_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-lock_create.h b/level_0/f_thread/tests/unit/c/test-thread-lock_create.h index 8e3264883..5f7e980ec 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-lock_create.h +++ b/level_0/f_thread/tests/unit/c/test-thread-lock_create.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-lock_delete.h b/level_0/f_thread/tests/unit/c/test-thread-lock_delete.h index e8e16a966..6836144cd 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-lock_delete.h +++ b/level_0/f_thread/tests/unit/c/test-thread-lock_delete.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-lock_read.h b/level_0/f_thread/tests/unit/c/test-thread-lock_read.h index 0392681b5..1f6d0b39e 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-lock_read.h +++ b/level_0/f_thread/tests/unit/c/test-thread-lock_read.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-lock_read_timed.h b/level_0/f_thread/tests/unit/c/test-thread-lock_read_timed.h index 9916bdf67..40e17fa2a 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-lock_read_timed.h +++ b/level_0/f_thread/tests/unit/c/test-thread-lock_read_timed.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-lock_read_try.h b/level_0/f_thread/tests/unit/c/test-thread-lock_read_try.h index 9e4ebd8f3..27c9ac715 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-lock_read_try.h +++ b/level_0/f_thread/tests/unit/c/test-thread-lock_read_try.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-lock_write.h b/level_0/f_thread/tests/unit/c/test-thread-lock_write.h index 2cecbeaac..a751f37d8 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-lock_write.h +++ b/level_0/f_thread/tests/unit/c/test-thread-lock_write.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-lock_write_timed.h b/level_0/f_thread/tests/unit/c/test-thread-lock_write_timed.h index b4a1da0c3..f8ab6e893 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-lock_write_timed.h +++ b/level_0/f_thread/tests/unit/c/test-thread-lock_write_timed.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-lock_write_try.h b/level_0/f_thread/tests/unit/c/test-thread-lock_write_try.h index 6f22790a1..b38c8e3cd 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-lock_write_try.h +++ b/level_0/f_thread/tests/unit/c/test-thread-lock_write_try.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-locks_adjust.h b/level_0/f_thread/tests/unit/c/test-thread-locks_adjust.h index 40c4ef9fa..424bd737c 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-locks_adjust.h +++ b/level_0/f_thread/tests/unit/c/test-thread-locks_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-locks_decimate_by.h b/level_0/f_thread/tests/unit/c/test-thread-locks_decimate_by.h index 7bd05610f..d0fdbd30b 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-locks_decimate_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-locks_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-locks_decrease_by.h b/level_0/f_thread/tests/unit/c/test-thread-locks_decrease_by.h index 920f65872..90fc3a0cd 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-locks_decrease_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-locks_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-locks_increase.h b/level_0/f_thread/tests/unit/c/test-thread-locks_increase.h index 1f2d87962..f44491c9f 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-locks_increase.h +++ b/level_0/f_thread/tests/unit/c/test-thread-locks_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-locks_increase_by.h b/level_0/f_thread/tests/unit/c/test-thread-locks_increase_by.h index 412180621..b30e7f380 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-locks_increase_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-locks_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-locks_resize.h b/level_0/f_thread/tests/unit/c/test-thread-locks_resize.h index f9b4c5977..1995ad235 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-locks_resize.h +++ b/level_0/f_thread/tests/unit/c/test-thread-locks_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_create.h b/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_create.h index a6a0ed4a7..e2ff89548 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_create.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_create.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_delete.h b/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_delete.h index 4b72ff592..90b63a3dd 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_delete.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_delete.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_priority_ceiling_get.h b/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_priority_ceiling_get.h index d7832d15e..34b30d17e 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_priority_ceiling_get.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_priority_ceiling_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_priority_ceiling_set.h b/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_priority_ceiling_set.h index 49f85e35e..a25f3afee 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_priority_ceiling_set.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_priority_ceiling_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_protocol_get.h b/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_protocol_get.h index 570f9cef9..e361c21ca 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_protocol_get.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_protocol_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_protocol_set.h b/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_protocol_set.h index 536aed6fb..c3ea76cf5 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_protocol_set.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_protocol_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_shared_get.h b/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_shared_get.h index 455bd7d46..2a88e820a 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_shared_get.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_shared_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_shared_set.h b/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_shared_set.h index 59c937a45..dca26e54f 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_shared_set.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_shared_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_type_get.h b/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_type_get.h index 29b8a0d3b..eb2125d7a 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_type_get.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_type_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_type_set.h b/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_type_set.h index d6cf39994..8bf66c25a 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_type_set.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutex_attribute_type_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutex_attributes_adjust.h b/level_0/f_thread/tests/unit/c/test-thread-mutex_attributes_adjust.h index 10b2b322e..17d10db4a 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutex_attributes_adjust.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutex_attributes_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutex_attributes_decimate_by.h b/level_0/f_thread/tests/unit/c/test-thread-mutex_attributes_decimate_by.h index ecfaaabc6..312fe1ea5 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutex_attributes_decimate_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutex_attributes_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutex_attributes_decrease_by.h b/level_0/f_thread/tests/unit/c/test-thread-mutex_attributes_decrease_by.h index 60206500b..fe43337e3 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutex_attributes_decrease_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutex_attributes_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutex_attributes_increase.h b/level_0/f_thread/tests/unit/c/test-thread-mutex_attributes_increase.h index f4cb0bf7d..cb95cd2f7 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutex_attributes_increase.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutex_attributes_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutex_attributes_increase_by.h b/level_0/f_thread/tests/unit/c/test-thread-mutex_attributes_increase_by.h index a46b588ce..7b47ea508 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutex_attributes_increase_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutex_attributes_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutex_attributes_resize.h b/level_0/f_thread/tests/unit/c/test-thread-mutex_attributes_resize.h index a298c1e47..58267b87b 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutex_attributes_resize.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutex_attributes_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutex_create.h b/level_0/f_thread/tests/unit/c/test-thread-mutex_create.h index 73636db8e..53ab17f67 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutex_create.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutex_create.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutex_delete.h b/level_0/f_thread/tests/unit/c/test-thread-mutex_delete.h index 4ef1d2365..a4965efcd 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutex_delete.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutex_delete.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutex_lock.h b/level_0/f_thread/tests/unit/c/test-thread-mutex_lock.h index 87483b356..15099f464 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutex_lock.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutex_lock.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutex_lock_timed.h b/level_0/f_thread/tests/unit/c/test-thread-mutex_lock_timed.h index 148bba5f1..14030ab57 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutex_lock_timed.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutex_lock_timed.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutex_lock_try.h b/level_0/f_thread/tests/unit/c/test-thread-mutex_lock_try.h index 9605cc988..7f8a00c83 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutex_lock_try.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutex_lock_try.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutex_priority_ceiling_get.h b/level_0/f_thread/tests/unit/c/test-thread-mutex_priority_ceiling_get.h index 98326b15f..97562c542 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutex_priority_ceiling_get.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutex_priority_ceiling_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutex_priority_ceiling_set.h b/level_0/f_thread/tests/unit/c/test-thread-mutex_priority_ceiling_set.h index 3d13d4724..4112ce718 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutex_priority_ceiling_set.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutex_priority_ceiling_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutexs_adjust.h b/level_0/f_thread/tests/unit/c/test-thread-mutexs_adjust.h index f57a19377..6d532b64f 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutexs_adjust.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutexs_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutexs_decimate_by.h b/level_0/f_thread/tests/unit/c/test-thread-mutexs_decimate_by.h index e016562a9..cd9901a50 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutexs_decimate_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutexs_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutexs_decrease_by.h b/level_0/f_thread/tests/unit/c/test-thread-mutexs_decrease_by.h index e9fe6ddef..eb19fbf5a 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutexs_decrease_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutexs_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutexs_increase.h b/level_0/f_thread/tests/unit/c/test-thread-mutexs_increase.h index e29aaae79..09c726691 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutexs_increase.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutexs_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutexs_increase_by.h b/level_0/f_thread/tests/unit/c/test-thread-mutexs_increase_by.h index 10be25068..d2e742f2d 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutexs_increase_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutexs_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-mutexs_resize.h b/level_0/f_thread/tests/unit/c/test-thread-mutexs_resize.h index 97e6b9802..74c605493 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-mutexs_resize.h +++ b/level_0/f_thread/tests/unit/c/test-thread-mutexs_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-once.h b/level_0/f_thread/tests/unit/c/test-thread-once.h index b437ff825..7c8beccea 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-once.h +++ b/level_0/f_thread/tests/unit/c/test-thread-once.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-onces_adjust.h b/level_0/f_thread/tests/unit/c/test-thread-onces_adjust.h index 79b9e5c92..5b516f731 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-onces_adjust.h +++ b/level_0/f_thread/tests/unit/c/test-thread-onces_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-onces_decimate_by.h b/level_0/f_thread/tests/unit/c/test-thread-onces_decimate_by.h index 648be3d6c..2bfd6398a 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-onces_decimate_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-onces_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-onces_decrease_by.h b/level_0/f_thread/tests/unit/c/test-thread-onces_decrease_by.h index 2554c1505..295b3535f 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-onces_decrease_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-onces_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-onces_increase.h b/level_0/f_thread/tests/unit/c/test-thread-onces_increase.h index f29fb31ed..07c296d1a 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-onces_increase.h +++ b/level_0/f_thread/tests/unit/c/test-thread-onces_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-onces_increase_by.h b/level_0/f_thread/tests/unit/c/test-thread-onces_increase_by.h index 28d746e8b..3e6a31ec8 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-onces_increase_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-onces_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-onces_resize.h b/level_0/f_thread/tests/unit/c/test-thread-onces_resize.h index bf6df894a..1ac8d2c94 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-onces_resize.h +++ b/level_0/f_thread/tests/unit/c/test-thread-onces_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-scheduler_parameter_get.h b/level_0/f_thread/tests/unit/c/test-thread-scheduler_parameter_get.h index e202cf780..35645601c 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-scheduler_parameter_get.h +++ b/level_0/f_thread/tests/unit/c/test-thread-scheduler_parameter_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-scheduler_parameter_set.h b/level_0/f_thread/tests/unit/c/test-thread-scheduler_parameter_set.h index 48ef58502..399e98293 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-scheduler_parameter_set.h +++ b/level_0/f_thread/tests/unit/c/test-thread-scheduler_parameter_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-scheduler_priority_set.h b/level_0/f_thread/tests/unit/c/test-thread-scheduler_priority_set.h index d23d01383..93a80bcb3 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-scheduler_priority_set.h +++ b/level_0/f_thread/tests/unit/c/test-thread-scheduler_priority_set.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-semaphore_create.h b/level_0/f_thread/tests/unit/c/test-thread-semaphore_create.h index 589cf2753..e05f74475 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-semaphore_create.h +++ b/level_0/f_thread/tests/unit/c/test-thread-semaphore_create.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-semaphore_delete.h b/level_0/f_thread/tests/unit/c/test-thread-semaphore_delete.h index a6204cadc..2e0b45c2a 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-semaphore_delete.h +++ b/level_0/f_thread/tests/unit/c/test-thread-semaphore_delete.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-semaphore_file_close.h b/level_0/f_thread/tests/unit/c/test-thread-semaphore_file_close.h index 6b9bcd920..3813ab473 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-semaphore_file_close.h +++ b/level_0/f_thread/tests/unit/c/test-thread-semaphore_file_close.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-semaphore_file_delete.h b/level_0/f_thread/tests/unit/c/test-thread-semaphore_file_delete.h index 124ba0089..d5cd3be23 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-semaphore_file_delete.h +++ b/level_0/f_thread/tests/unit/c/test-thread-semaphore_file_delete.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-semaphore_file_open.h b/level_0/f_thread/tests/unit/c/test-thread-semaphore_file_open.h index 4de886165..d8355179a 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-semaphore_file_open.h +++ b/level_0/f_thread/tests/unit/c/test-thread-semaphore_file_open.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-semaphore_lock.h b/level_0/f_thread/tests/unit/c/test-thread-semaphore_lock.h index 2eafd0e77..6d5fb16d1 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-semaphore_lock.h +++ b/level_0/f_thread/tests/unit/c/test-thread-semaphore_lock.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-semaphore_lock_timed.h b/level_0/f_thread/tests/unit/c/test-thread-semaphore_lock_timed.h index 94b7b7c18..6337df529 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-semaphore_lock_timed.h +++ b/level_0/f_thread/tests/unit/c/test-thread-semaphore_lock_timed.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-semaphore_lock_try.h b/level_0/f_thread/tests/unit/c/test-thread-semaphore_lock_try.h index 4fa0a67be..f2af34eb3 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-semaphore_lock_try.h +++ b/level_0/f_thread/tests/unit/c/test-thread-semaphore_lock_try.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-semaphore_unlock.h b/level_0/f_thread/tests/unit/c/test-thread-semaphore_unlock.h index 1fa2428e7..3461d04ac 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-semaphore_unlock.h +++ b/level_0/f_thread/tests/unit/c/test-thread-semaphore_unlock.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-semaphore_value_get.h b/level_0/f_thread/tests/unit/c/test-thread-semaphore_value_get.h index b95aed1e1..fe8c1996b 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-semaphore_value_get.h +++ b/level_0/f_thread/tests/unit/c/test-thread-semaphore_value_get.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-semaphores_adjust.h b/level_0/f_thread/tests/unit/c/test-thread-semaphores_adjust.h index 3b6a91363..c6fe86f59 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-semaphores_adjust.h +++ b/level_0/f_thread/tests/unit/c/test-thread-semaphores_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-semaphores_decimate_by.h b/level_0/f_thread/tests/unit/c/test-thread-semaphores_decimate_by.h index 916e4bb64..74b6434ca 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-semaphores_decimate_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-semaphores_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-semaphores_decrease_by.h b/level_0/f_thread/tests/unit/c/test-thread-semaphores_decrease_by.h index 61d4b9d87..1ae293c28 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-semaphores_decrease_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-semaphores_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-semaphores_increase.h b/level_0/f_thread/tests/unit/c/test-thread-semaphores_increase.h index d14df1c55..3f8aa10c0 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-semaphores_increase.h +++ b/level_0/f_thread/tests/unit/c/test-thread-semaphores_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-semaphores_increase_by.h b/level_0/f_thread/tests/unit/c/test-thread-semaphores_increase_by.h index b143bdf1a..d20d8a436 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-semaphores_increase_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-semaphores_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-semaphores_resize.h b/level_0/f_thread/tests/unit/c/test-thread-semaphores_resize.h index 0696554b0..62cf19c92 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-semaphores_resize.h +++ b/level_0/f_thread/tests/unit/c/test-thread-semaphores_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-sets_adjust.h b/level_0/f_thread/tests/unit/c/test-thread-sets_adjust.h index 4f43a884a..ea7709f1a 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-sets_adjust.h +++ b/level_0/f_thread/tests/unit/c/test-thread-sets_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-sets_decimate_by.h b/level_0/f_thread/tests/unit/c/test-thread-sets_decimate_by.h index a2fd3d69a..e64c42ae8 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-sets_decimate_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-sets_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-sets_decrease_by.h b/level_0/f_thread/tests/unit/c/test-thread-sets_decrease_by.h index f150cdc91..2bef736ef 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-sets_decrease_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-sets_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-sets_increase.h b/level_0/f_thread/tests/unit/c/test-thread-sets_increase.h index 83a4afd16..52d265a09 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-sets_increase.h +++ b/level_0/f_thread/tests/unit/c/test-thread-sets_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-sets_increase_by.h b/level_0/f_thread/tests/unit/c/test-thread-sets_increase_by.h index 85a2326c6..ceadba275 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-sets_increase_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-sets_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-sets_resize.h b/level_0/f_thread/tests/unit/c/test-thread-sets_resize.h index a17283c1e..ebe6d9fc9 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-sets_resize.h +++ b/level_0/f_thread/tests/unit/c/test-thread-sets_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-signal_mask.h b/level_0/f_thread/tests/unit/c/test-thread-signal_mask.h index 0d440f20e..20e3f2b73 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-signal_mask.h +++ b/level_0/f_thread/tests/unit/c/test-thread-signal_mask.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-signal_queue.h b/level_0/f_thread/tests/unit/c/test-thread-signal_queue.h index 7e9557d55..7c7d50ace 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-signal_queue.h +++ b/level_0/f_thread/tests/unit/c/test-thread-signal_queue.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-signal_write.h b/level_0/f_thread/tests/unit/c/test-thread-signal_write.h index 32d91dc12..1854c26c7 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-signal_write.h +++ b/level_0/f_thread/tests/unit/c/test-thread-signal_write.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-spin_create.h b/level_0/f_thread/tests/unit/c/test-thread-spin_create.h index dd8fffcd4..f735c1445 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-spin_create.h +++ b/level_0/f_thread/tests/unit/c/test-thread-spin_create.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-spin_delete.h b/level_0/f_thread/tests/unit/c/test-thread-spin_delete.h index 91939a6b4..cc1f66695 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-spin_delete.h +++ b/level_0/f_thread/tests/unit/c/test-thread-spin_delete.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-spin_lock.h b/level_0/f_thread/tests/unit/c/test-thread-spin_lock.h index a9859cbf9..e26e29461 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-spin_lock.h +++ b/level_0/f_thread/tests/unit/c/test-thread-spin_lock.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-spin_lock_try.h b/level_0/f_thread/tests/unit/c/test-thread-spin_lock_try.h index a5c22c0dd..bfa312c8f 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-spin_lock_try.h +++ b/level_0/f_thread/tests/unit/c/test-thread-spin_lock_try.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-spin_unlock.h b/level_0/f_thread/tests/unit/c/test-thread-spin_unlock.h index 0be1228c1..ecc65220d 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-spin_unlock.h +++ b/level_0/f_thread/tests/unit/c/test-thread-spin_unlock.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-spins_adjust.h b/level_0/f_thread/tests/unit/c/test-thread-spins_adjust.h index b644eb48a..17f639c5f 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-spins_adjust.h +++ b/level_0/f_thread/tests/unit/c/test-thread-spins_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-spins_decimate_by.h b/level_0/f_thread/tests/unit/c/test-thread-spins_decimate_by.h index 9735bfe2c..90e6b155d 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-spins_decimate_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-spins_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-spins_decrease_by.h b/level_0/f_thread/tests/unit/c/test-thread-spins_decrease_by.h index 0cbb9fd6b..e06ad17f5 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-spins_decrease_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-spins_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-spins_increase.h b/level_0/f_thread/tests/unit/c/test-thread-spins_increase.h index da500926d..7302fca03 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-spins_increase.h +++ b/level_0/f_thread/tests/unit/c/test-thread-spins_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-spins_increase_by.h b/level_0/f_thread/tests/unit/c/test-thread-spins_increase_by.h index 5b08f7bc0..307599802 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-spins_increase_by.h +++ b/level_0/f_thread/tests/unit/c/test-thread-spins_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread-spins_resize.h b/level_0/f_thread/tests/unit/c/test-thread-spins_resize.h index bde71d9b2..6132ce1ae 100644 --- a/level_0/f_thread/tests/unit/c/test-thread-spins_resize.h +++ b/level_0/f_thread/tests/unit/c/test-thread-spins_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the thread project. diff --git a/level_0/f_thread/tests/unit/c/test-thread.h b/level_0/f_thread/tests/unit/c/test-thread.h index 1f4ae52ab..9b27b7b99 100644 --- a/level_0/f_thread/tests/unit/c/test-thread.h +++ b/level_0/f_thread/tests/unit/c/test-thread.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Thread - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the thread project. diff --git a/level_0/f_type/c/type.h b/level_0/f_type/c/type.h index 31524c47e..4c0708338 100644 --- a/level_0/f_type/c/type.h +++ b/level_0/f_type/c/type.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides datatype definitions. diff --git a/level_0/f_type/data/build/settings b/level_0/f_type/data/build/settings index 3c371aebf..e17ea8053 100644 --- a/level_0/f_type/data/build/settings +++ b/level_0/f_type/data/build/settings @@ -3,8 +3,8 @@ build_name f_type version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_type_array/c/type_array.h b/level_0/f_type_array/c/type_array.h index fdb4769d8..2dad28a70 100644 --- a/level_0/f_type_array/c/type_array.h +++ b/level_0/f_type_array/c/type_array.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides an extension to the Type project (f_type) that depends on f_memory (linking to the f_memory library). diff --git a/level_0/f_type_array/c/type_array/array_length.h b/level_0/f_type_array/c/type_array/array_length.h index cbd3360ef..5de9676ef 100644 --- a/level_0/f_type_array/c/type_array/array_length.h +++ b/level_0/f_type_array/c/type_array/array_length.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines data to be used for/by type (array) related functionality. diff --git a/level_0/f_type_array/c/type_array/cell.h b/level_0/f_type_array/c/type_array/cell.h index ad111f3c8..be2d096e9 100644 --- a/level_0/f_type_array/c/type_array/cell.h +++ b/level_0/f_type_array/c/type_array/cell.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines data to be used for/by type (array) related functionality. diff --git a/level_0/f_type_array/c/type_array/common.h b/level_0/f_type_array/c/type_array/common.h index afd4f255f..0d6370d5d 100644 --- a/level_0/f_type_array/c/type_array/common.h +++ b/level_0/f_type_array/c/type_array/common.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by type (array) related functionality. diff --git a/level_0/f_type_array/c/type_array/fll_id.h b/level_0/f_type_array/c/type_array/fll_id.h index 03b627771..699d2f169 100644 --- a/level_0/f_type_array/c/type_array/fll_id.h +++ b/level_0/f_type_array/c/type_array/fll_id.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines data to be used for/by type (array) related functionality. diff --git a/level_0/f_type_array/c/type_array/int128.h b/level_0/f_type_array/c/type_array/int128.h index df505a165..9f50198c5 100644 --- a/level_0/f_type_array/c/type_array/int128.h +++ b/level_0/f_type_array/c/type_array/int128.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines data to be used for/by type (array) related functionality. diff --git a/level_0/f_type_array/c/type_array/int16.h b/level_0/f_type_array/c/type_array/int16.h index 8fc0c2a52..d52eb8ccf 100644 --- a/level_0/f_type_array/c/type_array/int16.h +++ b/level_0/f_type_array/c/type_array/int16.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines data to be used for/by type (array) related functionality. diff --git a/level_0/f_type_array/c/type_array/int32.h b/level_0/f_type_array/c/type_array/int32.h index 9d3f4cfe2..eaa6542ec 100644 --- a/level_0/f_type_array/c/type_array/int32.h +++ b/level_0/f_type_array/c/type_array/int32.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines data to be used for/by type (array) related functionality. diff --git a/level_0/f_type_array/c/type_array/int64.h b/level_0/f_type_array/c/type_array/int64.h index 8ec4a6ce9..be024856e 100644 --- a/level_0/f_type_array/c/type_array/int64.h +++ b/level_0/f_type_array/c/type_array/int64.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines data to be used for/by type (array) related functionality. diff --git a/level_0/f_type_array/c/type_array/int8.h b/level_0/f_type_array/c/type_array/int8.h index 65f2bd0a5..756030a42 100644 --- a/level_0/f_type_array/c/type_array/int8.h +++ b/level_0/f_type_array/c/type_array/int8.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines data to be used for/by type (array) related functionality. diff --git a/level_0/f_type_array/c/type_array/private-array_length.h b/level_0/f_type_array/c/type_array/private-array_length.h index 3fdf52877..f6645ce9b 100644 --- a/level_0/f_type_array/c/type_array/private-array_length.h +++ b/level_0/f_type_array/c/type_array/private-array_length.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_type_array/c/type_array/private-cell.h b/level_0/f_type_array/c/type_array/private-cell.h index 32b5a074f..0c61d5c78 100644 --- a/level_0/f_type_array/c/type_array/private-cell.h +++ b/level_0/f_type_array/c/type_array/private-cell.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_type_array/c/type_array/private-fll_id.h b/level_0/f_type_array/c/type_array/private-fll_id.h index b7d14d356..d9e87a55c 100644 --- a/level_0/f_type_array/c/type_array/private-fll_id.h +++ b/level_0/f_type_array/c/type_array/private-fll_id.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_type_array/c/type_array/private-int128.h b/level_0/f_type_array/c/type_array/private-int128.h index f410fea34..fb58663d6 100644 --- a/level_0/f_type_array/c/type_array/private-int128.h +++ b/level_0/f_type_array/c/type_array/private-int128.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_type_array/c/type_array/private-int16.h b/level_0/f_type_array/c/type_array/private-int16.h index f5b972db7..3b30b6d3f 100644 --- a/level_0/f_type_array/c/type_array/private-int16.h +++ b/level_0/f_type_array/c/type_array/private-int16.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_type_array/c/type_array/private-int32.h b/level_0/f_type_array/c/type_array/private-int32.h index 1898bb8b8..a2cfc5c36 100644 --- a/level_0/f_type_array/c/type_array/private-int32.h +++ b/level_0/f_type_array/c/type_array/private-int32.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_type_array/c/type_array/private-int64.h b/level_0/f_type_array/c/type_array/private-int64.h index 7bdde5e99..02f8ad770 100644 --- a/level_0/f_type_array/c/type_array/private-int64.h +++ b/level_0/f_type_array/c/type_array/private-int64.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_type_array/c/type_array/private-int8.h b/level_0/f_type_array/c/type_array/private-int8.h index 4a31370ac..55e5661f7 100644 --- a/level_0/f_type_array/c/type_array/private-int8.h +++ b/level_0/f_type_array/c/type_array/private-int8.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_type_array/c/type_array/private-state.h b/level_0/f_type_array/c/type_array/private-state.h index b999c3b3d..b7732fc56 100644 --- a/level_0/f_type_array/c/type_array/private-state.h +++ b/level_0/f_type_array/c/type_array/private-state.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_type_array/c/type_array/private-status.h b/level_0/f_type_array/c/type_array/private-status.h index 4bce1fb92..55d4ace37 100644 --- a/level_0/f_type_array/c/type_array/private-status.h +++ b/level_0/f_type_array/c/type_array/private-status.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_type_array/c/type_array/private-uint128.h b/level_0/f_type_array/c/type_array/private-uint128.h index b0678eb71..d866a6277 100644 --- a/level_0/f_type_array/c/type_array/private-uint128.h +++ b/level_0/f_type_array/c/type_array/private-uint128.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_type_array/c/type_array/private-uint16.h b/level_0/f_type_array/c/type_array/private-uint16.h index d52a3b717..5df42a334 100644 --- a/level_0/f_type_array/c/type_array/private-uint16.h +++ b/level_0/f_type_array/c/type_array/private-uint16.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_type_array/c/type_array/private-uint32.h b/level_0/f_type_array/c/type_array/private-uint32.h index fd97ca4cc..f357bb06f 100644 --- a/level_0/f_type_array/c/type_array/private-uint32.h +++ b/level_0/f_type_array/c/type_array/private-uint32.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_type_array/c/type_array/private-uint64.h b/level_0/f_type_array/c/type_array/private-uint64.h index 912f94041..d3a935dcb 100644 --- a/level_0/f_type_array/c/type_array/private-uint64.h +++ b/level_0/f_type_array/c/type_array/private-uint64.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_type_array/c/type_array/private-uint8.h b/level_0/f_type_array/c/type_array/private-uint8.h index 8f7704e1c..e2581b90b 100644 --- a/level_0/f_type_array/c/type_array/private-uint8.h +++ b/level_0/f_type_array/c/type_array/private-uint8.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_type_array/c/type_array/state.h b/level_0/f_type_array/c/type_array/state.h index 8a58724da..02f2a1d45 100644 --- a/level_0/f_type_array/c/type_array/state.h +++ b/level_0/f_type_array/c/type_array/state.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines data to be used for/by type (array) related functionality. diff --git a/level_0/f_type_array/c/type_array/status.h b/level_0/f_type_array/c/type_array/status.h index 6d6214886..d13bd6ea2 100644 --- a/level_0/f_type_array/c/type_array/status.h +++ b/level_0/f_type_array/c/type_array/status.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines data to be used for/by type (array) related functionality. diff --git a/level_0/f_type_array/c/type_array/uint128.h b/level_0/f_type_array/c/type_array/uint128.h index 4634384f9..c95d6d91a 100644 --- a/level_0/f_type_array/c/type_array/uint128.h +++ b/level_0/f_type_array/c/type_array/uint128.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines data to be used for/by type (array) related functionality. diff --git a/level_0/f_type_array/c/type_array/uint16.h b/level_0/f_type_array/c/type_array/uint16.h index 31aa62ffe..4b4c520dd 100644 --- a/level_0/f_type_array/c/type_array/uint16.h +++ b/level_0/f_type_array/c/type_array/uint16.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines data to be used for/by type (array) related functionality. diff --git a/level_0/f_type_array/c/type_array/uint32.h b/level_0/f_type_array/c/type_array/uint32.h index a06177898..9016a6ac9 100644 --- a/level_0/f_type_array/c/type_array/uint32.h +++ b/level_0/f_type_array/c/type_array/uint32.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines data to be used for/by type (array) related functionality. diff --git a/level_0/f_type_array/c/type_array/uint64.h b/level_0/f_type_array/c/type_array/uint64.h index 0398898f6..c3d2b8c93 100644 --- a/level_0/f_type_array/c/type_array/uint64.h +++ b/level_0/f_type_array/c/type_array/uint64.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines data to be used for/by type (array) related functionality. diff --git a/level_0/f_type_array/c/type_array/uint8.h b/level_0/f_type_array/c/type_array/uint8.h index d9f7cf648..fe3bcc7a7 100644 --- a/level_0/f_type_array/c/type_array/uint8.h +++ b/level_0/f_type_array/c/type_array/uint8.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines data to be used for/by type (array) related functionality. diff --git a/level_0/f_type_array/data/build/settings b/level_0/f_type_array/data/build/settings index 1617bfe5f..f441eb155 100644 --- a/level_0/f_type_array/data/build/settings +++ b/level_0/f_type_array/data/build/settings @@ -3,8 +3,8 @@ build_name f_type_array version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_adjust.h index c9330bda4..3e6a1b671 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_append.h index 33369c0b3..a3926d612 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_append_all.h index 8b128fdf8..b9d4e3d71 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_decimate_by.h index df023afa5..aff79a2fe 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_decrease_by.h index 9a180cccf..d9564d407 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_increase.h index 667f9771c..4629c77eb 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_increase_by.h index 955cb182d..49176695a 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_resize.h index 51453f3ab..7c3fe4778 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengths_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_adjust.h index 306ba246d..2910f1ca4 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_append.h index b562cb3c7..98ceef58a 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_append_all.h index 22241133b..463a7b426 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_decimate_by.h index fd3dc6e49..300b4564d 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_decrease_by.h index 88c814b0e..58b87ebcc 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_increase.h index df78d8f41..d4b11c11e 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_increase_by.h index cead63756..61f91dba1 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_resize.h index 5d7ab806a..457b16eb2 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-array_lengthss_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-cells_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-cells_adjust.h index f908d4200..8a5a1065e 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-cells_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-cells_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-cells_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-cells_append.h index f80d2badf..79042b6f5 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-cells_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-cells_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-cells_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-cells_append_all.h index b4ecbe764..14ef7e4f4 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-cells_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-cells_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-cells_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-cells_decimate_by.h index 3a4ec6911..4b0aeea4f 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-cells_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-cells_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-cells_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-cells_decrease_by.h index 02b621d10..6fc1997d9 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-cells_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-cells_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-cells_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-cells_increase.h index 80623ff99..2d5522c46 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-cells_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-cells_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-cells_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-cells_increase_by.h index 558b42268..0c13b96f2 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-cells_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-cells_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-cells_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-cells_resize.h index 44be5c32e..90d65a7a7 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-cells_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-cells_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-cellss_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-cellss_adjust.h index dc126940e..c48abffc4 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-cellss_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-cellss_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-cellss_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-cellss_append.h index 7244b4071..811c1913e 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-cellss_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-cellss_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-cellss_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-cellss_append_all.h index 4422b6f01..0677d4fb2 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-cellss_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-cellss_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-cellss_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-cellss_decimate_by.h index a0ea73d4e..5b652e571 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-cellss_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-cellss_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-cellss_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-cellss_decrease_by.h index ead2366ef..75563d2c4 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-cellss_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-cellss_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-cellss_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-cellss_increase.h index c0c14b766..2f5e66967 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-cellss_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-cellss_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-cellss_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-cellss_increase_by.h index e226bc9f1..6ff061eba 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-cellss_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-cellss_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-cellss_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-cellss_resize.h index c5356f1c0..ff6672873 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-cellss_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-cellss_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_adjust.h index 93f69b34e..fec565413 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_append.h index 01fac847d..46a4f8fb5 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_append_all.h index a719d829c..511a422ba 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_decimate_by.h index e65ed8f05..f1980ce87 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_decrease_by.h index eac27d869..734e4f37a 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_increase.h index 6748abb14..c31bbf636 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_increase_by.h index 513e6bc47..0a7ab9358 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_resize.h index 619b2e14b..091184f03 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-fll_ids_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_adjust.h index 8cd03e0ae..602d8faa8 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_append.h index 3c6d390e5..cfc0ab380 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_append_all.h index 2bd8ad63d..da78b4790 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_decimate_by.h index 004145e5b..aa51b016e 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_decrease_by.h index ccca0acc7..8b60e1a3d 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_increase.h index 50b431c1b..180ca3673 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_increase_by.h index e97fe418d..480169c6e 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_resize.h index 5c2ca18f5..2c9bf0e44 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-fll_idss_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int128s_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-int128s_adjust.h index 8d86069fe..9ea2cd45b 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int128s_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int128s_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int128s_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-int128s_append.h index 96725243d..1f4eab6cc 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int128s_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int128s_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int128s_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-int128s_append_all.h index 17e6a573b..a83e4e878 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int128s_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int128s_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int128s_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int128s_decimate_by.h index ec1534904..52f68b08a 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int128s_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int128s_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int128s_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int128s_decrease_by.h index cd62483dc..f3c6dac92 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int128s_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int128s_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int128s_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-int128s_increase.h index cb7cce330..134c5c0da 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int128s_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int128s_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int128s_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int128s_increase_by.h index 4536a2aac..24f11add1 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int128s_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int128s_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int128s_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-int128s_resize.h index 211b6d548..30b3765aa 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int128s_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int128s_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_adjust.h index 3f90bfe3d..4c10d29b2 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_append.h index 3196ce413..f433fc990 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_append_all.h index 94a98744d..58a8580b1 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_decimate_by.h index ebd4ad515..0f0f5cb68 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_decrease_by.h index 324a4b2f1..44e6824ed 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_increase.h index 3972fc75f..1e7d240be 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_increase_by.h index 6f2af9520..3314bdef8 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_resize.h index 24a5ae203..499b99ff9 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int128ss_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int16s_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-int16s_adjust.h index 086ffc739..620ee1e43 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int16s_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int16s_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int16s_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-int16s_append.h index 7b4a60165..930eb7bf1 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int16s_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int16s_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int16s_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-int16s_append_all.h index fb15fffbf..f18cd9779 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int16s_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int16s_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int16s_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int16s_decimate_by.h index 8c0930fcb..397d04637 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int16s_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int16s_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int16s_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int16s_decrease_by.h index 933deecea..6e6389573 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int16s_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int16s_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int16s_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-int16s_increase.h index 9ffab1415..ba9958944 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int16s_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int16s_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int16s_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int16s_increase_by.h index 124301a6b..49af511fd 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int16s_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int16s_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int16s_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-int16s_resize.h index 8fea4d636..20f95f1d8 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int16s_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int16s_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_adjust.h index d7df55126..c3615f82a 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_append.h index 1947eca0d..1e0fe1157 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_append_all.h index 09870376e..87ce31184 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_decimate_by.h index 2fd1103a4..bb4c289fd 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_decrease_by.h index e63f6db41..7ed4bd200 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_increase.h index 9824f0067..94357b5d2 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_increase_by.h index 854d90702..8e71cc7cf 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_resize.h index 3c2d839c4..45ebea32f 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int16ss_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int32s_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-int32s_adjust.h index e73182136..b09b1dec1 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int32s_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int32s_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int32s_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-int32s_append.h index dd22e011b..546fe668b 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int32s_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int32s_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int32s_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-int32s_append_all.h index d45982d7a..9bff3d022 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int32s_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int32s_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int32s_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int32s_decimate_by.h index 346fb8469..e9f376be4 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int32s_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int32s_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int32s_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int32s_decrease_by.h index 05f81d298..bf3b01fe3 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int32s_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int32s_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int32s_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-int32s_increase.h index 95ca4c5a7..617a6201b 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int32s_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int32s_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int32s_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int32s_increase_by.h index 7124ba61e..6293cc327 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int32s_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int32s_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int32s_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-int32s_resize.h index a878c6b43..a763167df 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int32s_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int32s_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_adjust.h index 782bbf242..2f7276662 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_append.h index 4358695f1..4fae6936d 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_append_all.h index 66b63aa1d..a5b0ceba4 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_decimate_by.h index ac363c4f0..e864c5d94 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_decrease_by.h index 186c1da5d..94c0e4b15 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_increase.h index 38440e711..510d659d0 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_increase_by.h index f89d2d1f9..74da211bd 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_resize.h index 1a5aa0736..d7ea61b1f 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int32ss_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int64s_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-int64s_adjust.h index e9b25fa68..26dfe1fd5 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int64s_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int64s_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int64s_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-int64s_append.h index 73de0dc80..42aeea800 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int64s_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int64s_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int64s_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-int64s_append_all.h index 3171f1cc7..60174a216 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int64s_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int64s_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int64s_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int64s_decimate_by.h index e734e736e..d7a8d21f5 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int64s_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int64s_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int64s_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int64s_decrease_by.h index da5afd2b0..600aa2bda 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int64s_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int64s_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int64s_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-int64s_increase.h index be94a2b42..c88b952b9 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int64s_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int64s_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int64s_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int64s_increase_by.h index 939a1b9ef..5c69fe0c2 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int64s_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int64s_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int64s_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-int64s_resize.h index e4b5604c8..8f8c0602c 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int64s_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int64s_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_adjust.h index 8b269268f..5c1bc9a33 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_append.h index d60a6e93b..9de84a4b2 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_append_all.h index abc9284c1..323d33a99 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_decimate_by.h index 00445e73c..a9a004427 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_decrease_by.h index b31868188..bb9f2dbde 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_increase.h index a1e802a9b..488f10fd0 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_increase_by.h index 62fe6111e..679c97cc1 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_resize.h index 16eaef93d..5a9dfe49f 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int64ss_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int8s_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-int8s_adjust.h index cd772f56b..bd7570c5a 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int8s_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int8s_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int8s_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-int8s_append.h index fd718cd19..b4c6dd671 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int8s_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int8s_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int8s_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-int8s_append_all.h index ce99af9fc..929a0e8f0 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int8s_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int8s_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int8s_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int8s_decimate_by.h index a68591466..567df8694 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int8s_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int8s_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int8s_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int8s_decrease_by.h index 4e98750b5..6ca699254 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int8s_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int8s_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int8s_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-int8s_increase.h index 0842e98e2..ad2829015 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int8s_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int8s_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int8s_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int8s_increase_by.h index d7a7f1336..59a8b481f 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int8s_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int8s_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int8s_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-int8s_resize.h index 175dfdb2f..9dced7481 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int8s_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int8s_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_adjust.h index 7829380e0..b36d3b5db 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_append.h index 10734ea86..4b26a6e5e 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_append_all.h index 5cd3b49a4..167f96230 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_decimate_by.h index a1a415fd5..6f98b208c 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_decrease_by.h index a216a857f..e0cfe290e 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_increase.h index 4f496a9e6..423c619b7 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_increase_by.h index 0975deacf..81c531a14 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_resize.h index ba5ab366f..2cfd8ec1f 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-int8ss_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-states_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-states_adjust.h index 33e083f34..7f4fd57d6 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-states_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-states_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-states_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-states_append.h index 57c23ab76..d9dc3098e 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-states_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-states_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-states_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-states_append_all.h index 68cb6a55b..60c81c050 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-states_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-states_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-states_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-states_decimate_by.h index e09c66624..d7e96eb6e 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-states_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-states_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-states_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-states_decrease_by.h index 3c0bc1e4d..1a5aa4da9 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-states_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-states_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-states_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-states_increase.h index d82fa0a2e..7ae30dc34 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-states_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-states_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-states_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-states_increase_by.h index faf7e6d80..f33b7aed8 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-states_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-states_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-states_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-states_resize.h index 5a86821cd..90dbb7ff9 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-states_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-states_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-statess_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-statess_adjust.h index 0fa2318f8..88ac7cc23 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-statess_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-statess_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-statess_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-statess_append.h index 655f57376..e2c207244 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-statess_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-statess_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-statess_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-statess_append_all.h index b57c1f0ff..8ac093639 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-statess_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-statess_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-statess_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-statess_decimate_by.h index d8c960c91..b2e577d10 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-statess_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-statess_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-statess_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-statess_decrease_by.h index f8b062293..bff529819 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-statess_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-statess_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-statess_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-statess_increase.h index 1758a7956..bcd6c01ac 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-statess_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-statess_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-statess_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-statess_increase_by.h index 13d0608f6..9c9007a6b 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-statess_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-statess_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-statess_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-statess_resize.h index 17d6e4022..9b01ab2c6 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-statess_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-statess_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-statuss_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-statuss_adjust.h index e28e5d6b5..1f071446c 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-statuss_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-statuss_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-statuss_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-statuss_append.h index 48a5dc9a6..fc3cbcd7a 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-statuss_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-statuss_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-statuss_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-statuss_append_all.h index 509bdee5e..5eae9a82e 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-statuss_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-statuss_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-statuss_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-statuss_decimate_by.h index c67422273..edfc4ad4a 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-statuss_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-statuss_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-statuss_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-statuss_decrease_by.h index 3ddc5e0db..c24318093 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-statuss_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-statuss_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-statuss_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-statuss_increase.h index 79e9302a2..e43297b18 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-statuss_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-statuss_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-statuss_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-statuss_increase_by.h index 41fe6f051..4f4bdf570 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-statuss_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-statuss_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-statuss_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-statuss_resize.h index 7a884aec2..9f57f5b43 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-statuss_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-statuss_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-statusss_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-statusss_adjust.h index b57ba175f..da51efbd2 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-statusss_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-statusss_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-statusss_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-statusss_append.h index e7e8782e3..7118beb34 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-statusss_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-statusss_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-statusss_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-statusss_append_all.h index bcbcd205d..cd92ea9a8 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-statusss_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-statusss_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-statusss_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-statusss_decimate_by.h index 41fb24dba..0f135d8c5 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-statusss_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-statusss_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-statusss_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-statusss_decrease_by.h index 987d77108..d2123368a 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-statusss_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-statusss_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-statusss_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-statusss_increase.h index 3c925eebb..5bb262d31 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-statusss_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-statusss_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-statusss_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-statusss_increase_by.h index da2d85d8f..fdcaf69f9 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-statusss_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-statusss_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-statusss_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-statusss_resize.h index d76761c8c..af443a543 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-statusss_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-statusss_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_adjust.h index 251a1d40f..c70bd61ac 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_append.h index 1580565c6..acc98c47a 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_append_all.h index 8fcbcf7b5..a42eba580 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_decimate_by.h index 02bf1a57a..1d033d576 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_decrease_by.h index 82f63fb1d..8635f4749 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_increase.h index 600a18a1b..4b059aa99 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_increase_by.h index 10ef9af20..dc11feee3 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_resize.h index 50cf77afd..cc3fd33b2 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint128s_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_adjust.h index 02cfc42bb..2c751f658 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_append.h index 2a0af89d6..28b201b29 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_append_all.h index f727d4c7d..5d2ea0919 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_decimate_by.h index 67ed15a70..29e34eba7 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_decrease_by.h index 2ebace326..0cbd33584 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_increase.h index b56416414..646f5abdc 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_increase_by.h index c49f80275..d19ebaf41 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_resize.h index 30ad69789..ed92315d4 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint128ss_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_adjust.h index 41d341851..49b176089 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_append.h index 46aa1c831..ae08cfded 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_append_all.h index b61b3d247..92d75bb17 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_decimate_by.h index f1f9ac547..1a3a5fe35 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_decrease_by.h index 6390a2f76..85950e1e7 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_increase.h index 0c6612e0a..ddff5ef98 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_increase_by.h index dc6168c5a..0f3f386fb 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_resize.h index a545df415..0c0839d5a 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint16s_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_adjust.h index e27a25ab1..c160910b3 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_append.h index c9daf1c7c..0bbcc6679 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_append_all.h index 0453a7f41..571299834 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_decimate_by.h index 5802d7e40..8583a575f 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_decrease_by.h index c30671dd8..85d4080f0 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_increase.h index c464faefb..ee413b1dc 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_increase_by.h index 4aa8fa9bf..e58f07db4 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_resize.h index 4f4a2aec9..b6c8e0b32 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint16ss_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_adjust.h index a3f4cd052..568bde831 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_append.h index d8b5808a8..6c7d15b3e 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_append_all.h index a4f91817b..607ae9985 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_decimate_by.h index 3c0c5926f..7d821bc7e 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_decrease_by.h index e1cddc58a..12f8c1260 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_increase.h index 059cb0546..9bfcf5ed4 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_increase_by.h index 53e5e410f..707da7b13 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_resize.h index 6d1377dd7..6b3ae091b 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint32s_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_adjust.h index 875a950d6..2661f483b 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_append.h index 58480ad67..dc22f276c 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_append_all.h index 0135f4a62..410bab46d 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_decimate_by.h index 795512987..51a9afaa1 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_decrease_by.h index ae170aa47..532f0f9dd 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_increase.h index 754a1babe..75825ca63 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_increase_by.h index cfbe2c5b6..c3accc1e9 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_resize.h index e5e6c9f69..d0792d859 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint32ss_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_adjust.h index 1a262845a..2f64ed47a 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_append.h index d91285459..65c34022b 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_append_all.h index 677529d35..2a04eeeac 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_decimate_by.h index 18e1bfd8e..617d74beb 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_decrease_by.h index 024d9296e..348c86a55 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_increase.h index 633728036..7498d9d64 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_increase_by.h index 573065c70..f3a53558b 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_resize.h index 405b16e5b..82b9421b3 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint64s_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_adjust.h index 80705b212..3393fb375 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_append.h index f10b1cb49..9b409f127 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_append_all.h index 9ea4309f0..125144207 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_decimate_by.h index 1be9c0c89..46fb4a21d 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_decrease_by.h index 83a317025..6f50f7da8 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_increase.h index 35f50ebb1..00b7bc944 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_increase_by.h index 6c275a31f..5f3eea753 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_resize.h index 9d67a216a..9d8e28ff8 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint64ss_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_adjust.h index bcdfa7616..7be067332 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_append.h index 5a933e390..9e14ffa10 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_append_all.h index 88654ec8f..d1446fe3d 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_decimate_by.h index cd88cae4a..b2f597273 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_decrease_by.h index 0349f1b0c..130aa8b79 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_increase.h index 99ff20b75..d119d5c69 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_increase_by.h index 941191b5c..449b98f83 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_resize.h index 53997a650..d5b3402af 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint8s_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_adjust.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_adjust.h index 7fc1ba850..8901ba85f 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_adjust.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_append.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_append.h index 0514099e3..df98afe37 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_append.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_append_all.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_append_all.h index f22a9693b..d4aca362e 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_append_all.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_decimate_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_decimate_by.h index 524ee0844..b5a582af7 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_decimate_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_decrease_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_decrease_by.h index 6ce469785..d5295e42e 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_decrease_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_increase.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_increase.h index 867027656..97d32c0d7 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_increase.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_increase_by.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_increase_by.h index 1f4db6892..83ac67788 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_increase_by.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_resize.h b/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_resize.h index 6710c176f..3f091f58c 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_resize.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array-uint8ss_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the array types in the type project. diff --git a/level_0/f_type_array/tests/unit/c/test-type_array.h b/level_0/f_type_array/tests/unit/c/test-type_array.h index 4c210fb3d..ca3019976 100644 --- a/level_0/f_type_array/tests/unit/c/test-type_array.h +++ b/level_0/f_type_array/tests/unit/c/test-type_array.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Type - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the type arrays in the project. diff --git a/level_0/f_utf/c/private-utf.h b/level_0/f_utf/c/private-utf.h index 60ef262c9..f1f3c7c44 100644 --- a/level_0/f_utf/c/private-utf.h +++ b/level_0/f_utf/c/private-utf.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides UTF-8 capabilities. diff --git a/level_0/f_utf/c/private-utf_alphabetic.h b/level_0/f_utf/c/private-utf_alphabetic.h index 8cb37205e..c92c846bc 100644 --- a/level_0/f_utf/c/private-utf_alphabetic.h +++ b/level_0/f_utf/c/private-utf_alphabetic.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides UTF-8 capabilities. diff --git a/level_0/f_utf/c/private-utf_combining.h b/level_0/f_utf/c/private-utf_combining.h index 02c16fc53..930df68ba 100644 --- a/level_0/f_utf/c/private-utf_combining.h +++ b/level_0/f_utf/c/private-utf_combining.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides UTF-8 capabilities. diff --git a/level_0/f_utf/c/private-utf_control.h b/level_0/f_utf/c/private-utf_control.h index 580086cf1..7b1cfce89 100644 --- a/level_0/f_utf/c/private-utf_control.h +++ b/level_0/f_utf/c/private-utf_control.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides UTF-8 capabilities. diff --git a/level_0/f_utf/c/private-utf_digit.h b/level_0/f_utf/c/private-utf_digit.h index 6f57c7f25..0a28836c8 100644 --- a/level_0/f_utf/c/private-utf_digit.h +++ b/level_0/f_utf/c/private-utf_digit.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides UTF-8 capabilities. diff --git a/level_0/f_utf/c/private-utf_emoji.h b/level_0/f_utf/c/private-utf_emoji.h index 43743e222..1c81a0da6 100644 --- a/level_0/f_utf/c/private-utf_emoji.h +++ b/level_0/f_utf/c/private-utf_emoji.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides UTF-8 capabilities. diff --git a/level_0/f_utf/c/private-utf_numeric.h b/level_0/f_utf/c/private-utf_numeric.h index ea79d12be..dc20bc59f 100644 --- a/level_0/f_utf/c/private-utf_numeric.h +++ b/level_0/f_utf/c/private-utf_numeric.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides UTF-8 capabilities. diff --git a/level_0/f_utf/c/private-utf_phonetic.h b/level_0/f_utf/c/private-utf_phonetic.h index 5d80d9f7a..954288a61 100644 --- a/level_0/f_utf/c/private-utf_phonetic.h +++ b/level_0/f_utf/c/private-utf_phonetic.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides UTF-8 capabilities. diff --git a/level_0/f_utf/c/private-utf_private.h b/level_0/f_utf/c/private-utf_private.h index b6b4efd3e..7472642a8 100644 --- a/level_0/f_utf/c/private-utf_private.h +++ b/level_0/f_utf/c/private-utf_private.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides UTF-8 capabilities. diff --git a/level_0/f_utf/c/private-utf_punctuation.h b/level_0/f_utf/c/private-utf_punctuation.h index c907312cc..232347d7b 100644 --- a/level_0/f_utf/c/private-utf_punctuation.h +++ b/level_0/f_utf/c/private-utf_punctuation.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides UTF-8 capabilities. diff --git a/level_0/f_utf/c/private-utf_subscript.h b/level_0/f_utf/c/private-utf_subscript.h index ccfe2f2e4..ccbee2b92 100644 --- a/level_0/f_utf/c/private-utf_subscript.h +++ b/level_0/f_utf/c/private-utf_subscript.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides UTF-8 capabilities. diff --git a/level_0/f_utf/c/private-utf_superscript.h b/level_0/f_utf/c/private-utf_superscript.h index 28740d000..23b7cbb95 100644 --- a/level_0/f_utf/c/private-utf_superscript.h +++ b/level_0/f_utf/c/private-utf_superscript.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides UTF-8 capabilities. diff --git a/level_0/f_utf/c/private-utf_symbol.h b/level_0/f_utf/c/private-utf_symbol.h index b31e3a80b..caf87f31b 100644 --- a/level_0/f_utf/c/private-utf_symbol.h +++ b/level_0/f_utf/c/private-utf_symbol.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides UTF-8 capabilities. diff --git a/level_0/f_utf/c/private-utf_valid.h b/level_0/f_utf/c/private-utf_valid.h index 8e753e365..02922fa3c 100644 --- a/level_0/f_utf/c/private-utf_valid.h +++ b/level_0/f_utf/c/private-utf_valid.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides UTF-8 capabilities. diff --git a/level_0/f_utf/c/private-utf_whitespace.h b/level_0/f_utf/c/private-utf_whitespace.h index 4d1acc3f5..55049ec82 100644 --- a/level_0/f_utf/c/private-utf_whitespace.h +++ b/level_0/f_utf/c/private-utf_whitespace.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides UTF-8 capabilities. diff --git a/level_0/f_utf/c/private-utf_wide.h b/level_0/f_utf/c/private-utf_wide.h index 7bdab2bee..0d4640265 100644 --- a/level_0/f_utf/c/private-utf_wide.h +++ b/level_0/f_utf/c/private-utf_wide.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides UTF-8 capabilities. diff --git a/level_0/f_utf/c/private-utf_word.h b/level_0/f_utf/c/private-utf_word.h index 2ac4aba13..ed5b05c7d 100644 --- a/level_0/f_utf/c/private-utf_word.h +++ b/level_0/f_utf/c/private-utf_word.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides UTF-8 capabilities. diff --git a/level_0/f_utf/c/private-utf_zero_width.h b/level_0/f_utf/c/private-utf_zero_width.h index 93ceb6b90..cf1eee8e8 100644 --- a/level_0/f_utf/c/private-utf_zero_width.h +++ b/level_0/f_utf/c/private-utf_zero_width.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides UTF-8 capabilities. diff --git a/level_0/f_utf/c/utf.h b/level_0/f_utf/c/utf.h index c2927bcc8..9eac51e5a 100644 --- a/level_0/f_utf/c/utf.h +++ b/level_0/f_utf/c/utf.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides UTF-8 capabilities. diff --git a/level_0/f_utf/c/utf/common.h b/level_0/f_utf/c/utf/common.h index 90f97dafa..672a13218 100644 --- a/level_0/f_utf/c/utf/common.h +++ b/level_0/f_utf/c/utf/common.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project utf. diff --git a/level_0/f_utf/c/utf/convert.h b/level_0/f_utf/c/utf/convert.h index 700a9190d..4e2b7c311 100644 --- a/level_0/f_utf/c/utf/convert.h +++ b/level_0/f_utf/c/utf/convert.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgplv2.1 * * Defines UTF-8 "convert" functions. diff --git a/level_0/f_utf/c/utf/dynamic.h b/level_0/f_utf/c/utf/dynamic.h index 76986e11d..367d48411 100644 --- a/level_0/f_utf/c/utf/dynamic.h +++ b/level_0/f_utf/c/utf/dynamic.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines dynamic (and static) UTF-8 string data. diff --git a/level_0/f_utf/c/utf/is.h b/level_0/f_utf/c/utf/is.h index 917b9939e..0266509c4 100644 --- a/level_0/f_utf/c/utf/is.h +++ b/level_0/f_utf/c/utf/is.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgplv2.1 * * Defines UTF-8 "is" functions. diff --git a/level_0/f_utf/c/utf/is_character.h b/level_0/f_utf/c/utf/is_character.h index 4010a8e00..fd3f57186 100644 --- a/level_0/f_utf/c/utf/is_character.h +++ b/level_0/f_utf/c/utf/is_character.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgplv2.1 * * Defines UTF-8 "character_is" functions. diff --git a/level_0/f_utf/c/utf/map.h b/level_0/f_utf/c/utf/map.h index 77d7b2dbf..860f0310a 100644 --- a/level_0/f_utf/c/utf/map.h +++ b/level_0/f_utf/c/utf/map.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines map UTF-8 string data. diff --git a/level_0/f_utf/c/utf/map_multi.h b/level_0/f_utf/c/utf/map_multi.h index 34e819975..86a36c7b1 100644 --- a/level_0/f_utf/c/utf/map_multi.h +++ b/level_0/f_utf/c/utf/map_multi.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: String - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines map string data. diff --git a/level_0/f_utf/c/utf/private-dynamic.h b/level_0/f_utf/c/utf/private-dynamic.h index 8eea46a3f..4149a1411 100644 --- a/level_0/f_utf/c/utf/private-dynamic.h +++ b/level_0/f_utf/c/utf/private-dynamic.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: String - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_utf/c/utf/private-is_unassigned.h b/level_0/f_utf/c/utf/private-is_unassigned.h index f5ab95d1e..781ab2638 100644 --- a/level_0/f_utf/c/utf/private-is_unassigned.h +++ b/level_0/f_utf/c/utf/private-is_unassigned.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides UTF-8 capabilities. diff --git a/level_0/f_utf/c/utf/private-map.h b/level_0/f_utf/c/utf/private-map.h index 4d3f49473..c37a37aa2 100644 --- a/level_0/f_utf/c/utf/private-map.h +++ b/level_0/f_utf/c/utf/private-map.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: String - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_utf/c/utf/private-map_multi.h b/level_0/f_utf/c/utf/private-map_multi.h index b35a4dd3e..ae7b3431e 100644 --- a/level_0/f_utf/c/utf/private-map_multi.h +++ b/level_0/f_utf/c/utf/private-map_multi.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: String - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_utf/c/utf/private-string.h b/level_0/f_utf/c/utf/private-string.h index faefd4bf5..5d8225cee 100644 --- a/level_0/f_utf/c/utf/private-string.h +++ b/level_0/f_utf/c/utf/private-string.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgplv2.1 * * Provides UTF-8 string capabilities. diff --git a/level_0/f_utf/c/utf/private-triple.h b/level_0/f_utf/c/utf/private-triple.h index d8c4b45cd..f777ad56c 100644 --- a/level_0/f_utf/c/utf/private-triple.h +++ b/level_0/f_utf/c/utf/private-triple.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: String - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_0/f_utf/c/utf/static.h b/level_0/f_utf/c/utf/static.h index 2bea07d8b..d74b7a618 100644 --- a/level_0/f_utf/c/utf/static.h +++ b/level_0/f_utf/c/utf/static.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: String - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines static string data. diff --git a/level_0/f_utf/c/utf/string.h b/level_0/f_utf/c/utf/string.h index ea8d51963..4ec3b1dce 100644 --- a/level_0/f_utf/c/utf/string.h +++ b/level_0/f_utf/c/utf/string.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgplv2.1 * * Defines UTF-8 string data. diff --git a/level_0/f_utf/c/utf/triple.h b/level_0/f_utf/c/utf/triple.h index dd5e7ff1d..40a47fd17 100644 --- a/level_0/f_utf/c/utf/triple.h +++ b/level_0/f_utf/c/utf/triple.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines 3-tuple of UTF-8 string data called a triple (which is an ordered list of 3 strings). diff --git a/level_0/f_utf/data/build/settings b/level_0/f_utf/data/build/settings index 716f9b478..1e1bb92db 100644 --- a/level_0/f_utf/data/build/settings +++ b/level_0/f_utf/data/build/settings @@ -3,8 +3,8 @@ build_name f_utf version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_0/f_utf/data/build/settings-tests b/level_0/f_utf/data/build/settings-tests index 05f218b70..cb2591be1 100644 --- a/level_0/f_utf/data/build/settings-tests +++ b/level_0/f_utf/data/build/settings-tests @@ -8,8 +8,8 @@ build_name test-f_utf version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file major version_target major diff --git a/level_0/f_utf/tests/unit/c/data-utf.h b/level_0/f_utf/tests/unit/c/data-utf.h index a12bcdc9a..df060d340 100644 --- a/level_0/f_utf/tests/unit/c/data-utf.h +++ b/level_0/f_utf/tests/unit/c/data-utf.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Data for the string project tests. diff --git a/level_0/f_utf/tests/unit/c/test-utf-append.h b/level_0/f_utf/tests/unit/c/test-utf-append.h index 1d487884b..59ae5ae1e 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-append.h +++ b/level_0/f_utf/tests/unit/c/test-utf-append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-append_assure.h b/level_0/f_utf/tests/unit/c/test-utf-append_assure.h index 1ccffad64..5b02b19f3 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-append_assure.h +++ b/level_0/f_utf/tests/unit/c/test-utf-append_assure.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-append_assure_nulless.h b/level_0/f_utf/tests/unit/c/test-utf-append_assure_nulless.h index 22389867c..bbde03c30 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-append_assure_nulless.h +++ b/level_0/f_utf/tests/unit/c/test-utf-append_assure_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-append_nulless.h b/level_0/f_utf/tests/unit/c/test-utf-append_nulless.h index 21576b274..e4db7fe9b 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-append_nulless.h +++ b/level_0/f_utf/tests/unit/c/test-utf-append_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-character_is_alphabetic.h b/level_0/f_utf/tests/unit/c/test-utf-character_is_alphabetic.h index 1a56603da..1ecd4414e 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-character_is_alphabetic.h +++ b/level_0/f_utf/tests/unit/c/test-utf-character_is_alphabetic.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-character_is_alphabetic_digit.h b/level_0/f_utf/tests/unit/c/test-utf-character_is_alphabetic_digit.h index d415b2503..c077cd0b2 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-character_is_alphabetic_digit.h +++ b/level_0/f_utf/tests/unit/c/test-utf-character_is_alphabetic_digit.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-character_is_alphabetic_numeric.h b/level_0/f_utf/tests/unit/c/test-utf-character_is_alphabetic_numeric.h index 4b872fe46..a1211c6a6 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-character_is_alphabetic_numeric.h +++ b/level_0/f_utf/tests/unit/c/test-utf-character_is_alphabetic_numeric.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-character_is_combining.h b/level_0/f_utf/tests/unit/c/test-utf-character_is_combining.h index 30fa69df9..371e14671 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-character_is_combining.h +++ b/level_0/f_utf/tests/unit/c/test-utf-character_is_combining.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-character_is_control.h b/level_0/f_utf/tests/unit/c/test-utf-character_is_control.h index 7e1e5f2e3..4d11882df 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-character_is_control.h +++ b/level_0/f_utf/tests/unit/c/test-utf-character_is_control.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-character_is_digit.h b/level_0/f_utf/tests/unit/c/test-utf-character_is_digit.h index b78b0700e..74d739b7d 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-character_is_digit.h +++ b/level_0/f_utf/tests/unit/c/test-utf-character_is_digit.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-character_is_emoji.h b/level_0/f_utf/tests/unit/c/test-utf-character_is_emoji.h index e33dc0f36..8a1e3e3cc 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-character_is_emoji.h +++ b/level_0/f_utf/tests/unit/c/test-utf-character_is_emoji.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-character_is_numeric.h b/level_0/f_utf/tests/unit/c/test-utf-character_is_numeric.h index 5d94295ae..25d7edf2e 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-character_is_numeric.h +++ b/level_0/f_utf/tests/unit/c/test-utf-character_is_numeric.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-character_is_phonetic.h b/level_0/f_utf/tests/unit/c/test-utf-character_is_phonetic.h index 1fda9eb0c..7bd083930 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-character_is_phonetic.h +++ b/level_0/f_utf/tests/unit/c/test-utf-character_is_phonetic.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-character_is_private.h b/level_0/f_utf/tests/unit/c/test-utf-character_is_private.h index 4a5e3c60c..da9176465 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-character_is_private.h +++ b/level_0/f_utf/tests/unit/c/test-utf-character_is_private.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-character_is_punctuation.h b/level_0/f_utf/tests/unit/c/test-utf-character_is_punctuation.h index c78ec19c9..72a6e7069 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-character_is_punctuation.h +++ b/level_0/f_utf/tests/unit/c/test-utf-character_is_punctuation.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-character_is_subscript.h b/level_0/f_utf/tests/unit/c/test-utf-character_is_subscript.h index 0ea1b9a40..50119cd19 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-character_is_subscript.h +++ b/level_0/f_utf/tests/unit/c/test-utf-character_is_subscript.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-character_is_superscript.h b/level_0/f_utf/tests/unit/c/test-utf-character_is_superscript.h index a15a4bf74..34e70b440 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-character_is_superscript.h +++ b/level_0/f_utf/tests/unit/c/test-utf-character_is_superscript.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-character_is_symbol.h b/level_0/f_utf/tests/unit/c/test-utf-character_is_symbol.h index bdecf357f..f6215a05d 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-character_is_symbol.h +++ b/level_0/f_utf/tests/unit/c/test-utf-character_is_symbol.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-character_is_valid.h b/level_0/f_utf/tests/unit/c/test-utf-character_is_valid.h index 6e0c49c23..c36588765 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-character_is_valid.h +++ b/level_0/f_utf/tests/unit/c/test-utf-character_is_valid.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-character_is_whitespace.h b/level_0/f_utf/tests/unit/c/test-utf-character_is_whitespace.h index 4b51aa992..2751a3e04 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-character_is_whitespace.h +++ b/level_0/f_utf/tests/unit/c/test-utf-character_is_whitespace.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-character_is_whitespace_modifier.h b/level_0/f_utf/tests/unit/c/test-utf-character_is_whitespace_modifier.h index 0e913cf30..c611b1d7b 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-character_is_whitespace_modifier.h +++ b/level_0/f_utf/tests/unit/c/test-utf-character_is_whitespace_modifier.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-character_is_whitespace_other.h b/level_0/f_utf/tests/unit/c/test-utf-character_is_whitespace_other.h index 73a2b8e54..66c9de330 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-character_is_whitespace_other.h +++ b/level_0/f_utf/tests/unit/c/test-utf-character_is_whitespace_other.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-character_is_whitespace_zero_width.h b/level_0/f_utf/tests/unit/c/test-utf-character_is_whitespace_zero_width.h index 108ff9401..056a7b736 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-character_is_whitespace_zero_width.h +++ b/level_0/f_utf/tests/unit/c/test-utf-character_is_whitespace_zero_width.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-character_is_wide.h b/level_0/f_utf/tests/unit/c/test-utf-character_is_wide.h index 098392556..eb675b824 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-character_is_wide.h +++ b/level_0/f_utf/tests/unit/c/test-utf-character_is_wide.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-character_is_word.h b/level_0/f_utf/tests/unit/c/test-utf-character_is_word.h index c4be62ae5..92dde0fac 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-character_is_word.h +++ b/level_0/f_utf/tests/unit/c/test-utf-character_is_word.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-character_is_word_dash.h b/level_0/f_utf/tests/unit/c/test-utf-character_is_word_dash.h index 98f24ec5a..7b1b15613 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-character_is_word_dash.h +++ b/level_0/f_utf/tests/unit/c/test-utf-character_is_word_dash.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-character_is_word_dash_plus.h b/level_0/f_utf/tests/unit/c/test-utf-character_is_word_dash_plus.h index 1e96c5137..19118bb72 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-character_is_word_dash_plus.h +++ b/level_0/f_utf/tests/unit/c/test-utf-character_is_word_dash_plus.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-character_is_zero_width.h b/level_0/f_utf/tests/unit/c/test-utf-character_is_zero_width.h index b54bb1c47..639dd8735 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-character_is_zero_width.h +++ b/level_0/f_utf/tests/unit/c/test-utf-character_is_zero_width.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_adjust.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_adjust.h index fd83b22eb..f2e13d232 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_adjust.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_append.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_append.h index 9399cc3bb..a8bb5a7bd 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_append.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_append_assure.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_append_assure.h index 417b6f382..45c98c83a 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_append_assure.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_append_assure.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_append_assure_nulless.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_append_assure_nulless.h index 5eccb4224..702999546 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_append_assure_nulless.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_append_assure_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_append_nulless.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_append_nulless.h index 657bd1bfe..1041ae7ac 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_append_nulless.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_append_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_decimate_by.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_decimate_by.h index abf5c5a22..a5b1cdaa5 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_decimate_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_decrease_by.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_decrease_by.h index 2e55a5929..5750510f4 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_decrease_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_increase.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_increase.h index 47b5ee206..805777bee 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_increase.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_increase_by.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_increase_by.h index d76e44854..41d8b32aa 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_increase_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_mash.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_mash.h index 6036e6681..a705140c4 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_mash.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_mash.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_mash_nulless.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_mash_nulless.h index afc0a4039..defaa5a75 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_mash_nulless.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_mash_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_mish.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_mish.h index 6b042ce18..9e7682eaa 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_mish.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_mish.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_mish_nulless.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_mish_nulless.h index 9155f97f4..dc53ea471 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_mish_nulless.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_mish_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_append.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_append.h index d76a8569f..4c79ed01a 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_append.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_append_assure.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_append_assure.h index 99d91edf9..9d2ac4932 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_append_assure.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_append_assure.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_append_assure_nulless.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_append_assure_nulless.h index 1dfca1d9d..8d5b1db62 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_append_assure_nulless.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_append_assure_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_append_nulless.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_append_nulless.h index 2395fae09..5d021eef0 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_append_nulless.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_append_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_mash.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_mash.h index bd5a2e11f..5fbbcc59a 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_mash.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_mash.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_mash_nulless.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_mash_nulless.h index 256b82b97..a72e5a78b 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_mash_nulless.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_mash_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_mish.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_mish.h index 0bcda3ecd..bcf745e10 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_mish.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_mish.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_mish_nulless.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_mish_nulless.h index 0c805ba91..2dd4b65ef 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_mish_nulless.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_mish_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_prepend.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_prepend.h index dd69ac0b0..9dec9ee50 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_prepend.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_prepend.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_prepend_assure.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_prepend_assure.h index 885bfb037..fac62cc3a 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_prepend_assure.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_prepend_assure.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_prepend_assure_nulless.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_prepend_assure_nulless.h index a1dd80a1d..08631b555 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_prepend_assure_nulless.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_prepend_assure_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_prepend_nulless.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_prepend_nulless.h index 9a436f7d3..e1a4558dd 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_prepend_nulless.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_partial_prepend_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_prepend.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_prepend.h index 3b5de8801..67b552299 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_prepend.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_prepend.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_prepend_assure.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_prepend_assure.h index ee417c662..627fc43e3 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_prepend_assure.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_prepend_assure.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_prepend_assure_nulless.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_prepend_assure_nulless.h index f4a00303e..79add4b41 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_prepend_assure_nulless.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_prepend_assure_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_prepend_nulless.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_prepend_nulless.h index d80265ad5..47cdc6b30 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_prepend_nulless.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_prepend_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_resize.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_resize.h index b009a160f..5c8b7eb8a 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_resize.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_seek_line.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_seek_line.h index 3c1bbb7dc..8c5ca5745 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_seek_line.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_seek_line.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_seek_line_to.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_seek_line_to.h index 12561e31b..3df2576aa 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_seek_line_to.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_seek_line_to.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_seek_to.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_seek_to.h index f5ca8552a..189c566f9 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_seek_to.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_seek_to.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_terminate.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_terminate.h index f27c4a488..f23db0256 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_terminate.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_terminate.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamic_terminate_after.h b/level_0/f_utf/tests/unit/c/test-utf-dynamic_terminate_after.h index c59f4b881..60bdded73 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamic_terminate_after.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamic_terminate_after.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamics_adjust.h b/level_0/f_utf/tests/unit/c/test-utf-dynamics_adjust.h index 415d5ce9a..67b65e238 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamics_adjust.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamics_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamics_append.h b/level_0/f_utf/tests/unit/c/test-utf-dynamics_append.h index 352a32fce..2c4c85286 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamics_append.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamics_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamics_append_all.h b/level_0/f_utf/tests/unit/c/test-utf-dynamics_append_all.h index 123b32fc3..287eadd5b 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamics_append_all.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamics_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamics_decimate_by.h b/level_0/f_utf/tests/unit/c/test-utf-dynamics_decimate_by.h index 13b3ec60b..d5dd02459 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamics_decimate_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamics_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamics_decrease_by.h b/level_0/f_utf/tests/unit/c/test-utf-dynamics_decrease_by.h index 6fa1735e8..a9fdba26b 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamics_decrease_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamics_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamics_increase.h b/level_0/f_utf/tests/unit/c/test-utf-dynamics_increase.h index 3f3aa36a7..66e217052 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamics_increase.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamics_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamics_increase_by.h b/level_0/f_utf/tests/unit/c/test-utf-dynamics_increase_by.h index 26acfa1bc..8a7a3b9d1 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamics_increase_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamics_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamics_resize.h b/level_0/f_utf/tests/unit/c/test-utf-dynamics_resize.h index 1e1faf431..932ae4048 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamics_resize.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamics_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamicss_adjust.h b/level_0/f_utf/tests/unit/c/test-utf-dynamicss_adjust.h index bffc777e7..cea017a27 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamicss_adjust.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamicss_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamicss_append.h b/level_0/f_utf/tests/unit/c/test-utf-dynamicss_append.h index 71c14058b..43afdfe37 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamicss_append.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamicss_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamicss_append_all.h b/level_0/f_utf/tests/unit/c/test-utf-dynamicss_append_all.h index fee8ef0a1..a175b6cb5 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamicss_append_all.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamicss_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamicss_decimate_by.h b/level_0/f_utf/tests/unit/c/test-utf-dynamicss_decimate_by.h index 78f7a2b5c..544746001 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamicss_decimate_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamicss_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamicss_decrease_by.h b/level_0/f_utf/tests/unit/c/test-utf-dynamicss_decrease_by.h index 9c36547c5..d9325ff3e 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamicss_decrease_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamicss_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamicss_increase.h b/level_0/f_utf/tests/unit/c/test-utf-dynamicss_increase.h index b9765e805..1528fcc6c 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamicss_increase.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamicss_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamicss_increase_by.h b/level_0/f_utf/tests/unit/c/test-utf-dynamicss_increase_by.h index bfc1854b6..34b003660 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamicss_increase_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamicss_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-dynamicss_resize.h b/level_0/f_utf/tests/unit/c/test-utf-dynamicss_resize.h index 1b3dd4580..8c125466d 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-dynamicss_resize.h +++ b/level_0/f_utf/tests/unit/c/test-utf-dynamicss_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-is_alphabetic.h b/level_0/f_utf/tests/unit/c/test-utf-is_alphabetic.h index 5c8610714..a2de162c9 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-is_alphabetic.h +++ b/level_0/f_utf/tests/unit/c/test-utf-is_alphabetic.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-is_alphabetic_digit.h b/level_0/f_utf/tests/unit/c/test-utf-is_alphabetic_digit.h index 39b6d71bf..c32448d0b 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-is_alphabetic_digit.h +++ b/level_0/f_utf/tests/unit/c/test-utf-is_alphabetic_digit.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-is_alphabetic_numeric.h b/level_0/f_utf/tests/unit/c/test-utf-is_alphabetic_numeric.h index a5ca6ef1b..4b45f9dc9 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-is_alphabetic_numeric.h +++ b/level_0/f_utf/tests/unit/c/test-utf-is_alphabetic_numeric.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-is_combining.h b/level_0/f_utf/tests/unit/c/test-utf-is_combining.h index 5aded7117..2be083087 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-is_combining.h +++ b/level_0/f_utf/tests/unit/c/test-utf-is_combining.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-is_control.h b/level_0/f_utf/tests/unit/c/test-utf-is_control.h index bac83d7fa..074784c93 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-is_control.h +++ b/level_0/f_utf/tests/unit/c/test-utf-is_control.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-is_digit.h b/level_0/f_utf/tests/unit/c/test-utf-is_digit.h index fc048cb90..bf0ed2676 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-is_digit.h +++ b/level_0/f_utf/tests/unit/c/test-utf-is_digit.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-is_emoji.h b/level_0/f_utf/tests/unit/c/test-utf-is_emoji.h index 4ad259d17..fb32df2dd 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-is_emoji.h +++ b/level_0/f_utf/tests/unit/c/test-utf-is_emoji.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-is_numeric.h b/level_0/f_utf/tests/unit/c/test-utf-is_numeric.h index 769f45423..57e91a6ad 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-is_numeric.h +++ b/level_0/f_utf/tests/unit/c/test-utf-is_numeric.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-is_phonetic.h b/level_0/f_utf/tests/unit/c/test-utf-is_phonetic.h index 7aff26ef4..27ede546e 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-is_phonetic.h +++ b/level_0/f_utf/tests/unit/c/test-utf-is_phonetic.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-is_private.h b/level_0/f_utf/tests/unit/c/test-utf-is_private.h index c33cf365b..74ca6e160 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-is_private.h +++ b/level_0/f_utf/tests/unit/c/test-utf-is_private.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-is_punctuation.h b/level_0/f_utf/tests/unit/c/test-utf-is_punctuation.h index 71688851e..3d67391d8 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-is_punctuation.h +++ b/level_0/f_utf/tests/unit/c/test-utf-is_punctuation.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-is_subscript.h b/level_0/f_utf/tests/unit/c/test-utf-is_subscript.h index 1dcc89dce..bd961dd25 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-is_subscript.h +++ b/level_0/f_utf/tests/unit/c/test-utf-is_subscript.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-is_superscript.h b/level_0/f_utf/tests/unit/c/test-utf-is_superscript.h index 5cdf8eb70..a245733fd 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-is_superscript.h +++ b/level_0/f_utf/tests/unit/c/test-utf-is_superscript.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-is_symbol.h b/level_0/f_utf/tests/unit/c/test-utf-is_symbol.h index 8198fb7b2..be8323155 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-is_symbol.h +++ b/level_0/f_utf/tests/unit/c/test-utf-is_symbol.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-is_valid.h b/level_0/f_utf/tests/unit/c/test-utf-is_valid.h index b8ae5e044..7ba1c79a7 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-is_valid.h +++ b/level_0/f_utf/tests/unit/c/test-utf-is_valid.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-is_whitespace.h b/level_0/f_utf/tests/unit/c/test-utf-is_whitespace.h index a966d4bae..f09b4ffab 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-is_whitespace.h +++ b/level_0/f_utf/tests/unit/c/test-utf-is_whitespace.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-is_whitespace_modifier.h b/level_0/f_utf/tests/unit/c/test-utf-is_whitespace_modifier.h index d9637d7d5..8dded971c 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-is_whitespace_modifier.h +++ b/level_0/f_utf/tests/unit/c/test-utf-is_whitespace_modifier.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-is_whitespace_other.h b/level_0/f_utf/tests/unit/c/test-utf-is_whitespace_other.h index d7787a3b1..263255233 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-is_whitespace_other.h +++ b/level_0/f_utf/tests/unit/c/test-utf-is_whitespace_other.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-is_whitespace_zero_width.h b/level_0/f_utf/tests/unit/c/test-utf-is_whitespace_zero_width.h index 6be4ae0df..0538b12d2 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-is_whitespace_zero_width.h +++ b/level_0/f_utf/tests/unit/c/test-utf-is_whitespace_zero_width.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-is_wide.h b/level_0/f_utf/tests/unit/c/test-utf-is_wide.h index 542d1c21f..40f7225a0 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-is_wide.h +++ b/level_0/f_utf/tests/unit/c/test-utf-is_wide.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-is_word.h b/level_0/f_utf/tests/unit/c/test-utf-is_word.h index 7a838b6f5..772c84762 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-is_word.h +++ b/level_0/f_utf/tests/unit/c/test-utf-is_word.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-is_word_dash.h b/level_0/f_utf/tests/unit/c/test-utf-is_word_dash.h index 02311aeef..57e7e4bd5 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-is_word_dash.h +++ b/level_0/f_utf/tests/unit/c/test-utf-is_word_dash.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-is_word_dash_plus.h b/level_0/f_utf/tests/unit/c/test-utf-is_word_dash_plus.h index 595130e6d..0a96a298e 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-is_word_dash_plus.h +++ b/level_0/f_utf/tests/unit/c/test-utf-is_word_dash_plus.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-is_zero_width.h b/level_0/f_utf/tests/unit/c/test-utf-is_zero_width.h index 552822621..ca5985b33 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-is_zero_width.h +++ b/level_0/f_utf/tests/unit/c/test-utf-is_zero_width.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the function in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-map_multis_adjust.h b/level_0/f_utf/tests/unit/c/test-utf-map_multis_adjust.h index c8cf05527..17f836643 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-map_multis_adjust.h +++ b/level_0/f_utf/tests/unit/c/test-utf-map_multis_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-map_multis_append.h b/level_0/f_utf/tests/unit/c/test-utf-map_multis_append.h index 2dae9729a..8a035d30e 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-map_multis_append.h +++ b/level_0/f_utf/tests/unit/c/test-utf-map_multis_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-map_multis_append_all.h b/level_0/f_utf/tests/unit/c/test-utf-map_multis_append_all.h index 6d325b99e..2bd11c978 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-map_multis_append_all.h +++ b/level_0/f_utf/tests/unit/c/test-utf-map_multis_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-map_multis_decimate_by.h b/level_0/f_utf/tests/unit/c/test-utf-map_multis_decimate_by.h index 18550e482..63d6248a8 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-map_multis_decimate_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-map_multis_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-map_multis_decrease_by.h b/level_0/f_utf/tests/unit/c/test-utf-map_multis_decrease_by.h index bd58be005..a66e78bd1 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-map_multis_decrease_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-map_multis_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-map_multis_increase.h b/level_0/f_utf/tests/unit/c/test-utf-map_multis_increase.h index 02f3fd795..b86a88963 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-map_multis_increase.h +++ b/level_0/f_utf/tests/unit/c/test-utf-map_multis_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-map_multis_increase_by.h b/level_0/f_utf/tests/unit/c/test-utf-map_multis_increase_by.h index 714500fde..5181c985a 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-map_multis_increase_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-map_multis_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-map_multis_resize.h b/level_0/f_utf/tests/unit/c/test-utf-map_multis_resize.h index 9f6684814..c47d0d090 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-map_multis_resize.h +++ b/level_0/f_utf/tests/unit/c/test-utf-map_multis_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-map_multiss_adjust.h b/level_0/f_utf/tests/unit/c/test-utf-map_multiss_adjust.h index d99d51101..4f8c301e1 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-map_multiss_adjust.h +++ b/level_0/f_utf/tests/unit/c/test-utf-map_multiss_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-map_multiss_append.h b/level_0/f_utf/tests/unit/c/test-utf-map_multiss_append.h index b8ff3e8a9..ad56f797a 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-map_multiss_append.h +++ b/level_0/f_utf/tests/unit/c/test-utf-map_multiss_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-map_multiss_append_all.h b/level_0/f_utf/tests/unit/c/test-utf-map_multiss_append_all.h index d19d79b13..55499afdb 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-map_multiss_append_all.h +++ b/level_0/f_utf/tests/unit/c/test-utf-map_multiss_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-map_multiss_decimate_by.h b/level_0/f_utf/tests/unit/c/test-utf-map_multiss_decimate_by.h index a50b8dc80..7e45ce1c4 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-map_multiss_decimate_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-map_multiss_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-map_multiss_decrease_by.h b/level_0/f_utf/tests/unit/c/test-utf-map_multiss_decrease_by.h index a40bebcaa..b16c22c25 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-map_multiss_decrease_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-map_multiss_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-map_multiss_increase.h b/level_0/f_utf/tests/unit/c/test-utf-map_multiss_increase.h index 3711364ae..16c43ae57 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-map_multiss_increase.h +++ b/level_0/f_utf/tests/unit/c/test-utf-map_multiss_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-map_multiss_increase_by.h b/level_0/f_utf/tests/unit/c/test-utf-map_multiss_increase_by.h index 60ec1ac4e..699b00c5c 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-map_multiss_increase_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-map_multiss_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-map_multiss_resize.h b/level_0/f_utf/tests/unit/c/test-utf-map_multiss_resize.h index 0f6b142a5..71f0ee68b 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-map_multiss_resize.h +++ b/level_0/f_utf/tests/unit/c/test-utf-map_multiss_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-maps_adjust.h b/level_0/f_utf/tests/unit/c/test-utf-maps_adjust.h index 8524e231e..3134bc455 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-maps_adjust.h +++ b/level_0/f_utf/tests/unit/c/test-utf-maps_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-maps_append.h b/level_0/f_utf/tests/unit/c/test-utf-maps_append.h index 56eca6fb8..43574bfad 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-maps_append.h +++ b/level_0/f_utf/tests/unit/c/test-utf-maps_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-maps_append_all.h b/level_0/f_utf/tests/unit/c/test-utf-maps_append_all.h index fbaf96d3c..626039084 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-maps_append_all.h +++ b/level_0/f_utf/tests/unit/c/test-utf-maps_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-maps_decimate_by.h b/level_0/f_utf/tests/unit/c/test-utf-maps_decimate_by.h index 272a5c60d..4074a84ce 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-maps_decimate_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-maps_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-maps_decrease_by.h b/level_0/f_utf/tests/unit/c/test-utf-maps_decrease_by.h index 237113486..3b50c7583 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-maps_decrease_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-maps_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-maps_increase.h b/level_0/f_utf/tests/unit/c/test-utf-maps_increase.h index 1d38f2cd4..413efe311 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-maps_increase.h +++ b/level_0/f_utf/tests/unit/c/test-utf-maps_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-maps_increase_by.h b/level_0/f_utf/tests/unit/c/test-utf-maps_increase_by.h index dbb962953..419319790 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-maps_increase_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-maps_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-maps_resize.h b/level_0/f_utf/tests/unit/c/test-utf-maps_resize.h index 85a975d51..98ffcc65d 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-maps_resize.h +++ b/level_0/f_utf/tests/unit/c/test-utf-maps_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-mapss_adjust.h b/level_0/f_utf/tests/unit/c/test-utf-mapss_adjust.h index fdf8fa4b3..2a4101322 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-mapss_adjust.h +++ b/level_0/f_utf/tests/unit/c/test-utf-mapss_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-mapss_append.h b/level_0/f_utf/tests/unit/c/test-utf-mapss_append.h index 7999f1bbb..9b88cbbb2 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-mapss_append.h +++ b/level_0/f_utf/tests/unit/c/test-utf-mapss_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-mapss_append_all.h b/level_0/f_utf/tests/unit/c/test-utf-mapss_append_all.h index cc8f0c54a..e585888f6 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-mapss_append_all.h +++ b/level_0/f_utf/tests/unit/c/test-utf-mapss_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-mapss_decimate_by.h b/level_0/f_utf/tests/unit/c/test-utf-mapss_decimate_by.h index 342295481..ed765d790 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-mapss_decimate_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-mapss_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-mapss_decrease_by.h b/level_0/f_utf/tests/unit/c/test-utf-mapss_decrease_by.h index 00727f3d5..5e59ac3a0 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-mapss_decrease_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-mapss_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-mapss_increase.h b/level_0/f_utf/tests/unit/c/test-utf-mapss_increase.h index 02fca8a45..c965881bd 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-mapss_increase.h +++ b/level_0/f_utf/tests/unit/c/test-utf-mapss_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-mapss_increase_by.h b/level_0/f_utf/tests/unit/c/test-utf-mapss_increase_by.h index 785732955..ab8b367ff 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-mapss_increase_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-mapss_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-mapss_resize.h b/level_0/f_utf/tests/unit/c/test-utf-mapss_resize.h index a3d4c792a..5406dc884 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-mapss_resize.h +++ b/level_0/f_utf/tests/unit/c/test-utf-mapss_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-mash.h b/level_0/f_utf/tests/unit/c/test-utf-mash.h index 4626e6e63..24bc9a90d 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-mash.h +++ b/level_0/f_utf/tests/unit/c/test-utf-mash.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-mash_nulless.h b/level_0/f_utf/tests/unit/c/test-utf-mash_nulless.h index 15c4221a4..f63bfd208 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-mash_nulless.h +++ b/level_0/f_utf/tests/unit/c/test-utf-mash_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-mish.h b/level_0/f_utf/tests/unit/c/test-utf-mish.h index 75321381e..fa468fabd 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-mish.h +++ b/level_0/f_utf/tests/unit/c/test-utf-mish.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-mish_nulless.h b/level_0/f_utf/tests/unit/c/test-utf-mish_nulless.h index a3f2301d9..8c440e0a4 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-mish_nulless.h +++ b/level_0/f_utf/tests/unit/c/test-utf-mish_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-prepend.h b/level_0/f_utf/tests/unit/c/test-utf-prepend.h index 6d3651a4e..f13ad2600 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-prepend.h +++ b/level_0/f_utf/tests/unit/c/test-utf-prepend.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-prepend_assure.h b/level_0/f_utf/tests/unit/c/test-utf-prepend_assure.h index 6db9be8d7..9a544350d 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-prepend_assure.h +++ b/level_0/f_utf/tests/unit/c/test-utf-prepend_assure.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-prepend_assure_nulless.h b/level_0/f_utf/tests/unit/c/test-utf-prepend_assure_nulless.h index d3985b15e..3e25a6c7e 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-prepend_assure_nulless.h +++ b/level_0/f_utf/tests/unit/c/test-utf-prepend_assure_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-prepend_nulless.h b/level_0/f_utf/tests/unit/c/test-utf-prepend_nulless.h index 921a688e7..05c7d10f0 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-prepend_nulless.h +++ b/level_0/f_utf/tests/unit/c/test-utf-prepend_nulless.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-seek_line.h b/level_0/f_utf/tests/unit/c/test-utf-seek_line.h index 7c1662174..879fae2fc 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-seek_line.h +++ b/level_0/f_utf/tests/unit/c/test-utf-seek_line.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-seek_line_to.h b/level_0/f_utf/tests/unit/c/test-utf-seek_line_to.h index 6558a5a07..03b16f5a5 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-seek_line_to.h +++ b/level_0/f_utf/tests/unit/c/test-utf-seek_line_to.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-seek_to.h b/level_0/f_utf/tests/unit/c/test-utf-seek_to.h index 483caa84b..0a2302f3e 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-seek_to.h +++ b/level_0/f_utf/tests/unit/c/test-utf-seek_to.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-triples_adjust.h b/level_0/f_utf/tests/unit/c/test-utf-triples_adjust.h index a6e6098d8..492ff0a5a 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-triples_adjust.h +++ b/level_0/f_utf/tests/unit/c/test-utf-triples_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-triples_append.h b/level_0/f_utf/tests/unit/c/test-utf-triples_append.h index 86384705d..bbdc849a7 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-triples_append.h +++ b/level_0/f_utf/tests/unit/c/test-utf-triples_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-triples_append_all.h b/level_0/f_utf/tests/unit/c/test-utf-triples_append_all.h index 792cca655..2828d3a60 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-triples_append_all.h +++ b/level_0/f_utf/tests/unit/c/test-utf-triples_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-triples_decimate_by.h b/level_0/f_utf/tests/unit/c/test-utf-triples_decimate_by.h index 29b944b9d..7d404b5b5 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-triples_decimate_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-triples_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-triples_decrease_by.h b/level_0/f_utf/tests/unit/c/test-utf-triples_decrease_by.h index 3d43aca92..c6165f61d 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-triples_decrease_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-triples_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-triples_increase.h b/level_0/f_utf/tests/unit/c/test-utf-triples_increase.h index d54ce710e..5b2215aab 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-triples_increase.h +++ b/level_0/f_utf/tests/unit/c/test-utf-triples_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-triples_increase_by.h b/level_0/f_utf/tests/unit/c/test-utf-triples_increase_by.h index 8e814037b..9ae1a8133 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-triples_increase_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-triples_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-triples_resize.h b/level_0/f_utf/tests/unit/c/test-utf-triples_resize.h index 230497684..8c15f70bb 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-triples_resize.h +++ b/level_0/f_utf/tests/unit/c/test-utf-triples_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-tripless_adjust.h b/level_0/f_utf/tests/unit/c/test-utf-tripless_adjust.h index 7221cc4ed..9fc2be3b5 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-tripless_adjust.h +++ b/level_0/f_utf/tests/unit/c/test-utf-tripless_adjust.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-tripless_append.h b/level_0/f_utf/tests/unit/c/test-utf-tripless_append.h index 872ca1fe4..7ea116873 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-tripless_append.h +++ b/level_0/f_utf/tests/unit/c/test-utf-tripless_append.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-tripless_append_all.h b/level_0/f_utf/tests/unit/c/test-utf-tripless_append_all.h index 16c6f6a27..815764b7d 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-tripless_append_all.h +++ b/level_0/f_utf/tests/unit/c/test-utf-tripless_append_all.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-tripless_decimate_by.h b/level_0/f_utf/tests/unit/c/test-utf-tripless_decimate_by.h index 92ca09643..de2142b26 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-tripless_decimate_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-tripless_decimate_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-tripless_decrease_by.h b/level_0/f_utf/tests/unit/c/test-utf-tripless_decrease_by.h index a68d36a4e..0fd6328cc 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-tripless_decrease_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-tripless_decrease_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-tripless_increase.h b/level_0/f_utf/tests/unit/c/test-utf-tripless_increase.h index 65277da8c..e3ee53cc6 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-tripless_increase.h +++ b/level_0/f_utf/tests/unit/c/test-utf-tripless_increase.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-tripless_increase_by.h b/level_0/f_utf/tests/unit/c/test-utf-tripless_increase_by.h index b6c318d5a..9f772e171 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-tripless_increase_by.h +++ b/level_0/f_utf/tests/unit/c/test-utf-tripless_increase_by.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf-tripless_resize.h b/level_0/f_utf/tests/unit/c/test-utf-tripless_resize.h index 7c1198e52..663344d7c 100644 --- a/level_0/f_utf/tests/unit/c/test-utf-tripless_resize.h +++ b/level_0/f_utf/tests/unit/c/test-utf-tripless_resize.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the data types in the utf project. diff --git a/level_0/f_utf/tests/unit/c/test-utf.h b/level_0/f_utf/tests/unit/c/test-utf.h index 00d896909..21c20903e 100644 --- a/level_0/f_utf/tests/unit/c/test-utf.h +++ b/level_0/f_utf/tests/unit/c/test-utf.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: UTF - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the utf project. diff --git a/level_1/fl_control_group/c/control_group.h b/level_1/fl_control_group/c/control_group.h index da3a94895..8569ed214 100644 --- a/level_1/fl_control_group/c/control_group.h +++ b/level_1/fl_control_group/c/control_group.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: Control Group - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides control group (cgroup) related functionality. diff --git a/level_1/fl_control_group/data/build/settings b/level_1/fl_control_group/data/build/settings index cd23d5bf0..e14a4e513 100644 --- a/level_1/fl_control_group/data/build/settings +++ b/level_1/fl_control_group/data/build/settings @@ -3,8 +3,8 @@ build_name fl_control_group version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_1/fl_conversion/c/conversion.h b/level_1/fl_conversion/c/conversion.h index d22ffbca3..ce84c3f80 100644 --- a/level_1/fl_conversion/c/conversion.h +++ b/level_1/fl_conversion/c/conversion.h @@ -2,7 +2,7 @@ * FLL - Level 0 * * Project: Conversion - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provide means to convert one data type to another, such as a string to an integer. diff --git a/level_1/fl_conversion/c/conversion/common.h b/level_1/fl_conversion/c/conversion/common.h index 26ed48868..1f661f1f6 100644 --- a/level_1/fl_conversion/c/conversion/common.h +++ b/level_1/fl_conversion/c/conversion/common.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: Conversion - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project conversion. diff --git a/level_1/fl_conversion/c/private-conversion.h b/level_1/fl_conversion/c/private-conversion.h index 1b298a7aa..d29eeb793 100644 --- a/level_1/fl_conversion/c/private-conversion.h +++ b/level_1/fl_conversion/c/private-conversion.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: Conversion - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_1/fl_conversion/data/build/settings b/level_1/fl_conversion/data/build/settings index ec1385f5c..eed3fcb34 100644 --- a/level_1/fl_conversion/data/build/settings +++ b/level_1/fl_conversion/data/build/settings @@ -3,8 +3,8 @@ build_name fl_conversion version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_1/fl_directory/c/directory.h b/level_1/fl_directory/c/directory.h index 4bf4126fd..4c4b98bd8 100644 --- a/level_1/fl_directory/c/directory.h +++ b/level_1/fl_directory/c/directory.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: Directory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides operations for directory handling. diff --git a/level_1/fl_directory/c/directory/common.h b/level_1/fl_directory/c/directory/common.h index 5bc41ed2e..40795894f 100644 --- a/level_1/fl_directory/c/directory/common.h +++ b/level_1/fl_directory/c/directory/common.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: Directory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project directory. diff --git a/level_1/fl_directory/c/private-directory.h b/level_1/fl_directory/c/private-directory.h index 3492cf438..3c62e148c 100644 --- a/level_1/fl_directory/c/private-directory.h +++ b/level_1/fl_directory/c/private-directory.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: Directory - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides operations for directory handling. diff --git a/level_1/fl_directory/data/build/settings b/level_1/fl_directory/data/build/settings index 3092b9ff4..7cc96d0d6 100644 --- a/level_1/fl_directory/data/build/settings +++ b/level_1/fl_directory/data/build/settings @@ -3,8 +3,8 @@ build_name fl_directory version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_1/fl_environment/c/environment.h b/level_1/fl_environment/c/environment.h index 9f0062081..532b18b71 100644 --- a/level_1/fl_environment/c/environment.h +++ b/level_1/fl_environment/c/environment.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: Environment - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides environment processing functionality, such as environment variable handling. diff --git a/level_1/fl_environment/data/build/settings b/level_1/fl_environment/data/build/settings index ad93748d4..d40b5c24c 100644 --- a/level_1/fl_environment/data/build/settings +++ b/level_1/fl_environment/data/build/settings @@ -3,8 +3,8 @@ build_name fl_environment version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_1/fl_execute/c/execute.h b/level_1/fl_execute/c/execute.h index 2b9c76cd3..44464047b 100644 --- a/level_1/fl_execute/c/execute.h +++ b/level_1/fl_execute/c/execute.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: Execute - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides execute processing functionality. diff --git a/level_1/fl_execute/c/execute/common.h b/level_1/fl_execute/c/execute/common.h index 200751d1b..609141230 100644 --- a/level_1/fl_execute/c/execute/common.h +++ b/level_1/fl_execute/c/execute/common.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: Execute - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project execute. diff --git a/level_1/fl_execute/data/build/settings b/level_1/fl_execute/data/build/settings index e01d56f02..5387ccac1 100644 --- a/level_1/fl_execute/data/build/settings +++ b/level_1/fl_execute/data/build/settings @@ -3,8 +3,8 @@ build_name fl_execute version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_1/fl_fss/c/fss.h b/level_1/fl_fss/c/fss.h index 716db8519..95b6f437f 100644 --- a/level_1/fl_fss/c/fss.h +++ b/level_1/fl_fss/c/fss.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _FL_fss_h diff --git a/level_1/fl_fss/c/fss/basic.h b/level_1/fl_fss/c/fss/basic.h index caab64e20..b729a784a 100644 --- a/level_1/fl_fss/c/fss/basic.h +++ b/level_1/fl_fss/c/fss/basic.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This is the fss-0000 implementation. diff --git a/level_1/fl_fss/c/fss/basic_list.h b/level_1/fl_fss/c/fss/basic_list.h index bc5f7acee..e6288f646 100644 --- a/level_1/fl_fss/c/fss/basic_list.h +++ b/level_1/fl_fss/c/fss/basic_list.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This is the fss-0002 implementation. diff --git a/level_1/fl_fss/c/fss/embedded_list.h b/level_1/fl_fss/c/fss/embedded_list.h index 2b33d1934..27d6cfd11 100644 --- a/level_1/fl_fss/c/fss/embedded_list.h +++ b/level_1/fl_fss/c/fss/embedded_list.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This is the fss-0008 implementation. diff --git a/level_1/fl_fss/c/fss/extended.h b/level_1/fl_fss/c/fss/extended.h index 256cf4260..88b8651ac 100644 --- a/level_1/fl_fss/c/fss/extended.h +++ b/level_1/fl_fss/c/fss/extended.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This is the fss-0001 implementation. diff --git a/level_1/fl_fss/c/fss/extended_list.h b/level_1/fl_fss/c/fss/extended_list.h index af4ef2e57..11ef37426 100644 --- a/level_1/fl_fss/c/fss/extended_list.h +++ b/level_1/fl_fss/c/fss/extended_list.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This is the fss-0003 implementation. diff --git a/level_1/fl_fss/c/fss/macro.h b/level_1/fl_fss/c/fss/macro.h index ab1835e2e..72ef571df 100644 --- a/level_1/fl_fss/c/fss/macro.h +++ b/level_1/fl_fss/c/fss/macro.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides generic functionality shared between and used by different fss processing functions. diff --git a/level_1/fl_fss/c/private-fss.h b/level_1/fl_fss/c/private-fss.h index c3c3008bd..b9e7a592c 100644 --- a/level_1/fl_fss/c/private-fss.h +++ b/level_1/fl_fss/c/private-fss.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_1/fl_fss/data/build/settings b/level_1/fl_fss/data/build/settings index 9d786cbe8..ea6454b3a 100644 --- a/level_1/fl_fss/data/build/settings +++ b/level_1/fl_fss/data/build/settings @@ -3,8 +3,8 @@ build_name fl_fss version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_1/fl_iki/c/iki.h b/level_1/fl_iki/c/iki.h index 4cabc8855..c3ed06311 100644 --- a/level_1/fl_iki/c/iki.h +++ b/level_1/fl_iki/c/iki.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: IKI - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides a Wiki-Like syntax meant to be much simpler. diff --git a/level_1/fl_iki/data/build/settings b/level_1/fl_iki/data/build/settings index 2c70b25a7..a8d04a2c3 100644 --- a/level_1/fl_iki/data/build/settings +++ b/level_1/fl_iki/data/build/settings @@ -3,8 +3,8 @@ build_name fl_iki version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_1/fl_print/c/print.h b/level_1/fl_print/c/print.h index 22e99416d..a09b58891 100644 --- a/level_1/fl_print/c/print.h +++ b/level_1/fl_print/c/print.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides some standard printing functions not available in a libc. diff --git a/level_1/fl_print/c/print/common.h b/level_1/fl_print/c/print/common.h index 9eda18807..15cecbadd 100644 --- a/level_1/fl_print/c/print/common.h +++ b/level_1/fl_print/c/print/common.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project print. diff --git a/level_1/fl_print/c/private-print.h b/level_1/fl_print/c/private-print.h index 02243e4e4..142c58c64 100644 --- a/level_1/fl_print/c/private-print.h +++ b/level_1/fl_print/c/private-print.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_1/fl_print/data/build/settings b/level_1/fl_print/data/build/settings index 9de3570f9..060c1787f 100644 --- a/level_1/fl_print/data/build/settings +++ b/level_1/fl_print/data/build/settings @@ -3,8 +3,8 @@ build_name fl_print version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_1/fl_signal/c/signal.h b/level_1/fl_signal/c/signal.h index f8ee8deba..a906eb64c 100644 --- a/level_1/fl_signal/c/signal.h +++ b/level_1/fl_signal/c/signal.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: Signal - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides common signal functions. diff --git a/level_1/fl_signal/c/signal/common.h b/level_1/fl_signal/c/signal/common.h index 664de912d..9880e3cec 100644 --- a/level_1/fl_signal/c/signal/common.h +++ b/level_1/fl_signal/c/signal/common.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: Signal - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project execute. diff --git a/level_1/fl_signal/data/build/settings b/level_1/fl_signal/data/build/settings index 0770901fb..7b281ba61 100644 --- a/level_1/fl_signal/data/build/settings +++ b/level_1/fl_signal/data/build/settings @@ -3,8 +3,8 @@ build_name fl_signal version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_1/fl_string/c/private-string.h b/level_1/fl_string/c/private-string.h index ee9939af6..c31f77fb0 100644 --- a/level_1/fl_string/c/private-string.h +++ b/level_1/fl_string/c/private-string.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: String - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_1/fl_string/c/string.h b/level_1/fl_string/c/string.h index 4637ac5cd..5d41ad1e3 100644 --- a/level_1/fl_string/c/string.h +++ b/level_1/fl_string/c/string.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: String - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides basic string manipulation and processing capabilities. diff --git a/level_1/fl_string/data/build/settings b/level_1/fl_string/data/build/settings index ea725db45..492642165 100644 --- a/level_1/fl_string/data/build/settings +++ b/level_1/fl_string/data/build/settings @@ -3,8 +3,8 @@ build_name fl_string version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_1/fl_utf/c/private-utf.h b/level_1/fl_utf/c/private-utf.h index 47b358a43..ea7fbe7a2 100644 --- a/level_1/fl_utf/c/private-utf.h +++ b/level_1/fl_utf/c/private-utf.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: Utf - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_1/fl_utf/c/utf.h b/level_1/fl_utf/c/utf.h index 73e096c11..6b1d69e0c 100644 --- a/level_1/fl_utf/c/utf.h +++ b/level_1/fl_utf/c/utf.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: Utf - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides UTF-8 character manipulation and processing capabilities. diff --git a/level_1/fl_utf/data/build/settings b/level_1/fl_utf/data/build/settings index b9ce79371..0025ab7c6 100644 --- a/level_1/fl_utf/data/build/settings +++ b/level_1/fl_utf/data/build/settings @@ -3,8 +3,8 @@ build_name fl_utf version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_1/fl_utf_file/c/private-utf_file.h b/level_1/fl_utf_file/c/private-utf_file.h index fd52d78cc..8eab86e57 100644 --- a/level_1/fl_utf_file/c/private-utf_file.h +++ b/level_1/fl_utf_file/c/private-utf_file.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: Utf File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * UTF-8 File Operations. diff --git a/level_1/fl_utf_file/c/utf_file.h b/level_1/fl_utf_file/c/utf_file.h index 6185f6e73..7ab342abf 100644 --- a/level_1/fl_utf_file/c/utf_file.h +++ b/level_1/fl_utf_file/c/utf_file.h @@ -2,7 +2,7 @@ * FLL - Level 1 * * Project: Utf File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * UTF-8 File I/O Operations. diff --git a/level_1/fl_utf_file/data/build/settings b/level_1/fl_utf_file/data/build/settings index fdf45330c..e77435e87 100644 --- a/level_1/fl_utf_file/data/build/settings +++ b/level_1/fl_utf_file/data/build/settings @@ -3,8 +3,8 @@ build_name fl_utf_file version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_2/fll_control_group/c/control_group.h b/level_2/fll_control_group/c/control_group.h index f7ae27e8c..b72f1e6ed 100644 --- a/level_2/fll_control_group/c/control_group.h +++ b/level_2/fll_control_group/c/control_group.h @@ -2,7 +2,7 @@ * FLL - Level 2 * * Project: Control Group - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides control group (cgroup) related functionality. diff --git a/level_2/fll_control_group/data/build/settings b/level_2/fll_control_group/data/build/settings index ff9576b3a..ce55931de 100644 --- a/level_2/fll_control_group/data/build/settings +++ b/level_2/fll_control_group/data/build/settings @@ -3,8 +3,8 @@ build_name fll_control_group version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_2/fll_error/c/error.h b/level_2/fll_error/c/error.h index 149dcd968..7fd2b7270 100644 --- a/level_2/fll_error/c/error.h +++ b/level_2/fll_error/c/error.h @@ -2,7 +2,7 @@ * FLL - Level 2 * * Project: Error - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provide functions commonly used by FLL based programs. diff --git a/level_2/fll_error/c/error/common.h b/level_2/fll_error/c/error/common.h index 048135d25..5913dd7b1 100644 --- a/level_2/fll_error/c/error/common.h +++ b/level_2/fll_error/c/error/common.h @@ -2,7 +2,7 @@ * FLL - Level 2 * * Project: Error - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project error. diff --git a/level_2/fll_error/c/private-error.h b/level_2/fll_error/c/private-error.h index a318bd49a..05991551b 100644 --- a/level_2/fll_error/c/private-error.h +++ b/level_2/fll_error/c/private-error.h @@ -2,7 +2,7 @@ * FLL - Level 2 * * Project: Error - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_2/fll_error/data/build/settings b/level_2/fll_error/data/build/settings index 5b75dfe8c..0888c2080 100644 --- a/level_2/fll_error/data/build/settings +++ b/level_2/fll_error/data/build/settings @@ -3,8 +3,8 @@ build_name fll_error version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_2/fll_execute/c/execute.h b/level_2/fll_execute/c/execute.h index a250eff53..0fb052f4c 100644 --- a/level_2/fll_execute/c/execute.h +++ b/level_2/fll_execute/c/execute.h @@ -2,7 +2,7 @@ * FLL - Level 2 * * Project: Execute - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides program execution operations similar to system(). diff --git a/level_2/fll_execute/c/private-execute.h b/level_2/fll_execute/c/private-execute.h index d3caae723..0f5a8a6a9 100644 --- a/level_2/fll_execute/c/private-execute.h +++ b/level_2/fll_execute/c/private-execute.h @@ -2,7 +2,7 @@ * FLL - Level 2 * * Project: Execute - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_2/fll_execute/data/build/settings b/level_2/fll_execute/data/build/settings index 1935b78d6..005953b3c 100644 --- a/level_2/fll_execute/data/build/settings +++ b/level_2/fll_execute/data/build/settings @@ -3,8 +3,8 @@ build_name fll_execute version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_2/fll_file/c/file.h b/level_2/fll_file/c/file.h index ff98b8c58..b23060811 100644 --- a/level_2/fll_file/c/file.h +++ b/level_2/fll_file/c/file.h @@ -2,7 +2,7 @@ * FLL - Level 2 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides file-related functionality. diff --git a/level_2/fll_file/c/private-file.h b/level_2/fll_file/c/private-file.h index 1e34d7f36..10938af43 100644 --- a/level_2/fll_file/c/private-file.h +++ b/level_2/fll_file/c/private-file.h @@ -2,7 +2,7 @@ * FLL - Level 2 * * Project: File - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides structures and data types for a file I/O. diff --git a/level_2/fll_file/data/build/settings b/level_2/fll_file/data/build/settings index 2cbf9b92f..054e5ef2f 100644 --- a/level_2/fll_file/data/build/settings +++ b/level_2/fll_file/data/build/settings @@ -3,8 +3,8 @@ build_name fll_file version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_2/fll_fss/c/fss.h b/level_2/fll_fss/c/fss.h index e322c9717..66cd9b6ac 100644 --- a/level_2/fll_fss/c/fss.h +++ b/level_2/fll_fss/c/fss.h @@ -2,7 +2,7 @@ * FLL - Level 2 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provide common FSS functions. diff --git a/level_2/fll_fss/c/fss/basic.h b/level_2/fll_fss/c/fss/basic.h index 3b065444a..67ab64947 100644 --- a/level_2/fll_fss/c/fss/basic.h +++ b/level_2/fll_fss/c/fss/basic.h @@ -2,7 +2,7 @@ * FLL - Level 2 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This is the fss-0000 implementation. diff --git a/level_2/fll_fss/c/fss/basic_list.h b/level_2/fll_fss/c/fss/basic_list.h index 61c870b03..e17143dbe 100644 --- a/level_2/fll_fss/c/fss/basic_list.h +++ b/level_2/fll_fss/c/fss/basic_list.h @@ -2,7 +2,7 @@ * FLL - Level 2 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This is the fss-0002 implementation. diff --git a/level_2/fll_fss/c/fss/embedded_list.h b/level_2/fll_fss/c/fss/embedded_list.h index 5e9d55366..faf221e42 100644 --- a/level_2/fll_fss/c/fss/embedded_list.h +++ b/level_2/fll_fss/c/fss/embedded_list.h @@ -2,7 +2,7 @@ * FLL - Level 2 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This is the fss-0008 implementation. diff --git a/level_2/fll_fss/c/fss/extended.h b/level_2/fll_fss/c/fss/extended.h index ed4d425a2..f91da6bb6 100644 --- a/level_2/fll_fss/c/fss/extended.h +++ b/level_2/fll_fss/c/fss/extended.h @@ -2,7 +2,7 @@ * FLL - Level 2 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This is the fss-0001 implementation. diff --git a/level_2/fll_fss/c/fss/extended_list.h b/level_2/fll_fss/c/fss/extended_list.h index 142b9893b..b18bb9428 100644 --- a/level_2/fll_fss/c/fss/extended_list.h +++ b/level_2/fll_fss/c/fss/extended_list.h @@ -2,7 +2,7 @@ * FLL - Level 2 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This is the fss-0003 implementation. diff --git a/level_2/fll_fss/c/fss/payload.h b/level_2/fll_fss/c/fss/payload.h index d702c5d47..bdaf15a69 100644 --- a/level_2/fll_fss/c/fss/payload.h +++ b/level_2/fll_fss/c/fss/payload.h @@ -2,7 +2,7 @@ * FLL - Level 2 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This is the fss-000e implementation. diff --git a/level_2/fll_fss/data/build/settings b/level_2/fll_fss/data/build/settings index 7ef22d056..311ac2a9f 100644 --- a/level_2/fll_fss/data/build/settings +++ b/level_2/fll_fss/data/build/settings @@ -3,8 +3,8 @@ build_name fll_fss version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_2/fll_fss_status_string/c/fss_status_string.h b/level_2/fll_fss_status_string/c/fss_status_string.h index d117d9931..4778aac91 100644 --- a/level_2/fll_fss_status_string/c/fss_status_string.h +++ b/level_2/fll_fss_status_string/c/fss_status_string.h @@ -2,7 +2,7 @@ * FLL - Level 2 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides FSS status code functions, such as those that translate status codes into strings. diff --git a/level_2/fll_fss_status_string/data/build/settings b/level_2/fll_fss_status_string/data/build/settings index 4c310bc6b..036c67097 100644 --- a/level_2/fll_fss_status_string/data/build/settings +++ b/level_2/fll_fss_status_string/data/build/settings @@ -3,8 +3,8 @@ build_name fll_fss_status_string version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_2/fll_iki/c/iki.h b/level_2/fll_iki/c/iki.h index f5954c5a2..2d77ce0fe 100644 --- a/level_2/fll_iki/c/iki.h +++ b/level_2/fll_iki/c/iki.h @@ -2,7 +2,7 @@ * FLL - Level 2 * * Project: IKI - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides a Wiki-Like syntax meant to be much simpler. diff --git a/level_2/fll_iki/c/private-iki.h b/level_2/fll_iki/c/private-iki.h index a40fd4c98..208cf3a8e 100644 --- a/level_2/fll_iki/c/private-iki.h +++ b/level_2/fll_iki/c/private-iki.h @@ -2,7 +2,7 @@ * FLL - Level 2 * * Project: IKI - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * These are provided for internal reduction in redundant code. diff --git a/level_2/fll_iki/data/build/settings b/level_2/fll_iki/data/build/settings index 23ccdea74..809471f62 100644 --- a/level_2/fll_iki/data/build/settings +++ b/level_2/fll_iki/data/build/settings @@ -3,8 +3,8 @@ build_name fll_iki version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_2/fll_path/c/path.h b/level_2/fll_path/c/path.h index c5a664936..3e7f4aa8f 100644 --- a/level_2/fll_path/c/path.h +++ b/level_2/fll_path/c/path.h @@ -2,7 +2,7 @@ * FLL - Level 2 * * Project: Path - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides path-related functionality. diff --git a/level_2/fll_path/data/build/settings b/level_2/fll_path/data/build/settings index 204101526..6c683b28c 100644 --- a/level_2/fll_path/data/build/settings +++ b/level_2/fll_path/data/build/settings @@ -3,8 +3,8 @@ build_name fll_path version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_2/fll_print/c/print.h b/level_2/fll_print/c/print.h index 4edf93b05..78199e19c 100644 --- a/level_2/fll_print/c/print.h +++ b/level_2/fll_print/c/print.h @@ -2,7 +2,7 @@ * FLL - Level 2 * * Project: Print - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides print-related functionality. diff --git a/level_2/fll_print/data/build/settings b/level_2/fll_print/data/build/settings index 74a1cd539..3544399cb 100644 --- a/level_2/fll_print/data/build/settings +++ b/level_2/fll_print/data/build/settings @@ -3,8 +3,8 @@ build_name fll_print version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_2/fll_program/c/program.h b/level_2/fll_program/c/program.h index 234a90026..1946cf18c 100644 --- a/level_2/fll_program/c/program.h +++ b/level_2/fll_program/c/program.h @@ -2,7 +2,7 @@ * FLL - Level 2 * * Project: Program - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provide functions commonly used by FLL based programs. diff --git a/level_2/fll_program/c/program/common.h b/level_2/fll_program/c/program/common.h index 5876b39e5..e239c8ce5 100644 --- a/level_2/fll_program/c/program/common.h +++ b/level_2/fll_program/c/program/common.h @@ -2,7 +2,7 @@ * FLL - Level 2 * * Project: Program - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Defines common data to be used for/by project program. diff --git a/level_2/fll_program/data/build/settings b/level_2/fll_program/data/build/settings index b4e0143f1..50cb484f6 100644 --- a/level_2/fll_program/data/build/settings +++ b/level_2/fll_program/data/build/settings @@ -3,8 +3,8 @@ build_name fll_program version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_2/fll_status_string/c/status_string.h b/level_2/fll_status_string/c/status_string.h index af96ed240..acf210fec 100644 --- a/level_2/fll_status_string/c/status_string.h +++ b/level_2/fll_status_string/c/status_string.h @@ -2,7 +2,7 @@ * FLL - Level 2 * * Project: Status - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides status code functions, such as those that translate status codes into strings. diff --git a/level_2/fll_status_string/data/build/settings b/level_2/fll_status_string/data/build/settings index 179116b3e..50484e440 100644 --- a/level_2/fll_status_string/data/build/settings +++ b/level_2/fll_status_string/data/build/settings @@ -3,8 +3,8 @@ build_name fll_status_string version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_2/fll_status_string/data/build/settings-tests b/level_2/fll_status_string/data/build/settings-tests index 01d6e213b..2c8f21d73 100644 --- a/level_2/fll_status_string/data/build/settings-tests +++ b/level_2/fll_status_string/data/build/settings-tests @@ -8,8 +8,8 @@ build_name test-fll_status_string version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file major version_target major diff --git a/level_2/fll_status_string/tests/unit/c/test-status_string-from.h b/level_2/fll_status_string/tests/unit/c/test-status_string-from.h index 1971fa7ea..6ab66e24b 100644 --- a/level_2/fll_status_string/tests/unit/c/test-status_string-from.h +++ b/level_2/fll_status_string/tests/unit/c/test-status_string-from.h @@ -2,7 +2,7 @@ * FLL - Level 2 * * Project: Status - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the status_string project. diff --git a/level_2/fll_status_string/tests/unit/c/test-status_string.h b/level_2/fll_status_string/tests/unit/c/test-status_string.h index 045abdd0b..5a6d342f7 100644 --- a/level_2/fll_status_string/tests/unit/c/test-status_string.h +++ b/level_2/fll_status_string/tests/unit/c/test-status_string.h @@ -2,7 +2,7 @@ * FLL - Level 2 * * Project: Status - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Test the status_string project. diff --git a/level_3/byte_dump/c/byte_dump.h b/level_3/byte_dump/c/byte_dump.h index 11e107fc1..afd206703 100644 --- a/level_3/byte_dump/c/byte_dump.h +++ b/level_3/byte_dump/c/byte_dump.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Byte Dump - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This is intendend to support Unicode 14.0. diff --git a/level_3/byte_dump/c/common.h b/level_3/byte_dump/c/common.h index 19b5af7d7..cb323f95f 100644 --- a/level_3/byte_dump/c/common.h +++ b/level_3/byte_dump/c/common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Byte Dump - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides the common data structures. @@ -21,12 +21,12 @@ extern "C" { */ #ifndef _di_byte_dump_program_version_ #define BYTE_DUMP_program_version_major_s F_string_ascii_0_s - #define BYTE_DUMP_program_version_minor_s F_string_ascii_5_s - #define BYTE_DUMP_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s + #define BYTE_DUMP_program_version_minor_s F_string_ascii_6_s + #define BYTE_DUMP_program_version_micro_s F_string_ascii_0_s #define BYTE_DUMP_program_version_major_s_length F_string_ascii_0_s_length - #define BYTE_DUMP_program_version_minor_s_length F_string_ascii_5_s_length - #define BYTE_DUMP_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length) + #define BYTE_DUMP_program_version_minor_s_length F_string_ascii_6_s_length + #define BYTE_DUMP_program_version_micro_s_length F_string_ascii_0_s_length #if !(defined(BYTE_DUMP_program_version_nano_prefix_s) && defined(BYTE_DUMP_program_version_nano_prefix_s_length)) #define BYTE_DUMP_program_version_nano_prefix_s diff --git a/level_3/byte_dump/c/private-byte_dump.h b/level_3/byte_dump/c/private-byte_dump.h index 5ff34cd78..7edba8fa8 100644 --- a/level_3/byte_dump/c/private-byte_dump.h +++ b/level_3/byte_dump/c/private-byte_dump.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Byte Dump - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_byte_dump_h diff --git a/level_3/byte_dump/c/private-common.h b/level_3/byte_dump/c/private-common.h index 559d8af99..be38a9b2b 100644 --- a/level_3/byte_dump/c/private-common.h +++ b/level_3/byte_dump/c/private-common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Byte Dump - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h diff --git a/level_3/byte_dump/data/build/settings b/level_3/byte_dump/data/build/settings index 65da7b90f..d97f4a2f5 100644 --- a/level_3/byte_dump/data/build/settings +++ b/level_3/byte_dump/data/build/settings @@ -3,8 +3,8 @@ build_name byte_dump version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_3/control/c/common.h b/level_3/control/c/common.h index 2fbd3b8c6..fb12d5b32 100644 --- a/level_3/control/c/common.h +++ b/level_3/control/c/common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Control - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides the common data structures. @@ -21,12 +21,12 @@ extern "C" { */ #ifndef _di_control_program_version_ #define CONTROL_program_version_major_s F_string_ascii_0_s - #define CONTROL_program_version_minor_s F_string_ascii_5_s - #define CONTROL_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s + #define CONTROL_program_version_minor_s F_string_ascii_6_s + #define CONTROL_program_version_micro_s F_string_ascii_0_s #define CONTROL_program_version_major_s_length F_string_ascii_0_s_length - #define CONTROL_program_version_minor_s_length F_string_ascii_5_s_length - #define CONTROL_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length) + #define CONTROL_program_version_minor_s_length F_string_ascii_6_s_length + #define CONTROL_program_version_micro_s_length F_string_ascii_0_s_length #if !(defined(CONTROL_program_version_nano_prefix_s) && defined(CONTROL_program_version_nano_prefix_s_length)) #define CONTROL_program_version_nano_prefix_s diff --git a/level_3/control/c/control.h b/level_3/control/c/control.h index 6e066c600..c218b00d1 100644 --- a/level_3/control/c/control.h +++ b/level_3/control/c/control.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Control - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This is the Control program. diff --git a/level_3/control/c/private-common.h b/level_3/control/c/private-common.h index 649133e94..d6f831076 100644 --- a/level_3/control/c/private-common.h +++ b/level_3/control/c/private-common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Control - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h diff --git a/level_3/control/c/private-control.h b/level_3/control/c/private-control.h index d5e4c2200..3a0857001 100644 --- a/level_3/control/c/private-control.h +++ b/level_3/control/c/private-control.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Control - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_control_h diff --git a/level_3/control/c/private-print.h b/level_3/control/c/private-print.h index a7f62173f..828f105f1 100644 --- a/level_3/control/c/private-print.h +++ b/level_3/control/c/private-print.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Control - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_control_print_h diff --git a/level_3/control/data/build/settings b/level_3/control/data/build/settings index aa8d6a80d..7a96f53fc 100644 --- a/level_3/control/data/build/settings +++ b/level_3/control/data/build/settings @@ -3,8 +3,8 @@ build_name control version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_3/controller/c/common.h b/level_3/controller/c/common.h index f9512cf2d..938a15923 100644 --- a/level_3/controller/c/common.h +++ b/level_3/controller/c/common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides the common data structures. @@ -21,12 +21,12 @@ extern "C" { */ #ifndef _di_controller_program_version_ #define CONTROLLER_program_version_major_s F_string_ascii_0_s - #define CONTROLLER_program_version_minor_s F_string_ascii_5_s - #define CONTROLLER_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s + #define CONTROLLER_program_version_minor_s F_string_ascii_6_s + #define CONTROLLER_program_version_micro_s F_string_ascii_0_s #define CONTROLLER_program_version_major_s_length F_string_ascii_0_s_length - #define CONTROLLER_program_version_minor_s_length F_string_ascii_5_s_length - #define CONTROLLER_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length) + #define CONTROLLER_program_version_minor_s_length F_string_ascii_6_s_length + #define CONTROLLER_program_version_micro_s_length F_string_ascii_0_s_length #if !(defined(CONTROLLER_program_version_nano_prefix_s) && defined(CONTROLLER_program_version_nano_prefix_s_length)) #define CONTROLLER_program_version_nano_prefix_s diff --git a/level_3/controller/c/common/private-cache.h b/level_3/controller/c/common/private-cache.h index d7b6bd56c..3c4020b53 100644 --- a/level_3/controller/c/common/private-cache.h +++ b/level_3/controller/c/common/private-cache.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_cache_h diff --git a/level_3/controller/c/common/private-common.h b/level_3/controller/c/common/private-common.h index e98889fc7..c0cf3c00e 100644 --- a/level_3/controller/c/common/private-common.h +++ b/level_3/controller/c/common/private-common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h diff --git a/level_3/controller/c/common/private-control.h b/level_3/controller/c/common/private-control.h index 7314f39b6..5b5c75b62 100644 --- a/level_3/controller/c/common/private-control.h +++ b/level_3/controller/c/common/private-control.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_control_h diff --git a/level_3/controller/c/common/private-entry.h b/level_3/controller/c/common/private-entry.h index 64f48988e..5f5068cec 100644 --- a/level_3/controller/c/common/private-entry.h +++ b/level_3/controller/c/common/private-entry.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_entry_h diff --git a/level_3/controller/c/common/private-execute_set.h b/level_3/controller/c/common/private-execute_set.h index 0d5873929..11005adb9 100644 --- a/level_3/controller/c/common/private-execute_set.h +++ b/level_3/controller/c/common/private-execute_set.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_execute_set_h diff --git a/level_3/controller/c/common/private-lock.h b/level_3/controller/c/common/private-lock.h index 3132d3af2..59e2d88cd 100644 --- a/level_3/controller/c/common/private-lock.h +++ b/level_3/controller/c/common/private-lock.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_lock_h diff --git a/level_3/controller/c/common/private-process.h b/level_3/controller/c/common/private-process.h index 58601e17a..fa06e2835 100644 --- a/level_3/controller/c/common/private-process.h +++ b/level_3/controller/c/common/private-process.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_process_h diff --git a/level_3/controller/c/common/private-rule.h b/level_3/controller/c/common/private-rule.h index 220c2a746..bba370271 100644 --- a/level_3/controller/c/common/private-rule.h +++ b/level_3/controller/c/common/private-rule.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_rule_h diff --git a/level_3/controller/c/common/private-setting.h b/level_3/controller/c/common/private-setting.h index 72dd25cd2..fdf3f5619 100644 --- a/level_3/controller/c/common/private-setting.h +++ b/level_3/controller/c/common/private-setting.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_setting_h diff --git a/level_3/controller/c/common/private-state.h b/level_3/controller/c/common/private-state.h index 8da42fa56..60b94b2cf 100644 --- a/level_3/controller/c/common/private-state.h +++ b/level_3/controller/c/common/private-state.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_state_h diff --git a/level_3/controller/c/common/private-task.h b/level_3/controller/c/common/private-task.h index 4d16fef06..f4504990d 100644 --- a/level_3/controller/c/common/private-task.h +++ b/level_3/controller/c/common/private-task.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_task_h diff --git a/level_3/controller/c/common/private-thread.h b/level_3/controller/c/common/private-thread.h index 01af260ef..55d9aafc2 100644 --- a/level_3/controller/c/common/private-thread.h +++ b/level_3/controller/c/common/private-thread.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_thread_h diff --git a/level_3/controller/c/control/private-control.h b/level_3/controller/c/control/private-control.h index e8501e23d..2c414c638 100644 --- a/level_3/controller/c/control/private-control.h +++ b/level_3/controller/c/control/private-control.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_control_h diff --git a/level_3/controller/c/control/private-control_print.h b/level_3/controller/c/control/private-control_print.h index a87f0c53d..4b8b0ca35 100644 --- a/level_3/controller/c/control/private-control_print.h +++ b/level_3/controller/c/control/private-control_print.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_control_print_h diff --git a/level_3/controller/c/controller.h b/level_3/controller/c/controller.h index c8aa7c996..d4bc62a23 100644 --- a/level_3/controller/c/controller.h +++ b/level_3/controller/c/controller.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This is the Controller program. diff --git a/level_3/controller/c/controller/private-controller.h b/level_3/controller/c/controller/private-controller.h index a8531514f..755af261c 100644 --- a/level_3/controller/c/controller/private-controller.h +++ b/level_3/controller/c/controller/private-controller.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_controller_h diff --git a/level_3/controller/c/controller/private-controller_print.h b/level_3/controller/c/controller/private-controller_print.h index 83cea4727..915133abc 100644 --- a/level_3/controller/c/controller/private-controller_print.h +++ b/level_3/controller/c/controller/private-controller_print.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_controller_print_h diff --git a/level_3/controller/c/entry/private-entry.h b/level_3/controller/c/entry/private-entry.h index 31aff8c87..603c7d104 100644 --- a/level_3/controller/c/entry/private-entry.h +++ b/level_3/controller/c/entry/private-entry.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_entry_h diff --git a/level_3/controller/c/entry/private-entry_print.h b/level_3/controller/c/entry/private-entry_print.h index 209d0bf3e..7e2fd4ff3 100644 --- a/level_3/controller/c/entry/private-entry_print.h +++ b/level_3/controller/c/entry/private-entry_print.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_entry_print_h diff --git a/level_3/controller/c/lock/private-lock.h b/level_3/controller/c/lock/private-lock.h index 2f3183289..99abbc51d 100644 --- a/level_3/controller/c/lock/private-lock.h +++ b/level_3/controller/c/lock/private-lock.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_lock_h diff --git a/level_3/controller/c/lock/private-lock_print.h b/level_3/controller/c/lock/private-lock_print.h index 0f603596d..62f135c77 100644 --- a/level_3/controller/c/lock/private-lock_print.h +++ b/level_3/controller/c/lock/private-lock_print.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_lock_print_h diff --git a/level_3/controller/c/main-common.h b/level_3/controller/c/main-common.h index bb604443f..065342192 100644 --- a/level_3/controller/c/main-common.h +++ b/level_3/controller/c/main-common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides the common data structures to be compiled into the main program rather than the library. diff --git a/level_3/controller/c/process/private-process.h b/level_3/controller/c/process/private-process.h index 4c7ed0491..90b210f70 100644 --- a/level_3/controller/c/process/private-process.h +++ b/level_3/controller/c/process/private-process.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_process_h diff --git a/level_3/controller/c/rule/private-rule.h b/level_3/controller/c/rule/private-rule.h index f912acbbf..6af566597 100644 --- a/level_3/controller/c/rule/private-rule.h +++ b/level_3/controller/c/rule/private-rule.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_rule_h diff --git a/level_3/controller/c/rule/private-rule_print.h b/level_3/controller/c/rule/private-rule_print.h index 656dbc479..70848aa7b 100644 --- a/level_3/controller/c/rule/private-rule_print.h +++ b/level_3/controller/c/rule/private-rule_print.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_rule_print_h diff --git a/level_3/controller/c/task/private-task.h b/level_3/controller/c/task/private-task.h index 16c620f78..6003dacbf 100644 --- a/level_3/controller/c/task/private-task.h +++ b/level_3/controller/c/task/private-task.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_task_h diff --git a/level_3/controller/c/task/private-task_print.h b/level_3/controller/c/task/private-task_print.h index 9fdea4add..d827dca3b 100644 --- a/level_3/controller/c/task/private-task_print.h +++ b/level_3/controller/c/task/private-task_print.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_task_print_h diff --git a/level_3/controller/c/thread/private-thread.h b/level_3/controller/c/thread/private-thread.h index cc6329207..8137bce48 100644 --- a/level_3/controller/c/thread/private-thread.h +++ b/level_3/controller/c/thread/private-thread.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_thread_h diff --git a/level_3/controller/c/thread/private-thread_control.h b/level_3/controller/c/thread/private-thread_control.h index 73fdc0671..3dba94bb2 100644 --- a/level_3/controller/c/thread/private-thread_control.h +++ b/level_3/controller/c/thread/private-thread_control.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_thread_control_h diff --git a/level_3/controller/c/thread/private-thread_entry.h b/level_3/controller/c/thread/private-thread_entry.h index 553096ef5..aee74ca6e 100644 --- a/level_3/controller/c/thread/private-thread_entry.h +++ b/level_3/controller/c/thread/private-thread_entry.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_thread_entry_h diff --git a/level_3/controller/c/thread/private-thread_process.h b/level_3/controller/c/thread/private-thread_process.h index 2e9cbf502..a636cba1c 100644 --- a/level_3/controller/c/thread/private-thread_process.h +++ b/level_3/controller/c/thread/private-thread_process.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_thread_process_h diff --git a/level_3/controller/c/thread/private-thread_rule.h b/level_3/controller/c/thread/private-thread_rule.h index 61cf96d96..97f03b69d 100644 --- a/level_3/controller/c/thread/private-thread_rule.h +++ b/level_3/controller/c/thread/private-thread_rule.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_thread_rule_h diff --git a/level_3/controller/c/thread/private-thread_signal.h b/level_3/controller/c/thread/private-thread_signal.h index e0fefd60f..b1472a610 100644 --- a/level_3/controller/c/thread/private-thread_signal.h +++ b/level_3/controller/c/thread/private-thread_signal.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Controller - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_thread_signal_h diff --git a/level_3/controller/data/build/settings b/level_3/controller/data/build/settings index 58bd9f071..caaeaa195 100644 --- a/level_3/controller/data/build/settings +++ b/level_3/controller/data/build/settings @@ -3,8 +3,8 @@ build_name controller version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_3/fake/c/common.h b/level_3/fake/c/common.h index 03cd8adeb..594c50449 100644 --- a/level_3/fake/c/common.h +++ b/level_3/fake/c/common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Featureless Make - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides the common data structures. @@ -21,12 +21,12 @@ extern "C" { */ #ifndef _di_fake_program_version_ #define FAKE_program_version_major_s F_string_ascii_0_s - #define FAKE_program_version_minor_s F_string_ascii_5_s - #define FAKE_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s + #define FAKE_program_version_minor_s F_string_ascii_6_s + #define FAKE_program_version_micro_s F_string_ascii_0_s #define FAKE_program_version_major_s_length F_string_ascii_0_s_length - #define FAKE_program_version_minor_s_length F_string_ascii_5_s_length - #define FAKE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length) + #define FAKE_program_version_minor_s_length F_string_ascii_6_s_length + #define FAKE_program_version_micro_s_length F_string_ascii_0_s_length #ifndef FAKE_program_version_nano_prefix_s #define FAKE_program_version_nano_prefix_s diff --git a/level_3/fake/c/fake.h b/level_3/fake/c/fake.h index 655015331..8d5fea321 100644 --- a/level_3/fake/c/fake.h +++ b/level_3/fake/c/fake.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Featureless Make - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * The Feautureless Make System (aka fake) used as a package build tool. diff --git a/level_3/fake/c/private-build-library.h b/level_3/fake/c/private-build-library.h index 0351a1076..41b80c394 100644 --- a/level_3/fake/c/private-build-library.h +++ b/level_3/fake/c/private-build-library.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Featureless Make - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_build_library_h diff --git a/level_3/fake/c/private-build-load.h b/level_3/fake/c/private-build-load.h index 2d2ec5ede..1461a3509 100644 --- a/level_3/fake/c/private-build-load.h +++ b/level_3/fake/c/private-build-load.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Featureless Make - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_build_load_h diff --git a/level_3/fake/c/private-build-object.h b/level_3/fake/c/private-build-object.h index 57135d492..11a0ff02f 100644 --- a/level_3/fake/c/private-build-object.h +++ b/level_3/fake/c/private-build-object.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Featureless Make - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_build_object_h diff --git a/level_3/fake/c/private-build-objects.h b/level_3/fake/c/private-build-objects.h index e45877a87..68632b424 100644 --- a/level_3/fake/c/private-build-objects.h +++ b/level_3/fake/c/private-build-objects.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Featureless Make - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_build_objects_h diff --git a/level_3/fake/c/private-build-program.h b/level_3/fake/c/private-build-program.h index b401f1f5b..8c07e758a 100644 --- a/level_3/fake/c/private-build-program.h +++ b/level_3/fake/c/private-build-program.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Featureless Make - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_build_program_h diff --git a/level_3/fake/c/private-build-skeleton.h b/level_3/fake/c/private-build-skeleton.h index 8ec403f81..c17c68306 100644 --- a/level_3/fake/c/private-build-skeleton.h +++ b/level_3/fake/c/private-build-skeleton.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Featureless Make - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_build_skeleton_h diff --git a/level_3/fake/c/private-build.h b/level_3/fake/c/private-build.h index 5e99fabe2..298f19ae8 100644 --- a/level_3/fake/c/private-build.h +++ b/level_3/fake/c/private-build.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Featureless Make - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_build_h diff --git a/level_3/fake/c/private-clean.h b/level_3/fake/c/private-clean.h index 8f49ac08e..833d7e4b1 100644 --- a/level_3/fake/c/private-clean.h +++ b/level_3/fake/c/private-clean.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Featureless Make - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_clean_h diff --git a/level_3/fake/c/private-common.h b/level_3/fake/c/private-common.h index ef5bbd1c7..d90bb0390 100644 --- a/level_3/fake/c/private-common.h +++ b/level_3/fake/c/private-common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Featureless Make - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h diff --git a/level_3/fake/c/private-fake-path_generate.h b/level_3/fake/c/private-fake-path_generate.h index 9098622fd..3c32b9032 100644 --- a/level_3/fake/c/private-fake-path_generate.h +++ b/level_3/fake/c/private-fake-path_generate.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Featureless Make - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_fake_path_generate_h diff --git a/level_3/fake/c/private-fake.h b/level_3/fake/c/private-fake.h index 2114c9df3..e6f98b0d5 100644 --- a/level_3/fake/c/private-fake.h +++ b/level_3/fake/c/private-fake.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Featureless Make - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_fake_h diff --git a/level_3/fake/c/private-make-load_fakefile.h b/level_3/fake/c/private-make-load_fakefile.h index b172249ae..262239332 100644 --- a/level_3/fake/c/private-make-load_fakefile.h +++ b/level_3/fake/c/private-make-load_fakefile.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Featureless Make - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_make_load_fakefile_h diff --git a/level_3/fake/c/private-make-load_parameters.h b/level_3/fake/c/private-make-load_parameters.h index a519e318a..269aea416 100644 --- a/level_3/fake/c/private-make-load_parameters.h +++ b/level_3/fake/c/private-make-load_parameters.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Featureless Make - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_make_load_parameters_h diff --git a/level_3/fake/c/private-make-operate.h b/level_3/fake/c/private-make-operate.h index 90aace70a..21b4735bd 100644 --- a/level_3/fake/c/private-make-operate.h +++ b/level_3/fake/c/private-make-operate.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Featureless Make - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_make_operate_h diff --git a/level_3/fake/c/private-make-operate_process.h b/level_3/fake/c/private-make-operate_process.h index 131e1bd0c..2337cdfbd 100644 --- a/level_3/fake/c/private-make-operate_process.h +++ b/level_3/fake/c/private-make-operate_process.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Featureless Make - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_make_operate_process_h diff --git a/level_3/fake/c/private-make-operate_process_type.h b/level_3/fake/c/private-make-operate_process_type.h index 7a2c17a41..f766ddae7 100644 --- a/level_3/fake/c/private-make-operate_process_type.h +++ b/level_3/fake/c/private-make-operate_process_type.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Featureless Make - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_make_operate_type_h diff --git a/level_3/fake/c/private-make-operate_validate.h b/level_3/fake/c/private-make-operate_validate.h index 2371abe18..3283f83fc 100644 --- a/level_3/fake/c/private-make-operate_validate.h +++ b/level_3/fake/c/private-make-operate_validate.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Featureless Make - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_make_operate_validate_h diff --git a/level_3/fake/c/private-make.h b/level_3/fake/c/private-make.h index 7fc2b5703..394abbee3 100644 --- a/level_3/fake/c/private-make.h +++ b/level_3/fake/c/private-make.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Featureless Make - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_make_h diff --git a/level_3/fake/c/private-print.h b/level_3/fake/c/private-print.h index fb72e0510..78398f78d 100644 --- a/level_3/fake/c/private-print.h +++ b/level_3/fake/c/private-print.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Featureless Make - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_fake_print_h diff --git a/level_3/fake/c/private-skeleton.h b/level_3/fake/c/private-skeleton.h index b78d31ec1..66df77986 100644 --- a/level_3/fake/c/private-skeleton.h +++ b/level_3/fake/c/private-skeleton.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Featureless Make - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_skeleton_h diff --git a/level_3/fake/data/build/settings b/level_3/fake/data/build/settings index f539b765a..4c5614f60 100644 --- a/level_3/fake/data/build/settings +++ b/level_3/fake/data/build/settings @@ -3,8 +3,8 @@ build_name fake version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_3/firewall/c/common.h b/level_3/firewall/c/common.h index daec1f4ba..9bdbc2ea9 100644 --- a/level_3/firewall/c/common.h +++ b/level_3/firewall/c/common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Firewall - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides the common data structures. @@ -21,12 +21,12 @@ extern "C" { */ #ifndef _di_firewall_program_version_ #define FIREWALL_program_version_major_s F_string_ascii_0_s - #define FIREWALL_program_version_minor_s F_string_ascii_5_s - #define FIREWALL_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s + #define FIREWALL_program_version_minor_s F_string_ascii_6_s + #define FIREWALL_program_version_micro_s F_string_ascii_0_s #define FIREWALL_program_version_major_s_length F_string_ascii_0_s_length - #define FIREWALL_program_version_minor_s_length F_string_ascii_5_s_length - #define FIREWALL_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length) + #define FIREWALL_program_version_minor_s_length F_string_ascii_6_s_length + #define FIREWALL_program_version_micro_s_length F_string_ascii_0_s_length #if !(defined(FIREWALL_program_version_nano_prefix_s) && defined(FIREWALL_program_version_nano_prefix_s_length)) #define FIREWALL_program_version_nano_prefix_s diff --git a/level_3/firewall/c/firewall.h b/level_3/firewall/c/firewall.h index eb4dda10c..13347f68c 100644 --- a/level_3/firewall/c/firewall.h +++ b/level_3/firewall/c/firewall.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Firewall - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This is the Kevux Operating System Firewall program. diff --git a/level_3/firewall/c/private-common.h b/level_3/firewall/c/private-common.h index f2a363b91..d2f25f201 100644 --- a/level_3/firewall/c/private-common.h +++ b/level_3/firewall/c/private-common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Firewall - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h diff --git a/level_3/firewall/c/private-firewall.h b/level_3/firewall/c/private-firewall.h index fbde93f57..76fb5b227 100644 --- a/level_3/firewall/c/private-firewall.h +++ b/level_3/firewall/c/private-firewall.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Firewall - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_firewall_h diff --git a/level_3/firewall/data/build/settings b/level_3/firewall/data/build/settings index f015f4a38..8cb57fb47 100644 --- a/level_3/firewall/data/build/settings +++ b/level_3/firewall/data/build/settings @@ -3,8 +3,8 @@ build_name firewall version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_3/fss_basic_list_read/c/common.h b/level_3/fss_basic_list_read/c/common.h index 7e573cd5a..76144ef5c 100644 --- a/level_3/fss_basic_list_read/c/common.h +++ b/level_3/fss_basic_list_read/c/common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Basic List Read - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides the common data structures. @@ -21,12 +21,12 @@ extern "C" { */ #ifndef _di_fss_basic_list_read_program_version_ #define FSS_BASIC_LIST_READ_program_version_major_s F_string_ascii_0_s - #define FSS_BASIC_LIST_READ_program_version_minor_s F_string_ascii_5_s - #define FSS_BASIC_LIST_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s + #define FSS_BASIC_LIST_READ_program_version_minor_s F_string_ascii_6_s + #define FSS_BASIC_LIST_READ_program_version_micro_s F_string_ascii_0_s #define FSS_BASIC_LIST_READ_program_version_major_s_length F_string_ascii_0_s_length - #define FSS_BASIC_LIST_READ_program_version_minor_s_length F_string_ascii_5_s_length - #define FSS_BASIC_LIST_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length) + #define FSS_BASIC_LIST_READ_program_version_minor_s_length F_string_ascii_6_s_length + #define FSS_BASIC_LIST_READ_program_version_micro_s_length F_string_ascii_0_s_length #if !(defined(FSS_BASIC_LIST_READ_program_version_nano_prefix_s) && defined(FSS_BASIC_LIST_READ_program_version_nano_prefix_s_length)) #define FSS_BASIC_LIST_READ_program_version_nano_prefix_s diff --git a/level_3/fss_basic_list_read/c/fss_basic_list_read.h b/level_3/fss_basic_list_read/c/fss_basic_list_read.h index 4e1964264..001777a84 100644 --- a/level_3/fss_basic_list_read/c/fss_basic_list_read.h +++ b/level_3/fss_basic_list_read/c/fss_basic_list_read.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This is the FSS Basic List Read program diff --git a/level_3/fss_basic_list_read/c/private-common.h b/level_3/fss_basic_list_read/c/private-common.h index 22089487a..cfe5c0709 100644 --- a/level_3/fss_basic_list_read/c/private-common.h +++ b/level_3/fss_basic_list_read/c/private-common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Basic List Read - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h diff --git a/level_3/fss_basic_list_read/c/private-print.h b/level_3/fss_basic_list_read/c/private-print.h index 7ce6a3c95..daf61c054 100644 --- a/level_3/fss_basic_list_read/c/private-print.h +++ b/level_3/fss_basic_list_read/c/private-print.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_print_h diff --git a/level_3/fss_basic_list_read/c/private-read.h b/level_3/fss_basic_list_read/c/private-read.h index c9e008217..4910adb5f 100644 --- a/level_3/fss_basic_list_read/c/private-read.h +++ b/level_3/fss_basic_list_read/c/private-read.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_read_h diff --git a/level_3/fss_basic_list_read/data/build/settings b/level_3/fss_basic_list_read/data/build/settings index 9f01f8110..f54d2e2c5 100644 --- a/level_3/fss_basic_list_read/data/build/settings +++ b/level_3/fss_basic_list_read/data/build/settings @@ -3,8 +3,8 @@ build_name fss_basic_list_read version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_3/fss_basic_list_write/c/common.h b/level_3/fss_basic_list_write/c/common.h index e459a320b..337afa78c 100644 --- a/level_3/fss_basic_list_write/c/common.h +++ b/level_3/fss_basic_list_write/c/common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Basic List Write - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides the common data structures. @@ -21,12 +21,12 @@ extern "C" { */ #ifndef _di_fss_basic_list_write_program_version_ #define FSS_BASIC_LIST_WRITE_program_version_major_s F_string_ascii_0_s - #define FSS_BASIC_LIST_WRITE_program_version_minor_s F_string_ascii_5_s - #define FSS_BASIC_LIST_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s + #define FSS_BASIC_LIST_WRITE_program_version_minor_s F_string_ascii_6_s + #define FSS_BASIC_LIST_WRITE_program_version_micro_s F_string_ascii_0_s #define FSS_BASIC_LIST_WRITE_program_version_major_s_length F_string_ascii_0_s_length - #define FSS_BASIC_LIST_WRITE_program_version_minor_s_length F_string_ascii_5_s_length - #define FSS_BASIC_LIST_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length) + #define FSS_BASIC_LIST_WRITE_program_version_minor_s_length F_string_ascii_6_s_length + #define FSS_BASIC_LIST_WRITE_program_version_micro_s_length F_string_ascii_0_s_length #if !(defined(FSS_BASIC_LIST_WRITE_program_version_nano_prefix_s) && defined(FSS_BASIC_LIST_WRITE_program_version_nano_prefix_s_length)) #define FSS_BASIC_LIST_WRITE_program_version_nano_prefix_s diff --git a/level_3/fss_basic_list_write/c/fss_basic_list_write.h b/level_3/fss_basic_list_write/c/fss_basic_list_write.h index 5ad2f4a64..320dbc30c 100644 --- a/level_3/fss_basic_list_write/c/fss_basic_list_write.h +++ b/level_3/fss_basic_list_write/c/fss_basic_list_write.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This program provides fss basic list write functionality. diff --git a/level_3/fss_basic_list_write/c/private-common.h b/level_3/fss_basic_list_write/c/private-common.h index 33d99240b..3595c23d4 100644 --- a/level_3/fss_basic_list_write/c/private-common.h +++ b/level_3/fss_basic_list_write/c/private-common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Basic List Write - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h diff --git a/level_3/fss_basic_list_write/c/private-write.h b/level_3/fss_basic_list_write/c/private-write.h index f559e9f1c..65b44b5d9 100644 --- a/level_3/fss_basic_list_write/c/private-write.h +++ b/level_3/fss_basic_list_write/c/private-write.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_write_h diff --git a/level_3/fss_basic_list_write/data/build/settings b/level_3/fss_basic_list_write/data/build/settings index dbfe0aef7..40b37da1b 100644 --- a/level_3/fss_basic_list_write/data/build/settings +++ b/level_3/fss_basic_list_write/data/build/settings @@ -3,8 +3,8 @@ build_name fss_basic_list_write version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_3/fss_basic_read/c/common.h b/level_3/fss_basic_read/c/common.h index c86b3b098..76da4682c 100644 --- a/level_3/fss_basic_read/c/common.h +++ b/level_3/fss_basic_read/c/common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Basic Read - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides the common data structures. @@ -21,12 +21,12 @@ extern "C" { */ #ifndef _di_fss_basic_read_program_version_ #define FSS_BASIC_READ_program_version_major_s F_string_ascii_0_s - #define FSS_BASIC_READ_program_version_minor_s F_string_ascii_5_s - #define FSS_BASIC_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s + #define FSS_BASIC_READ_program_version_minor_s F_string_ascii_6_s + #define FSS_BASIC_READ_program_version_micro_s F_string_ascii_0_s #define FSS_BASIC_READ_program_version_major_s_length F_string_ascii_0_s_length - #define FSS_BASIC_READ_program_version_minor_s_length F_string_ascii_5_s_length - #define FSS_BASIC_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length) + #define FSS_BASIC_READ_program_version_minor_s_length F_string_ascii_6_s_length + #define FSS_BASIC_READ_program_version_micro_s_length F_string_ascii_0_s_length #if !(defined(FSS_BASIC_READ_program_version_nano_prefix_s) && defined(FSS_BASIC_READ_program_version_nano_prefix_s_length)) #define FSS_BASIC_READ_program_version_nano_prefix_s diff --git a/level_3/fss_basic_read/c/fss_basic_read.h b/level_3/fss_basic_read/c/fss_basic_read.h index d6d10c58e..7031f31dc 100644 --- a/level_3/fss_basic_read/c/fss_basic_read.h +++ b/level_3/fss_basic_read/c/fss_basic_read.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This is the FSS Basic Read program diff --git a/level_3/fss_basic_read/c/private-common.h b/level_3/fss_basic_read/c/private-common.h index 3175ac95b..225f6ef42 100644 --- a/level_3/fss_basic_read/c/private-common.h +++ b/level_3/fss_basic_read/c/private-common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Basic Read - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h diff --git a/level_3/fss_basic_read/c/private-print.h b/level_3/fss_basic_read/c/private-print.h index 2f6941aa9..6b714fe5b 100644 --- a/level_3/fss_basic_read/c/private-print.h +++ b/level_3/fss_basic_read/c/private-print.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_print_h diff --git a/level_3/fss_basic_read/c/private-read.h b/level_3/fss_basic_read/c/private-read.h index 2c273d7fc..3bfa6135a 100644 --- a/level_3/fss_basic_read/c/private-read.h +++ b/level_3/fss_basic_read/c/private-read.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_read_h diff --git a/level_3/fss_basic_read/data/build/settings b/level_3/fss_basic_read/data/build/settings index 64568cd19..8a5140a5e 100644 --- a/level_3/fss_basic_read/data/build/settings +++ b/level_3/fss_basic_read/data/build/settings @@ -3,8 +3,8 @@ build_name fss_basic_read version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_3/fss_basic_write/c/common.h b/level_3/fss_basic_write/c/common.h index f467b46c1..69b4e7e1a 100644 --- a/level_3/fss_basic_write/c/common.h +++ b/level_3/fss_basic_write/c/common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Basic Write - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides the common data structures. @@ -21,12 +21,12 @@ extern "C" { */ #ifndef _di_fss_basic_write_program_version_ #define FSS_BASIC_WRITE_program_version_major_s F_string_ascii_0_s - #define FSS_BASIC_WRITE_program_version_minor_s F_string_ascii_5_s - #define FSS_BASIC_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s + #define FSS_BASIC_WRITE_program_version_minor_s F_string_ascii_6_s + #define FSS_BASIC_WRITE_program_version_micro_s F_string_ascii_0_s #define FSS_BASIC_WRITE_program_version_major_s_length F_string_ascii_0_s_length - #define FSS_BASIC_WRITE_program_version_minor_s_length F_string_ascii_5_s_length - #define FSS_BASIC_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length) + #define FSS_BASIC_WRITE_program_version_minor_s_length F_string_ascii_6_s_length + #define FSS_BASIC_WRITE_program_version_micro_s_length F_string_ascii_0_s_length #if !(defined(FSS_BASIC_WRITE_program_version_nano_prefix_s) && defined(FSS_BASIC_WRITE_program_version_nano_prefix_s_length)) #define FSS_BASIC_WRITE_program_version_nano_prefix_s diff --git a/level_3/fss_basic_write/c/fss_basic_write.h b/level_3/fss_basic_write/c/fss_basic_write.h index 1be468a44..594f265a7 100644 --- a/level_3/fss_basic_write/c/fss_basic_write.h +++ b/level_3/fss_basic_write/c/fss_basic_write.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This program provides fss basic write functionality. diff --git a/level_3/fss_basic_write/c/private-common.h b/level_3/fss_basic_write/c/private-common.h index 1faf1ac97..7c308cf90 100644 --- a/level_3/fss_basic_write/c/private-common.h +++ b/level_3/fss_basic_write/c/private-common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Basic Write - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h diff --git a/level_3/fss_basic_write/c/private-write.h b/level_3/fss_basic_write/c/private-write.h index 160c0486f..a5af1eb27 100644 --- a/level_3/fss_basic_write/c/private-write.h +++ b/level_3/fss_basic_write/c/private-write.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_write_h diff --git a/level_3/fss_basic_write/data/build/settings b/level_3/fss_basic_write/data/build/settings index e4a5431f3..f1dafa609 100644 --- a/level_3/fss_basic_write/data/build/settings +++ b/level_3/fss_basic_write/data/build/settings @@ -3,8 +3,8 @@ build_name fss_basic_write version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_3/fss_embedded_list_read/c/common.h b/level_3/fss_embedded_list_read/c/common.h index 9d6c20098..4257fbc72 100644 --- a/level_3/fss_embedded_list_read/c/common.h +++ b/level_3/fss_embedded_list_read/c/common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Embedded List Read - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides the common data structures. @@ -21,12 +21,12 @@ extern "C" { */ #ifndef _di_fss_embedded_list_read_program_version_ #define FSS_EMBEDDED_LIST_READ_program_version_major_s F_string_ascii_0_s - #define FSS_EMBEDDED_LIST_READ_program_version_minor_s F_string_ascii_5_s - #define FSS_EMBEDDED_LIST_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s + #define FSS_EMBEDDED_LIST_READ_program_version_minor_s F_string_ascii_6_s + #define FSS_EMBEDDED_LIST_READ_program_version_micro_s F_string_ascii_0_s #define FSS_EMBEDDED_LIST_READ_program_version_major_s_length F_string_ascii_0_s_length - #define FSS_EMBEDDED_LIST_READ_program_version_minor_s_length F_string_ascii_5_s_length - #define FSS_EMBEDDED_LIST_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length) + #define FSS_EMBEDDED_LIST_READ_program_version_minor_s_length F_string_ascii_6_s_length + #define FSS_EMBEDDED_LIST_READ_program_version_micro_s_length F_string_ascii_0_s_length #if !(defined(FSS_EMBEDDED_LIST_READ_program_version_nano_prefix_s) && defined(FSS_EMBEDDED_LIST_READ_program_version_nano_prefix_s_length)) #define FSS_EMBEDDED_LIST_READ_program_version_nano_prefix_s diff --git a/level_3/fss_embedded_list_read/c/fss_embedded_list_read.h b/level_3/fss_embedded_list_read/c/fss_embedded_list_read.h index fd830de28..74bfd90d1 100644 --- a/level_3/fss_embedded_list_read/c/fss_embedded_list_read.h +++ b/level_3/fss_embedded_list_read/c/fss_embedded_list_read.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This is the FSS Basic List Read program diff --git a/level_3/fss_embedded_list_read/c/private-common.h b/level_3/fss_embedded_list_read/c/private-common.h index 3395709d8..6d5345285 100644 --- a/level_3/fss_embedded_list_read/c/private-common.h +++ b/level_3/fss_embedded_list_read/c/private-common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Embedded List Read - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h diff --git a/level_3/fss_embedded_list_read/c/private-print.h b/level_3/fss_embedded_list_read/c/private-print.h index 2f2beea28..cc4d286fe 100644 --- a/level_3/fss_embedded_list_read/c/private-print.h +++ b/level_3/fss_embedded_list_read/c/private-print.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_print_h diff --git a/level_3/fss_embedded_list_read/c/private-read.h b/level_3/fss_embedded_list_read/c/private-read.h index f2707088d..4d65607b6 100644 --- a/level_3/fss_embedded_list_read/c/private-read.h +++ b/level_3/fss_embedded_list_read/c/private-read.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_read_h diff --git a/level_3/fss_embedded_list_read/data/build/settings b/level_3/fss_embedded_list_read/data/build/settings index 304eee077..f1c07987a 100644 --- a/level_3/fss_embedded_list_read/data/build/settings +++ b/level_3/fss_embedded_list_read/data/build/settings @@ -3,8 +3,8 @@ build_name fss_embedded_list_read version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_3/fss_embedded_list_write/c/common.h b/level_3/fss_embedded_list_write/c/common.h index 1b96d31f3..23e30d753 100644 --- a/level_3/fss_embedded_list_write/c/common.h +++ b/level_3/fss_embedded_list_write/c/common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Embedded List Write - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides the common data structures. @@ -21,12 +21,12 @@ extern "C" { */ #ifndef _di_fss_embedded_list_write_program_version_ #define FSS_EMBEDDED_LIST_WRITE_program_version_major_s F_string_ascii_0_s - #define FSS_EMBEDDED_LIST_WRITE_program_version_minor_s F_string_ascii_5_s - #define FSS_EMBEDDED_LIST_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s + #define FSS_EMBEDDED_LIST_WRITE_program_version_minor_s F_string_ascii_6_s + #define FSS_EMBEDDED_LIST_WRITE_program_version_micro_s F_string_ascii_0_s #define FSS_EMBEDDED_LIST_WRITE_program_version_major_s_length F_string_ascii_0_s_length - #define FSS_EMBEDDED_LIST_WRITE_program_version_minor_s_length F_string_ascii_5_s_length - #define FSS_EMBEDDED_LIST_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length) + #define FSS_EMBEDDED_LIST_WRITE_program_version_minor_s_length F_string_ascii_6_s_length + #define FSS_EMBEDDED_LIST_WRITE_program_version_micro_s_length F_string_ascii_0_s_length #if !(defined(FSS_EMBEDDED_LIST_WRITE_program_version_nano_prefix_s) && defined(FSS_EMBEDDED_LIST_WRITE_program_version_nano_prefix_s_length)) #define FSS_EMBEDDED_LIST_WRITE_program_version_nano_prefix_s diff --git a/level_3/fss_embedded_list_write/c/fss_embedded_list_write.h b/level_3/fss_embedded_list_write/c/fss_embedded_list_write.h index 1e9d43436..69a9565b3 100644 --- a/level_3/fss_embedded_list_write/c/fss_embedded_list_write.h +++ b/level_3/fss_embedded_list_write/c/fss_embedded_list_write.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This program provides FSS-0008 Embedded List write functionality. diff --git a/level_3/fss_embedded_list_write/c/private-common.h b/level_3/fss_embedded_list_write/c/private-common.h index 32c8d0383..6e40083b0 100644 --- a/level_3/fss_embedded_list_write/c/private-common.h +++ b/level_3/fss_embedded_list_write/c/private-common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Embedded List Write - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h diff --git a/level_3/fss_embedded_list_write/c/private-write.h b/level_3/fss_embedded_list_write/c/private-write.h index e02103b42..482734514 100644 --- a/level_3/fss_embedded_list_write/c/private-write.h +++ b/level_3/fss_embedded_list_write/c/private-write.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_write_h diff --git a/level_3/fss_embedded_list_write/data/build/settings b/level_3/fss_embedded_list_write/data/build/settings index 3728fc198..b7966fc8b 100644 --- a/level_3/fss_embedded_list_write/data/build/settings +++ b/level_3/fss_embedded_list_write/data/build/settings @@ -3,8 +3,8 @@ build_name fss_embedded_list_write version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_3/fss_extended_list_read/c/common.h b/level_3/fss_extended_list_read/c/common.h index 561db1e76..8c5fddd53 100644 --- a/level_3/fss_extended_list_read/c/common.h +++ b/level_3/fss_extended_list_read/c/common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Extended List Read - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides the common data structures. @@ -21,12 +21,12 @@ extern "C" { */ #ifndef _di_fss_extended_list_read_program_version_ #define FSS_EXTENDED_LIST_READ_program_version_major_s F_string_ascii_0_s - #define FSS_EXTENDED_LIST_READ_program_version_minor_s F_string_ascii_5_s - #define FSS_EXTENDED_LIST_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s + #define FSS_EXTENDED_LIST_READ_program_version_minor_s F_string_ascii_6_s + #define FSS_EXTENDED_LIST_READ_program_version_micro_s F_string_ascii_0_s #define FSS_EXTENDED_LIST_READ_program_version_major_s_length F_string_ascii_0_s_length - #define FSS_EXTENDED_LIST_READ_program_version_minor_s_length F_string_ascii_5_s_length - #define FSS_EXTENDED_LIST_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length) + #define FSS_EXTENDED_LIST_READ_program_version_minor_s_length F_string_ascii_6_s_length + #define FSS_EXTENDED_LIST_READ_program_version_micro_s_length F_string_ascii_0_s_length #if !(defined(FSS_EXTENDED_LIST_READ_program_version_nano_prefix_s) && defined(FSS_EXTENDED_LIST_READ_program_version_nano_prefix_s_length)) #define FSS_EXTENDED_LIST_READ_program_version_nano_prefix_s diff --git a/level_3/fss_extended_list_read/c/fss_extended_list_read.h b/level_3/fss_extended_list_read/c/fss_extended_list_read.h index f5752c171..1a8a67d2f 100644 --- a/level_3/fss_extended_list_read/c/fss_extended_list_read.h +++ b/level_3/fss_extended_list_read/c/fss_extended_list_read.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This is the FSS Extended List Read program diff --git a/level_3/fss_extended_list_read/c/private-common.h b/level_3/fss_extended_list_read/c/private-common.h index 24df2c0dc..205e1cfea 100644 --- a/level_3/fss_extended_list_read/c/private-common.h +++ b/level_3/fss_extended_list_read/c/private-common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Extended List Read - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h diff --git a/level_3/fss_extended_list_read/c/private-print.h b/level_3/fss_extended_list_read/c/private-print.h index f42f77af6..28190f4e8 100644 --- a/level_3/fss_extended_list_read/c/private-print.h +++ b/level_3/fss_extended_list_read/c/private-print.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_print_h diff --git a/level_3/fss_extended_list_read/c/private-read.h b/level_3/fss_extended_list_read/c/private-read.h index 0131f3b5b..ac3a36e15 100644 --- a/level_3/fss_extended_list_read/c/private-read.h +++ b/level_3/fss_extended_list_read/c/private-read.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_read_h diff --git a/level_3/fss_extended_list_read/data/build/settings b/level_3/fss_extended_list_read/data/build/settings index 0bbc3b193..c5c5747c5 100644 --- a/level_3/fss_extended_list_read/data/build/settings +++ b/level_3/fss_extended_list_read/data/build/settings @@ -3,8 +3,8 @@ build_name fss_extended_list_read version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_3/fss_extended_list_write/c/common.h b/level_3/fss_extended_list_write/c/common.h index 9e91e6142..5426bed45 100644 --- a/level_3/fss_extended_list_write/c/common.h +++ b/level_3/fss_extended_list_write/c/common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Extended List Write - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides the common data structures. @@ -21,12 +21,12 @@ extern "C" { */ #ifndef _di_fss_extended_list_write_program_version_ #define FSS_EXTENDED_LIST_WRITE_program_version_major_s F_string_ascii_0_s - #define FSS_EXTENDED_LIST_WRITE_program_version_minor_s F_string_ascii_5_s - #define FSS_EXTENDED_LIST_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s + #define FSS_EXTENDED_LIST_WRITE_program_version_minor_s F_string_ascii_6_s + #define FSS_EXTENDED_LIST_WRITE_program_version_micro_s F_string_ascii_0_s #define FSS_EXTENDED_LIST_WRITE_program_version_major_s_length F_string_ascii_0_s_length - #define FSS_EXTENDED_LIST_WRITE_program_version_minor_s_length F_string_ascii_5_s_length - #define FSS_EXTENDED_LIST_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length) + #define FSS_EXTENDED_LIST_WRITE_program_version_minor_s_length F_string_ascii_6_s_length + #define FSS_EXTENDED_LIST_WRITE_program_version_micro_s_length F_string_ascii_0_s_length #if !(defined(FSS_EXTENDED_LIST_WRITE_program_version_nano_prefix_s) && defined(FSS_EXTENDED_LIST_WRITE_program_version_nano_prefix_s_length)) #define FSS_EXTENDED_LIST_WRITE_program_version_nano_prefix_s diff --git a/level_3/fss_extended_list_write/c/fss_extended_list_write.h b/level_3/fss_extended_list_write/c/fss_extended_list_write.h index 2934f686a..6a96c0bad 100644 --- a/level_3/fss_extended_list_write/c/fss_extended_list_write.h +++ b/level_3/fss_extended_list_write/c/fss_extended_list_write.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This program provides FSS-0003 Extended List write functionality. diff --git a/level_3/fss_extended_list_write/c/private-common.h b/level_3/fss_extended_list_write/c/private-common.h index 50bc4adfd..2c327dad0 100644 --- a/level_3/fss_extended_list_write/c/private-common.h +++ b/level_3/fss_extended_list_write/c/private-common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Extended List Write - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h diff --git a/level_3/fss_extended_list_write/c/private-write.h b/level_3/fss_extended_list_write/c/private-write.h index 5bb5af070..e911d4ff5 100644 --- a/level_3/fss_extended_list_write/c/private-write.h +++ b/level_3/fss_extended_list_write/c/private-write.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_write_h diff --git a/level_3/fss_extended_list_write/data/build/settings b/level_3/fss_extended_list_write/data/build/settings index 3d1ece234..041d93de8 100644 --- a/level_3/fss_extended_list_write/data/build/settings +++ b/level_3/fss_extended_list_write/data/build/settings @@ -3,8 +3,8 @@ build_name fss_extended_list_write version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_3/fss_extended_read/c/common.h b/level_3/fss_extended_read/c/common.h index 096918513..913a39a3d 100644 --- a/level_3/fss_extended_read/c/common.h +++ b/level_3/fss_extended_read/c/common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Extended Read - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides the common data structures. @@ -21,12 +21,12 @@ extern "C" { */ #ifndef _di_fss_extended_read_program_version_ #define FSS_EXTENDED_READ_program_version_major_s F_string_ascii_0_s - #define FSS_EXTENDED_READ_program_version_minor_s F_string_ascii_5_s - #define FSS_EXTENDED_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s + #define FSS_EXTENDED_READ_program_version_minor_s F_string_ascii_6_s + #define FSS_EXTENDED_READ_program_version_micro_s F_string_ascii_0_s #define FSS_EXTENDED_READ_program_version_major_s_length F_string_ascii_0_s_length - #define FSS_EXTENDED_READ_program_version_minor_s_length F_string_ascii_5_s_length - #define FSS_EXTENDED_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length) + #define FSS_EXTENDED_READ_program_version_minor_s_length F_string_ascii_6_s_length + #define FSS_EXTENDED_READ_program_version_micro_s_length F_string_ascii_0_s_length #if !(defined(FSS_EXTENDED_READ_program_version_nano_prefix_s) && defined(FSS_EXTENDED_READ_program_version_nano_prefix_s_length)) #define FSS_EXTENDED_READ_program_version_nano_prefix_s diff --git a/level_3/fss_extended_read/c/fss_extended_read.h b/level_3/fss_extended_read/c/fss_extended_read.h index 804261aff..740ffc2d0 100644 --- a/level_3/fss_extended_read/c/fss_extended_read.h +++ b/level_3/fss_extended_read/c/fss_extended_read.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This is the FSS Basic Read program diff --git a/level_3/fss_extended_read/c/private-common.h b/level_3/fss_extended_read/c/private-common.h index 996d03e5e..bb70958a3 100644 --- a/level_3/fss_extended_read/c/private-common.h +++ b/level_3/fss_extended_read/c/private-common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Extended Read - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h diff --git a/level_3/fss_extended_read/c/private-print.h b/level_3/fss_extended_read/c/private-print.h index 59692c876..3476a842e 100644 --- a/level_3/fss_extended_read/c/private-print.h +++ b/level_3/fss_extended_read/c/private-print.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_print_h diff --git a/level_3/fss_extended_read/c/private-read.h b/level_3/fss_extended_read/c/private-read.h index 348da60f2..257f800c1 100644 --- a/level_3/fss_extended_read/c/private-read.h +++ b/level_3/fss_extended_read/c/private-read.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_read_h diff --git a/level_3/fss_extended_read/data/build/settings b/level_3/fss_extended_read/data/build/settings index 2fd90c666..a20c5753b 100644 --- a/level_3/fss_extended_read/data/build/settings +++ b/level_3/fss_extended_read/data/build/settings @@ -3,8 +3,8 @@ build_name fss_extended_read version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_3/fss_extended_write/c/common.h b/level_3/fss_extended_write/c/common.h index 9b118af0f..269a09d94 100644 --- a/level_3/fss_extended_write/c/common.h +++ b/level_3/fss_extended_write/c/common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Extended Write - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides the common data structures. @@ -21,12 +21,12 @@ extern "C" { */ #ifndef _di_fss_extended_write_program_version_ #define FSS_EXTENDED_WRITE_program_version_major_s F_string_ascii_0_s - #define FSS_EXTENDED_WRITE_program_version_minor_s F_string_ascii_5_s - #define FSS_EXTENDED_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s + #define FSS_EXTENDED_WRITE_program_version_minor_s F_string_ascii_6_s + #define FSS_EXTENDED_WRITE_program_version_micro_s F_string_ascii_0_s #define FSS_EXTENDED_WRITE_program_version_major_s_length F_string_ascii_0_s_length - #define FSS_EXTENDED_WRITE_program_version_minor_s_length F_string_ascii_5_s_length - #define FSS_EXTENDED_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length) + #define FSS_EXTENDED_WRITE_program_version_minor_s_length F_string_ascii_6_s_length + #define FSS_EXTENDED_WRITE_program_version_micro_s_length F_string_ascii_0_s_length #if !(defined(FSS_EXTENDED_WRITE_program_version_nano_prefix_s) && defined(FSS_EXTENDED_WRITE_program_version_nano_prefix_s_length)) #define FSS_EXTENDED_WRITE_program_version_nano_prefix_s diff --git a/level_3/fss_extended_write/c/fss_extended_write.h b/level_3/fss_extended_write/c/fss_extended_write.h index e6c0a658c..952cf1c14 100644 --- a/level_3/fss_extended_write/c/fss_extended_write.h +++ b/level_3/fss_extended_write/c/fss_extended_write.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This program provides fss basic write functionality. diff --git a/level_3/fss_extended_write/c/private-common.h b/level_3/fss_extended_write/c/private-common.h index 36afa069f..0855d34a2 100644 --- a/level_3/fss_extended_write/c/private-common.h +++ b/level_3/fss_extended_write/c/private-common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Extended Write - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h diff --git a/level_3/fss_extended_write/c/private-write.h b/level_3/fss_extended_write/c/private-write.h index 6cce9e1ca..71c1ff9b5 100644 --- a/level_3/fss_extended_write/c/private-write.h +++ b/level_3/fss_extended_write/c/private-write.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_write_h diff --git a/level_3/fss_extended_write/data/build/settings b/level_3/fss_extended_write/data/build/settings index 4dbb03969..728f0fb45 100644 --- a/level_3/fss_extended_write/data/build/settings +++ b/level_3/fss_extended_write/data/build/settings @@ -3,8 +3,8 @@ build_name fss_extended_write version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_3/fss_identify/c/common.h b/level_3/fss_identify/c/common.h index de3fd3ff5..9b3004669 100644 --- a/level_3/fss_identify/c/common.h +++ b/level_3/fss_identify/c/common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Identify - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides the common data structures. @@ -21,12 +21,12 @@ extern "C" { */ #ifndef _di_fss_identify_program_version_ #define FSS_IDENTIFY_program_version_major_s F_string_ascii_0_s - #define FSS_IDENTIFY_program_version_minor_s F_string_ascii_5_s - #define FSS_IDENTIFY_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s + #define FSS_IDENTIFY_program_version_minor_s F_string_ascii_6_s + #define FSS_IDENTIFY_program_version_micro_s F_string_ascii_0_s #define FSS_IDENTIFY_program_version_major_s_length F_string_ascii_0_s_length - #define FSS_IDENTIFY_program_version_minor_s_length F_string_ascii_5_s_length - #define FSS_IDENTIFY_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length) + #define FSS_IDENTIFY_program_version_minor_s_length F_string_ascii_6_s_length + #define FSS_IDENTIFY_program_version_micro_s_length F_string_ascii_0_s_length #if !(defined(FSS_IDENTIFY_program_version_nano_prefix_s) && defined(FSS_IDENTIFY_program_version_nano_prefix_s_length)) #define FSS_IDENTIFY_program_version_nano_prefix_s diff --git a/level_3/fss_identify/c/fss_identify.h b/level_3/fss_identify/c/fss_identify.h index 19d96fa56..09f026b04 100644 --- a/level_3/fss_identify/c/fss_identify.h +++ b/level_3/fss_identify/c/fss_identify.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Identify - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This is the program is intended to be used to identify an FSS file or FSS data. diff --git a/level_3/fss_identify/c/private-common.h b/level_3/fss_identify/c/private-common.h index 1f255e5af..9de26076f 100644 --- a/level_3/fss_identify/c/private-common.h +++ b/level_3/fss_identify/c/private-common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Identify - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h diff --git a/level_3/fss_identify/c/private-identify.h b/level_3/fss_identify/c/private-identify.h index 14f491f3a..747c58bb7 100644 --- a/level_3/fss_identify/c/private-identify.h +++ b/level_3/fss_identify/c/private-identify.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Identify - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_identify_h diff --git a/level_3/fss_identify/c/private-print.h b/level_3/fss_identify/c/private-print.h index 8ebcb576d..4f880561a 100644 --- a/level_3/fss_identify/c/private-print.h +++ b/level_3/fss_identify/c/private-print.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Identify - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_print_h diff --git a/level_3/fss_identify/data/build/settings b/level_3/fss_identify/data/build/settings index f9c14af1b..727d53eec 100644 --- a/level_3/fss_identify/data/build/settings +++ b/level_3/fss_identify/data/build/settings @@ -3,8 +3,8 @@ build_name fss_identify version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_3/fss_payload_read/c/common.h b/level_3/fss_payload_read/c/common.h index 4c6a3abbb..bb7fcb52a 100644 --- a/level_3/fss_payload_read/c/common.h +++ b/level_3/fss_payload_read/c/common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Payload Read - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides the common data structures. @@ -21,12 +21,12 @@ extern "C" { */ #ifndef _di_fss_payload_read_program_version_ #define FSS_PAYLOAD_READ_program_version_major_s F_string_ascii_0_s - #define FSS_PAYLOAD_READ_program_version_minor_s F_string_ascii_5_s - #define FSS_PAYLOAD_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s + #define FSS_PAYLOAD_READ_program_version_minor_s F_string_ascii_6_s + #define FSS_PAYLOAD_READ_program_version_micro_s F_string_ascii_0_s #define FSS_PAYLOAD_READ_program_version_major_s_length F_string_ascii_0_s_length - #define FSS_PAYLOAD_READ_program_version_minor_s_length F_string_ascii_5_s_length - #define FSS_PAYLOAD_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length) + #define FSS_PAYLOAD_READ_program_version_minor_s_length F_string_ascii_6_s_length + #define FSS_PAYLOAD_READ_program_version_micro_s_length F_string_ascii_0_s_length #if !(defined(FSS_PAYLOAD_READ_program_version_nano_prefix_s) && defined(FSS_PAYLOAD_READ_program_version_nano_prefix_s_length)) #define FSS_PAYLOAD_READ_program_version_nano_prefix_s diff --git a/level_3/fss_payload_read/c/fss_payload_read.h b/level_3/fss_payload_read/c/fss_payload_read.h index 5c1a396cb..a67879754 100644 --- a/level_3/fss_payload_read/c/fss_payload_read.h +++ b/level_3/fss_payload_read/c/fss_payload_read.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This is the FSS Basic List Read program diff --git a/level_3/fss_payload_read/c/private-common.h b/level_3/fss_payload_read/c/private-common.h index 7ae1c1d8f..27df608f8 100644 --- a/level_3/fss_payload_read/c/private-common.h +++ b/level_3/fss_payload_read/c/private-common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Basic List Read - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h diff --git a/level_3/fss_payload_read/c/private-print.h b/level_3/fss_payload_read/c/private-print.h index 971b694e2..9db25839a 100644 --- a/level_3/fss_payload_read/c/private-print.h +++ b/level_3/fss_payload_read/c/private-print.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_print_h diff --git a/level_3/fss_payload_read/c/private-read.h b/level_3/fss_payload_read/c/private-read.h index 688c1724d..710d94d06 100644 --- a/level_3/fss_payload_read/c/private-read.h +++ b/level_3/fss_payload_read/c/private-read.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_read_h diff --git a/level_3/fss_payload_read/data/build/settings b/level_3/fss_payload_read/data/build/settings index f02c44791..ef8f005b7 100644 --- a/level_3/fss_payload_read/data/build/settings +++ b/level_3/fss_payload_read/data/build/settings @@ -3,8 +3,8 @@ build_name fss_payload_read version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_3/fss_payload_write/c/common.h b/level_3/fss_payload_write/c/common.h index 265fa68f0..2f2c39656 100644 --- a/level_3/fss_payload_write/c/common.h +++ b/level_3/fss_payload_write/c/common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Payload Write - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides the common data structures. @@ -21,12 +21,12 @@ extern "C" { */ #ifndef _di_fss_payload_write_program_version_ #define FSS_PAYLOAD_WRITE_program_version_major_s F_string_ascii_0_s - #define FSS_PAYLOAD_WRITE_program_version_minor_s F_string_ascii_5_s - #define FSS_PAYLOAD_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s + #define FSS_PAYLOAD_WRITE_program_version_minor_s F_string_ascii_6_s + #define FSS_PAYLOAD_WRITE_program_version_micro_s F_string_ascii_0_s #define FSS_PAYLOAD_WRITE_program_version_major_s_length F_string_ascii_0_s_length - #define FSS_PAYLOAD_WRITE_program_version_minor_s_length F_string_ascii_5_s_length - #define FSS_PAYLOAD_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length) + #define FSS_PAYLOAD_WRITE_program_version_minor_s_length F_string_ascii_6_s_length + #define FSS_PAYLOAD_WRITE_program_version_micro_s_length F_string_ascii_0_s_length #if !(defined(FSS_PAYLOAD_WRITE_program_version_nano_prefix_s) && defined(FSS_PAYLOAD_WRITE_program_version_nano_prefix_s_length)) #define FSS_PAYLOAD_WRITE_program_version_nano_prefix_s diff --git a/level_3/fss_payload_write/c/fss_payload_write.h b/level_3/fss_payload_write/c/fss_payload_write.h index c0b2a2707..3e7c15eaa 100644 --- a/level_3/fss_payload_write/c/fss_payload_write.h +++ b/level_3/fss_payload_write/c/fss_payload_write.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This program provides fss basic list write functionality. diff --git a/level_3/fss_payload_write/c/private-common.h b/level_3/fss_payload_write/c/private-common.h index a3509bff6..b8a35e5c6 100644 --- a/level_3/fss_payload_write/c/private-common.h +++ b/level_3/fss_payload_write/c/private-common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Basic List Write - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h diff --git a/level_3/fss_payload_write/c/private-write.h b/level_3/fss_payload_write/c/private-write.h index 5681e0014..acd99cb24 100644 --- a/level_3/fss_payload_write/c/private-write.h +++ b/level_3/fss_payload_write/c/private-write.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_write_h diff --git a/level_3/fss_payload_write/data/build/settings b/level_3/fss_payload_write/data/build/settings index 46e371851..b1b08d28a 100644 --- a/level_3/fss_payload_write/data/build/settings +++ b/level_3/fss_payload_write/data/build/settings @@ -3,8 +3,8 @@ build_name fss_payload_write version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_3/fss_status_code/c/common.h b/level_3/fss_status_code/c/common.h index c4d018a4d..d44bf6f24 100644 --- a/level_3/fss_status_code/c/common.h +++ b/level_3/fss_status_code/c/common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Status code - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides the common data structures. @@ -21,12 +21,12 @@ extern "C" { */ #ifndef _di_fss_status_code_program_version_ #define FSS_STATUS_CODE_program_version_major_s F_string_ascii_0_s - #define FSS_STATUS_CODE_program_version_minor_s F_string_ascii_5_s - #define FSS_STATUS_CODE_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s + #define FSS_STATUS_CODE_program_version_minor_s F_string_ascii_6_s + #define FSS_STATUS_CODE_program_version_micro_s F_string_ascii_0_s #define FSS_STATUS_CODE_program_version_major_s_length F_string_ascii_0_s_length - #define FSS_STATUS_CODE_program_version_minor_s_length F_string_ascii_5_s_length - #define FSS_STATUS_CODE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length) + #define FSS_STATUS_CODE_program_version_minor_s_length F_string_ascii_6_s_length + #define FSS_STATUS_CODE_program_version_micro_s_length F_string_ascii_0_s_length #if !(defined(FSS_STATUS_CODE_program_version_nano_prefix_s) && defined(FSS_STATUS_CODE_program_version_nano_prefix_s_length)) #define FSS_STATUS_CODE_program_version_nano_prefix_s diff --git a/level_3/fss_status_code/c/fss_status_code.h b/level_3/fss_status_code/c/fss_status_code.h index 8502b54dc..30c7adfd0 100644 --- a/level_3/fss_status_code/c/fss_status_code.h +++ b/level_3/fss_status_code/c/fss_status_code.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This program provides status code to/from string translation. diff --git a/level_3/fss_status_code/c/private-common.h b/level_3/fss_status_code/c/private-common.h index 7f5fec88a..ca610ce4d 100644 --- a/level_3/fss_status_code/c/private-common.h +++ b/level_3/fss_status_code/c/private-common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS Status Code - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h diff --git a/level_3/fss_status_code/c/private-fss_status_code.h b/level_3/fss_status_code/c/private-fss_status_code.h index a4f53d3a1..d01b0726c 100644 --- a/level_3/fss_status_code/c/private-fss_status_code.h +++ b/level_3/fss_status_code/c/private-fss_status_code.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: FSS - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_fss_status_code_h diff --git a/level_3/fss_status_code/data/build/settings b/level_3/fss_status_code/data/build/settings index 0ce68fb40..34f84d7bf 100644 --- a/level_3/fss_status_code/data/build/settings +++ b/level_3/fss_status_code/data/build/settings @@ -3,8 +3,8 @@ build_name fss_status_code version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_3/iki_read/c/common.h b/level_3/iki_read/c/common.h index b31f04139..686e734b6 100644 --- a/level_3/iki_read/c/common.h +++ b/level_3/iki_read/c/common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: IKI Read - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides the common data structures. @@ -21,12 +21,12 @@ extern "C" { */ #ifndef _di_iki_read_program_version_ #define IKI_READ_program_version_major_s F_string_ascii_0_s - #define IKI_READ_program_version_minor_s F_string_ascii_5_s - #define IKI_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s + #define IKI_READ_program_version_minor_s F_string_ascii_6_s + #define IKI_READ_program_version_micro_s F_string_ascii_0_s #define IKI_READ_program_version_major_s_length F_string_ascii_0_s_length - #define IKI_READ_program_version_minor_s_length F_string_ascii_5_s_length - #define IKI_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length) + #define IKI_READ_program_version_minor_s_length F_string_ascii_6_s_length + #define IKI_READ_program_version_micro_s_length F_string_ascii_0_s_length #if !(defined(IKI_READ_program_version_nano_prefix_s) && defined(IKI_READ_program_version_nano_prefix_s_length)) #define IKI_READ_program_version_nano_prefix_s diff --git a/level_3/iki_read/c/iki_read.h b/level_3/iki_read/c/iki_read.h index 21404026b..122c658bc 100644 --- a/level_3/iki_read/c/iki_read.h +++ b/level_3/iki_read/c/iki_read.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: IKI - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This is the IKI Read program. diff --git a/level_3/iki_read/c/private-common.h b/level_3/iki_read/c/private-common.h index bf7b048c5..13bad9f16 100644 --- a/level_3/iki_read/c/private-common.h +++ b/level_3/iki_read/c/private-common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: IKI Read - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h diff --git a/level_3/iki_read/c/private-print.h b/level_3/iki_read/c/private-print.h index 606f649e1..087339bfd 100644 --- a/level_3/iki_read/c/private-print.h +++ b/level_3/iki_read/c/private-print.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: IKI - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_print_h diff --git a/level_3/iki_read/c/private-read.h b/level_3/iki_read/c/private-read.h index ee9d66086..9172aae6a 100644 --- a/level_3/iki_read/c/private-read.h +++ b/level_3/iki_read/c/private-read.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: IKI - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_read_h diff --git a/level_3/iki_read/data/build/settings b/level_3/iki_read/data/build/settings index 6f0eeb1aa..123b05b94 100644 --- a/level_3/iki_read/data/build/settings +++ b/level_3/iki_read/data/build/settings @@ -3,8 +3,8 @@ build_name iki_read version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_3/iki_write/c/common.h b/level_3/iki_write/c/common.h index 5e0c55ce3..f3cbcccbd 100644 --- a/level_3/iki_write/c/common.h +++ b/level_3/iki_write/c/common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: IKI Write - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides the common data structures. @@ -21,12 +21,12 @@ extern "C" { */ #ifndef _di_iki_write_program_version_ #define IKI_WRITE_program_version_major_s F_string_ascii_0_s - #define IKI_WRITE_program_version_minor_s F_string_ascii_5_s - #define IKI_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s + #define IKI_WRITE_program_version_minor_s F_string_ascii_6_s + #define IKI_WRITE_program_version_micro_s F_string_ascii_0_s #define IKI_WRITE_program_version_major_s_length F_string_ascii_0_s_length - #define IKI_WRITE_program_version_minor_s_length F_string_ascii_5_s_length - #define IKI_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length) + #define IKI_WRITE_program_version_minor_s_length F_string_ascii_6_s_length + #define IKI_WRITE_program_version_micro_s_length F_string_ascii_0_s_length #if !(defined(IKI_WRITE_program_version_nano_prefix_s) && defined(IKI_WRITE_program_version_nano_prefix_s_length)) #define IKI_WRITE_program_version_nano_prefix_s diff --git a/level_3/iki_write/c/iki_write.h b/level_3/iki_write/c/iki_write.h index 6dfa3f588..1b849e837 100644 --- a/level_3/iki_write/c/iki_write.h +++ b/level_3/iki_write/c/iki_write.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: IKI - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This is the IKI Write program. diff --git a/level_3/iki_write/c/private-common.h b/level_3/iki_write/c/private-common.h index 6dbad4c8d..41a8c7aeb 100644 --- a/level_3/iki_write/c/private-common.h +++ b/level_3/iki_write/c/private-common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: IKI Write - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h diff --git a/level_3/iki_write/c/private-write.h b/level_3/iki_write/c/private-write.h index 8c69e0582..1298598f7 100644 --- a/level_3/iki_write/c/private-write.h +++ b/level_3/iki_write/c/private-write.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: IKI - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_write_h diff --git a/level_3/iki_write/data/build/settings b/level_3/iki_write/data/build/settings index 73462783f..3d1cb54e9 100644 --- a/level_3/iki_write/data/build/settings +++ b/level_3/iki_write/data/build/settings @@ -3,8 +3,8 @@ build_name iki_write version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_3/status_code/c/common.h b/level_3/status_code/c/common.h index 9ab40e644..801c88a01 100644 --- a/level_3/status_code/c/common.h +++ b/level_3/status_code/c/common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Status Code - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides the common data structures. @@ -21,12 +21,12 @@ extern "C" { */ #ifndef _di_status_code_program_version_ #define STATUS_CODE_program_version_major_s F_string_ascii_0_s - #define STATUS_CODE_program_version_minor_s F_string_ascii_5_s - #define STATUS_CODE_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s + #define STATUS_CODE_program_version_minor_s F_string_ascii_6_s + #define STATUS_CODE_program_version_micro_s F_string_ascii_0_s #define STATUS_CODE_program_version_major_s_length F_string_ascii_0_s_length - #define STATUS_CODE_program_version_minor_s_length F_string_ascii_5_s_length - #define STATUS_CODE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length) + #define STATUS_CODE_program_version_minor_s_length F_string_ascii_6_s_length + #define STATUS_CODE_program_version_micro_s_length F_string_ascii_0_s_length #if !(defined(STATUS_CODE_program_version_nano_prefix_s) && defined(STATUS_CODE_program_version_nano_prefix_s_length)) #define STATUS_CODE_program_version_nano_prefix_s diff --git a/level_3/status_code/c/private-common.h b/level_3/status_code/c/private-common.h index fb5c7a723..0251b61ce 100644 --- a/level_3/status_code/c/private-common.h +++ b/level_3/status_code/c/private-common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Status Code - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h diff --git a/level_3/status_code/c/private-status_code.h b/level_3/status_code/c/private-status_code.h index 632a9b8d1..536bd7660 100644 --- a/level_3/status_code/c/private-status_code.h +++ b/level_3/status_code/c/private-status_code.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Status Code - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_status_code_h diff --git a/level_3/status_code/c/status_code.h b/level_3/status_code/c/status_code.h index 89901b3f9..96a518018 100644 --- a/level_3/status_code/c/status_code.h +++ b/level_3/status_code/c/status_code.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: Status Code - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This program provides status code to/from string translation. diff --git a/level_3/status_code/data/build/settings b/level_3/status_code/data/build/settings index 758930e74..30014d36f 100644 --- a/level_3/status_code/data/build/settings +++ b/level_3/status_code/data/build/settings @@ -3,8 +3,8 @@ build_name status_code version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor diff --git a/level_3/utf8/c/common.h b/level_3/utf8/c/common.h index c1c0f93a6..ffe4a8c67 100644 --- a/level_3/utf8/c/common.h +++ b/level_3/utf8/c/common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: UTF-8 - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * Provides the common data structures. @@ -21,12 +21,12 @@ extern "C" { */ #ifndef _di_utf8_program_version_ #define UTF8_program_version_major_s F_string_ascii_0_s - #define UTF8_program_version_minor_s F_string_ascii_5_s - #define UTF8_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s + #define UTF8_program_version_minor_s F_string_ascii_6_s + #define UTF8_program_version_micro_s F_string_ascii_0_s #define UTF8_program_version_major_s_length F_string_ascii_0_s_length - #define UTF8_program_version_minor_s_length F_string_ascii_5_s_length - #define UTF8_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length) + #define UTF8_program_version_minor_s_length F_string_ascii_6_s_length + #define UTF8_program_version_micro_s_length F_string_ascii_0_s_length #if !(defined(UTF8_program_version_nano_prefix_s) && defined(UTF8_program_version_nano_prefix_s_length)) #define UTF8_program_version_nano_prefix_s diff --git a/level_3/utf8/c/private-common.h b/level_3/utf8/c/private-common.h index 12ca56ed3..129c54b02 100644 --- a/level_3/utf8/c/private-common.h +++ b/level_3/utf8/c/private-common.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: UTF-8 - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_common_h diff --git a/level_3/utf8/c/private-print.h b/level_3/utf8/c/private-print.h index dcf2ff6b5..34c5a9c84 100644 --- a/level_3/utf8/c/private-print.h +++ b/level_3/utf8/c/private-print.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: UTF-8 - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_utf8_print_h diff --git a/level_3/utf8/c/private-utf8.h b/level_3/utf8/c/private-utf8.h index 43ec9ee43..9b9ab077b 100644 --- a/level_3/utf8/c/private-utf8.h +++ b/level_3/utf8/c/private-utf8.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: UTF-8 - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_utf8_h diff --git a/level_3/utf8/c/private-utf8_bytesequence.h b/level_3/utf8/c/private-utf8_bytesequence.h index b68cfe458..74bd49ab9 100644 --- a/level_3/utf8/c/private-utf8_bytesequence.h +++ b/level_3/utf8/c/private-utf8_bytesequence.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: UTF-8 - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_utf8_bytesequence_h diff --git a/level_3/utf8/c/private-utf8_codepoint.h b/level_3/utf8/c/private-utf8_codepoint.h index 13298d91c..73acb18b5 100644 --- a/level_3/utf8/c/private-utf8_codepoint.h +++ b/level_3/utf8/c/private-utf8_codepoint.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: UTF-8 - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later */ #ifndef _PRIVATE_utf8_codepoint_h diff --git a/level_3/utf8/c/utf8.h b/level_3/utf8/c/utf8.h index 3682401f8..18fefeba9 100644 --- a/level_3/utf8/c/utf8.h +++ b/level_3/utf8/c/utf8.h @@ -2,7 +2,7 @@ * FLL - Level 3 * * Project: UTF-8 - * API Version: 0.5 + * API Version: 0.6 * Licenses: lgpl-2.1-or-later * * This is intendend to support Unicode 14.0. diff --git a/level_3/utf8/data/build/settings b/level_3/utf8/data/build/settings index c243a6601..4dbe7b1cb 100644 --- a/level_3/utf8/data/build/settings +++ b/level_3/utf8/data/build/settings @@ -3,8 +3,8 @@ build_name utf8 version_major 0 -version_minor 5 -version_micro 10 +version_minor 6 +version_micro 0 version_file micro version_target minor -- 2.47.3