Age | Commit message (Expand) | Author |
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 |
2000-06-23 | Once those special variable are taken care of, other Var functions can take | Marc Espie |
2000-06-23 | Start of variable fixes and speed-ups. | Marc Espie |
2000-06-17 | This patch introduces a distinction between | Marc Espie |
2000-06-10 | Clean-up patch: use `void *' instead of old-fashioned ClientData/Address. | Marc Espie |
2000-06-10 | Thus, Lst_ForEach no longer needs returning a status. | Marc Espie |
2000-03-26 | Remove idiotic, braindead casts T* -> void* | Marc Espie |
2000-01-08 | Finish changing all Var_Parse arguments to size_t. Thanks to millert@ | Marc Espie |
1999-12-19 | Rearrange Lst_Find interface to conform better with other functions. | Marc Espie |
1999-12-18 | Nothing ever checks ReturnStatus on Lst_Insert, Lst_Append, Lst_AtFront, | Marc Espie |
1999-12-18 | NIL, NILGNODE, etc, are only glorified NULL. | Marc Espie |
1999-12-18 | make does not use circular lists, get rid of the extra weight. | Marc Espie |
1999-12-16 | Var_Subst is actually two distinct functions folded into one: | Marc Espie |
1999-12-16 | Allocate buffers as static data structures. | Marc Espie |
1999-12-16 | Remove unneeded extraneous zeros at the end of buffers. | Marc Espie |
1999-12-16 | Split Buf_GetAll into Buf_Retrieve/Buf_Size. | Marc Espie |
1999-12-16 | Start cleaning up buf.c in earnest. | Marc Espie |
1999-12-09 | Introduce `common usage' buf patterns and use them. | Marc Espie |
1999-12-06 | Extra parameter no longer needed, ditch. | Marc Espie |
1999-12-06 | Instead of retrieving var values from the environment again and again, | Marc Espie |
1999-12-06 | Clean up buffers interface somewhat: | Marc Espie |
1999-11-11 | Kill Str_FindSubString, it's strstr. | Marc Espie |
1999-11-10 | Turn on strict-prototypes, add missing prototypes. | Marc Espie |
1999-11-06 | Bug-fix: when expanding a specific variable v in $A, | Marc Espie |
1999-09-28 | Fix | Marc Espie |
1999-09-25 | Add :L/:U modificators (lowercase/uppercase) | Marc Espie |
1998-12-05 | Modifications from netbsd: | Marc Espie |
1998-07-23 | portable bootstrap thing; lidl@eng.us.uu.net | Theo de Raadt |
1998-03-30 | Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various places | Theo de Raadt |
1997-12-18 | for the test following test case, do not output FOOBAR=bar (should be FOOBAR=) | Theo de Raadt |
1997-04-01 | Sync with NetBSD (mostly by christos initial substitution/regexp from Der Mouse) | Todd C. Miller |