aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/regex/regex2.h
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* libc: regex: retire internal EMPTBR ("Empty branch present")Kyle Evans2020-12-051-1/+0
* libregex: implement \b and \B (word boundary, not word boundary)Kyle Evans2020-12-051-0/+2
* libregex: implement \` and \' (begin-of-subj, end-of-subj)Kyle Evans2020-12-051-0/+2
* libregex: Implement a subset of the GNU extensionsKyle Evans2020-08-041-0/+1
* regcomp: reduce size of bitmap for multibyte localesYuri Pankov2018-12-121-3/+8
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* The impending libregex will implement GNU extensions to bring BREs andKyle Evans2017-07-061-0/+1
* regex: unsign and constify some variables.Pedro F. Giffuni2017-04-231-6/+6
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Use prototypes for CHIN1() and CHIN().Stefan Farfeleder2005-09-121-6/+2
* Change OUT from -2 to CHAR_MIN-1, making it impossible for it toTim J. Robbins2005-08-131-1/+1
* Make regular expression matching aware of multibyte characters. The generalTim J. Robbins2004-07-121-17/+57
* Remove incomplete support for multi-character collating elements. RemoveTim J. Robbins2004-07-111-17/+0
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-1/+0
* Enhance the optimization provided by pre-matching. Fix style bugs withDaniel C. Sobral2000-07-021-0/+1
* Add Boyler-Moore algorithm to pre-matching test.Daniel C. Sobral2000-06-291-0/+4
* int -> long changes that reduce the diffs with the NetBSD version toJohn Birrell1998-05-141-22/+22
* Use locale for character classes instead of hardcoded valuesAndrey A. Chernov1996-08-111-4/+4
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+173