Branch: refs/heads/whiteknight/foldcase_str
  Home:   https://github.com/parrot/parrot
  Commit: e0dd1ada6ab099d5a396241745f6b251ffc105f8
      
https://github.com/parrot/parrot/commit/e0dd1ada6ab099d5a396241745f6b251ffc105f8
  Author: Whiteknight <[email protected]>
  Date:   2012-06-08 (Fri, 08 Jun 2012)

  Changed paths:
    M include/parrot/exit.h
    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: 1ebef0efaa9cdbbb377512ca09da6d369d2d5a55
      
https://github.com/parrot/parrot/commit/1ebef0efaa9cdbbb377512ca09da6d369d2d5a55
  Author: Whiteknight <[email protected]>
  Date:   2012-06-08 (Fri, 08 Jun 2012)

  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.


Compare: https://github.com/parrot/parrot/compare/e0dd1ad^...1ebef0e
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-commits

Reply via email to