]> Kevux Git Server - fll/commit
Cleanup: Add newline before NULL comment and add dash to de-allocate.
authorKevin Day <Kevin@kevux.org>
Sun, 2 Jun 2024 15:44:32 +0000 (10:44 -0500)
committerKevin Day <Kevin@kevux.org>
Sun, 2 Jun 2024 15:44:32 +0000 (10:44 -0500)
commit1ae9990bd6e45b0f7c6467d8638fca6872b336be
tree4fe8d84e45c0aa2776b950624073e3a398dc92e4
parent88854c4ecdba38df7373f31edff24747083de436
Cleanup: Add newline before NULL comment and add dash to de-allocate.

The "Must not be NULL." documentation comments are not consistently structured.
I don't remember which decision I made and so now I am just forcibly setting the same structure with a new line before it.

Improve grammar by adding a dash to de-allocate.
118 files changed:
level_0/f_abstruse/c/abstruse/abstruse.h
level_0/f_abstruse/c/abstruse/map.h
level_0/f_account/c/account/accounts.h
level_0/f_capability/c/capability.h
level_0/f_console/c/console.h
level_0/f_directory/c/directory/listing.h
level_0/f_directory/c/directory/recurse_do.h
level_0/f_directory/c/directory/status.h
level_0/f_file/c/file.h
level_0/f_file/c/file/stream.h
level_0/f_fss/c/fss/item.h
level_0/f_fss/c/fss/named.h
level_0/f_fss/c/fss/nest.h
level_0/f_fss/c/fss/set.h
level_0/f_fss/c/fss/set_quote.h
level_0/f_fss/c/fss/simple_packet.h
level_0/f_iki/c/iki/data.h
level_0/f_limit/c/limit/set.h
level_0/f_limit/c/limit/value.h
level_0/f_memory/c/memory/common.h
level_0/f_parse/c/parse.h
level_0/f_signal/c/signal.h
level_0/f_socket/c/socket.h
level_0/f_socket/c/socket/address.h
level_0/f_socket/c/socket/socket.h
level_0/f_string/c/string/common.h
level_0/f_string/c/string/dynamics.h
level_0/f_string/c/string/dynamicss.h
level_0/f_string/c/string/map_multis.h
level_0/f_string/c/string/map_multiss.h
level_0/f_string/c/string/maps.h
level_0/f_string/c/string/mapss.h
level_0/f_string/c/string/triples.h
level_0/f_string/c/string/tripless.h
level_0/f_thread/c/thread.h
level_0/f_thread/c/thread/attribute.h
level_0/f_thread/c/thread/barrier.h
level_0/f_thread/c/thread/barrier_attribute.h
level_0/f_thread/c/thread/condition.h
level_0/f_thread/c/thread/condition_attribute.h
level_0/f_thread/c/thread/key.h
level_0/f_thread/c/thread/lock.h
level_0/f_thread/c/thread/lock_attribute.h
level_0/f_thread/c/thread/mutex.h
level_0/f_thread/c/thread/mutex_attribute.h
level_0/f_thread/c/thread/semaphore.h
level_0/f_thread/c/thread/set.h
level_0/f_thread/c/thread/spin.h
level_0/f_time/c/time.h
level_0/f_type_array/c/type_array/cell.h
level_0/f_type_array/c/type_array/file.h
level_0/f_type_array/c/type_array/fll_id.h
level_0/f_type_array/c/type_array/int128.h
level_0/f_type_array/c/type_array/int16.h
level_0/f_type_array/c/type_array/int32.h
level_0/f_type_array/c/type_array/int64.h
level_0/f_type_array/c/type_array/int8.h
level_0/f_type_array/c/type_array/number_signed.h
level_0/f_type_array/c/type_array/number_unsigned.h
level_0/f_type_array/c/type_array/poll.h
level_0/f_type_array/c/type_array/range_doubless.h
level_0/f_type_array/c/type_array/rangess.h
level_0/f_type_array/c/type_array/state.h
level_0/f_type_array/c/type_array/status.h
level_0/f_type_array/c/type_array/uint128.h
level_0/f_type_array/c/type_array/uint16.h
level_0/f_type_array/c/type_array/uint32.h
level_0/f_type_array/c/type_array/uint64.h
level_0/f_type_array/c/type_array/uint8.h
level_0/f_utf/c/utf/dynamics.h
level_0/f_utf/c/utf/dynamicss.h
level_0/f_utf/c/utf/is.h
level_0/f_utf/c/utf/is_character.h
level_0/f_utf/c/utf/map_multis.h
level_0/f_utf/c/utf/map_multiss.h
level_0/f_utf/c/utf/maps.h
level_0/f_utf/c/utf/mapss.h
level_0/f_utf/c/utf/static.h
level_0/f_utf/c/utf/triples.h
level_0/f_utf/c/utf/tripless.h
level_1/fl_fss/c/fss/basic.h
level_1/fl_fss/c/fss/basic_list.h
level_1/fl_fss/c/fss/embedded_list.h
level_1/fl_fss/c/fss/extended.h
level_1/fl_fss/c/fss/extended_list.h
level_1/fl_fss/c/private-fss.h
level_2/fll_execute/c/execute.h
level_2/fll_fss/c/fss.h
level_2/fll_fss/c/fss/basic.h
level_2/fll_fss/c/fss/basic_list.h
level_2/fll_fss/c/fss/embedded_list.h
level_2/fll_fss/c/fss/extended.h
level_2/fll_fss/c/fss/extended_list.h
level_2/fll_fss/c/fss/payload.h
level_2/fll_print/c/print.h
level_2/fll_program/c/program.h
level_2/fll_program/c/program/common.h
level_3/byte_dump/c/main/common/type.h
level_3/controller/c/common.h
level_3/controller/c/common/private-cache.h
level_3/controller/c/common/private-lock.h
level_3/controller/c/common/private-process.h
level_3/controller/c/common/private-thread.h
level_3/controller/c/process/private-process.h
level_3/controller/c/thread/private-thread.c
level_3/controller/c/thread/private-thread_control.c
level_3/controller/c/thread/private-thread_entry.c
level_3/controller/c/thread/private-thread_process.c
level_3/example/c/main/common/type.h
level_3/fake/c/main/common/type.h
level_3/firewall/c/main/common/type.h
level_3/fss_identify/c/main/common/type.h
level_3/fss_read/c/main/common/type.h
level_3/fss_write/c/main/common/type.h
level_3/iki_read/c/main/common/type.h
level_3/iki_write/c/main/common/type.h
level_3/status_code/c/main/common/type.h
level_3/utf8/c/main/common/type.h