index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
hash.c
Age
Commit message (
Expand
)
Author
2013-05-12
Implemented ObjectSpace.count_objects to count the number of allocated object...
Ryan Scott
2013-05-08
Remove mrb_hash_lookup() as no one uses it. Use mrb_hash_get instead.
Masaki Muranaka
2013-05-08
Move comments from hash.c to hash.rb.
Masaki Muranaka
2013-05-08
Move Hash#values_at to mruby-hash-ext gem.
Masaki Muranaka
2013-04-29
rename hash related gc functions
Yukihiro "Matz" Matsumoto
2013-04-25
rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206
Yukihiro "Matz" Matsumoto
2013-03-29
Sort include files. Some redundant includes are removed.
Masaki Muranaka
2013-03-23
Use mrb_str_cat() instead of mrb_str_cat2() as possible.
Masaki Muranaka
2013-03-22
Merge pull request #1039 from crimsonwoods/fix_the_type_of_opcode
Yukihiro "Matz" Matsumoto
2013-03-22
Use mrb_intern2() instead of mrb_intern(). This is for avoiding overhead by s...
Masaki Muranaka
2013-03-21
fix the type of value that is returned by bit-shift expression.
crimsonwoods
2013-03-19
rename mrb_true_or_false_value() to mrb_bool_value()
Yukihiro Matz Matsumoto
2013-03-19
Use mrb_true_or_false_value() / in hash_equal().
Masaki Muranaka
2013-03-19
Use mrb_true_or_false_value() / in mrb_hash_has_keyWithKey().
Masaki Muranaka
2013-03-19
Use mrb_true_or_false_value() / in mrb_hash_empty_p().
Masaki Muranaka
2013-03-15
obsolete mrb_object; opposite of bc870ce
Yukihiro Matz Matsumoto
2013-03-02
Adjust some indents
MATSUMOTO Ryosuke
2013-03-01
Remove unused structures.
Masaki Muranaka
2013-02-27
Remove freeze leftovers
brainopia
2013-02-26
Clean code up.
Masaki Muranaka
2013-02-24
Remove commented out code. Remove redundant function calls.
Masaki Muranaka
2013-02-03
Fix potential bug about Hash.
Masamitsu MURASE
2013-01-10
add mrb_check_hash_type
skandhas
2012-11-30
Stop warning: extra ';' outside of a function
Ryunosuke SATO
2012-11-14
make mrb_hash_keys() non static function
Yukihiro Matz Matsumoto
2012-11-04
add new predicates mrb_string_p(),mrb_array_p(),mrb_hash_p()
Yukihiro Matz Matsumoto
2012-10-23
do not touch h from Hash when h might be NULL
Yukihiro Matsumoto
2012-08-26
Publish mrb_hash_delete_key.
Masamitsu MURASE
2012-07-29
mrb_hash_delete_key(), mrb_hash_keys() : Declare as static.
Masaki Muranaka
2012-07-29
Remove commented out code.
Masaki Muranaka
2012-07-28
Protect deleted key and value from GC.
Masamitsu MURASE
2012-07-14
Remove unnecessary header inclusion
Junji Sawada
2012-07-13
less <stdio.h>
Yukihiro Matsumoto
2012-06-27
sizeof("a") is bigger by one than strlen("a")
Yukihiro Matsumoto
2012-06-23
reduce calling mrb_str_new_cstr() to avoid strlen(); #301
Yukihiro Matsumoto
2012-06-21
dislose mrb_hash_keys; close #304
Yukihiro Matsumoto
2012-06-21
reduce calling of strlen(); #301
Yukihiro Matsumoto
2012-06-19
split declaration and definition for 'khash_xxx'.
crimsonwoods
2012-06-15
Remove some redundant code.
Masaki Muranaka
2012-06-03
remove unsafe macros in hash.h
Yukihiro Matsumoto
2012-06-02
simpler implementation of Hash#empty?
Yukihiro Matsumoto
2012-06-02
hash->ht might be NULL; it shouldn't though
Yukihiro Matsumoto
2012-06-02
hash->ht might be NULL; it shouldn't though
Yukihiro Matsumoto
2012-06-02
naming convention consistency for hash.h
Yukihiro Matsumoto
2012-06-02
refactoring around mrb_hash_new
Yukihiro Matsumoto
2012-06-01
remove unnecessary header inclusion from hash.c
Yukihiro Matsumoto
2012-06-01
small refactoring; hash->ht should not be NULL
Yukihiro Matsumoto
2012-06-01
values need not to dup unlike keys
Yukihiro Matsumoto
2012-06-01
stop using mrb_exec_recursive_paired() from Hash#==
Yukihiro Matsumoto
2012-06-01
hash function should use #eql? internally
Yukihiro Matsumoto
[prev]
[next]