Age | Commit message (Expand) | Author |
2000-10-13 | Fix Arch_MemMTime (previous change I did was bogus) | Marc Espie |
2000-10-13 | esetenv: does a setenv and bails out if error. | Marc Espie |
2000-09-14 | This kills the last old hashing table, in arch.c | Marc Espie |
2000-09-14 | Introduce a few macros to handle timestamps in an abstract way. | Marc Espie |
2000-09-14 | Replace the old hash used to hold file names within a directory with | Marc Espie |
2000-09-14 | - new DirReadDir internal function, that just reads a directory from | Marc Espie |
2000-09-14 | Use the new hash scheme to store the target nodes. | Marc Espie |
2000-09-14 | Clean-up, systematic use of UNUSED, white space... | Marc Espie |
2000-09-14 | Two new functions: | 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-31 | POSIX rules: pass variables set on the command line to submakes through | Marc Espie |
2000-07-24 | Oops. | Marc Espie |
2000-07-18 | Handle MAKEFLAGS variation mandated by POSIX. | Marc Espie |
2000-07-17 | FALLTHRU -> FALLTHROUGH, requested by miod@ and style(9) | 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 | Str_Match returns TRUE or FALSE, better style to test those rather | 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-07-17 | Consistency bug: for substitution should look in the same places other | Marc Espie |
2000-07-06 | Insert missing .El directive; todd@ | Aaron Campbell |
2000-07-01 | Slightly nicer wording: begins by -> begins with | Marc Espie |
2000-07-01 | Forgot to import one estrdup from my trunk. | Marc Espie |
2000-06-30 | Recognize `+cmd' as a command that should always be executed, even in | Marc Espie |
2000-06-28 | unsigned -> unsigned int (implicit int is deprecated) | Marc Espie |
2000-06-25 | Cater to people who don't run make depend better. | Marc Espie |
2000-06-23 | This patch replaces str_concat with a slightly unobfuscated version. | Marc Espie |
2000-06-23 | This is complementary to the previous patch. | Marc Espie |
2000-06-23 | This patch is worth a lot, speed-wise. | Marc Espie |
2000-06-23 | This is the speed-up patch, which doubles make speed (almost). | Marc Espie |
2000-06-23 | Open Hashing library, based on Knuth. | 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-23 | Trivial consequences of the previous list changes: | Marc Espie |
2000-06-17 | Needed to allow complete dynamic list removal. | Marc Espie |
2000-06-17 | This removes the few instances of Lst_New left. | Marc Espie |
2000-06-17 | A few assorted changes, to remove more dynamic lists. | Marc Espie |
2000-06-17 | This patch introduces a distinction between | Marc Espie |
2000-06-17 | This patch moves the definition of lists and list nodes to lst.h. | Marc Espie |
2000-06-10 | Clean-up patch: use `void *' instead of old-fashioned ClientData/Address. | Marc Espie |
2000-06-10 | no longer needed | Marc Espie |
2000-06-10 | Thus, Lst_ForEach no longer needs returning a status. | Marc Espie |
2000-06-10 | Lst_Find and Lst_ForEach do the same thing, except that the comparison | Marc Espie |
2000-06-06 | close pr1260 from danh@nfol.com | Eric Jackson |