Age | Commit message (Expand) | Author |
2000-02-02 | Bug-fix: make should behave sensibly when presented with negative times... | Marc Espie |
2000-02-01 | no need to extern int errno if errno.h is included | Theo de Raadt |
2000-01-25 | Kludge to fix timestamp bug. | Marc Espie |
2000-01-20 | Fix problem pointed out by FreeBSD, regen temp file name each time, to | Marc Espie |
2000-01-19 | .MAIN is nothing special. | Marc Espie |
2000-01-08 | Silence gcc -Wall on alpha in enomem() printf via cast to u_long. | Todd C. Miller |
2000-01-08 | Finish changing all Var_Parse arguments to size_t. Thanks to millert@ | Marc Espie |
2000-01-02 | More bugs... fixes for most pending. | Marc Espie |
1999-12-26 | For loops are no longer that bad. | 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 | Lst_DeQueue already checks for empty lists. | 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 | Bugfix: execvp might fail for many reasons. | Marc Espie |
1999-12-16 | Var_Subst is actually two distinct functions folded into one: | Marc Espie |
1999-12-16 | remaining part of the previous patch... patch got confused somehow. | Marc Espie |
1999-12-16 | for.c becomes sane. | Marc Espie |
1999-12-16 | Allocate buffers as static data structures. | Marc Espie |
1999-12-16 | Fix those two bugs in cond.c. | Marc Espie |
1999-12-16 | Remove unneeded extraneous zeros at the end of buffers. | Marc Espie |
1999-12-16 | Remove redundant fields from struct Buffer. | 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 | Split some allocation/error handling functions out of main.c | Marc Espie |
1999-12-09 | Introduce `common usage' buf patterns and use them. | Marc Espie |
1999-12-06 | main prototype properly in main.c, remove dup. | 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-12-06 | Fix handling of | Marc Espie |
1999-12-06 | - introduce interval_dup in str.c | Marc Espie |
1999-12-06 | Somehow I didn't delete that file... | Marc Espie |
1999-11-14 | Fix erroneous free of static storage. | Marc Espie |
1999-11-11 | extern.h is a better name than nonints.h | Marc Espie |
1999-11-11 | Close bug | Marc Espie |
1999-11-11 | Communicate line numbers between parse.c and for.c. | Marc Espie |
1999-11-11 | Lineno as unsigned long. Slightly easier for printf, and more sensible. | Marc Espie |
1999-11-11 | Kill Str_FindSubString, it's strstr. | Marc Espie |
1999-11-11 | Move all prototypes to nonints.h. Comment no longer reflects reality. | Marc Espie |
1999-11-10 | Turn on strict-prototypes, add missing prototypes. | Marc Espie |
1999-11-10 | Make ParseSkipLine more regular: | Marc Espie |
1999-11-06 | Document a few of the problems I've found while revamping make. | Marc Espie |
1999-11-06 | Bug-fix: when expanding a specific variable v in $A, | Marc Espie |
1999-10-05 | Mark ParseReadC as inline (from NetBSD) | Marc Espie |
1999-10-05 | Efficiency patch from NetBSD: | Marc Espie |
1999-10-05 | Kill unused functions Buf_UngetByte, Buf_UngetBytes, Buf_GetByte, Buf_GetBytes. | Marc Espie |
1999-10-05 | util.c only holds compatibility functions that OpenBSD doesn't use. | Marc Espie |
1999-09-28 | Fix | Marc Espie |
1999-09-28 | disabled optimizations for 88k | Steve Murphree |