index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
regex
/
engine.c
Age
Commit message (
Expand
)
Author
2009-02-12
sign-compare fixes
lukem
2007-02-08
ANSIfy.
junyoung
2007-02-08
Nuke __P.
junyoung
2005-12-02
constify and remove __UNCONST.
yamt
2004-04-03
Avoid infinite recursion on:
christos
2004-03-26
Redo previous in a different way; cast the character held in int variable
enami
2004-03-12
Sprinkle cast to prevent unwanted sign extension. Some of those actually
enami
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2002-07-22
make this compile with -DREDEBUG again.
christos
2001-12-17
PR/14975: Takayoshi Kochi: memory leak in regexec(3).
christos
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1999-01-20
Avoid overflow when adding a 64 bit quantity to a 32 bit pointer on 32 bit
christos
1998-12-08
regoff_t is used like size_t within the code, it should be defined
drochner
1998-11-14
Delint:
christos
1998-02-03
remove obsolete register declarations
perry
1997-07-13
Add missing return NULL;
christos
1997-01-23
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
mrg
1995-02-27
add unintrusive Ids
cgd
1995-01-30
clean up import; kill old cruft.
cgd
1994-02-23
Upgrade regex routines to alpha3.3.
jtc
1993-11-11
Update to Henry's Nov 2, 1993 alpha3.2 release.
jtc
1993-11-10
Henry Spencer's POSIX.2 compatibile regular expression matching routines.
jtc