Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-24 | Properly install links for debug libraries; ok deraadt@ | Thorsten Lockert | |
2002-05-01 | o) start new sentence on a new line; | Mike Pechkin | |
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | |||
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
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-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt | |
2001-08-24 | Make _PATH_DEF an ANSI C compatible preprocessor token. | Heikki Korpela | |
(See the rationale: http://www.lysator.liu.se/c/rat/c8.html#3-8-3-3) Spotted by me, my fix fixed by espie@, ok millert@ | |||
2001-08-06 | o) We always close .Bl and .Bd tags; | Mike Pechkin | |
o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok | |||
2000-12-17 | data base -> database | Todd C. Miller | |
2000-10-09 | Don't call cgetset() on $TERMCAP. There are no known problems (that I am | Todd C. Miller | |
aware of) wrt termcap parsing but it is better to be on the safe side. | |||
2000-08-02 | $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero | Todd C. Miller | |
1999-11-29 | Move definitions of bool, TRUE, and FALSE out from behind a comment | Todd C. Miller | |
stating that they are only for backward compatibility--they are not. | |||
1999-09-23 | Typo fixes. | Alex Feldman | |
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-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell | |
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. | |||
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-02-27 | make function names the correct case | Theo de Raadt | |
1998-12-28 | kill reg #define, nothing uses it and it causes problems elswhere; ↵ | Todd C. Miller | |
jwise@unicast.com | |||
1998-12-02 | Unobfuscate comment | Marc Espie | |
1998-11-30 | document libotermcap and say why it is deprecated | Todd C. Miller | |
1998-11-30 | Link -ltermcap to -lcurses and -lotermcap to -locurses. This fixes | Todd C. Miller | |
problems with 3rd party programs that want to link with both -ltermcap and -lcurses. | |||
1998-11-19 | ignore out-of-range environment LINES and COLUMNS | Theo de Raadt | |
1998-11-19 | add missing space | Todd C. Miller | |
1998-11-19 | For issetugid case, only ignore $TERMCAP if it is a path | Todd C. Miller | |
1998-11-04 | Some -Wall and use strlcpy | Todd C. Miller | |
1998-11-02 | From ken@FreeBSD.ORG: | Todd C. Miller | |
Fix a curses bug exposed by the ":numbers" display of systat -iostat. This bug showed up when you had more than 3 devices displayed. (thus requiring a second line of display) | |||
1998-10-08 | ignore $TERMCAP if issetugid() | Todd C. Miller | |
1998-07-27 | _OCURSES_H_, not _CURSES_H_ | Todd C. Miller | |
1998-07-23 | unified libtermcap/libocurses | Todd C. Miller | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs | |
1996-06-02 | Install ncurses as -lcurses and <curses.h> | Thorsten Lockert | |
Install BSD curses library as -locurses and <ocurses.h> |