summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-142-2/+4
|
* msg_out is already initializedpeter2001-08-131-1/+1
|
* Turn cvs back on. It seems that there's nothing outright broken, but therepeter2001-08-131-1/+1
| | | | are some odd things I've run into.. eg: log message formatting, etc.
* mdoc(7) police: s/NetBSD/.Nx/ where appropriate.ru2001-08-132-2/+4
|
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-131-1/+2
|
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-133-4/+5
|
* Use some slightly less horrible make magic for doing the version stuff.peter2001-08-102-17/+12
|
* One more version related tweak after cvs-1.11 -> 1.11.1p1peter2001-08-101-4/+4
|
* Update build rules for .in and tidy up.peter2001-08-101-6/+4
|
* Tools dir is now empty and unusedpeter2001-08-102-20/+1
|
* Generate version.c on the fly rather than using a generated file.peter2001-08-101-0/+12
|
* Get the version source from the (more) correct place.peter2001-08-101-8/+7
| | | | Remove the obsolete cvsbug.sh script
* *** empty log message ***peter2001-08-102-18/+76
|
* Add annotate.c, remove rtag.c for 1.11.1p1peter2001-08-101-2/+2
|
* Temporarily turn off cvs builds for the (short) duration ofpeter2001-08-101-1/+1
| | | | import/verification.
* Skip empty calls in the NAME section after the .Nm macro call.ru2001-08-091-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 anru2001-08-091-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.ru2001-08-091-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
* mdoc(7) police:ru2001-08-073-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.
* Hook up the manpage.obrien2001-07-291-1/+0
|
* Add lbasename which is used in the `LD' fix for -current.obrien2001-07-201-1/+1
|
* Update the version string so I can identify this new variant.obrien2001-07-201-1/+1
|
* Restore vendor CVS keywords; eliminate troff(1) warnings.ru2001-07-121-1/+3
|
* Use the real structure names explicitly. Note that this is mostly forpeter2001-07-121-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...
* Fixed CLEANFILES.ru2001-07-121-1/+2
|
* mdoc(7) police: removed punctuation after the last SEE ALSO xref.ru2001-07-101-1/+1
|
* Add $FreeBSD$ CVS tag.ru2001-07-101-0/+3
|
* Upgrade to Groff 1.17.2.ru2001-07-102-4/+4
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-105-5/+5
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-095-8/+1
|
* Fix the type of the NULL arg to execl()brian2001-07-092-3/+5
| | | | Idea from: Theo de Raadt <deraadt@openbsd.org>
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-2/+2
|
* Upgrade to Binutils 2.11.2.obrien2001-06-291-2/+25
|
* Style fix.obrien2001-06-261-1/+2
|
* Add the IA-64 unwind handling (needed for readelf).obrien2001-06-261-1/+1
|
* Upgrade to Binutils 2.11.2.obrien2001-06-261-4/+27
|
* Upgrade to 2.11.2.obrien2001-06-261-1/+1
|
* Rewrite locale handling using nl_langinfo(CODESET), so aliases not needed hereache2001-06-251-44/+77
| | | | now
* When processing -a, strip off the path of the argument before copyingdd2001-06-181-3/+4
| | | | | | it to the output. Reviewed by: alex
* Document the -a flag.alex2001-06-171-0/+12
|
* Add an -a option which will make send-pr copy the specified file intodd2001-06-171-1/+21
| | | | | | | the Fix: section. Binary files (as determined by file(1)) are uuencode'd. Submitted by: alex
* Fix the build of C programs that link against libperl, and use thetobez2001-06-137-14/+14
| | | | | | | | | | | blessed way of doing this: cc -o interp interp.c `perl -MExtUtils::Embed -e ccopts -e ldopts` In order for this to work, ldopts should contain -lcrypt. PR: 21804 Reviewed by: markm
* In debug mode don't print error for C,POSIX,ASCII,US-ASCII localesache2001-06-101-2/+7
|
* Fix for new locale namesache2001-06-101-1/+1
|
* Fix for new locale namesache2001-06-102-4/+7
|
* Don't allow the user to change the subject; instead, always generatedd2001-06-071-10/+19
| | | | | | | | | | it from the Synopsis field. There's no reason for the subject to be different, since all that does is cause confusion. Users may get confused because they may think the subject and synopsis are supposed to be different, and developers may get confused because it may look like there are two different problems. Requested by: ru
* Put the originator's full name in the From and Reply-to fields, anddd2001-06-031-3/+3
| | | | | | | stick their username (which sendmail will make into an e-mail address) inside '<>'. Sendmail will still DTRT with this, and it conveniently puts the submitter's name and e-mail address on one line, just like it should be after "Submitted by" in a commit message.
* Minor style reformatting.obrien2001-06-011-12/+12
|
* Upgrade to Binutils 2.11.0.obrien2001-06-015-546/+704
|
* For the time being, Perl threading is considered dangerous. How, whenmarkm2001-05-318-4625/+1
| | | | and why this is re-enabled will be addressed again in the future.
OpenPOWER on IntegriCloud