Ralph Desir
|
2df9786f33
|
got rid of dummy gem i was testing
|
2015-10-14 22:48:49 -04:00 |
|
Ralph Desir(Mav7)
|
d702b7fdf0
|
Add more YARD docs for mruby.h for mrb_undef_method and mrb_undef_class_method.
|
2015-10-14 16:49:10 -04:00 |
|
Ralph Desir(Mav7)
|
a5b416e2ce
|
Added documentation for mrb_undef_method
|
2015-10-14 02:50:12 -04:00 |
|
Ralph Desir(Mav7)
|
6276227e70
|
Wrote YARD docs for mrb_define_module, mrb_include_module, mrb_prepend_module, mrb_define_class_method, mrb_define_module_function, and mrb_define_const on mruby.h
|
2015-10-11 08:55:56 -04:00 |
|
Yukihiro "Matz" Matsumoto
|
c87c409a1d
|
Merge pull request #2986 from takahashim/mrbdoc
fix `rake doc` error
|
2015-10-10 17:24:34 +09:00 |
|
takahashim
|
f377753b16
|
fix rake doc error
using mrbdoc
|
2015-10-09 11:48:51 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
02a6d866ba
|
Merge pull request #2984 from sagmor/yard
Simpler documentation
|
2015-10-09 05:30:31 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
0050bfe586
|
Merge pull request #2982 from mattn/unicode-print
print unicode on windows console
|
2015-10-09 04:45:42 +09:00 |
|
Seba Gamboa
|
87e0840e9d
|
Fix mrb_obj_respond_to
|
2015-10-08 15:34:51 -03:00 |
|
Seba Gamboa
|
ef73ec560e
|
array header cleanup
|
2015-10-08 13:33:38 -03:00 |
|
Seba Gamboa
|
11fb10a21a
|
Merge doc/api/mruby/hash.h.md docs
|
2015-10-08 13:29:57 -03:00 |
|
Seba Gamboa
|
5dfdd53bcc
|
Merge doc/api/mruby/range.h.md docs
|
2015-10-08 13:26:23 -03:00 |
|
Seba Gamboa
|
e441fdaad8
|
Merge doc/api/mruby/value.h.md docs
|
2015-10-08 13:17:31 -03:00 |
|
Seba Gamboa
|
649901b75c
|
Merge doc/api/mruby/string.h.md contents
|
2015-10-08 12:55:28 -03:00 |
|
Seba Gamboa
|
4dc9869700
|
Merge contents from doc/api/mruby/version.h.md
|
2015-10-08 12:45:25 -03:00 |
|
Seba Gamboa
|
657d069582
|
Move guides location
|
2015-10-08 12:29:11 -03:00 |
|
Seba Gamboa
|
249226730f
|
Formatting docs to new YARD structure
|
2015-10-08 12:29:11 -03:00 |
|
Seba Gamboa
|
facc4bf428
|
Fix samples syntax highlighting
|
2015-10-08 12:29:11 -03:00 |
|
Seba Gamboa
|
a0fe0c40b1
|
Remove old doxygen tags
|
2015-10-08 12:29:10 -03:00 |
|
Seba Gamboa
|
554406b987
|
Testing @see tag
|
2015-10-08 12:29:10 -03:00 |
|
Seba Gamboa
|
76f24d2182
|
Testing yard generation
|
2015-10-08 12:29:10 -03:00 |
|
Yasuhiro Matsumoto
|
6c0dc1a720
|
print unicode on windows console
|
2015-10-08 23:52:58 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
2d29d140f5
|
Merge pull request #2978 from sagmor/toolchain-params
Add optional params to toolchain configuration
|
2015-10-07 23:34:08 +09:00 |
|
Seba Gamboa
|
d6665fc402
|
Add optional params to toolchain configuration
|
2015-10-06 15:52:19 -03:00 |
|
Yukihiro "Matz" Matsumoto
|
98762c5a5d
|
Merge pull request #2977 from tatsuhiro-t/gc-arena-howto
Add how to use mrb_gc_arena_save()/mrb_gc_arena_restore() doc
|
2015-10-06 22:50:06 +09:00 |
|
Tatsuhiro Tsujikawa
|
445ba44a56
|
Add how to use mrb_gc_arena_save()/mrb_gc_arena_restore() doc
|
2015-10-06 22:25:37 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
79c4618754
|
Merge pull request #2975 from yasuyuki/eval_rescue
Add regression test for #2933
|
2015-10-05 09:51:43 +09:00 |
|
INOUE Yasuyuki
|
49bfaca6c7
|
Add regression test for #2933
|
2015-10-04 18:22:34 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
e1ec2b02be
|
travis-CI migration
Migrating from legacy to container-based infrastructure.
http://docs.travis-ci.com/user/migrating-from-legacy/
|
2015-10-03 19:14:07 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
3f508d90da
|
Merge pull request #2946 from sagmor/test-dependencies
Add gem test dependencies
|
2015-10-03 18:41:22 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
fafe86d364
|
Array#index to take block; fix #2968 close #2970
|
2015-10-01 22:35:06 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
d12926da8a
|
Merge pull request #2937 from sagmor/gem
Distribute MRuby's source as a Ruby gem
|
2015-10-01 19:57:58 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
a41b61ea58
|
Merge pull request #2960 from suzukaze/refactor-hash-ext-test
Refator Hash#fetch test
|
2015-10-01 19:53:32 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
6c78589163
|
Merge pull request #2962 from hone/spec_linker_flags_after_libraries
LinkerConfig is a struct with five params
|
2015-10-01 19:52:53 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
6b3fd18262
|
clarify asserts to UTF-8 test suites; ref #2971
|
2015-10-01 19:32:29 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
0a94c69cc3
|
optimize if statement with constant condition
|
2015-10-01 19:29:05 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
cb76ed8ec4
|
Merge pull request #2971 from mattn/utf8-chop
chop with utf-8. fix #2967
|
2015-10-01 19:27:35 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
744578687d
|
Merge pull request #2961 from takahashim/regex_enc
support Regexp literal option: //n and //u
|
2015-10-01 19:26:37 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
bcd10c710c
|
Merge pull request #2973 from mattn/fix-windows-tests
fix tests on windows.
|
2015-10-01 19:21:57 +09:00 |
|
Yasuhiro Matsumoto
|
545d649eff
|
fix tests on windows.
'bin/mruby' not work on windows. so correct command name and quoted arguments.
|
2015-09-30 16:13:02 +09:00 |
|
Yasuhiro Matsumoto
|
7ad75a4a19
|
fix tests
|
2015-09-30 13:08:11 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
81ec5f5dc0
|
Merge pull request #2966 from maclover7/patch-1
Small Markdown updates to README.md
|
2015-09-29 21:43:38 +09:00 |
|
Jon Moss
|
df2af60cfe
|
Get rid of weird whitespace
|
2015-09-29 08:37:46 -04:00 |
|
Jon Moss
|
f654a567e1
|
Retain #2595 markdown short links
|
2015-09-29 08:36:37 -04:00 |
|
Yasuhiro Matsumoto
|
d5f145076c
|
chop with utf-8. fix #2967
|
2015-09-29 21:22:45 +09:00 |
|
Jon Moss
|
a9b78063aa
|
Small Markdown updates to README.md
Small copy and styling updates
|
2015-09-27 16:04:15 -04:00 |
|
Yukihiro "Matz" Matsumoto
|
2eb2f5b408
|
Merge pull request #2965 from takahashim/fix-class-new-instance
fix signature of mrb_class_new_instance()
|
2015-09-27 20:48:54 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
f70634b542
|
Merge pull request #2964 from takahashim/fix-utf8-inspect
fix String#inspect with MRB_UTF8_STRING
|
2015-09-27 20:48:16 +09:00 |
|
takahashim
|
df83d42935
|
fix signature of mrb_class_new_instance()
dd925578c6 changed the order of arguments,
but it doesn't seem intentional.
|
2015-09-27 17:33:13 +09:00 |
|
takahashim
|
074c6e2678
|
fix String#inspect with MRB_UTF8_STRING
cf. #2963
|
2015-09-27 13:43:45 +09:00 |
|