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
/
usr.bin
/
make
/
varmodifiers.c
Age
Commit message (
Expand
)
Author
2007-07-30
everywhere except in Var_Parse, we always add/append variables to the
Marc Espie
2007-07-24
simplify computations in the var module: instead of advancing a char *
Marc Espie
2007-07-24
move the code that grabs a value in Var_Parse in its own function,
Marc Espie
2007-07-24
change Var_ParseSkip API to increment the position instead of returning a
Marc Espie
2007-07-20
big clean-up patch:
Marc Espie
2005-07-15
fixes 4286.
Marc Espie
2004-04-07
ISO function declarations, trim a few comments, rename a few variables to
Marc Espie
2003-10-07
- check if result is valid before using it.
Federico G. Schwindt
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2001-09-07
Repair regular expression substitution.
Marc Espie
2001-05-23
Mostly clean-up:
Marc Espie
2001-05-07
some complex situations need those functions to be reentrant, hence no
Marc Espie
2001-05-03
Synch with my current work.
Marc Espie
2000-09-14
Clean-up, systematic use of UNUSED, white space...
Marc Espie
2000-09-14
Two new functions:
Marc Espie
2000-07-24
Oops.
Marc Espie
2000-07-17
FALLTHRU -> FALLTHROUGH, requested by miod@ and style(9)
Marc Espie
2000-07-17
- let VarModifiers_Apply accept NULL string gracefully,
Marc Espie
2000-07-17
Major unobfuscation: split var modifiers handling to a separate file.
Marc Espie