1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 12:05:00 +00:00
serenity/Base/usr/share/man/man5
Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String
This commit un-deprecates DeprecatedString, and repurposes it as a byte
string.
As the null state has already been removed, there are no other
particularly hairy blockers in repurposing this type as a byte string
(what it _really_ is).

This commit is auto-generated:
  $ xs=$(ack -l \bDeprecatedString\b\|deprecated_string AK Userland \
    Meta Ports Ladybird Tests Kernel)
  $ perl -pie 's/\bDeprecatedString\b/ByteString/g;
    s/deprecated_string/byte_string/g' $xs
  $ clang-format --style=file -i \
    $(git diff --name-only | grep \.cpp\|\.h)
  $ gn format $(git ls-files '*.gn' '*.gni')
2023-12-17 18:25:10 +03:30
..
GML LibGUI: Add DynamicWidgetContainter 2023-12-14 09:07:20 -07:00
af.md Documentation: Better file formats documentation 2022-07-27 10:13:21 +01:00
clipboard.md Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
drag-and-drop.md Documentation: Move all file format documentation into its own manpage 2022-07-11 11:35:56 +02:00
font.md Documentation: Better file formats documentation 2022-07-27 10:13:21 +01:00
getopt.md Help+Base: Add help://man URLs for links between man pages 2022-01-11 00:24:57 +01:00
GML.md LibGUI: Add DynamicWidgetContainter 2023-12-14 09:07:20 -07:00
ini.md Documentation: Better file formats documentation 2022-07-27 10:13:21 +01:00
installed.md Base: Specify the installed.db port database format 2023-10-04 22:28:05 +02:00
ipc.md Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Network.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
postcreate.md Everywhere: Run spellcheck on all documentation 2023-05-07 01:05:09 +02:00
pp.md Documentation: Better file formats documentation 2022-07-27 10:13:21 +01:00
presenter.md Presenter: Fix unintentional U+00A0 codepoint in text 2023-02-16 22:07:07 +00:00
Shell.md Shell: Remove '#' from the list of acceptable bareword characters 2023-10-29 01:35:40 +03:30
SystemServer.md LibCore: Use ';' to split socket path in SOCKET_TAKEOVER 2022-12-15 12:33:36 -05:00