FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/array.c - sizious/mruby · GitHub
sizious
/
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
src
array.c
on
master
User selector
Datepicker
Commit history
Commits on Jul 11, 2025
kernel.c: remove mrb_inspect_recursive_p(); #5531
Show description for 2735340
matz
and
claude
committed
2735340
View commit details
Copy full SHA for 2735340
View code at this point
Browse repository at this point
array.c: add recursion detection to Array#== and Array#eql?
Show description for 38882ae
matz
and
claude
committed
38882ae
View commit details
Copy full SHA for 38882ae
View code at this point
Browse repository at this point
Commits on Jun 30, 2025
array: implement hybrid sorting with algorithm selection
Show description for cf8faed
matz
committed
cf8faed
View commit details
Copy full SHA for cf8faed
View code at this point
Browse repository at this point
arry.c: optimize Array#sort! comparison for common types
Show description for 6fab19c
matz
and
Gemini
committed
6fab19c
View commit details
Copy full SHA for 6fab19c
View code at this point
Browse repository at this point
array.c: replace recursive heapify with iterative implementation
Show description for 6d8c673
matz
committed
6d8c673
View commit details
Copy full SHA for 6d8c673
View code at this point
Browse repository at this point
array: implement to_a and entries methods in c
Show description for 05ad26f
matz
committed
05ad26f
View commit details
Copy full SHA for 05ad26f
View code at this point
Browse repository at this point
Commits on Jun 29, 2025
array.c: expose mrb_ary_dup() as a new C API
matz
committed
c4464fa
View commit details
Copy full SHA for c4464fa
View code at this point
Browse repository at this point
Commits on Jun 15, 2025
array.c: make Array#initialize_copy private
matz
committed
65369ca
View commit details
Copy full SHA for 65369ca
View code at this point
Browse repository at this point
Commits on Jun 1, 2025
Add descriptive comments for MRB_API functions in src/array.c
Show description for 7f3329e
google-labs-jules[bot]
committed
7f3329e
View commit details
Copy full SHA for 7f3329e
View code at this point
Browse repository at this point
Commits on May 26, 2025
array.c: remove unnecessary blank line
matz
committed
11bf789
View commit details
Copy full SHA for 11bf789
View code at this point
Browse repository at this point
Commits on Mar 30, 2025
misc: fix typos
jbampton
committed
b56f984
View commit details
Copy full SHA for b56f984
View code at this point
Browse repository at this point
Commits on Jan 21, 2025
array.c (mrb_ary_unshift_m): defer mrb_get_argv call
matz
committed
5ed4a77
View commit details
Copy full SHA for 5ed4a77
View code at this point
Browse repository at this point
Commits on Oct 16, 2024
array.c (mrb_ary_clear): remove unnecessary function
matz
committed
84d17f2
View commit details
Copy full SHA for 84d17f2
View code at this point
Browse repository at this point
Commits on Sep 17, 2024
array.c (mrb_ary_delete): array index should be mrb_int
matz
committed
d1d010a
View commit details
Copy full SHA for d1d010a
View code at this point
Browse repository at this point
Merge pull request #6340 from dearblue/array-cmp
matz
authored
4b500eb
View commit details
Copy full SHA for 4b500eb
View code at this point
Browse repository at this point
Commits on Sep 13, 2024
Fix use-after-free in `mrb_ary_delete()`
Show description for 0955539
dearblue
committed
0955539
View commit details
Copy full SHA for 0955539
View code at this point
Browse repository at this point
Commits on Sep 9, 2024
array.c (mrb_ary_delete): protect return value; fix #6339
Show description for 0972c84
matz
committed
0972c84
View commit details
Copy full SHA for 0972c84
View code at this point
Browse repository at this point
Commits on Sep 5, 2024
array.c: no need to assert if `blk` is a Proc; ref #6344
Show description for 1f9fa06
matz
committed
1f9fa06
View commit details
Copy full SHA for 1f9fa06
View code at this point
Browse repository at this point
Commits on Sep 4, 2024
prefer using `mrb_yield` to call block arguments
leviongit
committed
020cfa9
View commit details
Copy full SHA for 020cfa9
View code at this point
Browse repository at this point
Commits on Sep 3, 2024
Need to restore the GC arena after some function calls
Show description for e476d9a
dearblue
committed
e476d9a
View commit details
Copy full SHA for e476d9a
View code at this point
Browse repository at this point
Fix use-after-free for `Array#<=>`
Show description for 29496c9
dearblue
committed
29496c9
View commit details
Copy full SHA for 29496c9
View code at this point
Browse repository at this point
Commits on Aug 27, 2024
array.c (sort_cmp): mrb_cmp() may return -2 for errors
matz
committed
540d976
View commit details
Copy full SHA for 540d976
View code at this point
Browse repository at this point
Commits on Aug 23, 2024
array.c (sort_cmp): comparing objects may be freed by GC; #6326
Show description for f35000f
matz
committed
f35000f
View commit details
Copy full SHA for f35000f
View code at this point
Browse repository at this point
Commits on Aug 21, 2024
array.c (srot_cmp): need modify check after mrb_cmp as well; #6326
Show description for 58c7083
matz
committed
58c7083
View commit details
Copy full SHA for 58c7083
View code at this point
Browse repository at this point
array.c (mrb_ary_sort_bang): check if array is modified in blocks
Show description for 752ebe6
matz
committed
752ebe6
View commit details
Copy full SHA for 752ebe6
View code at this point
Browse repository at this point
Commits on Jul 2, 2024
array.c: implement Array#delete method in C
matz
committed
7c7ee5c
View commit details
Copy full SHA for 7c7ee5c
View code at this point
Browse repository at this point
Commits on Jun 30, 2024
array.c (mrb_ary_cmp): fixed wrong type casting
matz
committed
72bf46d
View commit details
Copy full SHA for 72bf46d
View code at this point
Browse repository at this point
Commits on Jun 29, 2024
array.c: implement Array#index and Array#rindex in C
Show description for eee83ed
matz
committed
eee83ed
View commit details
Copy full SHA for eee83ed
View code at this point
Browse repository at this point
array.c: implement Array#<=> in C
matz
committed
dd808a0
View commit details
Copy full SHA for dd808a0
View code at this point
Browse repository at this point
Commits on Jun 28, 2024
array.c: implement Array#== and Array#eql? in C
Show description for 8cffa04
matz
committed
8cffa04
View commit details
Copy full SHA for 8cffa04
View code at this point
Browse repository at this point
Commits on Jun 27, 2024
Array.c (mrb_ary_init): implement Array#initialize in C
matz
committed
5b8de8d
View commit details
Copy full SHA for 5b8de8d
View code at this point
Browse repository at this point
Commits on Jun 26, 2024
array.c: replace sort! method implementation
Show description for 5bd63d6
matz
committed
5bd63d6
View commit details
Copy full SHA for 5bd63d6
View code at this point
Browse repository at this point
Commits on Apr 15, 2024
Merge pull request #6235 from leviongit/array/delete
Show description for c01899a
matz
authored
c01899a
View commit details
Copy full SHA for c01899a
View code at this point
Browse repository at this point
Commits on Apr 13, 2024
reimplement `Array#delete` with a helper method
leviongit
committed
bb78c2c
View commit details
Copy full SHA for bb78c2c
View code at this point
Browse repository at this point
revert moving `Array#delete` to c
leviongit
committed
c04afb9
View commit details
Copy full SHA for c04afb9
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL