summaryrefslogtreecommitdiff
path: root/lib/libc/regex/engine.c
AgeCommit message (Expand)Author
2016-09-21Delete casts to off_t and size_t that are implied by assignmentsPhilip Guenther
2016-05-26Change the way regexec handles REG_STARTEND combined with REG_NOTBOL.Martijn van Duren
2016-05-25KNF with respect to indentation; no code changeIngo Schwarze
2016-05-25Fix another one-byte buffer underflow (read access only).Ingo Schwarze
2016-05-17Fix a one-byte buffer underflow (read access only).Ingo Schwarze
2015-12-28Remove NULL-checks before free() and needless argument casts.mmcc
2014-10-09use reallocarray(NULL, a, b) instead of malloc(a, b), which gives usTheo de Raadt
2013-11-28The print() routine here can be passed at least some of the non-charactersPhilip Guenther
2013-04-17silence some warnings by adding prototypes, casts, and headers asTed Unangst
2005-08-05zap rcsidMarc Espie
2005-01-03Plug a mem leak. Now you can run hanoi.sed witt a lot of pegs and notOtto Moerbeek
2004-11-30remove useless comments, once used for header file generation and deleteOtto Moerbeek
2004-11-29Better fix for the "unbounded recursion case", for exampleOtto Moerbeek
2004-10-17ansify and deregister; no change in obj code. ok millert@Otto Moerbeek
2004-08-13Change an assert into a loop termination condition. Fixes a coreTodd C. Miller
2004-04-02Avoid unbounded recursion in some expressions involving back references.Otto Moerbeek
2004-03-30Allow compilation w/ -DREDEBUG; non-debug compilation is unaffected.Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-05-25remaining easy snprintf conversionsTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
1997-04-28- cast usages of *printf() to void since we don't check return valTodd C. Miller
1997-04-12long -> int to fix 64bit issues. This breaks 16bit machines but since we don...Todd C. Miller
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt