Age | Commit message (Expand) | Author |
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 |
1999-09-25 | Add :L/:U modificators (lowercase/uppercase) | Marc Espie |
1999-07-29 | "sprite.h"; soren@t.dk | Theo de Raadt |
1999-06-06 | Once again, fix the spelling of "occurrence" in the documentation | Paul Janzen |
1999-06-05 | - remove trailing white space | Aaron Campbell |
1999-06-01 | Fix some mips -> __mips__ stuff. | Per Fogelstrom |
1999-05-16 | More special targets documentation. | Marc Espie |
1999-05-04 | Better comment explaining last change: | Todd C. Miller |
1999-05-04 | Allow embedded ":" or "!" in target names | Todd C. Miller |
1999-03-17 | Document known problem and work-around, until I manage to get it fixed. | Marc Espie |
1999-03-06 | back out changes that should not have escaped my local tree | Todd C. Miller |
1999-03-06 | add missing reference to infocmp | Todd C. Miller |
1999-02-23 | Document the other side of .MAIN | Marc Espie |
1999-01-09 | close PR 685. | Marc Espie |
1998-12-20 | bye bye BADSIG | Theo de Raadt |
1998-12-05 | Modifications from netbsd: | Marc Espie |
1998-09-26 | usr.bin/ man page fixes, f-m. | Aaron Campbell |
1998-09-05 | more man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt |
1998-07-23 | portable bootstrap thing; lidl@eng.us.uu.net | Theo de Raadt |
1998-07-13 | ftpd: sleep for an indeterminate amount for non-existant logins | Todd C. Miller |
1998-07-13 | Use SEEK_CUR as "whence" in fseek, not 1. | Todd C. Miller |
1998-07-03 | Better fix from Christos: | Todd C. Miller |
1998-07-02 | Check against suffNull, not the contents of name | Todd C. Miller |
1998-07-02 | better fix; may be a small memory leak though | Todd C. Miller |
1998-07-02 | back out last patch; it causes incorrect behavior | Todd C. Miller |
1998-07-02 | Fix a bug where make gets confused by targets beginning with a period (``.'') | Todd C. Miller |
1998-06-29 | make the bootstrap compile on modern compilers | Artur Grabowski |
1998-06-03 | zero sigaction before use | Theo de Raadt |
1998-05-13 | catch more commands that require a shell | Theo de Raadt |
1998-05-12 | emulate umask inside make, so that the value gets propogated; also ensure | Theo de Raadt |
1998-03-30 | Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various places | Theo de Raadt |
1998-03-15 | fix possibility of null pointer deref when using make's "-j" option. | flipk |
1998-03-07 | Add -Wno-char-subscripts to CFLAGS | Todd C. Miller |
1998-03-07 | make gcc 2.8 happy | Todd C. Miller |