[parrot/parrot] 7965a8: [codingstd] checking C headers for line length vio...
GitHub
noreply at github.com
Mon Mar 10 17:24:49 UTC 2014
Branch: refs/heads/master
Home: https://github.com/parrot/parrot
Commit: 7965a8fb5cd5226fbb6d967c647ba4a7d7071899
https://github.com/parrot/parrot/commit/7965a8fb5cd5226fbb6d967c647ba4a7d7071899
Author: Paul Cochrane <paul at liekut.de>
Date: 2014-03-10 (Mon, 10 Mar 2014)
Changed paths:
M t/codingstd/linelength.t
Log Message:
-----------
[codingstd] checking C headers for line length violations
Commit: a1203d12c18ed045f48822b11b72d17dbdb83c97
https://github.com/parrot/parrot/commit/a1203d12c18ed045f48822b11b72d17dbdb83c97
Author: Paul Cochrane <paul at liekut.de>
Date: 2014-03-10 (Mon, 10 Mar 2014)
Changed paths:
M include/parrot/call.h
M include/parrot/compiler.h
M include/parrot/context.h
M include/parrot/gc_api.h
M include/parrot/interpreter.h
M include/parrot/io.h
M include/parrot/memory.h
M include/parrot/packfile.h
M include/parrot/parrot.h
M include/parrot/platform_interface.h
M include/parrot/pmc_freeze.h
M include/parrot/pobj.h
M include/parrot/pointer_array.h
M include/parrot/runcore_api.h
M include/parrot/runcore_profiling.h
M include/parrot/scheduler_private.h
M include/parrot/string.h
M include/parrot/sub.h
M include/parrot/thr_pthread.h
Log Message:
-----------
[include] wrapping lines to within 100 characters
This matches the coding standards for other C-language files. The tests
also pass after these changes.
Commit: f8a98057e157a9be78557ba6a4dc0fd967e3695c
https://github.com/parrot/parrot/commit/f8a98057e157a9be78557ba6a4dc0fd967e3695c
Author: Paul Cochrane <paul at liekut.de>
Date: 2014-03-10 (Mon, 10 Mar 2014)
Changed paths:
M src/io/io_private.h
Log Message:
-----------
[io] wrapping lines to within 100 characters
Commit: 7b59cd51bfa6184a1f32e4483d3714eed1fa31c5
https://github.com/parrot/parrot/commit/7b59cd51bfa6184a1f32e4483d3714eed1fa31c5
Author: Paul Cochrane <paul at liekut.de>
Date: 2014-03-10 (Mon, 10 Mar 2014)
Changed paths:
M include/parrot/atomic/gcc_ppc.h
Log Message:
-----------
[include] wrapping lines to 100 characters
This change is specific for PPC and thus I could not test it (Linux x86_64).
The change is trivial and *should* work, however it would be preferable for
someone with a PPC architecture to check that everything still works. This
is the reason that this commit is separate to the others.
rurban: tested ok on PPC
Commit: 5d6852b183856c57a314ebadb9e48d390e9bd45e
https://github.com/parrot/parrot/commit/5d6852b183856c57a314ebadb9e48d390e9bd45e
Author: Reini Urban <rurban at cpanel.net>
Date: 2014-03-10 (Mon, 10 Mar 2014)
Changed paths:
M include/parrot/gc_api.h
M include/parrot/thr_pthread.h
Log Message:
-----------
[codingstd] fix c_parens.t 1 for thr_pthread.h and gc_api.h
while(0) => while (0)
Compare: https://github.com/parrot/parrot/compare/dfe541df0f1b...5d6852b18385
More information about the parrot-commits
mailing list