summaryrefslogtreecommitdiff
path: root/lib/libc/regex/regexec.c
AgeCommit message (Collapse)Author
2005-08-05zap rcsidMarc Espie
2004-11-30remove useless comments, once used for header file generation and deleteOtto Moerbeek
parameter names from prototypes. ok millert@
2004-10-17ansify and deregister; no change in obj code. ok millert@Otto Moerbeek
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
1997-04-30Remove dead code and variablesThorsten Lockert
1997-04-28- cast usages of *printf() to void since we don't check return valTodd C. Miller
- move an assert to be *before* a strcpy() where it can do some good. - integrate NetBSD fixes for 64-bit machines (NetBSD PR #3450, Ross Harvey) - add lite2 tags
1997-04-12long -> int to fix 64bit issues. This breaks 16bit machines but since we ↵Todd C. Miller
don't have any 16bit ports...) The alternative is to use int32_t's but then this code will break when/if int > 32bits which is not so unlikely. Fixes NetBSD PR #3450 from Ross Harvey (but in a different way)
1996-09-15Remove dead codeThorsten Lockert
Remove unused variables Silence some warnings lint(1) is your friend
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1996-03-25Make a proper lvalue in INCThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt