| Commit message (Expand) | Author | Age | Files | Lines |
* | we also have "VAR_*" constants in parsevar with totally different meanings. |  espie | 2019-12-22 | 1 | -4/+4 |
* | yet another mostly cosmetic diff |  espie | 2019-12-21 | 1 | -4/+4 |
* | add !!= |  espie | 2016-10-23 | 1 | -4/+23 |
* | Implement the ${<D} and ${<F} variables, as documented in the manual. |  natano | 2016-10-14 | 1 | -5/+19 |
* | Mark all the error printing functions as printf-like; fix two format |  guenther | 2015-09-27 | 1 | -3/+3 |
* | adjust to ohash being in libutil now, and to the interface changes. |  espie | 2014-05-12 | 1 | -2/+2 |
* | I'm a bit dyslexic. Found out by Jan Klemkow. Thanks. |  espie | 2014-01-29 | 1 | -3/+3 |
* | this actually requires a comment. I would never have figured it out if |  espie | 2014-01-06 | 1 | -3/+13 |
* | fix error messages, avoid dereferencing null pointers. |  espie | 2014-01-06 | 1 | -19/+36 |
* | remove TIMESTAMP abstraction layer, prodded by theo. |  espie | 2013-04-23 | 1 | -3/+3 |
* | turns out if a line ends with a $, the var module will run off the cliff |  espie | 2013-02-15 | 1 | -1/+11 |
* | new interface: look in command lines for variables that indicate a list of |  espie | 2012-10-09 | 1 | -1/+68 |
* | more changes, discussed and tested by various people. |  espie | 2012-10-02 | 1 | -41/+61 |
* | - make wrong variable specs (unterminated) parse errors. |  espie | 2012-08-25 | 1 | -4/+5 |
* | minor cleanup: error messages include lineno and fileno together, so |  espie | 2012-03-22 | 1 | -3/+4 |
* | fix a segfault found by jasper@ |  espie | 2011-06-20 | 1 | -4/+9 |
* | Correct $OpenBSD$ stuff |  espie | 2010-07-19 | 1 | -2/+1 |
* | pure whitespace cleanup |  espie | 2010-04-25 | 1 | -2/+2 |
* | fix loopvar debug prints. Issue reported by naddy@ |  espie | 2009-05-13 | 1 | -1/+7 |
* | typo fixed (overriden -> overridden) |  tobias | 2008-11-09 | 1 | -2/+2 |
* | simplify dynamic variable handling a great deal: |  espie | 2007-11-17 | 1 | -96/+35 |
* | prevent gcc from complaining |  espie | 2007-11-04 | 1 | -5/+5 |
* | fix some lint FALLTHROUGH |  deraadt | 2007-11-03 | 1 | -1/+2 |
* | more blank space removal |  espie | 2007-09-17 | 1 | -6/+6 |
* | more zap spaces |  espie | 2007-09-17 | 1 | -2/+2 |
* | zap more spaces at end of line |  espie | 2007-09-17 | 1 | -2/+2 |
* | kill extra spaces at end of line |  espie | 2007-09-17 | 1 | -10/+10 |
* | remove warnings |  espie | 2007-09-16 | 1 | -2/+1 |
* | remove dead code: #define RECHECK is always on |  espie | 2007-09-16 | 1 | -1/+1 |
* | introduce a Var_Substi to substitute on intervals. |  espie | 2007-07-30 | 1 | -1/+18 |
* | everywhere except in Var_Parse, we always add/append variables to the |  espie | 2007-07-30 | 1 | -4/+7 |
* | now that it's clean enough, one can extract some common code from |  espie | 2007-07-30 | 1 | -26/+28 |
* | zap unused variable |  espie | 2007-07-24 | 1 | -2/+1 |
* | simplify computations in the var module: instead of advancing a char * |  espie | 2007-07-24 | 1 | -59/+46 |
* | move the code that grabs a value in Var_Parse in its own function, |  espie | 2007-07-24 | 1 | -33/+79 |
* | change Var_ParseSkip API to increment the position instead of returning a |  espie | 2007-07-24 | 1 | -11/+12 |
* | make sure loop variables use their own buffers. |  espie | 2007-07-22 | 1 | -2/+4 |
* | big clean-up patch: |  espie | 2007-07-20 | 1 | -682/+815 |
* | reorder stuff in var.c so that the next patch is more readable. |  espie | 2007-07-20 | 1 | -160/+160 |
* | rename variable to errorIsOkay. What does oldVars mean anyway ? |  espie | 2007-07-08 | 1 | -4/+4 |
* | missed part: add check to avoid poison checking inexistent local vars, |  espie | 2007-07-08 | 1 | -2/+13 |
* | A set of big related changes. okay millert@, tested further by kettenis@ |  espie | 2007-07-08 | 1 | -298/+280 |
* | VarDelete is no longer used by list functions, so let it do type-checking |  espie | 2007-01-02 | 1 | -5/+3 |
* | use stdint.h where appropriate. okay millert@ |  espie | 2006-01-20 | 1 | -17/+17 |
* | ISO function declarations, trim a few comments, rename a few variables to |  espie | 2004-04-07 | 1 | -151/+84 |
* | - check if result is valid before using it. |  fgsch | 2003-10-07 | 1 | -2/+3 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-03 | 1 | -6/+2 |
* | tweak quick_lookup for a faster path. |  espie | 2002-06-05 | 1 | -15/+15 |
* | Mostly clean-up: |  espie | 2001-05-23 | 1 | -276/+86 |
* | Don't go beyond end of string. |  espie | 2001-05-15 | 1 | -4/+9 |