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
2001-12-25
- partially fix ${foo:?true:false} so that at least it now parses ok and
lukem
2001-06-12
Add 4th arg (flags) to Var_Set so that VarLoopExpand can tell it not
sjg
2001-06-10
Simplify the exporting of VAR_CMD's via MAKEFLAGS.
sjg
2001-06-09
Do a better job of duplicate suppression in .MAKEOVERRIDES.
sjg
2001-06-09
Modify handling of command line variable assignments and their exporting
sjg
2001-06-05
Perform variable expansion on sysv rhs patterns. That is, expand ${O} in: $...
explorer
2001-06-01
A number of semi-related changes.
sjg
2001-05-12
Modifier :P avoid segfault if gn is found but path is NULL.
sjg
2001-03-10
redo of previous: do not destroy v->val if str points to v->val.
itojun
2001-03-09
correct case with VAR_KEEP. if clause checked VAR_KEEP backwards,
itojun
2000-09-05
fixed comment U -> u
christos
2000-09-05
:u modifier a'la uniq(1) [from der Mouse]
christos
2000-08-13
don't attempt to free varNoError too.
christos
2000-06-10
no need for v->name-- on JUNK vars anymore
sjg
2000-06-10
For VAR_JUNK variables, defer freeing of the name string until the bottom of
mycroft
2000-06-10
Don't free v until after the last use.
sjg
2000-06-06
Do some evil with VAR_KEEP to make it happier. This seems... wrong.
mycroft
2000-06-06
Allow further patterns after a :D or :U, as in ODE make. (Copied some code
mycroft
2000-06-06
Roll back my for-expansion changes. Doing this right is just too hard to be
mycroft
2000-06-01
Make ::= work again with the VAR_FOR context changes.
sjg
2000-06-01
Create a `for' context, and substitute iteration variable from it using the
mycroft
2000-06-01
Rats! ${FOO:=bar} is a common usage of the SysV = modifier.
sjg
2000-05-30
Implemented a set of assignment modifiers. These solve obscure
sjg
2000-05-14
Expand variables that appear in a [No]Match pattern. Allows
sjg
2000-05-11
Expand variables in variable name passed to Var_Set and Var_Append.
sjg
2000-05-11
Pass ctxt along to VarLoopExpand so that local variables such as .TARGET
sjg
2000-04-29
Added the :U :D :L :P :! and :@ modifiers as used by ODE make.
sjg
2000-04-17
Don't type && when you mean || (pointed out by David Holland)
christos
2000-04-16
PR/9898: David Holland: small glitch in var substitution for single letter
christos
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
[next]