FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for include/mruby.h - bkutil/mruby · GitHub
bkutil
/
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
include
mruby.h
on
master
User selector
Datepicker
Commit history
Commits on Apr 26, 2020
Reduce `struct mrb_context`
dearblue
committed
1b0cf6a
View commit details
Copy full SHA for 1b0cf6a
View code at this point
Browse repository at this point
Commits on Apr 22, 2020
Add new function `mrb_singleton_class_ptr()`; ref #4973
Show description for 87d1bbe
matz
committed
87d1bbe
View commit details
Copy full SHA for 87d1bbe
View code at this point
Browse repository at this point
Commits on Jan 30, 2020
Move fallback definitions of `FLT_EPSILON` etc. after `#include <mruby/value.h>`
Show description for c8f4d72
matz
committed
c8f4d72
View commit details
Copy full SHA for c8f4d72
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 6, 2019
Get keyword arguments with `mrb_get_args()`
Show description for 5f929d6
dearblue
committed
5f929d6
View commit details
Copy full SHA for 5f929d6
View code at this point
Browse repository at this point
Commits on Oct 4, 2019
Freeze strings from `nil.to_s`, `true.to_s`, `false.to_s`.
Show description for 1f5a7f2
matz
committed
1f5a7f2
View commit details
Copy full SHA for 1f5a7f2
View code at this point
Browse repository at this point
Commits on Sep 26, 2019
Fixed `codedump` for human readable symbol format; ref #4684
matz
committed
d4be545
View commit details
Copy full SHA for d4be545
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 Sep 16, 2019
Remove `MRB_METHOD_TABLE_INLINE`.
Show description for 2256bb0
matz
committed
2256bb0
View commit details
Copy full SHA for 2256bb0
View code at this point
Browse repository at this point
Refactor `mrb_method_t`.
matz
committed
743d480
View commit details
Copy full SHA for 743d480
View code at this point
Browse repository at this point
Commits on Sep 14, 2019
Add argument names to C function prototypes.
matz
committed
28bbd3e
View commit details
Copy full SHA for 28bbd3e
View code at this point
Browse repository at this point
Add a macro `mrb_frozen_p` that points to `MRB_FROZEN_P`.
matz
committed
57d7fe9
View commit details
Copy full SHA for 57d7fe9
View code at this point
Browse repository at this point
Remove `mrb_funcall` from `<=>` operations.
matz
committed
76f1aa7
View commit details
Copy full SHA for 76f1aa7
View code at this point
Browse repository at this point
Commits on Aug 25, 2019
fix lots of warnings and make logo not so big
davidsiaw
committed
6375639
View commit details
Copy full SHA for 6375639
View code at this point
Browse repository at this point
Commits on Aug 18, 2019
Merge pull request #4636 from davidsiaw/doxygen
Show description for b5e2d20
matz
authored
b5e2d20
View commit details
Copy full SHA for b5e2d20
View code at this point
Browse repository at this point
fix up documentation for values
davidsiaw
committed
b5299b1
View commit details
Copy full SHA for b5299b1
View code at this point
Browse repository at this point
Prohibit changes to iseq in principle
dearblue
committed
279c21b
View commit details
Copy full SHA for 279c21b
View code at this point
Browse repository at this point
Commits on Aug 7, 2019
Update `mrb_to_str` and related functions.
Show description for b377b7d
matz
committed
b377b7d
View commit details
Copy full SHA for b377b7d
View code at this point
Browse repository at this point
Commits on Jul 3, 2019
Refine document to mrb_get_args()` [ci skip]
shuujii
committed
d915261
View commit details
Copy full SHA for d915261
View code at this point
Browse repository at this point
Commits on May 29, 2019
Add `mrb_alloca` again; ref #4470
Show description for 2b81ea7
matz
committed
2b81ea7
View commit details
Copy full SHA for 2b81ea7
View code at this point
Browse repository at this point
Commits on May 25, 2019
Remove `mrb_alloca()` function
Show description for d1e1bb0
dearblue
committed
d1e1bb0
View commit details
Copy full SHA for d1e1bb0
View code at this point
Browse repository at this point
Commits on May 2, 2019
Fixed include specifier format for `mruby/common.h`.
matz
committed
f83112c
View commit details
Copy full SHA for f83112c
View code at this point
Browse repository at this point
Commits on Apr 24, 2019
Remove unnecessary `mrb_regexp_check()` and related functions.
matz
committed
0c5f26e
View commit details
Copy full SHA for 0c5f26e
View code at this point
Browse repository at this point
Commits on Apr 19, 2019
Change modifier to `MRB_INLINE` from `static inline`
dearblue
committed
6907e97
View commit details
Copy full SHA for 6907e97
View code at this point
Browse repository at this point
Commits on Apr 10, 2019
Remove `MRB_API` from `mrb_instance_new`.
matz
committed
88ac754
View commit details
Copy full SHA for 88ac754
View code at this point
Browse repository at this point
Commits on Apr 9, 2019
Merge pull request #4367 from shuujii/extract-frozen-checking-to-function
Show description for d0b30f4
matz
authored
d0b30f4
View commit details
Copy full SHA for d0b30f4
View code at this point
Browse repository at this point
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 Apr 8, 2019
Remove unneeded function prototypes
shuujii
committed
f89fe04
View commit details
Copy full SHA for f89fe04
View code at this point
Browse repository at this point
Commits on Apr 4, 2019
Update version and release date.
Show description for 7c91efc
mimaki
committed
7c91efc
View commit details
Copy full SHA for 7c91efc
View code at this point
Browse repository at this point
Commits on Mar 29, 2019
va_list is defined in stdarg.h.
Show description for d8d59f7
tsahara
committed
d8d59f7
View commit details
Copy full SHA for d8d59f7
View code at this point
Browse repository at this point
Commits on Mar 26, 2019
Fix missing `MRB_API` prefix for functions below; clse #4267
Show description for c2660b8
matz
committed
c2660b8
View commit details
Copy full SHA for c2660b8
View code at this point
Browse repository at this point
Commits on Feb 17, 2019
Fix typos
yui-knk
committed
f614eed
View commit details
Copy full SHA for f614eed
View code at this point
Browse repository at this point
Commits on Feb 12, 2019
Implement inline packed symbols.
Show description for 06ba590
matz
committed
06ba590
View commit details
Copy full SHA for 06ba590
View code at this point
Browse repository at this point
Commits on Feb 6, 2019
Implement symbol hash table to boost `find_symbol`.
Show description for d52f46d
matz
committed
d52f46d
View commit details
Copy full SHA for d52f46d
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL