| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
shouldn't.
Notes:
svn path=/head/; revision=84591
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
is interrupted by saving the pid.
The old code would assign the return value to pid which would trash
it, to fix the problem save a copy of the pid to be used as the
paramter to wait4().
Submitted by: Toshihiko ARAI <toshi@jp.FreeBSD.org>
Notes:
svn path=/head/; revision=84417
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84298
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84280
|
| |
|
|
|
|
|
|
|
|
|
| |
Mention thread safety and async-cancel safety status [not].
Add standards compliancy references.
Note strtol() is preferred over atoi().
MFC after: 2 weeks
Notes:
svn path=/head/; revision=83982
|
| |
|
|
|
|
|
| |
Put the error comment under the more appropriate ERRORS section.
Notes:
svn path=/head/; revision=83973
|
| |
|
|
| |
Notes:
svn path=/head/; revision=83967
|
| |
|
|
|
|
|
| |
Silence from: phantom
Notes:
svn path=/head/; revision=83559
|
| |
|
|
| |
Notes:
svn path=/head/; revision=83328
|
| |
|
|
|
|
|
|
|
| |
Note our implementation is not thread nor async-cancel safe.
Explicitely note atof() does not check nor report errors.
Note that strtod() should be used instead.
Notes:
svn path=/head/; revision=83256
|
| |
|
|
|
|
|
|
|
| |
Also add C99 conformity status plus clarification that C99 leaves the
flushing of unwritten data, closure of open streams, and removal of
temporary files to the implementation.
Notes:
svn path=/head/; revision=83254
|
| |
|
|
|
|
|
| |
Inspired by comment from: dd
Notes:
svn path=/head/; revision=83206
|
| |
|
|
| |
Notes:
svn path=/head/; revision=83205
|
| |
|
|
|
|
|
|
|
| |
mdocNG.
Submitted by: dd
Notes:
svn path=/head/; revision=83203
|
| |
|
|
| |
Notes:
svn path=/head/; revision=83202
|
| |
|
|
|
|
|
|
|
|
|
| |
This is a first cut, but enough to help people interested in using it
further than before.
More text coming to illustrate use and provide more details.
Based on standards' text.
Notes:
svn path=/head/; revision=83194
|
| |
|
|
| |
Notes:
svn path=/head/; revision=83139
|
| |
|
|
| |
Notes:
svn path=/head/; revision=83137
|
| |
|
|
|
|
|
|
|
|
|
|
| |
my last version of this work due to HDD crash, but this version cleanly
passed all POSIX and SuSv2 tests. I am working on testing scripts which
should test this implementation against all locales and surely more fixes
will come soon.
Reviewed by: ache, silence at -audit & -developers
Notes:
svn path=/head/; revision=83104
|
| |
|
|
|
|
|
|
| |
in case {L}LONG_MAX > abs({L}LONG_MIN). Non-functional change - we don't
have any such platforms.
Notes:
svn path=/head/; revision=83024
|
| |
|
|
| |
Notes:
svn path=/head/; revision=82995
|
| |
|
|
| |
Notes:
svn path=/head/; revision=82982
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
'locale not used' statement from comments and BUGS section of manpage.
strtol(): fix non-portable 'cutoff' calculation using the same method as
in strtoll().
Cleanup 'cutoff' calculation, remove unneded casts. Misc. cleanup to
make all functions looks the same.
Implement EINVAL reaction per POSIX, document it in manpage, corresponding
POSIX example quotes here:
------------------------------------------------
If the subject sequence is empty or does not have the expected form, no
conversion is performed; the value of str is stored in the object pointed
to by endptr, provided that endptr is not a null pointer.
If no conversion could be performed, 0 shall be returned and errno may be
set to [EINVAL].
[EINVAL] The value of base is not supported.
Since 0, {LONG_MIN} or {LLONG_MIN}, and {LONG_MAX} or {LLONG_MAX} are
returned on error and are also valid returns on success, an application
wishing to check for error situations should set errno to 0, then call
strtol( ) or strtoll ( ), then check errno.
-----------------------------------------------------
Notes:
svn path=/head/; revision=82975
|
| |
|
|
|
|
|
| |
Submitted by: yar
Notes:
svn path=/head/; revision=82642
|
| |
|
|
|
|
|
|
|
|
|
| |
`getopt(3)' should not print a warning for missing argument values.
PR: bin/29625
Reviewed by: mikeh
MFC after: 1 week
Notes:
svn path=/head/; revision=81746
|
| |
|
|
|
|
|
| |
Noticed by: bde
Notes:
svn path=/head/; revision=81447
|
| |
|
|
|
|
|
|
|
|
|
| |
Backout previous revision. We should not expand plain text xrefs if
they appear in the literal text, e.g. in the error or warning message
of the library function. (Submitted by: bde)
Moved "out of memory" from warning to errors section.
Notes:
svn path=/head/; revision=81446
|
| |
|
|
|
|
|
| |
Reviewed by: ru
Notes:
svn path=/head/; revision=81352
|
| |
|
|
| |
Notes:
svn path=/head/; revision=81285
|
| |
|
|
|
|
|
| |
implementation and compilation when bringing up a new architecture.
Notes:
svn path=/head/; revision=80743
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79754
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79531
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79461
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79454
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79200
|
| |
|
|
| |
Notes:
svn path=/head/; revision=78727
|
| |
|
|
| |
Notes:
svn path=/head/; revision=78726
|
| |
|
|
| |
Notes:
svn path=/head/; revision=78706
|
| |
|
|
|
|
|
|
|
|
| |
PR: 27858
Submitted by: Yoshihiro Koya <Yoshihiro.Koya@math.yokohama-cu.ac.jp>
Reviewed by: md5(1)
Approved by: markm
Notes:
svn path=/head/; revision=77851
|
| |
|
|
|
|
|
|
|
| |
PR: 27858
Submitted by: Yoshihiro Koya <Yoshihiro.Koya@math.yokohama-cu.ac.jp>
Approved by: markm
Notes:
svn path=/head/; revision=77850
|
| |
|
|
|
|
|
|
| |
Obtained from: NetBSD
MFC after: 1 month
Notes:
svn path=/head/; revision=76613
|
| |
|
|
| |
Notes:
svn path=/head/; revision=76061
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75864
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75863
|
| |
|
|
|
|
|
| |
change of high word part too to produce more interesting seed distribution.
Notes:
svn path=/head/; revision=75862
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75845
|
| |
|
|
| |
Notes:
svn path=/head/; revision=74870
|
| |
|
|
|
|
|
| |
Approved by: nik
Notes:
svn path=/head/; revision=74268
|
| |
|
|
|
|
|
|
| |
.Nd line broken in rev 1.10
use .Bx for ``BSD''
Notes:
svn path=/head/; revision=73234
|
| |
|
|
|
|
|
|
|
| |
Noticed by: bde
Use .Bx for ``BSD''.
Notes:
svn path=/head/; revision=73222
|