index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
utf8.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bootctl: Add --secure-boot-auto-enroll
Daan De Meyer
2024-11-03
1
-0
/
+4
*
various: move ptr indicator to return value
Zbigniew Jędrzejewski-Szmek
2024-06-19
1
-3
/
+3
*
utf8: export utf8_char_console_width()
Lennart Poettering
2024-06-17
1
-1
/
+1
*
basic/utf8: modernize ascii_is_valid_n, make ascii_is_valid static inline
Mike Yuan
2024-06-16
1
-18
/
+5
*
basic/utf8: modernize utf8_is_valid_n a bit
Mike Yuan
2024-06-16
1
-6
/
+6
*
utf8: let utf8_console_width() handle NULL strings somewhat reasonably
Lennart Poettering
2024-06-15
1
-1
/
+4
*
utf8: assume tabs are 8 characters wide when written to console
Lennart Poettering
2024-06-14
1
-0
/
+3
*
tree-wide: drop several remaining license headers
Yu Watanabe
2024-04-08
1
-19
/
+3
*
utf8: automatically determine length of string if SIZE_MAX is specified
Lennart Poettering
2023-08-24
1
-1
/
+22
*
basic/utf8: make utf8_encoded_to_unichar() return length of the codepoint
Zbigniew Jędrzejewski-Szmek
2023-06-24
1
-6
/
+4
*
basic/utf8: add function to convert to ASCII
Zbigniew Jędrzejewski-Szmek
2021-11-16
1
-0
/
+31
*
basic/utf8: inline some iterator variables
Zbigniew Jędrzejewski-Szmek
2021-11-12
1
-6
/
+2
*
basic/escape: allow truncation mode where "…" is always appended
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-4
/
+8
*
basic/string-util: simplify how str_realloc() is used
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-4
/
+2
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-10
/
+10
*
treewide: tighten variable scope in loops (#18372)
Susant Sahani
2021-01-27
1
-9
/
+6
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
shared/utf8: add utf8_is_valid_n()
Zbigniew Jędrzejewski-Szmek
2020-09-01
1
-7
/
+11
*
basic/utf8: rename parameter
Zbigniew Jędrzejewski-Szmek
2020-08-17
1
-2
/
+2
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
basic/utf8: reduce memory usage
Zbigniew Jędrzejewski-Szmek
2019-05-22
1
-1
/
+3
*
util-lib: add truncation based on printable width to utf8_escape_non_printable()
Zbigniew Jędrzejewski-Szmek
2019-05-22
1
-13
/
+59
*
basic/utf8: do not read past end of string when looking for a multi-byte char...
Zbigniew Jędrzejewski-Szmek
2019-02-26
1
-9
/
+16
*
basic/utf8: change type of function to emphasize that it only looks at one ch...
Zbigniew Jędrzejewski-Szmek
2019-02-26
1
-9
/
+4
*
utf8: add utf8_to_utf16() helper
Lennart Poettering
2018-09-25
1
-0
/
+73
*
utf8: let's update utf16_to_utf8() a bit
Lennart Poettering
2018-09-25
1
-8
/
+15
*
utf8: change return type of utf8_encoded_expected_len() to size_t
Lennart Poettering
2018-09-25
1
-7
/
+9
*
utf8: update utf8_is_valid() a bit
Lennart Poettering
2018-09-25
1
-5
/
+6
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-3
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-1
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
basic/utf8: add ascii_is_valid_n()
Zbigniew Jędrzejewski-Szmek
2018-06-09
1
-0
/
+18
*
utf8: add helper call for counting display width of strings
Lennart Poettering
2018-04-18
1
-0
/
+21
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
utf8: add utf8_n_codepoints() for counting complete utf8 codepoints in a string
Lennart Poettering
2018-02-14
1
-0
/
+19
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-1
/
+1
*
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
2016-02-23
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
utf8.[ch] et al: use char32_t and char16_t instead of int, int32_t, int16_t
Shawn Landden
2016-01-27
1
-20
/
+28
*
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-30
1
-2
/
+1
*
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-2
/
+2
*
Revert "utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t"
Lennart Poettering
2015-11-02
1
-19
/
+16
*
utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t
Shawn Landden
2015-11-01
1
-16
/
+19
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out hex/dec/oct encoding/decoding into its own file
Lennart Poettering
2015-10-27
1
-0
/
+1
*
build-sys: split internal basic/ library from shared/
Kay Sievers
2015-06-11
1
-0
/
+402