summaryrefslogtreecommitdiff
path: root/lib/libc/regex/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r325066:Pedro F. Giffuni2017-11-041-1/+1
* MFC r317707:Brooks Davis2017-05-091-0/+4
* MFC: r302824Andrey A. Chernov2016-07-221-6/+5
* MFC r278739:Xin LI2015-02-171-0/+17
* MFC r275930:Xin LI2015-01-021-1/+3
* MFC r268066:Pedro F. Giffuni2014-08-031-1/+17
* MFC r265202:Pedro F. Giffuni2014-05-091-1/+0
* Fix assignment of maximum bounadary.Xin LI2013-03-011-1/+1
* Remove some duplicated copyright notices.David Chisnall2012-03-061-5/+0
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-4/+16
* Converting int to wint_t leads to broekn comparison of raw charKevin Lo2011-11-111-8/+8
* - Don't handle out-of-memory conditionKevin Lo2011-11-101-20/+21
* Diff reduction against other *BSDs: ANSIfy functionXin LI2007-06-111-113/+49
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Directly include <runetype.h> for _CurrentRuneLocale, <_ctype.h> doesn'tStefan Farfeleder2004-10-031-0/+1
* Fix two problems with REG_ICASE that were introduced with the addition ofTim J. Robbins2004-09-051-13/+10
* Make regular expression matching aware of multibyte characters. The generalTim J. Robbins2004-07-121-261/+255
* Remove incomplete support for multi-character collating elements. RemoveTim J. Robbins2004-07-111-245/+8
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine2003-02-161-2/+2
* Add restrict type-qualifier.Mike Barcroft2002-10-021-2/+2
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+2
* Remove __P() usage.David E. O'Brien2002-03-211-43/+43
* Remove 'register' keyword.David E. O'Brien2002-03-211-203/+203
* The algorithm that computes the tables used in the BM search algorithm sometimesDaniel C. Sobral2001-11-091-1/+2
* altoffset() always returned whenever it recursed, because at the endDaniel C. Sobral2000-07-091-0/+4
* Add some casts here and there.Daniel C. Sobral2000-07-091-3/+3
* Do not free NULL pointers.Daniel C. Sobral2000-07-071-1/+1
* Deal with the signed/unsigned chars issue in a more proper manner. WeDaniel C. Sobral2000-07-071-3/+5
* I hate signed chars.^W^W^W^W^WCast to unsigned char before using signedDaniel C. Sobral2000-07-061-1/+1
* Correct comment to work with test code.Daniel C. Sobral2000-07-061-2/+2
* Use UCHAR_MAX consistently.Daniel C. Sobral2000-07-061-1/+1
* Enhance the optimization provided by pre-matching. Fix style bugs withDaniel C. Sobral2000-07-021-5/+164
* Initialize variables used by the Boyer-Moore algorithm.Daniel C. Sobral2000-06-291-0/+2
* Add Boyler-Moore algorithm to pre-matching test.Daniel C. Sobral2000-06-291-0/+144
* unsigned char cleanupAndrey A. Chernov1999-07-261-17/+17
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-161-4/+4
* Speedup in case locale not usedAndrey A. Chernov1997-04-041-5/+11
* collate_range_cmp -> __collate_range_cmpAndrey A. Chernov1996-10-311-4/+5
* Convert to newly aded collate compare functionAndrey A. Chernov1996-08-121-4/+4
* Remove static collcmp, use new internal function nowAndrey A. Chernov1996-08-121-37/+4
* Use collate data for national alpha character ranges like [a-z]Andrey A. Chernov1996-08-111-4/+45
* Short value is better for hash due to easy overflow in 8bit charactersAndrey A. Chernov1996-08-111-1/+1
* Use locale for character classes instead of hardcoded valuesAndrey A. Chernov1996-08-111-6/+66
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-28/+32
* 8bit clean fixesAndrey A. Chernov1996-03-251-3/+5
* More cleanup.Poul-Henning Kamp1995-10-221-2/+0
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+1698