FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for include/mruby - deftclaw/mruby · GitHub
deftclaw
/
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
on
master
User selector
Datepicker
Commit history
Commits on Oct 14, 2023
include/mruby/version.h: change `MRuby` to `mruby`
jbampton
committed
db20a19
View commit details
Copy full SHA for db20a19
View code at this point
Browse repository at this point
Commits on Sep 9, 2023
gc.c: revert 38b9a25e83d2c71139e9cb07659dd9205da98fb4
Show description for d708931
matz
committed
d708931
View commit details
Copy full SHA for d708931
View code at this point
Browse repository at this point
Commits on Sep 5, 2023
gc.h: move mrb_heap_page definition to gc.c
matz
committed
e8841fb
View commit details
Copy full SHA for e8841fb
View code at this point
Browse repository at this point
Commits on Jul 28, 2023
debug.c (mrb_packed_int_encode): remove `end` argument
Show description for 0542d6b
matz
committed
0542d6b
View commit details
Copy full SHA for 0542d6b
View code at this point
Browse repository at this point
Commits on Jul 6, 2023
mruby-os-memsize: more precise memory size for method tables
matz
committed
aa5ffb6
View commit details
Copy full SHA for aa5ffb6
View code at this point
Browse repository at this point
Commits on Jun 27, 2023
gc.c (mrb_obj_alloc): remove free_next,free_prev from heap pages
Show description for 38b9a25
matz
committed
38b9a25
View commit details
Copy full SHA for 38b9a25
View code at this point
Browse repository at this point
Commits on Jun 19, 2023
kernel.c: prepare for new recursive inspect check
Show description for e2bbf75
matz
committed
e2bbf75
View commit details
Copy full SHA for e2bbf75
View code at this point
Browse repository at this point
Commits on Jun 15, 2023
internal.h: add `mrb_obj_equal_m` to internal.h
matz
committed
5e4cecf
View commit details
Copy full SHA for 5e4cecf
View code at this point
Browse repository at this point
Commits on Jun 12, 2023
variable.c (const_get): avoid mrb_funcall if possible
Show description for 17720c9
matz
committed
17720c9
View commit details
Copy full SHA for 17720c9
View code at this point
Browse repository at this point
Commits on Jun 9, 2023
mruby/gc.h: reorder mrb_gc members to reduce alignment gaps
matz
committed
b6181ae
View commit details
Copy full SHA for b6181ae
View code at this point
Browse repository at this point
Commits on Jun 6, 2023
gc.h: rename `majorgc_old_threashold` to `oldgen_threashold`
Show description for 8b8e186
matz
committed
8b8e186
View commit details
Copy full SHA for 8b8e186
View code at this point
Browse repository at this point
Commits on Jun 3, 2023
Revert "object.h: make GC color uint8_t that fits in 3 bits"
Show description for f07281a
matz
committed
f07281a
View commit details
Copy full SHA for f07281a
View code at this point
Browse repository at this point
Commits on May 30, 2023
object.h: make GC color uint8_t that fits in 3 bits
matz
committed
afcf7fc
View commit details
Copy full SHA for afcf7fc
View code at this point
Browse repository at this point
Commits on May 29, 2023
internal.h: add `mrb_check_num_exact` prototype to the header
matz
committed
795044f
View commit details
Copy full SHA for 795044f
View code at this point
Browse repository at this point
class.h: instance type should occupy 5 bits in flags
matz
committed
bba2fd8
View commit details
Copy full SHA for bba2fd8
View code at this point
Browse repository at this point
Commits on May 22, 2023
remove extra spaces before `;`
matz
committed
2f7f797
View commit details
Copy full SHA for 2f7f797
View code at this point
Browse repository at this point
Commits on May 18, 2023
fix spaces in the type cast expressions (cosmetic changes)
matz
committed
eea72ec
View commit details
Copy full SHA for eea72ec
View code at this point
Browse repository at this point
Commits on May 3, 2023
Change `MRuby` to `mruby`
jbampton
committed
06a765a
View commit details
Copy full SHA for 06a765a
View code at this point
Browse repository at this point
Commits on Apr 30, 2023
class.h (mrb_class): treat immediate values first
matz
committed
abd1222
View commit details
Copy full SHA for abd1222
View code at this point
Browse repository at this point
Commits on Mar 30, 2023
Merge pull request #5955 from LanzaSchneider/master
Show description for 85aefa8
matz
authored
85aefa8
View commit details
Copy full SHA for 85aefa8
View code at this point
Browse repository at this point
mruby-bigint/bigint.c: int.pow(n,m) to take bigint as exponential
matz
committed
d482eab
View commit details
Copy full SHA for d482eab
View code at this point
Browse repository at this point
Commits on Mar 29, 2023
fix: wrong comment for ```mrb_debug_get_filename```
LanzaSchneider
authored
01b03d8
View commit details
Copy full SHA for 01b03d8
View code at this point
Browse repository at this point
Commits on Mar 27, 2023
proc.c (mrb_proc_eql): define `==` and `eql?` for Proc class
matz
committed
fbb3a24
View commit details
Copy full SHA for fbb3a24
View code at this point
Browse repository at this point
Commits on Mar 17, 2023
Safely retrieve `self` from proc in `mrb_yield()`
Show description for 2675477
dearblue
committed
2675477
View commit details
Copy full SHA for 2675477
View code at this point
Browse repository at this point
Commits on Mar 14, 2023
Revert "mruby/throw.h: do not use __builtin_setjmp for GCC; close #5950"
Show description for 4fc69ce
matz
committed
4fc69ce
View commit details
Copy full SHA for 4fc69ce
View code at this point
Browse repository at this point
internal.h: move function prototypes to <mruby/internal.h>
matz
committed
0d07af1
View commit details
Copy full SHA for 0d07af1
View code at this point
Browse repository at this point
Commits on Mar 13, 2023
mruby-bigint: add new functions mrb_bint_add_d, mrb_bint_sub_d
Show description for 9a1e676
matz
committed
9a1e676
View commit details
Copy full SHA for 9a1e676
View code at this point
Browse repository at this point
Commits on Mar 12, 2023
mruby-bigint: remove unused mrb_bint_div_ii() function
matz
committed
f7cbb31
View commit details
Copy full SHA for f7cbb31
View code at this point
Browse repository at this point
mruby/throw.h: do not use __builtin_setjmp for GCC; close #5950
Show description for 9cf49d0
matz
committed
9cf49d0
View commit details
Copy full SHA for 9cf49d0
View code at this point
Browse repository at this point
Commits on Mar 11, 2023
Merge pull request #5945 from dearblue/env-internal
Show description for 90e53ca
matz
authored
90e53ca
View commit details
Copy full SHA for 90e53ca
View code at this point
Browse repository at this point
Commits on Mar 9, 2023
mruby-bigint/bigint.c: add two new functions to convert to 64bit int
Show description for 01233f7
matz
committed
01233f7
View commit details
Copy full SHA for 01233f7
View code at this point
Browse repository at this point
mruby-bigint/bigint.c: add 2 new functions for 64 bit integer
Show description for a3b84fb
matz
committed
a3b84fb
View commit details
Copy full SHA for a3b84fb
View code at this point
Browse repository at this point
Commits on Mar 5, 2023
Avoid exposure for `REnv` objects
Show description for 38d5ed4
dearblue
committed
38d5ed4
View commit details
Copy full SHA for 38d5ed4
View code at this point
Browse repository at this point
Commits on Feb 24, 2023
Merge pull request #5931 from mruby/stable
Show description for 82c67d5
matz
authored
82c67d5
View commit details
Copy full SHA for 82c67d5
View code at this point
Browse repository at this point
Update version and release date. (mruby 3.2.0 (2023-02-24))
mimaki
committed
87260e7
View commit details
Copy full SHA for 87260e7
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL