[parrot/parrot] e3e07f: Prepare for the next release.
GitHub
noreply at github.com
Tue May 26 00:32:56 UTC 2015
Branch: refs/heads/master
Home: https://github.com/parrot/parrot
Commit: e3e07f5e58ddf6950fd3b0b94f898fe5667c167a
https://github.com/parrot/parrot/commit/e3e07f5e58ddf6950fd3b0b94f898fe5667c167a
Author: Bruce Gray <bruce.gray at acm.org>
Date: 2015-05-23 (Sat, 23 May 2015)
Changed paths:
M ChangeLog
Log Message:
-----------
Prepare for the next release.
Commit: 450a34c78ad7b6c38469ca08171a1ddee98455bd
https://github.com/parrot/parrot/commit/450a34c78ad7b6c38469ca08171a1ddee98455bd
Author: Bruce Gray <bruce.gray at acm.org>
Date: 2015-05-23 (Sat, 23 May 2015)
Changed paths:
M ChangeLog
Log Message:
-----------
Add Changelog: Coverity scans have resumed.
Commit: 199b23505e939752eeb09ea22a2411d4809b1ac6
https://github.com/parrot/parrot/commit/199b23505e939752eeb09ea22a2411d4809b1ac6
Author: Bruce Gray <bruce.gray at acm.org>
Date: 2015-05-23 (Sat, 23 May 2015)
Changed paths:
M ChangeLog
M compilers/imcc/optimizer.c
Log Message:
-----------
Fix Coverity bug CID 1299560 (MISSING_COMMA).
The lack of a comma caused the strings to be concatenated to "flooracos".
Commit: 14c0750e35cf387f7565e3d0c1302b6b131fc0bd
https://github.com/parrot/parrot/commit/14c0750e35cf387f7565e3d0c1302b6b131fc0bd
Author: Bruce Gray <bruce.gray at acm.org>
Date: 2015-05-25 (Mon, 25 May 2015)
Changed paths:
M src/platform/generic/file.c
Log Message:
-----------
Fix Coverity bug CID 61291: Insecure chroot (CHROOT).
chdir must be called immediately after chroot.
Commit: 1ba05f5407e4e3a69793b57fa81ac17650539916
https://github.com/parrot/parrot/commit/1ba05f5407e4e3a69793b57fa81ac17650539916
Author: Bruce Gray <bruce.gray at acm.org>
Date: 2015-05-25 (Mon, 25 May 2015)
Changed paths:
M src/runcore/subprof.c
Log Message:
-----------
Fix Coverity bug CID 743941 (NESTING_INDENT_MISMATCH).
The statement is indented to column 9, as if it were nested
within the preceding parent statement, but it is not.
Commit: 63348c054c31b7dc2449a82f8654398c2d273118
https://github.com/parrot/parrot/commit/63348c054c31b7dc2449a82f8654398c2d273118
Author: Bruce Gray <bruce.gray at acm.org>
Date: 2015-05-25 (Mon, 25 May 2015)
Changed paths:
M ChangeLog
Log Message:
-----------
Add Changelog entries for last two commits.
Compare: https://github.com/parrot/parrot/compare/d3b0e4c5b947...63348c054c31
More information about the parrot-commits
mailing list