]> git.kaiwu.me - quickjs.git/commit
allow regexp interruption (e.g. with Ctrl-C in the REPL)
authorFabrice Bellard <fabrice@bellard.org>
Thu, 13 Mar 2025 16:17:51 +0000 (17:17 +0100)
committerFabrice Bellard <fabrice@bellard.org>
Thu, 13 Mar 2025 16:17:51 +0000 (17:17 +0100)
commit25aaa7737020d7ca98926abc532acc6c5755d562
treefd8e283bbae6bc4c749d2759c3657a9506599869
parent027f3cb5e44ac42cbcb0d0ec7b3462fe31f5e36a
allow regexp interruption (e.g. with Ctrl-C in the REPL)
libregexp.c
libregexp.h
quickjs.c