aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/man/man/man.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.4 to release/7.4.0 for 7.4-RELEASE.release/7.4.0_cvsKen Smith2011-02-161-1/+1
* MFC r183696, r183698: enable UTF-8 for man pages.Dag-Erling Smørgrav2009-05-141-0/+1
* MFC: Add an ability to run man(1) on local files plus add limitedRuslan Ermilov2008-05-221-3/+13
* Fix possible uninitialized variable insert due to previous commit.Edwin Groothuis2007-09-251-1/+1
* man(1) can't handle compressed included files.Edwin Groothuis2007-09-201-0/+15
* Prepare for MACHINE and hw.machine switching to "pc98" on FreeBSD/pc98.Ruslan Ermilov2005-12-051-3/+34
* Fix previous commit. glob_filename() returns "(char **) -1" for certainBruce Evans2003-10-261-1/+1
* Pointers dont fit in an int on 64 bit platforms. Fix a gcc warning.Peter Wemm2003-10-261-1/+1
* Detect errors during 'cat' page creation better. This fixes bin/5591.Joseph Koshy2003-10-151-9/+41
* Pass our idea of a manpage's locale from man(1) down to mdoc(7).Ruslan Ermilov2002-09-301-2/+13
* Adhere to guidelines when testing for null strings.Eric Melville2002-09-031-1/+1
* Use the default pager if the environment variable is blank.Eric Melville2002-08-271-1/+1
* Move ID tag.Eric Melville2002-04-271-2/+5
* When a compound section name is specified, search for pages that actuallyEric Melville2002-04-241-44/+95
* Fix compilation in the non-FreeBSD case.Eric Melville2002-04-131-0/+2
* Reincarnate SETUID code in man(1), not compiled in by default.Ruslan Ermilov2002-01-221-7/+43
* GC spurious -m in the usage().Ruslan Ermilov2002-01-181-4/+4
* Do not install man(1) setuid ``man''.Ruslan Ermilov2002-01-151-62/+2
* Now that we have the original BSD man(1)'s ${MACHINE} featureRuslan Ermilov2002-01-111-102/+19
* SECURITY.Ruslan Ermilov2001-09-061-32/+17
* Rewrite locale handling using nl_langinfo(CODESET), so aliases not needed hereAndrey A. Chernov2001-06-251-44/+77
* In debug mode don't print error for C,POSIX,ASCII,US-ASCII localesAndrey A. Chernov2001-06-101-2/+7
* Fix for new locale namesAndrey A. Chernov2001-06-101-0/+3
* Implement one nice feature of original BSD man(1):Ruslan Ermilov2001-02-191-1/+33
* Do not ever try to look into nonexisting locale subdirectories.Ruslan Ermilov2001-02-151-6/+6
* If both full-locale-name and short-locale-name searchesRuslan Ermilov2001-02-141-0/+10
* Backout 1.38->1.41 (functional) changes pending the proper solution.Ruslan Ermilov2001-02-141-17/+13
* Make it possible for any given locale to use differentRuslan Ermilov2001-02-131-8/+17
* Revert part of previous commit and initialize locale_nroff to " -Tascii"Dag-Erling Smørgrav2001-01-281-4/+6
* Make an effort to actually pass the correct device to groff.Dag-Erling Smørgrav2001-01-271-13/+6
* Teach man(1) how to look inside compressed manualsRuslan Ermilov2000-12-221-66/+46
* Better handling groff failures. If popen(ROFF_COMMAND) returns zero bytesAlexey Zelkin1999-12-281-3/+5
* Fix man so that it does not allow command line arguments to expand whenJohn Baldwin1999-11-131-4/+6
* little optimization of locale sensing codeAndrey A. Chernov1999-06-091-28/+29
* Just ignore malformed locale variable unless -d specifiedAndrey A. Chernov1999-06-081-12/+16
* Localize NEQN part tooAndrey A. Chernov1999-06-071-1/+10
* Add ability to read/write localized manpagesAndrey A. Chernov1999-06-071-0/+152
* remove getopt & friend declarations, now unistd.h includedAndrey A. Chernov1999-06-051-3/+0
* fix typo preventing to include unistd.hAndrey A. Chernov1999-06-051-1/+1
* fix typo uid_t -> gid_tAndrey A. Chernov1999-05-131-5/+5
* Add missing argument detected by "-Wformat".John Polstra1997-11-181-1/+1
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-181-2/+2
* Fix some file descriptor leaks. Closes PR# 2392.Mike Pritchard1997-01-091-6/+5
* Even more buffer overflow fixesAndrey A. Chernov1996-12-191-50/+50
* Fix many buffer overflows, sprintf -> snprintfAndrey A. Chernov1996-12-181-27/+25
* Fix my popen fix: conditionalize saving/restoring of euidAndrey A. Chernov1996-12-181-12/+18
* Drop man priveledges before popen and restore them after it, becauseAndrey A. Chernov1996-12-181-0/+12
* Localize itAndrey A. Chernov1996-10-311-0/+6
* Reverts exit status for `man -k' and `man -f'.Wolfram Schneider1996-09-271-2/+6
* Set enviroment variable PAGER=pager if using option `man -P pager'Wolfram Schneider1996-09-161-0/+2