aboutsummaryrefslogtreecommitdiff
path: root/lib/std/ascii.zig
AgeCommit message (Expand)Author
2022-10-29Fix deprecation docs for isAlpha and isCntrlfn ⌃ ⌥
2022-10-28Enhance indexOfIgnoreCase with Boyer-Moore-Horspool algorithmZhora Trush
2022-08-17fix: commentsr00ster91
2022-08-17api: deprecate lowercase control_code constsr00ster91
2022-08-16docs: fixes and improvementsr00ster91
2022-08-14api: deprecate `isPunct` toor00ster91
2022-08-14docs: remove some hyphensr00ster91
2022-08-14fix: add missing 'o'r00ster91
2022-08-14fix: remove outdated TODOr00ster91
2022-08-14test: update and add more testsr00ster91
2022-08-14docs: add more docsr00ster91
2022-08-14api: rename and deprecate a bunch of functionsr00ster91
2022-08-14api: deprecate `isBlank` and `isGraph`.r00ster91
2022-08-14fix: off-by-one in `isCntrl`r00ster91
2022-08-14feat: new `control_code`r00ster91
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-08add allocation free versions of lower/upper stringxackus
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-02-27std.ascii: add lessThanIgnoreCase and orderIgnoreCaseAndrew Kelley
2020-12-31Year++Frank Denis
2020-12-04std: Add a few helpers for matching ascii strings (#7300)LemonBoy
2020-11-02std/ascii: add spaces arrayIsaac Freund
2020-08-20add license header to all std lib filesAndrew Kelley
2020-05-16Creates `std.ascii.control_code` that contains the C0 control codes as named ...Felix (xq) Queißner
2020-05-12Remove redundant ASCII functionsGreg Anders
2020-05-11Add helper functions and docstrings to ascii.zigGreg Anders
2020-02-12Switch a bunch of FBA to use testing.allocatorBenjamin Feng
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-09-25mv std/ lib/Andrew Kelley