summaryrefslogtreecommitdiff
path: root/lib/libc/regex/engine.c
AgeCommit message (Expand)Author
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