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 |
|
Yukihiro "Matz" Matsumoto
|
8e45630896
|
Merge branch 'master' of github.com:mruby/mruby
|
2013-05-08 16:25:40 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
595b1990bc
|
mirb should handle exception from inspect; close #1238
|
2013-05-08 16:25:20 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
c80103e89a
|
Merge pull request #1237 from monaka/pr-cleanup-hash
Cleanup hash
|
2013-05-07 22:50:24 -07:00 |
|
Masaki Muranaka
|
c9edc5b02e
|
Remove mrb_hash_lookup() as no one uses it. Use mrb_hash_get instead.
|
2013-05-08 13:33:23 +09:00 |
|
Masaki Muranaka
|
71cc4e13bf
|
Add more test cases for test coverage.
|
2013-05-08 13:22:35 +09:00 |
|
Masaki Muranaka
|
82c891acee
|
Move comments from hash.c to hash.rb.
|
2013-05-08 13:22:35 +09:00 |
|
Masaki Muranaka
|
a46eacb213
|
Move Hash#values_at to mruby-hash-ext gem.
|
2013-05-08 13:22:35 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
11e70f2191
|
Merge pull request #1234 from gzohari/pr-merge-bang-check-type
Add type check in Hash#merge!
|
2013-05-05 22:49:21 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
f568b49ef4
|
Merge pull request #1236 from carsonmcdonald/moreresptotests
Adding a few more respond_to tests
|
2013-05-05 22:49:07 -07:00 |
|
Carson McDonald
|
61c0b8f7df
|
Adding a few more respond_to tests
|
2013-05-05 09:14:41 -04:00 |
|
Yukihiro "Matz" Matsumoto
|
5e40c9bdb5
|
Merge pull request #1235 from crimsonwoods/fix_typos
fix typos.
|
2013-05-05 03:39:15 -07:00 |
|
crimsonwoods
|
1dfe52e53d
|
fix typos.
|
2013-05-05 11:28:06 +09:00 |
|
Gilad Zohari
|
17eef070da
|
add type check in Hash#merge!
|
2013-05-03 23:36:02 +03:00 |
|
Yukihiro "Matz" Matsumoto
|
7d134d941b
|
Merge branch 'bovi-gem-duplication'
|
2013-05-04 01:23:41 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
8d33833476
|
Merge branch 'master' of github.com:mruby/mruby
|
2013-05-04 01:23:15 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
d0f491d8c3
|
remove explicit check to honor duck typing
|
2013-05-04 01:22:26 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
4e16491f06
|
avoid subclassing Array not to inherit too much methods
|
2013-05-04 01:21:31 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
c304887b50
|
Merge branch 'gem-duplication' of https://github.com/bovi/mruby into bovi-gem-duplication
|
2013-05-04 01:09:56 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
7cab57da79
|
Merge pull request #1232 from iij/pr-mrbgems-mrblib-sort
sort mrbgem's mrblib/*.rb files
|
2013-05-03 03:41:15 -07:00 |
|
Daniel Bovensiepen
|
1eb2a4b6c8
|
Move GemList to MRuby::Gem::List. More logical location
|
2013-05-03 14:19:19 +08:00 |
|
Daniel Bovensiepen
|
822a71154f
|
Use advanced GemList as list for GEMs
|
2013-05-03 14:08:10 +08:00 |
|
Daniel Bovensiepen
|
dd8bfcb49f
|
Implement GemList which can identify GEM duplicates
|
2013-05-03 14:06:16 +08:00 |
|
Akira Yumiyama
|
1f52ee259a
|
sort mrbgem's mrblib/*.rb files
- https://github.com/mruby/mruby/commit/5de9a8cc50052db105ea8ba06d64b95cb1b57db1
|
2013-05-03 10:29:03 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
4d3991e561
|
Merge branch 'master' of github.com:mruby/mruby
|
2013-05-03 00:23:21 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
0e529c22d6
|
Merge pull request #1229 from bovi/dependencies_requirements
First strik on GEM Dependencies
|
2013-05-02 08:07:46 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
0323adc8ea
|
Merge pull request #1230 from bovi/copyright-year
Push Copyright year up to 2013
|
2013-05-02 00:48:14 -07:00 |
|
Daniel Bovensiepen
|
f0a9b95af3
|
Push Copyright year up to 2013
|
2013-05-02 14:11:07 +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
|
b754cf1f67
|
Improve Gem::Specification for support of dependencies and requirements
|
2013-05-02 13:42:10 +08:00 |
|
Yukihiro "Matz" Matsumoto
|
3d149f6350
|
Merge branch 'master' of github.com:mruby/mruby
|
2013-05-02 10:12:07 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
fd2e32e971
|
Merge pull request #1228 from bovi/mrbgems-core-gem
Implementation of :core parameter for conf.gem
|
2013-05-01 18:10:55 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
b3cdcfe27b
|
Merge pull request #1227 from bovi/patch-2
Cosmetic improvements of mrbgems documentation
|
2013-05-01 18:09:40 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
6f6f0b24d1
|
Merge pull request #1226 from bovi/patch-1
ArduinoDue Target Cosmetic Change
|
2013-05-01 18:09:11 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
99df6eeeb3
|
Merge pull request #1224 from h2so5/remove-mrb_class_obj_get
Remove mrb_class_obj_get
|
2013-05-01 18:08:44 -07:00 |
|
Daniel Bovensiepen
|
bffc9878ec
|
Apply :core parameter to full-core.gembox
|
2013-05-02 02:54:21 +08:00 |
|
Daniel Bovensiepen
|
3afa961e8c
|
Apply :core parameter to default.gembox
|
2013-05-02 02:54:08 +08:00 |
|
Daniel Bovensiepen
|
045db9e528
|
Implement :core parameter for conf.gem
|
2013-05-02 02:53:47 +08:00 |
|
Daniel Bovensiepen
|
1f45b85a0b
|
Cosmetic improvements of mrbgems documentation
Cosmetic improvements of mrbgems documentation
|
2013-05-02 02:29:42 +08:00 |
|
Daniel Bovensiepen
|
e6efc519a9
|
ArduinoDue Target Cosmetic Change
small cosmetic change
|
2013-05-02 02:11:09 +08:00 |
|
h2so5
|
1e5b00e772
|
Remove mrb_class_obj_get
|
2013-05-01 21:10:17 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
a092e41020
|
the receiver should be included in ancestors even when it's a singleton class
|
2013-04-30 00:51:31 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
96637a7723
|
remove unnecessary intern; access to non-member cause IndexError
|
2013-04-29 15:48:16 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
02f843d8dc
|
rename mrb_to_id to mrb_obj_to_sym since symbol is nothing to do with identifier in mruby
|
2013-04-29 15:35:30 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
bdb11e3101
|
remove our own prototype for sprintf(); ref #1223
|
2013-04-29 15:26:33 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
83933ea5e0
|
Merge branch 'master' of github.com:mruby/mruby
|
2013-04-29 11:46:34 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
ee14d37da4
|
use uint8_t for mrb_bool instead of unsigned int; close #1222
|
2013-04-29 11:46:16 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
fa2fb6de36
|
Merge pull request #1221 from monaka/pr-revert-file-access-mode
Revert file access mode to 0644.
|
2013-04-28 19:14:16 -07:00 |
|