Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed style bugs in rev.1.4, including clobbering of the "Don't generate | bde | 2001-08-31 | 1 | -1/+2 |
| | | | | y.output" part of rev.1.11. | ||||
* | Properly move cursor when home and end keys are used. | eric | 2001-08-31 | 2 | -4/+20 |
| | |||||
* | Dynamically adapt to kernbase changes on crashdumps, falling back to | peter | 2001-08-24 | 2 | -2/+38 |
| | | | | KERNBASE if the "kernbase" symbol is not present on older kernels. | ||||
* | Note that submitted patches are assumed to be under the same license as | nik | 2001-08-20 | 1 | -0/+4 |
| | | | | the file they patch. | ||||
* | Define _KERNEL as this grubs around where no userland should go. | obrien | 2001-08-16 | 2 | -0/+4 |
| | |||||
* | Add the `WANT_FORCE_OPTIMIZATION_DOWNGRADE' knob. If set to an integer | obrien | 2001-08-16 | 1 | -0/+4 |
| | | | | | | value, it forces GCC to not optimize above this level. For intance, GCC made with "WANT_FORCE_OPTIMIZATION_DOWNGRADE=1" is a good setting for the Alpha platform when building ports. | ||||
* | The .Rv macro support zero and more than one arguments. | ru | 2001-08-15 | 2 | -10/+34 |
| | |||||
* | mdoc(7) police: s/BSD/.Bx/ where appropriate. | ru | 2001-08-14 | 2 | -2/+4 |
| | |||||
* | msg_out is already initialized | peter | 2001-08-13 | 1 | -1/+1 |
| | |||||
* | Turn cvs back on. It seems that there's nothing outright broken, but there | peter | 2001-08-13 | 1 | -1/+1 |
| | | | | are some odd things I've run into.. eg: log message formatting, etc. | ||||
* | mdoc(7) police: s/NetBSD/.Nx/ where appropriate. | ru | 2001-08-13 | 2 | -2/+4 |
| | |||||
* | Spell "FreeBSD" with "F" and "BSD" in uppercase. | ru | 2001-08-13 | 1 | -1/+2 |
| | |||||
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 3 | -4/+5 |
| | |||||
* | Remove libgmp build infrastructure. | dd | 2001-08-10 | 4 | -287/+0 |
| | |||||
* | Use some slightly less horrible make magic for doing the version stuff. | peter | 2001-08-10 | 2 | -17/+12 |
| | |||||
* | One more version related tweak after cvs-1.11 -> 1.11.1p1 | peter | 2001-08-10 | 1 | -4/+4 |
| | |||||
* | Update build rules for .in and tidy up. | peter | 2001-08-10 | 1 | -6/+4 |
| | |||||
* | Tools dir is now empty and unused | peter | 2001-08-10 | 2 | -20/+1 |
| | |||||
* | Generate version.c on the fly rather than using a generated file. | peter | 2001-08-10 | 1 | -0/+12 |
| | |||||
* | Get the version source from the (more) correct place. | peter | 2001-08-10 | 1 | -8/+7 |
| | | | | Remove the obsolete cvsbug.sh script | ||||
* | *** empty log message *** | peter | 2001-08-10 | 2 | -18/+76 |
| | |||||
* | Add annotate.c, remove rtag.c for 1.11.1p1 | peter | 2001-08-10 | 1 | -2/+2 |
| | |||||
* | Temporarily turn off cvs builds for the (short) duration of | peter | 2001-08-10 | 1 | -1/+1 |
| | | | | import/verification. | ||||
* | Skip empty calls in the NAME section after the .Nm macro call. | ru | 2001-08-09 | 1 | -0/+1 |
| | | | | | | | This makes the following difference: -groff_mdoc(7), -(7) - groff_mdoc reference for groff's mdoc implementation +groff_mdoc(7) - reference for groff's mdoc implementation | ||||
* | An empty request (single dot on the line) is treated as an | ru | 2001-08-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | empty line by troff(1) and is ignored. Teach makewhatis(1) about this. This makes the following difference: -groff_man(7), . groff_man(7) - groff `man' macros to support generation of man pages +groff_man(7) - groff `man' macros to support generation of man pages -groff_mdoc(7), -(7) - . groff_mdoc reference for groff's mdoc implementation +groff_mdoc(7), -(7) - groff_mdoc reference for groff's mdoc implementation -troff(1), . . troff(1) - format documents +troff(1) - format documents Noticed by: yar | ||||
* | Teach makewhatis(1) about mdoc(7) .Xr macro. | ru | 2001-08-09 | 1 | -3/+9 |
| | | | | | | | | | | % whatis finger.conf finger.conf(5) - finger 1 alias configuration file % whatis finger.conf finger.conf(5) - finger(1) alias configuration file Reviewed by: MAINTAINER timeout | ||||
* | Handle keys consistently. | eric | 2001-08-09 | 2 | -2/+10 |
| | |||||
* | mdoc(7) police: | ru | 2001-08-07 | 3 | -7/+9 |
| | | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. | ||||
* | dialog(3) -> dialog_noyes(3). | ru | 2001-08-07 | 1 | -1/+2 |
| | |||||
* | Update man page to actually match the source. | eric | 2001-08-01 | 1 | -55/+73 |
| | | | | PR: 7456 | ||||
* | Enable the new libmp in the build, and disable libgmp and its | dd | 2001-07-29 | 1 | -1/+1 |
| | | | | henchmen. | ||||
* | Hook up the manpage. | obrien | 2001-07-29 | 1 | -1/+0 |
| | |||||
* | Properly update cursor position when the list is scrolled. | eric | 2001-07-26 | 2 | -8/+12 |
| | |||||
* | Handle keys consistently. | eric | 2001-07-26 | 2 | -1/+4 |
| | |||||
* | Add lbasename which is used in the `LD' fix for -current. | obrien | 2001-07-20 | 1 | -1/+1 |
| | |||||
* | Update the version string so I can identify this new variant. | obrien | 2001-07-20 | 1 | -1/+1 |
| | |||||
* | Improve the interface provided by libdialog. Move a cursor around over | eric | 2001-07-18 | 6 | -105/+280 |
| | | | | | | | the components and trigger actions based on its position. This reduces the need to remember the functions of various keys, and makes the interface more consistant across library. ~ | ||||
* | Restore vendor CVS keywords; eliminate troff(1) warnings. | ru | 2001-07-12 | 1 | -1/+3 |
| | |||||
* | Use the real structure names explicitly. Note that this is mostly for | peter | 2001-07-12 | 1 | -0/+8 |
| | | | | | | | reading old a.out core files, which are totally 100% non-understandable to the gdb floating-point reader if you have SSE turned on. This should be the last of the world build breakers... | ||||
* | Restore UUCP VCS IDs; eliminate troff(1) warnings. | ru | 2001-07-12 | 13 | -14/+20 |
| | |||||
* | Fixed CLEANFILES. | ru | 2001-07-12 | 1 | -1/+2 |
| | |||||
* | mdoc(7) police: removed punctuation after the last SEE ALSO xref. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | Add $FreeBSD$ CVS tag. | ru | 2001-07-10 | 1 | -0/+3 |
| | |||||
* | Upgrade to Groff 1.17.2. | ru | 2001-07-10 | 2 | -4/+4 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 6 | -6/+6 |
| | |||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 5 | -8/+1 |
| | |||||
* | Fix the type of the NULL arg to execl() | brian | 2001-07-09 | 3 | -4/+8 |
| | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> | ||||
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 1 | -2/+2 |
| | |||||
* | Silence a non-constant format string warning. | kris | 2001-07-05 | 1 | -1/+1 |
| | | | | MFC after: 1 week | ||||
* | Upgrade to Binutils 2.11.2. | obrien | 2001-06-29 | 1 | -2/+25 |
| |