index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibC
/
regex.h
Age
Commit message (
Expand
)
Author
2022-08-23
LibC: Add missing sys/cdefs.h include
Emily Trau
2022-07-20
LibRegex: Partially implement the ECMAScript unicodeSets proposal
Ali Mohammad Pur
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-05
LibRegex+LibJS: Avoid searching for more than one match in JS RegExps
Ali Mohammad Pur
2022-01-26
LibRegex: Implement ECMA262 multiline matching without splitting lines
Ali Mohammad Pur
2021-12-21
LibRegex: Disallow duplicate named capture groups in ECMA262 parser
davidot
2021-07-30
LibRegex+LibUnicode: Begin implementing Unicode property escapes
Timothy Flynn
2021-07-13
LibRegex+LibC: Make re_nsub available to the user
Ali Mohammad Pur
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-14
LibC: Turn regex_t and regmatch_t into typedefs
Gunnar Beutner
2021-03-04
Everywhere: Remove unnecessary `clang-format off`s
William McPherson
2021-02-27
LibRegex: Implement section B.1.4. of the ECMA262 spec
AnotherTest
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling