mimaki
|
22464fe5a0
|
mruby-1.2.0
|
2015-11-17 18:02:30 +09:00 |
|
cremno
|
e8d8796988
|
document MRB_UTF8_STRING config macro
|
2015-11-17 00:49:20 +01:00 |
|
Yukihiro "Matz" Matsumoto
|
4440566b95
|
DISABLE_STDIO/ENABLE_DEBUG macros to rename; close #3014
changes:
* rename DISABLE_STDIO -> MRB_DISABLE_STDIO
* rename ENABLE_DEBUG -> MRB_ENABLE_DEBUG_HOOK
* no more opposite macro definitions (e.g. ENABLE_STDIO, DISABLE_DEBUG).
* rewrite above macro references throughout the code.
* update documents
|
2015-11-17 07:30:34 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
6b122c6b2a
|
rename androidndk to androidin compile.md; ref #2991
|
2015-10-13 08:31:01 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
5830e2a655
|
update doc/guides/compile.md to refer androidndk.rake; ref #2983 #2974
|
2015-10-11 13:01:51 +09:00 |
|
Seba Gamboa
|
657d069582
|
Move guides location
|
2015-10-08 12:29:11 -03:00 |
|
Seba Gamboa
|
76f24d2182
|
Testing yard generation
|
2015-10-08 12:29:10 -03: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
|
fb3883e57e
|
Merge pull request #2941 from Mav7/master
Added range.h.md and edited re.h.md and version.h.md
|
2015-09-04 17:00:58 +09:00 |
|
Ralph Desir
|
743432d4ec
|
Update range.h.md
|
2015-09-03 14:52:21 -04:00 |
|
Ralph Desir
|
8a09515c6c
|
Cleaned up the version.h markdown.
|
2015-09-03 14:20:16 -04:00 |
|
Ralph Desir
|
e1beb502ab
|
Cleaned up the re.h markdown.
|
2015-09-03 14:19:02 -04:00 |
|
Ralph Desir(Mav7)
|
93aaa06736
|
Added range markdown.
|
2015-09-03 14:16:57 -04:00 |
|
Yukihiro "Matz" Matsumoto
|
402890d571
|
Merge pull request #2938 from Mav7/master
Added version.h.md and re.h.md
|
2015-09-03 13:01:01 +09:00 |
|
Ralph Desir
|
79aa0866ce
|
Added reg.h markdown.
|
2015-09-02 18:57:00 -04:00 |
|
Ralph Desir(Mav7)
|
1bd5c48596
|
Added regular expression header markdown.
|
2015-09-02 18:52:16 -04:00 |
|
Ralph Desir
|
6beae5ec71
|
Created version.h markdown.
|
2015-09-02 18:45:03 -04:00 |
|
Ralph Desir(Mav7)
|
da0dc6937d
|
doc/api/mruby/version.h.md
|
2015-09-02 18:19:53 -04:00 |
|
Yukihiro "Matz" Matsumoto
|
14f0e4a4e4
|
update string.h.md; ref #2931
|
2015-09-02 15:09:50 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
7ce5b21c1d
|
Merge pull request #2931 from Mav7/master
Updated string.h.md
|
2015-09-02 15:08:06 +09:00 |
|
Ralph Desir
|
8ad8c547dd
|
Update string.h.md
|
2015-09-01 13:50:27 -04:00 |
|
Yukihiro "Matz" Matsumoto
|
87f1281cec
|
Merge pull request #2929 from Mav7/master
C string.h API documentation.
|
2015-09-01 12:45:23 +09:00 |
|
Ralph Desir
|
d78d001734
|
Update string.h.md
|
2015-08-31 23:16:45 -04:00 |
|
Ralph Desir
|
00dd2dfa39
|
Update string.h.md
|
2015-08-31 14:11:17 -04:00 |
|
Ralph Desir
|
a2f6152be8
|
Update string.h.md
|
2015-08-30 23:55:55 -04:00 |
|
Ralph Desir(Mav7)
|
0f2b3643ba
|
Added string markdown.
|
2015-08-30 20:20:45 -04:00 |
|
xuejianqing
|
54c853ff4a
|
update mrbgems doc
|
2015-07-26 21:52:56 +08:00 |
|
Jun Hiroe
|
18a0900a82
|
Fix indents; Indent is two spaces; Delete tabs [skip ci]
|
2015-07-19 23:04:13 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
4ebe94725c
|
Merge pull request #2892 from Mav7/master
Added documentation for hash.
|
2015-07-18 16:19:27 +09:00 |
|
Ralph Desir(Mav7)
|
6619dc4d75
|
Deleted range and string markdowns for now.
|
2015-07-17 14:43:55 -04:00 |
|
Ralph Desir
|
f282d94793
|
Update hash.h.md
|
2015-07-17 14:25:15 -04:00 |
|
Ralph Desir
|
78a40fce88
|
Update hash.h.md
|
2015-07-17 14:21:13 -04:00 |
|
jbreeden
|
e92da7b76c
|
Fix typo
|
2015-07-13 23:26:29 -07:00 |
|
jbreeden
|
510e53d89f
|
Add ! documentation to mruby.h.md
|
2015-07-13 23:21:19 -07:00 |
|
Ralph Desir
|
82380780db
|
Update hash.h.md
|
2015-07-08 05:35:37 -04:00 |
|
Mav7
|
2523ed473a
|
Added new markdowns.
|
2015-07-08 04:50:01 -04:00 |
|
Franck Verrot
|
427cc64de0
|
Respect the directory structure of include
As mentioned in the README, two files have been put under the `mruby`
directory.
|
2015-06-26 14:37:57 +02:00 |
|
Yukihiro "Matz" Matsumoto
|
e344c6ab6d
|
[ci skip] replace "ignored" by "omitted"; ref #2846
|
2015-06-22 10:09:04 +09:00 |
|
take_cheeze
|
078d24d4d3
|
Add documentation to new mgem features.
|
2015-06-22 02:24:15 +09:00 |
|
Anton Davydov
|
111602319b
|
Fix repository link to mruby/mruby [skip ci]
|
2015-06-20 13:27:36 +03:00 |
|
Ralph Desir
|
0f93d9b7db
|
Update array.h.md
|
2015-06-05 02:54:11 -04:00 |
|
Ralph Desir
|
e1795cb72d
|
Update value.h.md
|
2015-06-05 02:51:37 -04:00 |
|
Ralph Desir
|
a3a18cd7a6
|
Update array.h.md
|
2015-06-05 02:43:54 -04:00 |
|
Ralph Desir
|
12b307396a
|
Added more function documentation for arrays.
|
2015-06-05 02:42:48 -04:00 |
|
Ralph Desir
|
88342b2709
|
Update array.h.md
|
2015-06-05 00:17:42 -04:00 |
|
Ralph Desir
|
b9716c59c7
|
Update array.h.md
|
2015-06-05 00:05:41 -04:00 |
|
Ralph Desir
|
8a14073207
|
Update array.h.md
|
2015-06-04 23:54:27 -04:00 |
|
Ralph Desir
|
e63962c0a4
|
Update array.h.md
|
2015-06-04 23:53:15 -04:00 |
|
Mav7
|
d768dcc42c
|
Adding an array readme markdown.
|
2015-06-04 23:49:43 -04:00 |
|
Mav7
|
5d63350a3b
|
testing something.
|
2015-06-04 23:46:32 -04:00 |
|