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
/
dist
/
nawk
Age
Commit message (
Expand
)
Author
2003-10-26
bump the regular expression cache from 20 expressions to 128
jdolecek
2003-10-26
exit with fatal error if backreferences are used in subst string
jdolecek
2003-10-26
cleanup some (uschar **) to (char **) casts which break
jdolecek
2003-08-13
use bounded string op
itojun
2003-08-02
Merge nawk version 20030729 changes, and resolve conflicts.
jdolecek
2003-08-02
Import nawk as of 2003/07/29
jdolecek
2003-05-17
sscanf overrun
itojun
2002-06-27
correctly handle 'printf "%c", 0' - previously, it accessed random
jdolecek
2001-02-09
call setlocale(3) on startup
jdolecek
2001-02-09
cast the parameter to toupper()/tolower() to unsigned char, so that
jdolecek
2001-02-08
add GNU awk compatible functions systime(), strftime() and gensub()
jdolecek
2001-02-05
ytab.[ch] --> awkgram.[ch]
jdolecek
2001-02-05
use awkgram.h, generate constified printname[] and tokname()
jdolecek
2001-02-05
change to build/use awkgram.[ch] instead of ytab.[ch]
jdolecek
2001-02-05
regen with correct token numbers (since only in comment, this is cosmetic only)
jdolecek
2001-02-05
Import nawk 2000/11/15.
jdolecek
2001-01-23
adapt to NetBSD build environment, constify a little
jdolecek
2001-01-23
Import nawk 2000/11/15, try #2.
jdolecek