aboutsummaryrefslogtreecommitdiffstats
path: root/regexp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-03regexp: Update UnicodeData.txt.gniibe/regexpNIIBE Yutaka1-61/+2240
2020-04-03regexp: Add copyright information.NIIBE Yutaka1-1/+22
2020-02-14regexp: Add comment of changes.NIIBE Yutaka1-0/+5
2020-02-13regexp: Tweak generation of _unicode_mapping.c.NIIBE Yutaka1-5/+2
2020-02-13regexp: Add rules to generate _unicode_mapping.c.NIIBE Yutaka3-269/+54
2020-02-13regexp: More removal from unused utf8 functions.NIIBE Yutaka3-369/+1
2020-02-13regexp: Also don't need title map.NIIBE Yutaka1-6/+0
2020-02-13regexp: Don't need width calc for regexp.NIIBE Yutaka3-2513/+0
2020-02-12regexp: Check if ->pmatch != NULL.NIIBE Yutaka2-9/+13
2020-02-12regexp: A little fix for jimregexp.c.NIIBE Yutaka1-0/+4
2020-02-12regexp: Add regexp/Makefile.am.NIIBE Yutaka1-0/+28
2020-02-12regexp: Add UTF-8 support.NIIBE Yutaka3-0/+34603
2020-02-12regexp: Remove including Jim Tcl headers.NIIBE Yutaka2-4/+0
2020-02-12regexp: Add regexp module from Jim Tcl.NIIBE Yutaka5-0/+2465