Age | Commit message (Expand) | Author |
2009-05-13 | fix loopvar debug prints. Issue reported by naddy@ | Marc Espie |
2008-11-09 | typo fixed (overriden -> overridden) | Tobias Stoeckmann |
2007-11-17 | simplify dynamic variable handling a great deal: | Marc Espie |
2007-11-04 | prevent gcc from complaining | Marc Espie |
2007-11-03 | fix some lint FALLTHROUGH | Theo de Raadt |
2007-09-17 | more blank space removal | Marc Espie |
2007-09-17 | more zap spaces | Marc Espie |
2007-09-17 | zap more spaces at end of line | Marc Espie |
2007-09-17 | kill extra spaces at end of line | Marc Espie |
2007-09-16 | remove warnings | Marc Espie |
2007-09-16 | remove dead code: #define RECHECK is always on | Marc Espie |
2007-07-30 | introduce a Var_Substi to substitute on intervals. | Marc Espie |
2007-07-30 | everywhere except in Var_Parse, we always add/append variables to the | Marc Espie |
2007-07-30 | now that it's clean enough, one can extract some common code from | Marc Espie |
2007-07-24 | zap unused variable | 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-22 | make sure loop variables use their own buffers. | Marc Espie |
2007-07-20 | big clean-up patch: | Marc Espie |
2007-07-20 | reorder stuff in var.c so that the next patch is more readable. | Marc Espie |
2007-07-08 | rename variable to errorIsOkay. What does oldVars mean anyway ? | Marc Espie |
2007-07-08 | missed part: add check to avoid poison checking inexistent local vars, | Marc Espie |
2007-07-08 | A set of big related changes. okay millert@, tested further by kettenis@ | Marc Espie |
2007-01-02 | VarDelete is no longer used by list functions, so let it do type-checking | Marc Espie |
2006-01-20 | use stdint.h where appropriate. okay millert@ | 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 |
2002-06-05 | tweak quick_lookup for a faster path. | Marc Espie |
2001-05-23 | Mostly clean-up: | Marc Espie |
2001-05-15 | Don't go beyond end of string. | Marc Espie |
2001-05-03 | Synch with my current work. | Marc Espie |
2001-03-02 | Use the ohash_* that's now in libc. | Marc Espie |
2000-12-07 | Forgot to copy end of name in nested variable names, so that | Marc Espie |
2000-11-24 | Take advantage of VarModifiers_Apply, which can parse a variable spec | Marc Espie |
2000-10-13 | esetenv: does a setenv and bails out if error. | Marc Espie |
2000-09-14 | Some systematic clean-up. | Marc Espie |
2000-08-21 | Var_Append needs to set v for DEBUG(VAR) to work. | Marc Espie |
2000-07-18 | Handle MAKEFLAGS variation mandated by POSIX. | Marc Espie |
2000-07-17 | parse embedded variable specs, e.g., ${VAR_${SUB}} | 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 |
2000-07-17 | separate modifiers handling from Var_Parse into a separate | Marc Espie |
2000-07-17 | This does replace Str_Match with a better routine, which handles negated | Marc Espie |
2000-07-17 | Constify a few functions, propagated from VarModify. | Marc Espie |
2000-07-17 | - recognize that FIND_CMD and FIND_GLOBAL are always used together, | Marc Espie |
2000-06-23 | This is the speed-up patch, which doubles make speed (almost). | Marc Espie |
2000-06-23 | This patch separates local contexts from global contexts for good. | Marc Espie |
2000-06-23 | In various places, VAR_CMD is used to actually mean `no real context', | Marc Espie |