| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
NetBSD, OpenBSD, and Android's Bionic number the clauses 1 through 3,
so follow suit to make comparison easier.
|
|
|
|
| |
Prompted by: Glenn Halperin, Symbian Software
|
| |
|
|
|
|
| |
I believe have made all of libc .c's as consistent as possible.
|
|
|
|
|
|
|
|
| |
o Restore vendor ID.
o Order variable types by size.
o Remove a gratuitous temporary variable.
Submitted by: bde
|
|
|
|
|
|
|
| |
style(9):
o Order variables in declarations.
o Move initialization out of declaration.
o Fix over-indents in previous delta.
|
|
|
|
|
| |
Submitted by: Joseph Mallett <jmallett@xmach.org>
Reviewed by: md5(1)
|
| |
|
|
|
|
| |
Do the same for the non-wcs*/wmem* files while I'm here.
|
|
|
|
|
|
| |
Submitted by: Wes Peters
Added strtok_r (reentrant) function and man page.
|
|
|