FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for mrbgems/mruby-struct - lineCode/mruby · GitHub
lineCode
/
mruby
Public
forked from
mruby/mruby
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
mruby
mrbgems
mruby-struct
on
master
User selector
Datepicker
Commit history
Commits on Dec 13, 2020
Fix spelling
jbampton
committed
940dec5
View commit details
Copy full SHA for 940dec5
View code at this point
Browse repository at this point
Commits on Oct 22, 2020
Prohibit array changes by "a"/"*" specifier of `mrb_get_args()`
Show description for f0a6432
dearblue
committed
f0a6432
View commit details
Copy full SHA for f0a6432
View code at this point
Browse repository at this point
Commits on Oct 12, 2020
Reorganize `Integer` system.
Show description for 2b188ed
matz
committed
2b188ed
View commit details
Copy full SHA for 2b188ed
View code at this point
Browse repository at this point
Avoid using `mrb_check_intern_str()`.
Show description for a430252
matz
committed
a430252
View commit details
Copy full SHA for a430252
View code at this point
Browse repository at this point
Integrate `Fixnum` class into `Integer` class
Show description for 80fe983
dearblue
authored and
matz
committed
80fe983
View commit details
Copy full SHA for 80fe983
View code at this point
Browse repository at this point
Use functions that take symbols to reduce string litrals in C.
matz
committed
2a366ff
View commit details
Copy full SHA for 2a366ff
View code at this point
Browse repository at this point
Add `MRB_SYM()` for inline symbols.
matz
committed
eddd324
View commit details
Copy full SHA for eddd324
View code at this point
Browse repository at this point
Commits on Jun 20, 2020
Add `mrb_get_arg1()` that retrieves single (and only) argument.
Show description for 49ae2a6
matz
committed
49ae2a6
View commit details
Copy full SHA for 49ae2a6
View code at this point
Browse repository at this point
Commits on Jan 1, 2020
Rename `mrb_num_args_error` to `mrb_argnum_error`; ref #4863
matz
committed
9174b18
View commit details
Copy full SHA for 9174b18
View code at this point
Browse repository at this point
Commits on Dec 12, 2019
Add `mrb_num_args_error()` for "wrong number of arguments" error
Show description for 81de1f1
shuujii
committed
81de1f1
View commit details
Copy full SHA for 81de1f1
View code at this point
Browse repository at this point
Commits on Oct 29, 2019
Remove unneeded `Array` creation in `Struct#_inspect`
shuujii
committed
e23840a
View commit details
Copy full SHA for e23840a
View code at this point
Browse repository at this point
Commits on Sep 25, 2019
Rename symbol-to-string functions; close #4684
Show description for a365f9a
matz
committed
a365f9a
View commit details
Copy full SHA for a365f9a
View code at this point
Browse repository at this point
Commits on Aug 5, 2019
Use new specifiers/modifiers of `mrb_vfromat()`
Show description for 334afb1
shuujii
committed
334afb1
View commit details
Copy full SHA for 334afb1
View code at this point
Browse repository at this point
Commits on Jul 17, 2019
Merge branch 'master' into i110/inspect-recursion
matz
authored
d605b72
View commit details
Copy full SHA for d605b72
View code at this point
Browse repository at this point
Commits on Jun 25, 2019
Renamed `stacked` to `onstack`; ref #4523
matz
committed
ace0c76
View commit details
Copy full SHA for ace0c76
View code at this point
Browse repository at this point
Commits on Jun 22, 2019
Use stack memory for small name of Struct members
dearblue
committed
a76da32
View commit details
Copy full SHA for a76da32
View code at this point
Browse repository at this point
Commits on Jun 17, 2019
Merge pull request #4507 from shuujii/fix-index-in-error-message-of-Struct-aref
Show description for e514264
matz
authored
e514264
View commit details
Copy full SHA for e514264
View code at this point
Browse repository at this point
Merge pull request #4502 from shuujii/adjust-allocation-size-in-mrb_id_attrset-mruby-struct
Show description for c190153
matz
authored
c190153
View commit details
Copy full SHA for c190153
View code at this point
Browse repository at this point
Commits on Jun 15, 2019
Fix index in error message of `Struct#[]`
Show description for 9e378b4
shuujii
committed
9e378b4
View commit details
Copy full SHA for 9e378b4
View code at this point
Browse repository at this point
Commits on Jun 14, 2019
Remove a meaningless branch condition in `mruby-struct`
Show description for 6084048
shuujii
committed
6084048
View commit details
Copy full SHA for 6084048
View code at this point
Browse repository at this point
Commits on Jun 13, 2019
Fix class name validation in `Struct.new`
Show description for 9bd692b
shuujii
committed
9bd692b
View commit details
Copy full SHA for 9bd692b
View code at this point
Browse repository at this point
Commits on Jun 12, 2019
Adjust allocation size in `mrb_id_attrset()` (`mruby-struct`)
shuujii
committed
ee955b5
View commit details
Copy full SHA for ee955b5
View code at this point
Browse repository at this point
Commits on Apr 28, 2019
Commented out "Struct.new removes existing constant" test
Show description for 5969ed1
shuujii
committed
5969ed1
View commit details
Copy full SHA for 5969ed1
View code at this point
Browse repository at this point
Commits on Apr 9, 2019
Extract frozen checking to function
shuujii
committed
e3beef0
View commit details
Copy full SHA for e3beef0
View code at this point
Browse repository at this point
Commits on Mar 19, 2019
Use `FrozenError` instead of `RuntimeError` in frozen object modification test
shuujii
committed
fbad7a1
View commit details
Copy full SHA for fbad7a1
View code at this point
Browse repository at this point
Commits on Feb 24, 2019
Move `Object#dig` to `Struct#dig`
Show description for e91f3ec
wataash
committed
e91f3ec
View commit details
Copy full SHA for e91f3ec
View code at this point
Browse repository at this point
Commits on Feb 7, 2019
Raise `NameError` for symbol struct access.
matz
committed
6397ec7
View commit details
Copy full SHA for 6397ec7
View code at this point
Browse repository at this point
Commits on Nov 19, 2018
Use type checking `mrb_to_str` instead of converting `mrb_str_to_str`.
matz
committed
9516731
View commit details
Copy full SHA for 9516731
View code at this point
Browse repository at this point
Commits on Aug 13, 2018
Remove potential path to avoid uninitialized variable access.
matz
committed
14206a7
View commit details
Copy full SHA for 14206a7
View code at this point
Browse repository at this point
Commits on Aug 6, 2018
Small refactoring.
Show description for afbbc0a
matz
committed
afbbc0a
View commit details
Copy full SHA for afbbc0a
View code at this point
Browse repository at this point
Commits on Jun 4, 2018
Let inspect recursion do the right thing
i110
committed
2af92d0
View commit details
Copy full SHA for 2af92d0
View code at this point
Browse repository at this point
Commits on Dec 12, 2017
Modifying frozen objects will raise `FrozenError`.
Show description for bbb0882
matz
committed
bbb0882
View commit details
Copy full SHA for bbb0882
View code at this point
Browse repository at this point
Commits on Nov 20, 2017
Add `MRB_METHOD_TABLE_INLINE` option.
Show description for 8f2c624
matz
committed
8f2c624
View commit details
Copy full SHA for 8f2c624
View code at this point
Browse repository at this point
Commits on Nov 3, 2017
Always check division-by-zero to avoid undefined behavior; fix #3816
Show description for 12e3859
matz
committed
12e3859
View commit details
Copy full SHA for 12e3859
View code at this point
Browse repository at this point
Commits on Oct 28, 2017
Need to check number of argument of `Struct#new`; fix #3823
matz
committed
77edafb
View commit details
Copy full SHA for 77edafb
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL