Yukihiro "Matz" Matsumoto
|
76012a885d
|
remove UTF-8 strings from mruby-string-ext test
|
2014-06-07 22:23:25 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
32e450166f
|
move STR_* macros to mruby/string.h with renaming
|
2014-06-07 22:16:16 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
b0c90141d9
|
clear shared and nofree flags; ref #2370
|
2014-06-07 17:24:18 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
20dc629b11
|
inline str_discard(); ref #2370
|
2014-06-07 16:51:40 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
24b02955d3
|
git push origin masterMerge branch 'suzukaze-add-string.clear2'
|
2014-06-07 16:47:03 +09:00 |
|
Jun Hiroe
|
9709fe79a3
|
Implement String#clear
|
2014-06-07 16:15:32 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
04edab4c21
|
Merge pull request #2368 from take-cheeze/partial_hook_fix
Treat partial hook success '\n' to fix #2361 .
|
2014-06-06 22:03:02 +09:00 |
|
take_cheeze
|
39bbdd5f2f
|
Add bintest for mrbc.
|
2014-06-06 21:46:58 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
ff4ca4c195
|
Merge pull request #2367 from take-cheeze/ignore_outfile
Ignore outfile check when `-c`(check syntax only) flag is enabled.
|
2014-06-06 21:32:35 +09:00 |
|
take_cheeze
|
7f870f601f
|
Treat partial hook success '\n' to fix #2361 .
Now it will parse the #2361 code as:
```
module A
end
module B
end
```
instead of
```
module A
end module B
end
```
|
2014-06-06 21:29:42 +09:00 |
|
take_cheeze
|
2f614b1a5c
|
Ignore outfile check when -c(check syntax only) flag is enabled.
|
2014-06-06 19:55:04 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
d3fda42eb6
|
Merge pull request #2359 from take-cheeze/src_gen_dep
Add generator script to dependency so that it will regenerate C codes when it's modified.
|
2014-06-06 16:38:11 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
a8636103a2
|
git push origin masterMerge branch 'cremno-ascii'
|
2014-06-06 12:49:55 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
232b8b07e4
|
Merge branch 'ascii' of https://github.com/cremno/mruby into cremno-ascii
|
2014-06-06 12:48:48 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
ccd871bcca
|
reduce calling mrb_sym2name_len() from struct.c; ref #2365
|
2014-06-06 09:25:29 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
b533917aa6
|
Merge pull request #2365 from cremno/mruby-struct-function-changes
various mruby-struct function changes
|
2014-06-06 09:17:37 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
3501524ef8
|
Merge pull request #2364 from take-cheeze/free_atexit_stack
Release `mrb->atexit_stack` on `mrb_close`.
|
2014-06-06 09:13:53 +09:00 |
|
cremno
|
71c7d58736
|
partially revert 1a5841b for mirb
Fix compilation fail caused by GNU Readline and `ISPRINT`.
Also add missing `unsigned char` cast.
|
2014-06-06 00:13:24 +02:00 |
|
cremno
|
1a5841b4b1
|
use uppercase US-ASCII ctype macros
|
2014-06-05 21:00:47 +02:00 |
|
cremno
|
f9f864d4dd
|
don't (re-)define ascii_isspace and isascii
`ISSPACE` and `ISASCII` can be used instead.
|
2014-06-05 20:27:17 +02:00 |
|
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 |
|
cremno
|
025b8f7644
|
mruby-struct: implement mrb_is_(local|const)_id
|
2014-06-05 18:48:17 +02:00 |
|
take_cheeze
|
4c1fb65d85
|
Release mrb->atexit_stack on mrb_close.
|
2014-06-06 01:04:12 +09: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 |
|
cremno
|
65a7eac1a9
|
mruby-struct: remove unused functions
|
2014-06-05 01:31:15 +02:00 |
|
cremno
|
64b0e48dcb
|
mruby-struct: use correct data types
|
2014-06-05 01:27:39 +02:00 |
|
cremno
|
0249e7dd7f
|
mruby-struct: internal linkage for all functions
|
2014-06-05 01:16:23 +02: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 |
|
take_cheeze
|
fb3c2f6b08
|
Add generator script to dependency so that it will regenerate C codes when it's modified.
|
2014-06-04 22:53:36 +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 |
|