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
/
usr.bin
/
make
/
var.c
Age
Commit message (
Expand
)
Author
1999-09-15
Reuse the Hash_Entry `name' field to store the variable name when we
sommerfeld
1999-09-15
Replace the linear variable list in the GNode with a hash table. Gives a
mycroft
1999-09-12
Add :O var modifier, that sorts the words in a variable.
christos
1999-06-06
Revert previous change. I am a bonehead.
christos
1999-06-06
remove accidentally left debugging code
christos
1999-06-06
Allow junk variable to work in non dynamic contexts. Allows as to say things
christos
1999-04-03
Make regex support conditional on NO_REGEX (was MAKE_BOOTSTRAP)
gwr
1998-11-06
- full prototypes
christos
1998-11-01
Reduced memory leaks.
itohy
1998-10-13
Include sys/types.h
wsanchez
1998-09-18
Fix conditional variable expression parsing (reported by cgd)
christos
1998-04-03
in Var_Parse(), set delim in a couple of other paths into cleanup
cgd
1998-04-01
Add conditional variable evaluation from Alistair Crooks.
christos
1998-03-26
PR/5210: Hauke Fath: make core dumps with .SHELL
christos
1997-09-28
wrap #include <sys/cdefs.h>, __RCSID(...) stuff in #ifndef MAKE_BOOTSTRAP
lukem
1997-09-22
Expand variables within variables correctly; eg.
christos
1997-07-10
Fix memory corruption that was caused by debugging code leftovers.
christos
1997-07-07
PR/3825: David A. Holland: global regexp handling gets stuck in infinite loop.
christos
1997-07-01
Add WARNS=1
christos
1997-03-18
Fix problems in the RE substitution error handling.
christos
1996-12-31
Don't compile the regex code if MAKE_BOOTSTRAP (from gwr)
christos
1996-12-24
[initial version of the substitution/regexp changes were courtesy of Der Mouse]
christos
1996-11-06
- Merge in FreeBSD and Lite2 changes.
christos
1996-08-13
Add estrdup(), a checked version of strdup and use it.
christos
1996-05-28
- Move -D flags from Makefile to config.h and explain what they do. Add
christos
1995-11-02
Minor:
christos
1995-06-14
- $NetBSD$ rcsids
christos
1995-02-04
str.c: Don't free NULL; does not work with non posix frees.
christos
1995-01-20
Fixed to parse correctly SysV variable substitutions ${VAR:P1=P2} when
christos
1995-01-09
Save the name of the environment variables. Remove the comment that
christos
1994-06-16
Christos' fix for quoting variable extraction properly.
jtc
1994-06-06
Fixes from Christos Zoulas, who used purify, objectcenter and testcenter
jtc
1994-03-05
fixes/improvements from Christos Zoulas <christos@deshaw.com>.
cgd
1994-01-13
Include appropriate header files to bring prototypes into scope.
jtc
1994-01-13
add missing arg to setenv(). reported by downsj@csos.orst.edu
cgd
1993-08-01
Add RCS identifiers.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd