Commit Graph

113 Commits

Author SHA1 Message Date
take_cheeze b03330b3e4 Fix document generator to remove trailing space in generated document.
Update generated document.
2014-05-10 22:08:40 +09:00
take_cheeze 4d31c036d3 Add document of header searcher of compiler. 2014-05-04 22:13:27 +09:00
yui-knk 8773ad1a93 Fix docs path. 2014-05-03 21:57:14 +09:00
Nobuyoshi Nakada ab67c57f65 remove trailing spaces 2014-04-30 09:50:14 +09:00
take_cheeze 1abed6d81c Remove attention about mrbgem dependecy. 2014-04-24 22:07:53 +09:00
take_cheeze e1052e74ff Update documentation of MRuby::Gem::Specification#add_dependency. 2014-04-24 12:32:32 +09:00
Daniel Bovensiepen c53846a22a merge @mattn's win-compatibility 2014-04-15 18:28:16 +08:00
Daniel Bovensiepen a182a0d38c Improve generator to output status 2014-04-15 13:17:23 +08:00
Daniel Bovensiepen 88951ddb7e Update language documentation without line number to reduce update interval in the future 2014-04-15 13:07:00 +08:00
Daniel Bovensiepen 1017868e78 Implement switch for line numbers 2014-04-15 13:05:40 +08:00
Daniel Bovensiepen d83c66c854 Update Language Documentation 2014-04-15 12:48:12 +08:00
Yukihiro "Matz" Matsumoto 5138f62d6b resolve conflict 2014-04-15 10:55:46 +09:00
take_cheeze 604134e57d Make bintest enabling like other enable_xxx methods. 2014-04-09 13:59:39 +09:00
take_cheeze 702cadae4c Add documentation of MRuby::Build#disable_cxx_exception . 2014-04-08 20:30:19 +09:00
Marcus Stollsteimer a8068b44cb Fix literal asterisks in markdown 2014-03-20 12:47:37 +01:00
take_cheeze ce9681dce6 fix typo 2014-03-05 03:08:23 +09:00
take_cheeze 1029be3cd8 update compilation notes 2014-03-05 03:08:06 +09:00
Tatsuya Matsumoto 860773db61 remove unnecessary .gitkeep 2014-03-01 03:36:58 +09:00
take_cheeze f59636304a add ruby and C code execution order note 2014-02-25 03:32:14 +09:00
Per Lundberg 0b46876c03 Updated the documentation to better match the way things work now that 172cd28 is merged. 2013-11-23 22:59:34 +02:00
Daniel Bovensiepen f3f99fa2cd Update Language Documentation 2013-08-01 15:19:25 +08:00
Daniel Bovensiepen 16a162ec45 Merge remote-tracking branch 'upstream/master' into lang-doc 2013-08-01 15:17:34 +08:00
Jun Hiroe d6b24de6e1 I replace 'Pre-Conditions' with 'Preconditions' because the former is a wrong word. 2013-07-27 14:57:34 +09:00
h2so5 3fb5654510 Rename --pull_gems to --pull-gems 2013-07-26 18:08:38 +09:00
Tomoyuki Sahara 116f75a8ce "spec.author" is better for single-author gems.
"spec.author=" expects a String represents a single author.
"spec.authors=" expects an Array which is a list of multiple authors.

http://guides.rubygems.org/specification-reference/
2013-07-23 10:09:24 +09:00
Yukihiro "Matz" Matsumoto 54ba24061f Merge pull request #1345 from kyab/doc_update_verbose
[doc]Introduce ./minirake -v
2013-07-05 19:40:47 -07:00
kyab 63c369e862 [doc]Introduce ./minirake --pull_gems 2013-07-05 22:44:27 +09:00
kyab 3a55ab33eb [doc]Introduce ./minirake -v 2013-07-05 22:34:52 +09:00
Daniel Bovensiepen 6f95cd36bb Update Documentation 2013-06-15 03:56:41 +08:00
Daniel Bovensiepen 373122a299 Merge upstream 2013-06-15 03:53:50 +08:00
Daniel Bovensiepen ad07d41bd1 Improve generator 2013-06-23 18:51:58 +08:00
Daniel Bovensiepen 51e494267a Remove old result file 2013-06-23 18:51:20 +08:00
Daniel Bovensiepen 0cec377c6b Remove swap file 2013-06-23 18:50:24 +08:00
Daniel Bovensiepen 52336e5408 Add mrbdoc - first draft 2013-06-23 17:37:39 +08:00
Daniel Bovensiepen 0a8381b7a0 Fix Tables 2013-06-17 05:06:51 +08:00
Daniel Bovensiepen 256f248548 Add First draft of Language documentation 2013-06-17 04:51:42 +08:00
Daniel Bovensiepen ac4844757d Redirect documentation to Core.md 2013-06-17 04:51:20 +08:00
Daniel Bovensiepen f64e104da6 Add init language documentation 2013-06-15 02:41:43 +08:00
kyab 155193b41a Describe GemBox files can be located anywhere 2013-06-06 21:35:15 +09:00
Carson McDonald 43732ecd17 Minor wording changes and a couple spelling fixes 2013-06-02 08:29:49 -04:00
Daniel Bovensiepen 2991c8b0b2 [doc] Add minimal build configuration
In relation to #1225.

Adds a minimal build configuration for libmruby which contains as less as possible.
2013-05-08 21:54:51 +08:00
Daniel Bovensiepen d8ce46feda Fix add_dependency declaration documentation 2013-05-02 13:52:56 +08:00
Daniel Bovensiepen 823dc380aa Improve mrbgems documentation 2013-05-02 13:50:45 +08:00
Daniel Bovensiepen bb7d404e64 Add more documentation for Gem::Specification 2013-05-02 13:42:26 +08:00
Daniel Bovensiepen 1f45b85a0b Cosmetic improvements of mrbgems documentation
Cosmetic improvements of mrbgems documentation
2013-05-02 02:29:42 +08:00
Andrew Nordman 9b1d202c95 Adds documentation for MRuby::GemBox usage 2013-04-27 23:13:46 -05:00
Yukihiro "Matz" Matsumoto 30d580ecbc rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206 2013-04-25 09:47:36 +09:00
Yukihiro "Matz" Matsumoto a06e0ab33f Merge pull request #1182 from trmmy/move_tools
Update doc/compile/README.md about mruby and mirb
2013-04-14 14:10:13 -07:00
Yukihiro "Matz" Matsumoto 06cca20aeb Merge pull request #1180 from trmmy/typo
Add closing double-quotes to doc/compile/README.md
2013-04-14 14:09:37 -07:00
TERAJIMA, Motoyuki d0d5594ea0 Update doc/compile/README.md about mruby and mirb 2013-04-15 00:40:53 +09:00