Alex Dowad
626f0fec54
Remove some dead code from mbstring
...
mbstring has a great deal of dead code. Some common types are:
- Default switch clauses which will never be taken
- If clauses intended to convert codepoints which were not present in
a conversion table... but the codepoint in question *is* in the table,
so the if clause is not needed.
- Bounds checks in places where it is not possible for a value to ever
be out of bounds.
- Checks to see if an unmatched Unicode codepoint is in CP932 extension
range 3... but every codepoint in range 3 is also in range 2, so no
codepoint will ever be matched and converted by that code.
2021-09-06 13:16:23 +02:00
..
2021-08-25 15:29:46 +02:00
2021-06-29 11:30:26 +02:00
2021-06-29 17:13:02 +02:00
2021-08-23 14:07:23 +02:00
2021-07-09 12:00:35 +02:00
2021-08-31 17:25:38 +02:00
2021-08-31 17:19:28 +01:00
2021-09-03 14:10:40 +02:00
2021-08-26 13:15:24 +02:00
2021-07-20 12:28:35 +02:00
2021-08-25 15:29:46 +02:00
2021-08-18 17:16:54 +02:00
2021-08-25 15:29:46 +02:00
2021-08-30 13:50:34 +02:00
2021-09-06 10:29:24 +02:00
2021-09-03 13:59:13 +02:00
2021-08-25 15:29:46 +02:00
2021-06-29 11:30:26 +02:00
2021-08-26 19:52:11 +02:00
2021-08-26 19:52:11 +02:00
2021-08-17 12:27:39 +02:00
2021-09-04 17:57:23 +02:00
2021-08-25 10:37:27 +02:00
2021-09-06 12:27:57 +02:00
2021-09-06 12:27:28 +02:00
2021-09-06 13:16:23 +02:00
2021-09-03 14:10:40 +02:00
2021-08-20 12:03:46 +01:00
2021-08-31 14:58:59 +02:00
2021-07-08 16:46:08 +02:00
2021-09-06 12:27:28 +02:00
2021-09-03 09:37:42 +08:00
2021-06-29 17:13:02 +02:00
2021-08-30 13:50:34 +02:00
2021-09-06 12:27:28 +02:00
2021-09-01 13:54:41 +02:00
2021-06-29 16:49:50 +02:00
2021-08-11 10:35:47 +02:00
2021-06-29 11:30:26 +02:00
2021-07-28 11:02:26 +02:00
2021-09-01 13:54:41 +02:00
2021-09-01 13:54:41 +02:00
2021-09-03 11:18:19 +02:00
2021-09-03 12:36:02 +02:00
2021-06-29 11:30:26 +02:00
2021-07-20 12:28:35 +02:00
2021-08-25 10:37:43 +02:00
2021-09-02 17:06:19 +02:00
2021-09-03 12:36:02 +02:00
2021-09-02 23:49:05 +02:00
2021-08-03 12:16:13 +02:00
2021-08-02 11:12:42 +02:00
2021-08-11 13:02:18 +02:00
2021-09-03 10:52:30 +02:00
2021-09-03 10:52:30 +02:00
2021-08-26 10:44:38 +02:00
2021-09-02 10:37:13 +02:00
2021-08-30 10:15:44 +02:00
2021-09-03 11:18:19 +02:00
2021-08-18 16:39:36 +02:00
2021-07-20 12:28:35 +02:00
2021-07-20 12:28:35 +02:00
2021-07-30 17:26:39 +02:00
2021-08-12 02:28:26 +03:00
2021-09-01 16:09:23 +02:00
2021-06-29 11:30:26 +02:00
2021-06-29 17:13:02 +02:00
2021-09-01 16:40:50 +02:00
2021-09-02 16:53:31 +02:00
2021-09-03 14:10:40 +02:00
2021-08-26 19:52:11 +02:00
2021-08-19 09:43:32 +02:00