[parrot/parrot] 88ed1c: [GH #846] Harmonize generic/cpu_type.c: "unknown"
GitHub
noreply at github.com
Sun Sep 30 19:34:25 UTC 2012
Branch: refs/heads/rurban/json-utf16-gh845
Home: https://github.com/parrot/parrot
Commit: 88ed1c628eed90874023cf51e49b1a9e5e59bd4b
https://github.com/parrot/parrot/commit/88ed1c628eed90874023cf51e49b1a9e5e59bd4b
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-09-30 (Sun, 30 Sep 2012)
Changed paths:
M ChangeLog
M src/platform/generic/cpu_type.c
Log Message:
-----------
[GH #846] Harmonize generic/cpu_type.c: "unknown"
Harmonize with win32 version:
Return "unknown" not ""
Add PARROT_CANNOT_RETURN_NULL
Fix description
Commit: d5c2c63deec8a52081f4d1217ee4774d89c27e33
https://github.com/parrot/parrot/commit/d5c2c63deec8a52081f4d1217ee4774d89c27e33
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-09-30 (Sun, 30 Sep 2012)
Changed paths:
M src/io/api.c
Log Message:
-----------
[GH #847] flush STDOUT in readline
Commit: 26799f89078fafe9dcf8b88aae5ae0c4ebd1e227
https://github.com/parrot/parrot/commit/26799f89078fafe9dcf8b88aae5ae0c4ebd1e227
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2012-09-30 (Sun, 30 Sep 2012)
Changed paths:
M docs/binaries/parrot.pod
Log Message:
-----------
[doc] Add copyright line back
Commit: 145c4eaa14042515614e0b088b57e7dd66ccbbe7
https://github.com/parrot/parrot/commit/145c4eaa14042515614e0b088b57e7dd66ccbbe7
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2012-09-30 (Sun, 30 Sep 2012)
Changed paths:
M .travis.yml
Log Message:
-----------
[travis] Add our coding standard and manifest tests
Commit: fce720f49e1af6a0f8dfbe803f3628c051ee75fb
https://github.com/parrot/parrot/commit/fce720f49e1af6a0f8dfbe803f3628c051ee75fb
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2012-09-30 (Sun, 30 Sep 2012)
Changed paths:
M MANIFEST
Log Message:
-----------
[t] Update manifest to make manifest tests happy
Commit: b0ad28c6edcba83eb5cbb70470377437ddc4e861
https://github.com/parrot/parrot/commit/b0ad28c6edcba83eb5cbb70470377437ddc4e861
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-09-30 (Sun, 30 Sep 2012)
Changed paths:
M src/io/api.c
Log Message:
-----------
Undo a prospective fix from rurban++. We don't want to flush stdout every time we read from any filehandle.
Commit: e414aae34e7a4ed61e80b88ed132d6e0a533c711
https://github.com/parrot/parrot/commit/e414aae34e7a4ed61e80b88ed132d6e0a533c711
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-09-30 (Sun, 30 Sep 2012)
Changed paths:
M src/io/api.c
Log Message:
-----------
On second read through, it doesn't appear that the old IO system had a write buffer on stdout. Take that away in the new system to try and fix some rakudo issues reported by pmichaud++
Commit: f163f842502cb15005b701b09cfd9caf145156cd
https://github.com/parrot/parrot/commit/f163f842502cb15005b701b09cfd9caf145156cd
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-09-30 (Sun, 30 Sep 2012)
Changed paths:
M tools/dev/gdb-pp.py
Log Message:
-----------
[tools] Support more gdb-pp.py encodings
Also fix a python gdb strlen error. The number of char is needed, not the number of codepoints.
Commit: 8874b903272efd9a16bad43f8db891aecdb55395
https://github.com/parrot/parrot/commit/8874b903272efd9a16bad43f8db891aecdb55395
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-09-30 (Sun, 30 Sep 2012)
Changed paths:
M tools/dev/gdb-pp.py
Log Message:
-----------
Revise [tools] Support more gdb-pp.py encodings
Use native endianness
Commit: 2079a97b6b0ed44124acda0102940ed3df5e5847
https://github.com/parrot/parrot/commit/2079a97b6b0ed44124acda0102940ed3df5e5847
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-09-30 (Sun, 30 Sep 2012)
Changed paths:
M src/ops/string.ops
M t/compilers/data_json/from_parrot.t
M t/compilers/data_json/to_parrot.t
Log Message:
-----------
[GH #845] Add more unicode tests to data_json.
Add more documentation to the chr op.
Compare: https://github.com/parrot/parrot/compare/274df5d890ea...2079a97b6b0e
More information about the parrot-commits
mailing list