stdlib/strings: Removed usage of Strings as SequenceRead by using chars.
authorLucas Bajolet <r4pass@hotmail.com>
Mon, 17 Feb 2014 15:39:26 +0000 (10:39 -0500)
committerLucas Bajolet <r4pass@hotmail.com>
Mon, 17 Feb 2014 15:39:26 +0000 (10:39 -0500)
commit883e74f6567f288f10f2785fd99de9b90fd4e991
treede2619a26c6c5edc3efc9077d2c84d6e5357ed9d
parent5b21d5b40e521533bbdecf781df06a8e6274233e
stdlib/strings: Removed usage of Strings as SequenceRead by using chars.

Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>
29 files changed:
examples/draw_operation.nit
lib/base64.nit
lib/bcm2835.nit
lib/mnit_linux/sdl.nit
lib/opts.nit
lib/standard/file.nit
lib/standard/stream.nit
lib/standard/string.nit
lib/standard/string_search.nit
src/debugger.nit
src/literal.nit
src/location.nit
src/markdown.nit
src/naive_interpreter.nit
src/network_debugger.nit
src/nitx.nit
src/parser/lexer.nit
src/parser/xss/lexer.xss
src/test_parser.nit
tests/base_string.nit
tests/bench_string_append.nit
tests/example_procedural_string.nit
tests/sav/test_parser_args1.res
tests/sav/test_parser_args2.res
tests/shootout_nsieve.nit
tests/test_string2.nit
tests/test_string_long.nit
tests/test_string_unicode.nit
tests/test_substring.nit