summaryrefslogtreecommitdiff
path: root/usr.bin/make/var.c
AgeCommit message (Expand)Author
1999-09-15Reuse the Hash_Entry `name' field to store the variable name when wesommerfeld
1999-09-15Replace the linear variable list in the GNode with a hash table. Gives amycroft
1999-09-12Add :O var modifier, that sorts the words in a variable.christos
1999-06-06Revert previous change. I am a bonehead.christos
1999-06-06remove accidentally left debugging codechristos
1999-06-06Allow junk variable to work in non dynamic contexts. Allows as to say thingschristos
1999-04-03Make regex support conditional on NO_REGEX (was MAKE_BOOTSTRAP)gwr
1998-11-06- full prototypeschristos
1998-11-01Reduced memory leaks.itohy
1998-10-13Include sys/types.hwsanchez
1998-09-18Fix conditional variable expression parsing (reported by cgd)christos
1998-04-03in Var_Parse(), set delim in a couple of other paths into cleanupcgd
1998-04-01Add conditional variable evaluation from Alistair Crooks.christos
1998-03-26PR/5210: Hauke Fath: make core dumps with .SHELLchristos
1997-09-28wrap #include <sys/cdefs.h>, __RCSID(...) stuff in #ifndef MAKE_BOOTSTRAPlukem
1997-09-22Expand variables within variables correctly; eg.christos
1997-07-10Fix memory corruption that was caused by debugging code leftovers.christos
1997-07-07PR/3825: David A. Holland: global regexp handling gets stuck in infinite loop.christos
1997-07-01Add WARNS=1christos
1997-03-18Fix problems in the RE substitution error handling.christos
1996-12-31Don'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-13Add 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. Addchristos
1995-11-02Minor:christos
1995-06-14- $NetBSD$ rcsidschristos
1995-02-04str.c: Don't free NULL; does not work with non posix frees.christos
1995-01-20Fixed to parse correctly SysV variable substitutions ${VAR:P1=P2} whenchristos
1995-01-09Save the name of the environment variables. Remove the comment thatchristos
1994-06-16Christos' fix for quoting variable extraction properly.jtc
1994-06-06Fixes from Christos Zoulas, who used purify, objectcenter and testcenterjtc
1994-03-05fixes/improvements from Christos Zoulas <christos@deshaw.com>.cgd
1994-01-13Include appropriate header files to bring prototypes into scope.jtc
1994-01-13add missing arg to setenv(). reported by downsj@csos.orst.educgd
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd