Change #263980
| Category | None |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Wed 08 Apr 2026 12:00:59 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | 283db12e05e870207b63bb1b096b1269477afee0 |
Comments
parsedate: bsearch the time zones There are 69 entries, bsearch is faster than linear search for random access. This now also makes the matching case sensitive (zone names always in uppercase). No docs said otherwise and all tests assumed uppercase. Extended test 517 Closes #21266
Changed files
- lib/parsedate.c
- tests/libtest/lib517.c