Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-10 | -Wall clean; ok otto deraadt | Peter Valchev | |
2005-06-08 | add open_write_error() to bail on fopen(3) failing to open for write, gains | Peter Valchev | |
more descriptive error messages, eg: "cannot open target file y.tab.h for writing" as opposed to a generic error. based on Alexander von Gernler <grunk@pestilenz.org>, ok deraadt | |||
2005-04-04 | convert to getopt(); ok millert@, otto@ | Robert Nagy | |
2004-10-08 | xref yacc psd. ok millert@ | Otto Moerbeek | |
2004-09-18 | Install the yacc(1) PSD. ok mickey@ jmc@ | Otto Moerbeek | |
2004-08-08 | spacing | Theo de Raadt | |
2004-03-12 | fix memory leak in the code yacc generates, ok millert deraadt | Henning Brauer | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
also, this needs -ms macros, not -me; (though paper not installed yet) | |||
2004-01-06 | protect output from %union from being anonymous using cpp guarding, for | Theo de Raadt | |
the case where the yacc output .c file pulls in the yacc output -h file; espie ok | |||
2003-11-25 | obvious fix for gcc3. | Marc Espie | |
2003-08-12 | Back out last commit, p->name is not always a malloc'ed object. | Todd C. Miller | |
Pointed out by itojun@. | |||
2003-08-12 | plug memory leak; Patrick Latifi | Todd C. Miller | |
2003-06-19 | ansify; ok miod | Peter Valchev | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-04-16 | strcpy() removal; based on a patch from henning@ but simplified | Todd C. Miller | |
2003-04-08 | string cleaning; ok tedu | Theo de Raadt | |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt | |
2002-12-03 | caldera-licensed docs, now that they are free. need more work, thus not ↵ | Michael Shalayeff | |
installed yet | |||
2002-12-03 | constify the not yet constified tables, use defined(__STDC__) instead of ↵ | Michael Shalayeff | |
ifdef __STC__ where appropriate; millert@ ok | |||
2002-06-19 | have yacc spit out c compiler-like error messages, so that utilities which | Theo de Raadt | |
expect those can cope. I've wanted this for >12 years. | |||
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-12-10 | bogus __dead | Theo de Raadt | |
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-11-07 | fix signal race | Theo de Raadt | |
2001-07-16 | -Wall cleanup; ok deraadt | Peter Valchev | |
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt | |
2001-06-03 | test code that is not used (and one file in there had a rusty license) | Theo de Raadt | |
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | Aaron Campbell | |
2001-02-26 | Silence some warnings in generated grammers compiled with YYDEBUG; | Thorsten Lockert | |
okay millert@ | |||
2001-01-19 | mark remaining signal races which are difficult to fix, and fix a few partially | Theo de Raadt | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-07-06 | Insert more missing .El directives. Our troff really should identify these and | Aaron Campbell | |
spit out a warning. | |||
2000-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell | |
2000-03-14 | Finish off cleanup usr.bin/ man pages. | Aaron Campbell | |
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell | |
2000-01-27 | er, oops, types must be same for multiple assignment | Theo de Raadt | |
2000-01-26 | if yygrowstack() fails to allocate memory, free all yacc memory allocations ↵ | Theo de Raadt | |
and reset for future yyparse() calls... obscure eh | |||
1999-10-05 | Describe the -o option; whs@xs4all.nl | Aaron Campbell | |
1999-08-04 | o Use __progname | Todd C. Miller | |
o Use _PATH_TMP o Use mkstemp() instead of mktemp() o Really use 10 X's (one is eaten up by a letter) o Correct manpage wrt temp file name o Uncomment .Xr yyfix in man page since we ship it now | |||
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-07-03 | remove redundant .Pp macros | Aaron Campbell | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1999-04-18 | Add yyfix, from 4.4BSD | Todd C. Miller | |
1998-11-24 | fix memory leaks; itohy@netbsd | Theo de Raadt | |
1998-11-18 | revert last change for K\&R C compilers without const | dm | |
1998-11-18 | drop the __attribute__ stuf in favor of a simple const | dm | |
1998-11-17 | add __attribute__ ((unused)) to the yyrcsid under GCC 2 | dm | |
1998-10-30 | usr.bin/ man page fixes, t-z | Aaron Campbell | |