patch-7.113
[dragonfly.git] / usr.bin / make / var.c
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().
2005-02-15 Max Okumoto- Moved haveModifier handing up into else-if block...
2005-02-15 Max Okumoto- Factor out code into a new function VarExpand().
2005-02-15 Max OkumotoMake sure the $FreeBSD$ tags are correct.
2005-02-14 Max Okumoto- Changed type of vlen from int to size_t.
2005-02-14 Max Okumoto- Remove adding of '\0' to a Buffer object, since that...
2005-02-13 Max OkumotoCopy input parameter 'char *str' pointer into two varia...
2005-02-13 Max OkumotoMove statement into both branches of a if-statement...
2005-02-13 Max OkumotoMove statement into both branches of a if-statement...
2005-02-13 Max OkumotoUse strchr() instead of a switch statement to determine...
2005-02-13 Max OkumotoRe-order conditions in if-statement a group of so commo...
2005-02-11 Max OkumotoHarti moved my comment.
2005-02-11 Max OkumotoRemoved period from end of sentence, to reduce diffs...
2005-02-11 Max OkumotoReduced diff between FreeBSD.
2005-02-11 Max OkumotoRenamed variable 'l' to 'ln'
2005-02-10 Max OkumotoTemporarily create new scope and reindent section which...
2005-02-10 Max OkumotoFix comment indention.
2005-02-10 Max OkumotoMove assignment of variables {freePtr, dynamic, start...
2005-02-10 Max OkumotoMove some variables at top of Var_Parse() into local...
2005-02-09 Max OkumotoCleanup white space (removed spc between tabs)
2005-02-09 Max OkumotoChanged renamed macros *_BRACKET to *_BRACE.
2005-02-09 Max OkumotoUntangle VarFind and, while rewriting most of the funct...
2005-02-09 Max OkumotoMove VarCreate() and VarDestroy() close to top of file...
2005-02-09 Max OkumotoRemoved uneeded white space.
2005-02-09 Max Okumoto- Move Error case to top of elseif chain.
2005-02-09 Max Okumoto- Split out error case where input to Var_Parse() is...
2005-02-08 Max Okumoto- Removed declaration of VarModify() since it is define...
2005-02-08 Max OkumotoChange whitespace to match with FreeBSD. But to reduce...
2005-02-08 Max Okumoto- Add brace around switch statement.
2005-02-07 Max Okumoto- Reduce white space diffs after harti commited my...
2005-02-06 Max Okumoto- Use a temp variable to simplify long condition in...
2005-02-06 Max Okumoto- Eliminate duplicate code.
2005-02-06 Max Okumoto- cleanup Var_Parse() by removing negtive logic in...
2005-02-06 Max Okumoto- Remove redundent code. Why check for isupper before a
2005-02-06 Max Okumoto- Define new typedef VarModifyProc and use it to clarif...
2005-02-04 Max Okumoto- make a temporary copy of the name because Var_Subst...
2005-02-04 Max Okumoto- Constify Var_Delete()
2005-02-04 Max Okumoto- Revert some white space changes, to keep us in sync...
2005-02-04 Max OkumotoPut back spaces at begining of functions that have...
2005-02-01 Max Okumoto- Fix some duplicate commenting for struct Job, struct...
2005-02-01 Max Okumoto- Add comments to clarify code
2005-01-31 Max Okumoto- Convert negative logic, so code is easyer to read.
2005-01-30 Max Okumoto- Hide the following characters '(', ')', '{', '}'...
2005-01-29 Max Okumoto- Replace confusing for loop with a do {} while ()...
2005-01-28 Max Okumoto- Cleanup Var_Subst() by removing duplicated code.
2005-01-28 Max Okumoto- Factor out the duplicate code and move it into VarCre...
2005-01-28 Max Okumoto- Fix indentation in VarFind()
2005-01-27 Max Okumoto- Add Buf_StripNewlines().
2005-01-27 Max Okumoto- New function Buf_AppendRange(), which is given a...
2005-01-27 Max Okumoto- New function Buf_Append(), which is given a pointer...
next