Files
ladybird/Userland/Libraries/LibC
Peter Brottveit Bock 49b29332f2 AK: Migrate IPv6Address::to_deprecated_string() to ::to_string()
Change the name and return type of
`IPv6Address::to_deprecated_string()` to `IPv6Address::to_string()`
with return type `ErrorOr<String>`.

It will now propagate errors that occur when writing to the
StringBuilder.

There are two users of `to_deprecated_string()` that now use
`to_string()`:

1. `Formatted<IPv6Address>`: it now propagates errors.

2. `inet_ntop`: it now sets errno to ENOMEM and returns.
2023-06-09 19:38:14 +01:00
..
2022-12-28 11:53:41 +01:00
2022-08-23 19:07:12 +01:00
2022-12-03 23:52:23 +00:00
2022-12-28 11:53:41 +01:00
2022-08-23 19:07:12 +01:00
2022-08-23 19:07:12 +01:00
2022-08-23 19:07:12 +01:00
2022-11-25 23:13:16 +01:00
2023-06-07 13:44:44 +02:00
2022-08-23 19:07:12 +01:00
2022-11-08 11:51:19 +01:00
2022-08-23 19:07:12 +01:00
2022-11-29 11:04:21 +01:00
2023-06-05 06:55:54 +02:00
2022-10-14 13:37:29 +02:00
2022-10-14 13:37:29 +02:00
2022-12-03 23:52:23 +00:00
2022-08-23 19:07:12 +01:00