| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-11-15 | move Hash comparison methods to mruby-hash-ext gem | Yukihiro "Matz" Matsumoto | |
| 2015-10-21 | Revert "Mark core gems with mrbgem tag" | Seba Gamboa | |
| This reverts commit 5cdcce8dbddd94ecb9503a0a1d47370c4ef97177. | |||
| 2015-10-20 | Remove obvious warnings from docs | Seba Gamboa | |
| 2015-10-20 | Mark core gems with mrbgem tag | Seba Gamboa | |
| 2015-09-26 | Refator Hash.fetch test | Jun Hiroe | |
| 2015-09-17 | Problem: Hash#fetch doesn't raise KeyError when a key cannot be found | Asmod4n | |
| Solution: change the Exception class raised to KeyError when a key cannot be found. | |||
| 2015-09-16 | fix block variable in Hash#fetch | takahashim | |
| 2015-06-28 | Rename extended xxxx class or module to xxxx class or module extension | Jun Hiroe | |
| 2015-06-28 | Fix typo; Replace extensional with extended | Jun Hiroe | |
| 2015-06-24 | Remove unnecessary backticks. | Franck Verrot | |
| Dr Markus Kuhn published in 1999 an article [1] explaining in details why we shouldn't use the ASCII grave accent (0x60) as a left quotation. Backticks have been used most notably to produce nice-looking LaTeX documents but it doesn't seem to be an issue on modern platforms and for the oldest ones, there are workarounds as mentioned by Dr Kuhn. [1]: https://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html | |||
| 2014-09-19 | to_hash/to_a check in Hash[] should only be done when only one argument is ↵ | Yukihiro "Matz" Matsumoto | |
| given; ref #2594 | |||
| 2014-09-18 | copy documentation comment from CRuby | INOUE Yasuyuki | |
| 2014-09-18 | remove line number from raise message | INOUE Yasuyuki | |
| 2014-09-18 | refactor Hash generator loop | INOUE Yasuyuki | |
| 2014-09-06 | implement Hash.[] | INOUE Yasuyuki | |
| 2014-07-12 | Run mrbgem and core tests on minimum dependencies. | take_cheeze | |
| Solves #2355. In test drivers: * Uses `mrb_t_pass_result` to check and pass test result to main `mrb_state`. * Adds `mrb_init_test_driver` to init test `mrb_state`. | |||
| 2014-06-04 | add Hash#to_h; ref #2348 | Yukihiro "Matz" Matsumoto | |
| 2014-05-10 | Add comment to Hash#each_pair. And change the line | yui-knk | |
| Add comment about ISO. Current place is misleading so change line No. | |||
| 2014-05-10 | Change to raise TypeError (Hash#merge, #merge!) | yui-knk | |
| 2014-05-09 | Add Hash#key | Jun Hiroe | |
| 2014-05-05 | Add Hash#keep_if | Jun Hiroe | |
| 2014-05-05 | Add Hash#invert | Jun Hiroe | |
| 2014-05-04 | Add Hash#flatten | Jun Hiroe | |
| 2014-05-04 | Add Hash comments | Jun Hiroe | |
| 2014-05-04 | Add Hash#delete_if | Jun Hiroe | |
| 2014-04-30 | remove trailing spaces | Nobuyoshi Nakada | |
| 2014-04-27 | add Hash#fetch; close #2134 | Yukihiro "Matz" Matsumoto | |
| 2014-04-25 | Use mrb_int in mrbgem rest argument getting. | take_cheeze | |
| 2014-03-21 | reduce hash creation by using update method | Yukihiro "Matz" Matsumoto | |
| 2014-03-21 | add Hash#each_pair | Yukihiro "Matz" Matsumoto | |
| 2014-03-17 | move summary of mrbgems in default gembox to its spec | take_cheeze | |
| 2014-02-22 | add test(requires MRB_GC_FIXED_ARENA enabled) | take_cheeze | |
| 2014-02-22 | fix possible arena overflow | take_cheeze | |
| 2014-02-13 | hash / hash-ext: various small changes | cremno | |
| src/hash.c: - mrb_hash_(aget|aset|dup|delete): internal linkage - remove documentation of methods which are not implemented (in here) - remove #assoc; unused, not in ISO spec - remove #rassoc: same, implementation is also wrong hash-ext mrbgem: - remove header "mruby/khash.h" - remove mrb_hash_values_at (move code into hash_values_at, i: long -> int) - less whitespace in gem_init function | |||
| 2014-01-07 | remove superfluous includes | cremno | |
| - reduce compile time by a little bit (full-core: ~0.7s for me) - thanks to 'include-what-you-use' for some help - include Standard C header files before any other (coding style) | |||
| 2013-08-04 | Improve test of mruby-hash-ext GEM | Daniel Bovensiepen | |
| 2013-07-23 | "spec.author" is better for single-author gems. | Tomoyuki Sahara | |
| "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-05-08 | Move Hash#values_at to mruby-hash-ext gem. | Masaki Muranaka | |
| 2013-05-03 | add type check in Hash#merge! | Gilad Zohari | |
| 2013-03-22 | add mruby-hash-ext mrbgem, and method: Hash#merge! | Kouki Ooyatsu | |
