aboutsummaryrefslogtreecommitdiff
path: root/lib/libcompat
Commit message (Collapse)AuthorAgeFilesLines
* Add section number with .Xr. .Xr -> .Vt changes.Philippe Charnier2003-06-081-4/+4
| | | | Notes: svn path=/head/; revision=116026
* The .Fn functionPhilippe Charnier2003-03-242-6/+9
| | | | Notes: svn path=/head/; revision=112541
* Consistently mark std(in|out|err) with .Dv, because that's how theyRuslan Ermilov2002-12-041-4/+4
| | | | | | | | | | are marked up in stdio(3), and because they are defined expressions of type "FILE *". Approved by: re Notes: svn path=/head/; revision=107619
* mdoc(7) police: formatting nits.Ruslan Ermilov2002-11-291-1/+1
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107387
* - Remove the lsearch() and lfind() functions and their manpage fromRobert Drehmel2002-10-163-203/+2
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=105250
* - Remove the old insque() and remque() functions and their manualRobert Drehmel2002-10-164-208/+1
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=105245
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-283-20/+0
| | | | | | | Submitted by: keramida Notes: svn path=/head/; revision=97407
* mdoc(7) police: fixed the whatis entry.Ruslan Ermilov2002-05-181-1/+1
| | | | Notes: svn path=/head/; revision=96862
* Remove 'register' keyword.David E. O'Brien2002-03-216-65/+81
| | | | Notes: svn path=/head/; revision=92913
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-018-9/+9
| | | | Notes: svn path=/head/; revision=84306
* mdoc(7) police: expand plain text xrefs.Ruslan Ermilov2001-08-083-3/+8
| | | | Notes: svn path=/head/; revision=81285
* mdoc(7) police:Ruslan Ermilov2001-08-071-4/+2
| | | | | | | | | | 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. Notes: svn path=/head/; revision=81251
* Remove whitespace at EOL.Dima Dorfman2001-07-159-32/+32
| | | | Notes: svn path=/head/; revision=79754
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-104-4/+4
| | | | Notes: svn path=/head/; revision=79531
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-5/+5
| | | | Notes: svn path=/head/; revision=74870
* mdoc(7) police: prepare for mdocNG.Ruslan Ermilov2001-02-281-1/+1
| | | | Notes: svn path=/head/; revision=73223
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-013-3/+3
| | | | Notes: svn path=/head/; revision=71895
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-294-9/+7
| | | | Notes: svn path=/head/; revision=70481
* Remove text saying "this is available from the compatibility library,Ben Smithurst2000-11-2111-12/+24
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=68994
* mdoc(7) police: Nm -> Fn where appropriate.Ruslan Ermilov2000-11-202-10/+18
| | | | Notes: svn path=/head/; revision=68946
* Remove fullstops from the end of .Xr lines in SEE ALSO section.Ben Smithurst2000-11-152-2/+2
| | | | Notes: svn path=/head/; revision=68751
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-106-6/+2
| | | | Notes: svn path=/head/; revision=68575
* Return an error instead of overflowing the buffer in the case of a longKris Kennaway2000-08-041-0/+4
| | | | | | | $HOME in ruserpass() Notes: svn path=/head/; revision=64243
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-023-3/+6
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57686
* Aargh, the $FreeBSD$ check caused an inconsistent commit by rejectingBruce Evans1999-12-221-2/+3
| | | | | | | | | | | | | | this makefile update which should have been together with the file removal. Removed vlimit.3 and vtimes.3. Removed vlimit.c and vtimes.c from the "MISSING" list. These were old variants of get/setrlimit() and getrusage(), respectively, and were never implemented in FreeBSD. vlimit.3 referred to <sys/vlimit.h> which was removed recently. vtimes.3 referred to <sys/vtimes.h> which never existed in FreeBSD. Notes: svn path=/head/; revision=54999
* Removed vlimit.3 and vtimes.3. Removed vlimit.c and vtimes.c fromBruce Evans1999-12-222-270/+0
| | | | | | | | | | the "MISSING" list. These were old variants of get/setrlimit() and getrusage(), respectively, and were never implemented in FreeBSD. vlimit.3 referred to <sys/vlimit.h> which was removed recently. vtimes.3 referred to <sys/vtimes.h> which never existed in FreeBSD. Notes: svn path=/head/; revision=54998
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2819-19/+19
| | | | Notes: svn path=/head/; revision=50476
* Bad reference to exit(2) changed to exit(3).Chris Costello1999-08-141-2/+2
| | | | Notes: svn path=/head/; revision=49759
* Various cleanups.Brian Feldman1999-07-191-6/+6
| | | | Notes: svn path=/head/; revision=48904
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-1210-0/+10
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=48794
* Correct typo.Joseph Koshy1999-01-271-1/+2
| | | | | | | | PR: docs/9597 Submitted by: Christoph Kukulies <kuku@FreeBSD.ORG> Notes: svn path=/head/; revision=43267
* Cleanup. Make it compile on alpha.Dima Ruban1998-11-101-17/+0
| | | | Notes: svn path=/head/; revision=41045
* Change ${MACHINE} into ${MACHINE_ARCH} to support MACHINE=pc98.KATO Takenori1998-09-091-11/+11
| | | | Notes: svn path=/head/; revision=38996
* Move ftok() from libcompat to libc, so that it can be closer to itsJohn Polstra1998-06-103-138/+1
| | | | | | | | | friend shmget(). PR: closes misc/6763 Notes: svn path=/head/; revision=36859
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.AqPhilippe Charnier1998-03-191-5/+3
| | | | Notes: svn path=/head/; revision=34669
* kill the undeadPeter Wemm1997-07-131-21/+0
| | | | Notes: svn path=/head/; revision=27369
* This commit was generated by cvs2svn to compensate for changes in r27180,Bruce Evans1997-07-031-0/+21
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=27181
| * Import Lite2's src/lib, except for non-i386 machine-dependent directories,Bruce Evans1997-07-031-0/+21
| | | | | | | | libc/db, libc/gen/crypt.* and libtelnet. All affected files except 3 unimportant ones have already left the vendor branch. Notes: svn path=/vendor/CSRG/dist/; revision=27180
* Fixed #include and/or prototype bugs in synopsis.Bruce Evans1997-04-191-1/+3
| | | | Notes: svn path=/head/; revision=25028
* "Fixed" prototype bugs in synopsis.Bruce Evans1997-04-131-2/+4
| | | | Notes: svn path=/head/; revision=24884
* Fixed missing #include in synopsis.Bruce Evans1997-04-131-0/+1
| | | | Notes: svn path=/head/; revision=24883
* Speedup in case locale not usedAndrey A. Chernov1997-04-042-27/+17
| | | | Notes: svn path=/head/; revision=24640
* Remove unneded define from CFLAGS (from orand* compatibility)Andrey A. Chernov1997-03-291-1/+1
| | | | Notes: svn path=/head/; revision=24387
* Remove orand* compatibility as promised (next release)Andrey A. Chernov1997-03-291-5/+1
| | | | Notes: svn path=/head/; revision=24386
* FIxed arg types (mostly missing consts) in synopsis.Bruce Evans1997-03-192-5/+5
| | | | Notes: svn path=/head/; revision=24009
* Fixed missing function types in synopsis.Bruce Evans1997-03-191-0/+2
| | | | Notes: svn path=/head/; revision=24006
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2211-11/+11
| | | | Notes: svn path=/head/; revision=22993
* Sort cross references.Wolfram Schneider1997-01-205-7/+7
| | | | Notes: svn path=/head/; revision=21907
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1411-11/+11
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=21673
* Replace collate_range_cmp call with its codeAndrey A. Chernov1996-10-311-1/+18
| | | | Notes: svn path=/head/; revision=19278