summaryrefslogtreecommitdiffstats
path: root/lib/libcompat/4.3
Commit message (Collapse)AuthorAgeFilesLines
* Remove California Regent's clause 3, per letterimp2007-01-095-20/+6
|
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
|
* Consistently mark std(in|out|err) with .Dv, because that's how theyru2002-12-041-4/+4
| | | | | | | are marked up in stdio(3), and because they are defined expressions of type "FILE *". Approved by: re
* mdoc(7) police: formatting nits.ru2002-11-291-1/+1
| | | | Approved by: re
* - Remove the lsearch() and lfind() functions and their manpage fromrobert2002-10-162-200/+0
| | | | | | | | | the compatibility library libcompat. - Add new implementations of lsearch() and lfind() which conform to IEEE Std 1003.1-2001 to libc. Add a new manual page for them and add them to the makefile. - Add function prototypes for lsearch() and lfind() to the search.h header.
* - Remove the old insque() and remque() functions and their manualrobert2002-10-163-205/+0
| | | | | | | | | page from the compatibility library. - Add new implementations of insque() and remque() which conform to IEEE Std 1003.1-2001 to libc. Add a new manual page for them and connect them to the build. - Add the prototypes of insque() and remque() to the search.h header.
* Remove 'register' keyword.obrien2002-03-213-3/+9
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-012-2/+2
|
* Remove whitespace at EOL.dd2001-07-154-15/+15
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-102-2/+2
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-013-3/+3
|
* Prepare for mdoc(7)NG.ru2000-12-291-1/+1
|
* Remove text saying "this is available from the compatibility library,ben2000-11-215-5/+12
| | | | | | | | | libcompat" in favour of a .Sh LIBRARY section using the .Lb macro. Also add .Bf -symbolic around the text saying "this is obsolete" in re_comp.3. PR: 22675 Submitted by: Mike Meyer <mwm@mired.org> Reviewed by: sheldonh
* Remove fullstops from the end of .Xr lines in SEE ALSO section.ben2000-11-151-1/+1
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-102-2/+0
|
* Return an error instead of overflowing the buffer in the case of a longkris2000-08-041-0/+4
| | | | $HOME in ruserpass()
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-1/+2
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* $Id$ -> $FreeBSD$peter1999-08-285-5/+5
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-124-0/+4
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Correct typo.jkoshy1999-01-271-1/+2
| | | | | PR: docs/9597 Submitted by: Christoph Kukulies <kuku@FreeBSD.ORG>
* "Fixed" prototype bugs in synopsis.bde1997-04-131-2/+4
|
* Fixed missing #include in synopsis.bde1997-04-131-0/+1
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Sort cross references.wosch1997-01-201-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* General -Wall warning cleanup, part I.jkh1996-07-125-0/+6
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* Add a short man page for cfree(3), in order to hint people about its life in ↵joerg1995-11-241-0/+49
| | | | libcompat.
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
|
* The implementation of rexec() missed the function ruserpass(), so thejoerg1995-04-112-3/+252
| | | | | | | | | | | | | | | link stage fell over for any program that attempted to use rexec(). Ruserpass() remains undocumented; i could not find any documentation for it on other systems. Also added a BUGS section to the man page, stating that this function constitutes a potential security hole (as well as the underlying "exec" service). Submitted by: rgrimes Originally submitted by: agc@uts.amdahl.com (Alistair G. Crooks) Obtained from: netbsd-bugs@NetBSD.ORG
* My libcompat cleanup.joerg1995-04-102-0/+7
| | | | | | | | | | | | | | | o add missing man pages o make all man pages clearly refer to the libcompat thingie o add the information to the vtimes(3) and vlimit(3) man pages that nobody has reimplemented the functions by now o add the missing getpw.c o add code and man pages for cftime(3) and ascftime(3) -- i found them somewhere in old unfinished work
* add a couple of missing #include linesphk1995-03-192-0/+3
|
* Add sanity check for "no previous regular expression" state,ache1994-09-141-1/+4
| | | | bringed by 'more'
* Fix bug with searching "" pattern, cause 'more' always showsache1994-09-141-1/+1
| | | | next line on "/<Enter>" instead of searching next pattern
* This commit was generated by cvs2svn to compensate for changes in r1578,rgrimes1994-05-271-0/+92
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * This is James da Silva at the University of Maryland at College Park'srgrimes1994-05-271-0/+92
| | | | regex.c code as picked up from the net.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-279-0/+818
OpenPOWER on IntegriCloud