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
/
mrbgems
/
mruby-struct
Age
Commit message (
Expand
)
Author
2020-10-12
Integrate `Fixnum` class into `Integer` class
dearblue
2020-10-12
Use functions that take symbols to reduce string litrals in C.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `MRB_SYM()` for inline symbols.
Yukihiro "Matz" Matsumoto
2020-06-20
Add `mrb_get_arg1()` that retrieves single (and only) argument.
Yukihiro "Matz" Matsumoto
2020-01-01
Rename `mrb_num_args_error` to `mrb_argnum_error`; ref #4863
Yukihiro "Matz" Matsumoto
2019-12-12
Add `mrb_num_args_error()` for "wrong number of arguments" error
KOBAYASHI Shuji
2019-10-29
Remove unneeded `Array` creation in `Struct#_inspect`
KOBAYASHI Shuji
2019-09-25
Rename symbol-to-string functions; close #4684
Yukihiro "Matz" Matsumoto
2019-08-05
Use new specifiers/modifiers of `mrb_vfromat()`
KOBAYASHI Shuji
2019-07-17
Merge branch 'master' into i110/inspect-recursion
Yukihiro "Matz" Matsumoto
2019-06-25
Renamed `stacked` to `onstack`; ref #4523
Yukihiro "Matz" Matsumoto
2019-06-22
Use stack memory for small name of Struct members
dearblue
2019-06-17
Merge pull request #4507 from shuujii/fix-index-in-error-message-of-Struct-aref
Yukihiro "Matz" Matsumoto
2019-06-17
Merge pull request #4502 from shuujii/adjust-allocation-size-in-mrb_id_attrse...
Yukihiro "Matz" Matsumoto
2019-06-15
Fix index in error message of `Struct#[]`
KOBAYASHI Shuji
2019-06-14
Remove a meaningless branch condition in `mruby-struct`
KOBAYASHI Shuji
2019-06-13
Fix class name validation in `Struct.new`
KOBAYASHI Shuji
2019-06-12
Adjust allocation size in `mrb_id_attrset()` (`mruby-struct`)
KOBAYASHI Shuji
2019-04-28
Commented out "Struct.new removes existing constant" test
KOBAYASHI Shuji
2019-04-09
Extract frozen checking to function
KOBAYASHI Shuji
2019-03-19
Use `FrozenError` instead of `RuntimeError` in frozen object modification test
KOBAYASHI Shuji
2019-02-24
Move `Object#dig` to `Struct#dig`
Wataru Ashihara
2019-02-07
Raise `NameError` for symbol struct access.
Yukihiro "Matz" Matsumoto
2018-11-19
Use type checking `mrb_to_str` instead of converting `mrb_str_to_str`.
Yukihiro "Matz" Matsumoto
2018-08-13
Remove potential path to avoid uninitialized variable access.
Yukihiro "Matz" Matsumoto
2018-08-06
Small refactoring.
Yukihiro "Matz" Matsumoto
2018-06-04
Let inspect recursion do the right thing
Ichito Nagata
2017-12-12
Modifying frozen objects will raise `FrozenError`.
Yukihiro "Matz" Matsumoto
2017-11-20
Add `MRB_METHOD_TABLE_INLINE` option.
Yukihiro "Matz" Matsumoto
2017-11-03
Always check division-by-zero to avoid undefined behavior; fix #3816
Yukihiro "Matz" Matsumoto
2017-10-29
Need to check number of argument of `Struct#new`; fix #3823
Yukihiro "Matz" Matsumoto
2017-10-17
Add more checks before accessing struct pointer; ref #3831
Yukihiro "Matz" Matsumoto
2017-10-16
Check struct-array pointer before accessing; fix #3831
Yukihiro "Matz" Matsumoto
2017-10-15
fix alias for Struct accessors
dearblue
2017-07-27
Embed small size array elements in the heap.
Yukihiro "Matz" Matsumoto
2017-07-12
Use "$!" specifier of `mrb_get_args`.
Yukihiro "Matz" Matsumoto
2017-06-27
Remove unnecessary initialization of a local variable.
Yukihiro "Matz" Matsumoto
2017-04-21
Support freeze in `Struct`.
take_cheeze
2017-04-13
Struct may not be initialized in #to_h; fix #3607
Yukihiro "Matz" Matsumoto
2017-04-05
Should specify instance type of Structs; fix #3591
Yukihiro "Matz" Matsumoto
2017-04-05
Need to insert write barriers in struct updates; fix #3547
Yukihiro "Matz" Matsumoto
2016-11-30
add a test for #3296
Yukihiro "Matz" Matsumoto
2016-11-30
should not refer Struct class by name; fix #3296
Yukihiro "Matz" Matsumoto
2016-11-25
stop warnings in the test; ref #3280
Yukihiro "Matz" Matsumoto
2016-11-25
resolve conflict; ref #3281
Yukihiro "Matz" Matsumoto
2016-11-24
Don't allow array parameter in Struct.new
Clayton Smith
2016-11-24
Remove constant when a struct is redefined.
Clayton Smith
2016-11-16
Correct argument specifications for few methods:
Tomasz Dąbrowski
2016-07-25
Merge pull request #3179 from ksss/struct
Yukihiro "Matz" Matsumoto
2016-07-25
Fixed crash error when #initialize is redefined for Struct; fix #3177
Yukihiro "Matz" Matsumoto
[next]