index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
regex
/
engine.c
Age
Commit message (
Expand
)
Author
2016-09-21
Delete casts to off_t and size_t that are implied by assignments
Philip Guenther
2016-05-26
Change the way regexec handles REG_STARTEND combined with REG_NOTBOL.
Martijn van Duren
2016-05-25
KNF with respect to indentation; no code change
Ingo Schwarze
2016-05-25
Fix another one-byte buffer underflow (read access only).
Ingo Schwarze
2016-05-17
Fix a one-byte buffer underflow (read access only).
Ingo Schwarze
2015-12-28
Remove NULL-checks before free() and needless argument casts.
mmcc
2014-10-09
use reallocarray(NULL, a, b) instead of malloc(a, b), which gives us
Theo de Raadt
2013-11-28
The print() routine here can be passed at least some of the non-characters
Philip Guenther
2013-04-17
silence some warnings by adding prototypes, casts, and headers as
Ted Unangst
2005-08-05
zap rcsid
Marc Espie
2005-01-03
Plug a mem leak. Now you can run hanoi.sed witt a lot of pegs and not
Otto Moerbeek
2004-11-30
remove useless comments, once used for header file generation and delete
Otto Moerbeek
2004-11-29
Better fix for the "unbounded recursion case", for example
Otto Moerbeek
2004-10-17
ansify and deregister; no change in obj code. ok millert@
Otto Moerbeek
2004-08-13
Change an assert into a loop termination condition. Fixes a core
Todd C. Miller
2004-04-02
Avoid unbounded recursion in some expressions involving back references.
Otto Moerbeek
2004-03-30
Allow compilation w/ -DREDEBUG; non-debug compilation is unaffected.
Todd C. Miller
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-05-25
remaining easy snprintf conversions
Theo de Raadt
2002-02-16
Part 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 val
Todd C. Miller
1997-04-12
long -> int to fix 64bit issues. This breaks 16bit machines but since we don...
Todd C. Miller
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt