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