| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
appropriate bounds-checking and typecasts based on our knowledge of
the desired conversion format specifier.
Simplify diagnostics and take care to print the correct conversion
format specifier when %l is involved.
|
| |
|
|
|
|
|
| |
PR: 12611
Reviewed by: markm
|
|
|
|
|
|
|
|
|
|
|
| |
aren't allowed and the right casts can be used for printf() statements.
Document the conversion specifier limitations and the fact that
arithmetic overflow causes a fatal error.
PR: 12611
Reported by: Frode Vatvedt Fjeld <frodef@acm.org>
Reviewed by: bde
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
warnings given) and modify source to use arc4random() instead of random().
Reviewed by: ache
|
|
|
|
|
|
|
| |
number device. Also clearly state that sequential data is the default.
PR: 5553
Submitted by: Jonathan Hanna <pangolin@rogers.wave.ca>
|
| |
|
| |
|
| |
|
|
|
|
| |
Fix error with begin variable calculation
|
| |
|
|
|
|
|
|
| |
Add proper type casting to random calls
Should go into 2.2
|
|
|
|
|
| |
>Category: bin
>Synopsis: -s option in jot is broken
|
|
|