Age | Commit message (Expand) | Author |
2002-03-19 | Kill remote comments, un-expose private code. | Marc Espie |
2002-03-06 | First step in really explaining what make does, and what's standard, | Marc Espie |
2002-03-02 | Kill JOB_REMIGRATE. | Marc Espie |
2002-03-02 | kill #ifdef REMOTE stuff that only obfuscates issues. | Marc Espie |
2002-02-26 | close PR 2311 | Marc Espie |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-01-30 | use defined(__ELF__) instead of a list of ELF architectures from which | Matthieu Herrb |
2002-01-16 | Use the volatile specifier to fix warnings about variables being | Todd C. Miller |
2001-12-02 | Put back the interrupt fixed code, since it's not the issue. | Marc Espie |
2001-11-23 | back out changes that break kernel compiles. good testing jobmk install! | Theo de Raadt |
2001-11-22 | Remove broken interrupt handler. | Marc Espie |
2001-11-22 | Explicitly mark nodes whose commands have been filled with | Marc Espie |
2001-11-17 | do not exit() from signal handler | Theo de Raadt |
2001-11-17 | errno saving | Theo de Raadt |
2001-11-11 | Fixed version... don't see how this could work on i386, since it didn't | Marc Espie |
2001-11-11 | undo changes that crash on (at least) the alpha | Theo de Raadt |
2001-11-11 | Redo LstInit as a macro: smaller and faster code in all cases, zeroing two | Marc Espie |
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 |