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