cremno
|
69da21bcb4
|
ISSPACE evaluates its argument multiple times
|
2014-06-05 20:22:20 +02:00 |
|
cremno
|
c4c470696b
|
implement ISASCII correctly
|
2014-06-05 20:18:23 +02:00 |
|
Yukihiro "Matz" Matsumoto
|
b1dd57efa1
|
move IS_EVSTR macro that should be private to src/string.c
|
2014-06-06 00:19:46 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
cc28f868f1
|
remove mrblib/print.rb that only raise NotImplementedError; ref #2354
|
2014-06-05 22:47:40 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
799c9b30f6
|
remove eval (that only raises NotImplementedError) from the core; ref #2354
|
2014-06-05 21:41:28 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
6a96bc46d1
|
git push origin masterMerge branch 'take-cheeze-atexit'
|
2014-06-05 14:28:18 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
a763d11490
|
Merge branch 'atexit' of https://github.com/take-cheeze/mruby into take-cheeze-atexit
|
2014-06-05 13:22:28 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
cbbed40295
|
add nil#to_h; ref #2348
|
2014-06-05 13:20:17 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
e52533a703
|
update Kernel#raise/fail argument description
|
2014-06-05 13:17:29 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
9763726e68
|
Merge branch 'master' of github.com:mruby/mruby
|
2014-06-04 23:37:22 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
13728e203e
|
add Enumerable#to_h; ref #2348
|
2014-06-04 23:37:13 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
172060877a
|
add Hash#to_h; ref #2348
|
2014-06-04 18:57:31 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
bd0e9db1f1
|
Merge pull request #2358 from cremno/visual-studio-14-ctp-support
upcoming Visual Studio versions provide `snprintf`
|
2014-06-04 13:48:53 +09:00 |
|
cremno
|
84e1b0a9d0
|
upcoming Visual Studio versions provide snprintf
|
2014-06-04 06:04:06 +02:00 |
|
Yukihiro "Matz" Matsumoto
|
8a9e2066c3
|
mark pre-allocated exception
|
2014-06-04 11:36:19 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
bccd43da71
|
indent ISO section comments
|
2014-06-04 11:33:56 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
d62ce565c6
|
use pre-allocated RuntimeError for out-of-memory
|
2014-06-04 11:33:15 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
b01bb33b75
|
fix String#lines comment; ref mattn@2e1855a
|
2014-06-04 10:51:09 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
04962ca075
|
Merge pull request #2357 from mattn/string-lines
Add String#lines
|
2014-06-04 10:45:11 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
e3074eff6f
|
Merge pull request #2356 from mattn/string-codepoints
Add String#chars, String#each_char, String#codepoints, String#each_codepoint
|
2014-06-04 10:41:24 +09:00 |
|
mattn
|
c927277486
|
Add String#lines
|
2014-06-04 10:41:07 +09:00 |
|
mattn
|
6d0388c68e
|
Refactor variable definitions
|
2014-06-04 10:28:34 +09:00 |
|
mattn
|
5410b9c46c
|
arena save/restore
|
2014-06-04 10:20:51 +09:00 |
|
mattn
|
f18771eb42
|
Add String#chars, String#each_char, String#codepoints, String#each_codepoint
|
2014-06-04 10:10:58 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
9763eee616
|
add dependency from mruby-string-utf8 to mruby-string-ext to ensure loading order
|
2014-06-04 09:47:01 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
c31c6c0833
|
Merge pull request #2352 from suzukaze/fix-indent
Fix indents in mruby-string-utf8
|
2014-06-04 09:12:46 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
82515722ff
|
Merge pull request #2353 from suzukaze/refactor-string-utf8
Refactor mrb_utf8_strlen() in mruby-string-utf8
|
2014-06-04 09:12:25 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
a789f776c7
|
Merge pull request #2351 from mattn/add-string-utf8.chr
Add string String#chr for utf8
|
2014-06-04 09:11:50 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
863abfc298
|
Merge pull request #2350 from suzukaze/add-string.chr
Implement String#chr
|
2014-06-04 09:11:23 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
c3ed6e3d25
|
use is_a? Array for String#% argument check as the original PR did in #2349
|
2014-06-04 09:08:22 +09:00 |
|
Jun Hiroe
|
ce45304ec4
|
Refactor mrb_utf8_strlen() in mruby-string-utf8
|
2014-06-03 20:56:17 +09:00 |
|
Jun Hiroe
|
73874f4008
|
Fix indents in mruby-string-utf8
|
2014-06-03 20:53:51 +09:00 |
|
mattn
|
1fab96668c
|
Add test
|
2014-06-03 20:33:02 +09:00 |
|
mattn
|
ab0b1c4783
|
Implement String#chr for utf-8
|
2014-06-03 20:20:30 +09:00 |
|
Jun Hiroe
|
e67817fcec
|
Implement String#chr
|
2014-06-03 19:49:38 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
9fe8653e86
|
Merge branch 'iij-pr-string-percent'
|
2014-06-03 16:34:45 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
427ea605e7
|
Merge branch 'master' of github.com:mruby/mruby
|
2014-06-03 16:34:21 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
4380f86150
|
Special treatment for Hashes, not Arrays; ref #2349
|
2014-06-03 16:33:30 +09:00 |
|
Tomoyuki Sahara
|
fe9f3fdd20
|
add 'String#%'.
|
2014-06-03 16:31:20 +09:00 |
|
Jun Hiroe
|
b81f0d0ffb
|
Add comments in String#lstrip, rstrip, strip, lstring_bang, rstrip_bang and strip_bang
|
2014-06-03 16:29:42 +09:00 |
|
Carson McDonald
|
fe09686c2f
|
Fix mgem test args passing
|
2014-06-03 16:29:42 +09:00 |
|
yui-knk
|
72305efe61
|
Remove space.
|
2014-06-03 16:29:42 +09:00 |
|
yui-knk
|
b56a47cc38
|
Fix indent.
|
2014-06-03 16:29:42 +09:00 |
|
katmutua
|
4039355fd8
|
Fix typos in gc
|
2014-06-03 16:29:42 +09:00 |
|
yui-knk
|
490d946bca
|
Remove space.
|
2014-06-03 16:29:42 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
037a1d7088
|
Merge pull request #2348 from takkanm/add_array_to_h
Add Array#to_h
|
2014-06-03 15:50:52 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
b83ff9ff30
|
Merge pull request #2347 from take-cheeze/nomethod_args
Implement `NoMethodError#args`.
|
2014-06-03 15:46:16 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
896c131231
|
Merge pull request #2346 from suzukaze/add-string-comment2
Fix indent in String#casecmp comments
|
2014-06-03 15:44:13 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
6e94f9bb30
|
Merge pull request #2345 from suzukaze/add-string-comment
Add comments in String#lstrip, rstrip, strip, lstring_bang, rstrip_bang ...
|
2014-06-03 14:34:38 +09:00 |
|
Mitsutaka Mimura
|
a0b12bf6b4
|
Add Array#to_h
|
2014-06-02 23:06:02 +09:00 |
|