[parrot/parrot] 0036a1: ChangeLog for next 8.2.0
GitHub
noreply at github.com
Tue Feb 16 08:00:40 UTC 2016
Branch: refs/heads/master
Home: https://github.com/parrot/parrot
Commit: 0036a102738237c539b7ba8d94352498d68ccc29
https://github.com/parrot/parrot/commit/0036a102738237c539b7ba8d94352498d68ccc29
Author: Reini Urban <rurban at cpanel.net>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
M ChangeLog
Log Message:
-----------
ChangeLog for next 8.2.0
Commit: d36915e4444e59211667d17832416bb0535836fa
https://github.com/parrot/parrot/commit/d36915e4444e59211667d17832416bb0535836fa
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
M include/parrot/string.h
M src/string/encoding/ascii.c
M src/string/encoding/binary.c
M src/string/encoding/latin1.c
M src/string/encoding/null.c
M src/string/encoding/shared.c
M src/string/encoding/shared.h
M src/string/encoding/ucs2.c
M src/string/encoding/ucs4.c
M src/string/encoding/utf16.c
M src/string/encoding/utf8.c
Log Message:
-----------
Initial implementation of the foldcase operation
for strings, in pursuit of GH #786. moritz++ for the suggestion.
Commit: 7cbbd4e375c92fdff8ec26a2c9301b3a790b1592
https://github.com/parrot/parrot/commit/7cbbd4e375c92fdff8ec26a2c9301b3a790b1592
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
M include/parrot/oplib/core_ops.h
M include/parrot/oplib/ops.h
M include/parrot/opsenum.h
M include/parrot/string_funcs.h
M src/ops/core_ops.c
M src/ops/string.ops
M src/string/api.c
Log Message:
-----------
Add Parrot_str_foldcase to the string subsystem API.
Expose this through a new foldcase op.
Commit: 177ae32ffdd73e40cfb3519d6784e78aafde5920
https://github.com/parrot/parrot/commit/177ae32ffdd73e40cfb3519d6784e78aafde5920
Author: Reini Urban <rurban at cpanel.net>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
M t/op/string_cs.t
Log Message:
-----------
[test] foldcase tests into t/op/string_cs.t
Commit: 5976fa20f589549f19b1fa08f395a906113bf205
https://github.com/parrot/parrot/commit/5976fa20f589549f19b1fa08f395a906113bf205
Author: Reini Urban <rurban at cpanel.net>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
M PBC_COMPAT
M t/native_pbc/integer_4_le.pbc
M t/native_pbc/integer_8_le.pbc
M t/native_pbc/number_4_8_le.pbc
M t/native_pbc/number_8_16_le.pbc
M t/native_pbc/number_8_8_le.pbc
M t/native_pbc/string_4_le.pbc
M t/native_pbc/string_8_le.pbc
M tools/dev/mk_native_pbc
Log Message:
-----------
foldcase: bump PBC_COMPAT to 13.1
for the changed ops.
Update the native_pbc's for it
Compare: https://github.com/parrot/parrot/compare/85bb8f19d5b3...5976fa20f589
More information about the parrot-commits
mailing list