Re: cvs commit: src/share/man/man9 style.9

2008-07-10 Thread Bruce Evans
On Thu, 10 Jul 2008, Daniel Gerzo wrote: danger 2008-07-10 11:24:41 UTC FreeBSD src repository Modified files: share/man/man9 style.9 Log: SVN rev 180424 on 2008-07-10 11:24:41Z by danger Back-out my previous change. See the thread at http://lists.freebsd.org/pipermail/cvs

Re: cvs commit: src/share/man/man9 style.9

2008-07-10 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Daniel Gerzo <[EMAIL PROTECTED]> writes: : Hello guys, : : Wednesday, July 9, 2008, 8:08:02 PM, has been written: : : >>> -Do not declare functions inside other functions; ANSI C says that : >>> -such declarations have file scope regardless of the nesti

Re: cvs commit: src/share/man/man9 style.9

2008-07-10 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> David Schultz <[EMAIL PROTECTED]> writes: : On Wed, Jul 09, 2008, Daniel Gerzo wrote: : > -Do not declare functions inside other functions; ANSI C says that : > -such declarations have file scope regardless of the nesting of the : > -declaration. : > -Hid

cvs commit: src/share/man/man9 style.9

2008-07-10 Thread Daniel Gerzo
danger 2008-07-10 11:24:41 UTC FreeBSD src repository Modified files: share/man/man9 style.9 Log: SVN rev 180424 on 2008-07-10 11:24:41Z by danger Back-out my previous change. See the thread at http://lists.freebsd.org/pipermail/cvs-all/2008-July/263779.html Re

Re[2]: cvs commit: src/share/man/man9 style.9

2008-07-10 Thread Bruce Evans
On Thu, 10 Jul 2008, Daniel Gerzo wrote: Hello guys, Wednesday, July 9, 2008, 8:08:02 PM, has been written: -Do not declare functions inside other functions; ANSI C says that -such declarations have file scope regardless of the nesting of the -declaration. -Hiding file declarations in what ap

Re: cvs commit: src/share/man/man9 style.9

2008-07-10 Thread Roman Kurakin
Daniel Gerzo wrote: Hello guys, Wednesday, July 9, 2008, 8:08:02 PM, has been written: -Do not declare functions inside other functions; ANSI C says that -such declarations have file scope regardless of the nesting of the -declaration. -Hiding file declarations in what appears to be a local

Re[2]: cvs commit: src/share/man/man9 style.9

2008-07-09 Thread Daniel Gerzo
Hello guys, Wednesday, July 9, 2008, 8:08:02 PM, has been written: >>> -Do not declare functions inside other functions; ANSI C says that >>> -such declarations have file scope regardless of the nesting of the >>> -declaration. >>> -Hiding file declarations in what appears to be a local >>> -scop

Re: cvs commit: src/share/man/man9 style.9

2008-07-09 Thread Roman Kurakin
David Schultz wrote: On Wed, Jul 09, 2008, Daniel Gerzo wrote: -Do not declare functions inside other functions; ANSI C says that -such declarations have file scope regardless of the nesting of the -declaration. -Hiding file declarations in what appears to be a local -scope is undesirable and

Re: cvs commit: src/share/man/man9 style.9

2008-07-09 Thread David Schultz
On Wed, Jul 09, 2008, Daniel Gerzo wrote: > -Do not declare functions inside other functions; ANSI C says that > -such declarations have file scope regardless of the nesting of the > -declaration. > -Hiding file declarations in what appears to be a local > -scope is undesirable and will elicit comp

cvs commit: src/share/man/man9 style.9

2008-07-09 Thread Daniel Gerzo
danger 2008-07-09 14:04:28 UTC FreeBSD src repository Modified files: share/man/man9 style.9 Log: SVN rev 180381 on 2008-07-09 14:04:28Z by danger - nested functions are a GCC extensions and should not be used Submitted by: gahr MFC after: 3 days Re

cvs commit: src/share/man/man9 style.9

2008-03-16 Thread David E. O'Brien
obrien 2008-03-16 07:09:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) share/man/man9 style.9 Log: MFC: rev 1.125: add to history Revision ChangesPath 1.123.2.1 +5 -1 src/share/man/man9/style.9 ___

cvs commit: src/share/man/man9 style.9

2008-01-26 Thread David E. O'Brien
obrien 2008-01-27 03:58:23 UTC FreeBSD src repository Modified files: share/man/man9 style.9 Log: Add to the history section. Revision ChangesPath 1.125 +4 -0 src/share/man/man9/style.9 ___ cvs-all@freebsd.or

cvs commit: src/share/man/man9 style.9

2008-01-05 Thread Greg Lehey
grog2008-01-05 21:39:22 UTC FreeBSD src repository Modified files: share/man/man9 style.9 Log: "redacted" replaced for clarity. Revision ChangesPath 1.124 +1 -1 src/share/man/man9/style.9 ___ cvs-all@freeb

cvs commit: src/share/man/man9 style.9

2007-11-28 Thread David E. O'Brien
obrien 2007-11-28 16:41:47 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) share/man/man9 style.9 Log: Sync with HEAD. Approved by:re(gnn) RevisionChangesPath 1.121.10.1 +3 -2 src/share/man/man9/style.9

cvs commit: src/share/man/man9 style.9

2007-11-28 Thread David E. O'Brien
obrien 2007-11-28 16:39:59 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man9 style.9 Log: Sync with HEAD. Approved by:re(gnn) Revision ChangesPath 1.121.2.1 +3 -2 src/share/man/man9/style.9

cvs commit: src/share/man/man9 style.9

2007-11-26 Thread David E. O'Brien
obrien 2007-11-26 19:05:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_4) share/man/man9 style.9 Log: Sync with HEAD. Revision ChangesPath 1.32.2.20 +204 -60 src/share/man/man9/style.9 ___ cv

cvs commit: src/share/man/man9 style.9

2007-01-28 Thread Joel Dahl
joel2007-01-28 20:51:04 UTC FreeBSD src repository (doc committer) Modified files: share/man/man9 style.9 Log: Line break before "All rights reserved" in the license example. Reveiwed by:bde, rwatson Revision ChangesPath 1.123 +2 -1 src/sha

cvs commit: src/share/man/man9 style.9

2006-11-26 Thread David E. O'Brien
obrien 2006-11-26 21:22:50 UTC FreeBSD src repository Modified files: share/man/man9 style.9 Log: Clarify case body indention. Revision ChangesPath 1.122 +1 -1 src/share/man/man9/style.9 ___ cvs-all@freebsd.o