summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert $FreeBSD$ to $Id$peter1997-02-22638-719/+719
* Revert $FreeBSD$ to $Id$peter1997-02-224-4/+4
* Back out an easy $FreeBSD$peter1997-02-221-1/+1
* Split up the Bessel function wrapper files so that most wrapper functionsbde1997-02-2013-177/+315
* Removed misplaced duplicate of comment about implementation details.bde1997-02-201-22/+0
* Compute (1 - x^2) as ((1 - x) * (1 + x)) instead of as (1 - x * x) tobde1997-02-202-11/+23
* Typogrammatical error 'with' -> 'when'.danny1997-02-201-1/+1
* Add forgotten man page link fts_set.3 -> fts.3wosch1997-02-161-1/+1
* Select between the generic math functions and the i387-specific onesbde1997-02-1625-56/+110
* Use the C library version of log10() instead of the inaccurate formulabde1997-02-161-3/+1
* Fixed the i87 version of exp(). It returned NaN for args +-Inf. It hadbde1997-02-161-0/+42
* Put back .endif clobbered by the previous commit, breaking thejkh1997-02-151-0/+1
* Reviewed by: Bruce Evans <bde@freebsd.org>danny1997-02-151-0/+6
* Allow commonly-used "insecure" as a valid keyword in /etc/ttys.davidn1997-02-151-0/+2
* Disabled the i387 version if log1p(). It just evaluates log(1 + x).bde1997-02-151-2/+4
* Moved definitions of PIC macros from SYS.h to DEFS.h so that SYS.hbde1997-02-143-41/+21
* lite2 remame: vfc_index --> vfc_typenumadam1997-02-121-1/+1
* Obsolete fgetline() -> fgetln(); and chop off newline if necessary.davidn1997-02-101-4/+5
* Update to reflect new Lite2 mount.h and friends.mpp1997-02-101-50/+53
* Update to reflect new Lite2 mount.h.mpp1997-02-102-6/+16
* Move _PathLocale to data-only file, so setrunelocale() not pick upache1997-02-092-2/+2
* Fix PR2579: potential security hole in rcmd.cimp1997-02-091-2/+2
* Do Andrey's homework :) before merging this into 2.2:joerg1997-02-082-1/+6
* Include "setlocale.h" for _PathLocale like other parts already didache1997-02-071-3/+2
* Activate libopiepst1997-02-071-2/+2
* This commit was generated by cvs2svn to compensate for changes in r22375,pst1997-02-071-0/+27
|\
| * Build libopie from contrib_opie module.pst1997-02-071-0/+27
* Config information for FreeBSDpst1997-02-071-0/+322
* Comment out PATH_LOCALE referenceache1997-02-062-2/+2
* Use symbolic constants instead of hardcoded digitsache1997-02-064-32/+51
* Fix yet another setlocale() bug.pst1997-02-061-1/+1
* Submitted by: John Birrelljulian1997-02-05127-558/+3037
* Add XXX comment describing potential memset non-portable issueache1997-02-051-0/+3
* Update the comment why range checking is not neededache1997-02-051-1/+1
* Update the comment why range checking not neededache1997-02-053-4/+4
* Killed getenv of PATH_LOCALE per Andrey's suggestion. It was intendeddg1997-02-051-11/+2
* 1MB is 1048576 bytes, not 1038476 bytes. (I can see that the originalasami1997-02-051-1/+1
* Add yet one comment saying that range checking already doneache1997-02-031-0/+1
* Cruft cleanup to eliminate useless warningspst1997-02-021-3/+6
* Make this texinfo file info-aware.joerg1997-02-012-5/+69
* Don't use hardcoded *roff font change requests.mpp1997-01-312-3/+5
* Don't use hardcoded *roff font change requests. Do itmpp1997-01-317-18/+56
* Very minor mdoc cleanup.mpp1997-01-3119-36/+36
* Update to reflect current include files.mpp1997-01-301-3/+12
* Update to reflect current include files.mpp1997-01-305-32/+41
* Dont' mlink getgrent.3 to setgrfile.3, since there is nompp1997-01-301-1/+1
* Update to reflect current include files.mpp1997-01-307-47/+172
* Update to reflect current include files.mpp1997-01-301-2/+2
* Correct "Chflags() will fail it:" to read "Chflags() will fail if:".jmacd1997-01-301-1/+1
* Fix free()ing block twice, remove unused function.davidn1997-01-301-15/+1
OpenPOWER on IntegriCloud