Create VAR_ENV context, and fill it with everything in the environment.
[dragonfly.git] / usr.bin / make / var.c
2005-04-15 Max OkumotoCreate VAR_ENV context, and fill it with everything...
2005-04-15 Max OkumotoSplit VarFind() into a series of functions tailored...
2005-04-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-03-31 Max OkumotoFreeBSD-Date: 2005/03/22 12:38:55
2005-03-29 Max OkumotoFixed a bug that broke building docs on FreeBSD. The...
2005-03-29 David RhodusMerge from vendor branch HEIMDAL:
2005-03-28 David RhodusMerge from vendor branch HEIMDAL:
2005-03-23 Max OkumotoUndo last commit. This was not my hisenbug. :-P
2005-03-23 Max OkumotoFixed reference of memory after free.
2005-03-20 Max Okumotopatch-7.163
2005-03-20 Max Okumotopatch-7.162
2005-03-20 Max Okumotopatch-7.161
2005-03-20 Max Okumototch-7.160
2005-03-20 Max Okumotopatch-7.158
2005-03-20 Max Okumotopatch-7.157
2005-03-20 Max Okumotopatch-7.156
2005-03-20 Max OkumotoClean up Var_SetEnv().
2005-03-19 Max Okumotopatch-7.149
2005-03-19 Max Okumotopatch-7.145
2005-03-19 Max Okumotopatch-7.144
2005-03-19 Max Okumotopatch-7.143
2005-03-16 Max Okumotopatch-7.142
2005-03-16 Max Okumotopatch-7.141
2005-03-16 Max Okumotopatch-7.140
2005-03-16 Max Okumotopatch-7.139
2005-03-16 Max Okumotopatch-7.138
2005-03-16 Max Okumotopatch-7.137
2005-03-16 Max Okumotopatch-7.136
2005-03-16 Max Okumotopatch-7.135
2005-03-16 Max Okumotopatch-7.134
2005-03-16 Max Okumotopatch-7.133
2005-03-16 Max Okumotopatch-7.132
2005-03-16 Max Okumotopatch-7.131
2005-03-16 Max Okumotopatch-7.130
2005-03-16 Max Okumotopatch-7.129
2005-03-16 Max Okumotopatch-7.128
2005-03-16 Max OkumotoVar_Parse(), VarParse()
2005-03-12 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-12 Max Okumotopatch-7.126
2005-03-12 Max Okumotopatch-7.125
2005-03-12 Max Okumotopatch-7.124
2005-03-12 Max Okumoto patch-7.123
2005-03-12 Max Okumotopatch-7.122
2005-03-12 Max Okumotopatch-7.121
2005-03-12 Max Okumotopatch-7.120
2005-03-12 Max Okumotopatch-7.117
2005-03-12 Max Okumotopatch-7.116
2005-03-12 Max Okumotopatch-7.115
2005-03-12 Max Okumotopatch-7.114
2005-03-12 Max Okumotopatch-7.113
2005-03-12 Max OkumotoVarParseLong()
2005-03-12 Max OkumotoVarParseLong(), ParseRest()
2005-03-12 Max OkumotoConstify Var_Dump and simplify it by inlining VarPrintVar.
2005-03-09 Max OkumotoReduce diffs between FreeBSD
2005-03-08 Simon SchubertMerge from vendor branch CVS:
2005-03-07 Max OkumotoWhitespace cleanup. Noted by harti
2005-03-07 Max OkumotoCorrected spelling of colon.
2005-03-04 Max Okumotopatch-7.110 var.c
2005-03-04 Max Okumotopatch-7.108
2005-03-04 Max Okumotopatch-7.107
2005-03-04 Max Okumotopatch-7.105a
2005-03-04 Max Okumotopatch-7.105
2005-03-04 Max Okumotopatch-7.104
2005-03-04 Max OkumotoParseModifier()
2005-03-04 Max OkumotoParseModifier()
2005-03-04 Max OkumotoParseModifier() and modifier_M()
2005-03-03 Max OkumotoReduce diff between FreeBSD.
2005-03-02 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-02 Joerg SonnenbergerMerge from vendor branch GCC:
2005-03-01 Max Okumotopatch-7.100
2005-03-01 Max Okumotopatch-7.99
2005-03-01 Max Okumotopatch-7.98
2005-03-01 Max Okumotopatch-7.97
2005-03-01 Max Okumotopatch-7.96
2005-03-01 Max Okumotopatch-7.95
2005-03-01 Max Okumotopatch-7.94
2005-03-01 Max Okumotopatch-7.93
2005-03-01 Max Okumotopatch-7.92
2005-03-01 Max Okumotopatch-7.91
2005-03-01 Max OkumotoThis should have been part of the previous commit messs...
2005-03-01 Max OkumotoVar_Parse():
2005-03-01 Max OkumotoAdd comment harti made about outofdate comment.
2005-02-28 Max OkumotoThe rest of the modifications that Harti made to patch...
2005-02-28 Max OkumotoMerge in some changes that Harti made to patch 7.49
2005-02-26 Max OkumotoChange some white space to match FreeBSD.
2005-02-25 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-02-18 Max OkumotoMake sure that length variable is set to zero before...
2005-02-18 Max OkumotoThis is an ugly hack, but for now I am spliting ParseMo...
2005-02-18 Max OkumotoVarParseLong():
2005-02-18 Max OkumotoVarParseShort(): Change else blocks to fall through.
2005-02-18 Max OkumotoVarParseLong():
2005-02-18 Max OkumotoChanged code to avoid modifying the input string, its...
2005-02-17 Max OkumotoVarParseLong() - Removed space at end of line.
2005-02-15 Max OkumotoCreate two new functions VarParseShort() and VarParseLo...
2005-02-15 Max Okumoto- Remove more dead code, since VarExpand() is never...
2005-02-15 Max Okumoto- Push more variables into local scope of the if else...
2005-02-15 Max Okumoto- Killing some dead code, since the conditions can...
2005-02-15 Max Okumoto- Copy destroy code at end of Var_Parse() up into else...
2005-02-15 Max Okumoto- Cleanup Destroy code at end of Var_Parse()
2005-02-15 Max Okumoto- Clean up return statements at end of Var_Parse().
next