Age | Commit message (Expand) | Author |
2001-09-19 | occured->occurred | Mike Pechkin |
2001-09-16 | Make make cross-compilable. | Artur Grabowski |
2001-09-15 | fix a pasto, fix pr 1969 | Michael Shalayeff |
2001-09-07 | Repair regular expression substitution. | Marc Espie |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ... | Todd C. Miller |
2001-08-20 | Powered by @mantoya. | Mike Pechkin |
2001-08-19 | byebye. Not used. Just keeps getting out of synch. | Marc Espie |
2001-07-18 | Avoid dumping core when reporting open conditionals. | Marc Espie |
2001-07-18 | CDIAGFLAGS | Marc Espie |
2001-07-11 | Typo in comment | Marc Espie |
2001-06-12 | Replace the most used static lists in make by persistent growable arrays. | Marc Espie |
2001-06-07 | Better warning fix, in line with the rest of the code | Marc Espie |
2001-06-05 | calloc stats in one-shot case. | Marc Espie |
2001-06-05 | Use Str_concat instead of fixed buffers and snprintf in building paths. | Marc Espie |
2001-06-03 | Make sure targs get initialized. | Marc Espie |
2001-05-31 | Simple guard against overflow. Better code to appear. | Marc Espie |
2001-05-30 | -Wall cleanup, mostly useless otherwise | Theo de Raadt |
2001-05-29 | Protect against copying a too long PWD. | Marc Espie |
2001-05-29 | Take includes out of lst.h, re-add what's needed to separate files. | Marc Espie |
2001-05-29 | Synch | Marc Espie |
2001-05-29 | Blech! gcc is a stupid program. Compiling with -fno-builtin shows lots | Marc Espie |
2001-05-27 | Fix DirExpandCurlyi. Noticed by ho@. Okay miod@. | Marc Espie |
2001-05-23 | Mostly clean-up: | Marc Espie |
2001-05-15 | Don't go beyond end of string. | Marc Espie |
2001-05-15 | thinko in my rewrite. Repair var:sh = something | Marc Espie |
2001-05-14 | Ensure IFile str is always intialized, so that we can free it without | Marc Espie |
2001-05-07 | some complex situations need those functions to be reentrant, hence no | Marc Espie |
2001-05-07 | avoid closing the same file twice. parse module assumes ownership of | Marc Espie |
2001-05-07 | Even though str_concati is supposed to handle intervals, it was still | Marc Espie |
2001-05-05 | Document for loop mechanics for several variables. | Marc Espie |
2001-05-03 | Bump bootstrap stuff from op-make. Mostly from fries@ | Marc Espie |
2001-05-03 | Minor manpage tweaks | Marc Espie |
2001-05-03 | Synch with my current work. | Marc Espie |
2001-05-03 | old file | Marc Espie |
2001-03-29 | Pretty. | Aaron Campbell |
2001-03-02 | Use the ohash_* that's now in libc. | Marc Espie |
2001-02-17 | Guard against Var_Value() being applied to an empty string, which it | Marc Espie |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist |
2001-01-28 | Missing copyright | Marc Espie |
2000-12-27 | Show CURDIR in that failure case too. Can't show a Makefile name yet | Marc Espie |
2000-12-07 | Forgot to copy end of name in nested variable names, so that | Marc Espie |
2000-12-06 | we actually have useful code for '.for' loops, its not a no-op. ok espie@ | Todd T. Fries |
2000-11-27 | This patch fixes ArchFindMember so that it handles SVR4 members | Marc Espie |
2000-11-27 | This does fix some nasty issues: ar field members are NOT null-terminated. | Marc Espie |
2000-11-27 | We take of the SVR4 archive handling data structure from our archive, | Marc Espie |
2000-11-27 | Factorise duplicated code involved in touching archives. | Marc Espie |
2000-11-24 | As it stands now, arch.c does not work. | Marc Espie |
2000-11-24 | Change the time stamp interface to use an abstract datatype. | Marc Espie |
2000-11-24 | Take advantage of VarModifiers_Apply, which can parse a variable spec | Marc Espie |