Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -4/+0 |
| | | | | | | clause. # If I've done so improperly on a file, please let me know. | ||||
* | Catch up with recent FP-related changes to scanf.3 and vfwscanf.c. | tjr | 2003-07-05 | 1 | -31/+16 |
| | |||||
* | mdoc(7) police: tiny nits. | ru | 2002-12-09 | 1 | -4/+4 |
| | | | | Approved by: re | ||||
* | Consistently mark std(in|out|err) with .Dv, because that's how they | ru | 2002-12-04 | 1 | -1/+1 |
| | | | | | | | are marked up in stdio(3), and because they are defined expressions of type "FILE *". Approved by: re | ||||
* | mdoc(7) police: markup overhaul. | ru | 2002-12-04 | 1 | -5/+5 |
| | | | | Approved by: re | ||||
* | Add cross-references between wide character and single-byte character | tjr | 2002-09-24 | 1 | -0/+1 |
| | | | | versions of printf() and scanf(). | ||||
* | Add implementations of wscanf() and related functions: fwscanf(), swscanf(), | tjr | 2002-09-23 | 1 | -0/+497 |
vfwscanf(), vswscanf(), vwscanf(). As the name suggests, these are wide- character versions of the scanf() family of functions. |