genode/repos/base/include/util
Johannes Schlatow 0622446f09 base: print last character of unterminated strings
The last character should only be skipped if a `\0` or `\n` is found. If
the string ends without such a character or the maximum line length is
hit, we do not skip the last character.

Fixes genodelabs/genode#4985
2023-08-24 14:12:21 +02:00
..
arg_string.h base: remove internal use of format strings 2023-03-13 14:32:38 +01:00
array.h Allow derived classes of Genode::Array 2022-02-15 10:10:01 +01:00
attempt.h base: pass lambdas by reference in util/attempt.h 2022-02-15 10:16:51 +01:00
avl_tree.h Add missing override annotations 2019-02-19 11:12:11 +01:00
bit_allocator.h util/bit_array.h: remove use of memset and memcpy 2020-05-05 13:30:15 +02:00
bit_array.h util/bit_array.h: remove use of memset and memcpy 2020-05-05 13:30:15 +02:00
construct_at.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
dictionary.h util/dictionary.h: alphabetically sorted for_each 2023-01-24 12:07:31 +01:00
fifo.h base: make 'Fifo::Element::enqueued' const 2019-11-19 14:54:13 +01:00
flex_iterator.h base: avoid warnings about shift operations 2018-11-16 14:37:18 +01:00
interface.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
list_model.h Add missing includes of base/exception.h 2023-02-27 08:22:49 +01:00
list.h base: Make Genode::List clang friendly. 2021-01-25 13:58:10 +01:00
meta.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
misc_math.h util/misc_math.h: remove abs function 2023-02-27 08:22:49 +01:00
mmio.h mmio: make base address member private 2017-03-15 12:32:24 +01:00
noncopyable.h base: cleanup Noncopyable declarations/coding style 2021-02-23 11:51:57 +01:00
print_lines.h base: print last character of unterminated strings 2023-08-24 14:12:21 +02:00
reconstructible.h reconstructible: Fix alignas specifier placement. 2021-10-15 15:45:52 +02:00
register_set.h Remove blank lines between template<> and struct 2023-07-14 12:06:31 +02:00
register.h register framework: read bitfields to fitting uint 2023-07-14 12:01:18 +02:00
retry.h Genode::retry(): fix compile error with GCC 6 2017-05-31 13:15:50 +02:00
string.h base: fix build errors with gcc 12 2023-05-08 15:55:35 +02:00
token.h Xml_node: allow whitespace around '=' characters 2022-10-12 11:59:08 +02:00
touch.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
xml_generator.h base: remove internal use of format strings 2023-03-13 14:32:38 +01:00
xml_node.h xml_unquoted: fix bug with string of length 0 2023-07-14 12:06:32 +02:00