Yukihiro "Matz" Matsumoto
|
f6cbf6ac1a
|
Merge pull request #6102 from mruby/dependabot/github_actions/super-linter/super-linter-5.7.0
build(deps): bump super-linter/super-linter from 5.6.1 to 5.7.0
|
2023-11-21 09:37:07 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
9c1c9ba8e5
|
vm.c: rename local variable m to p
`m` usually stands for a method but this one was `struct RProc*`.
|
2023-11-19 23:21:05 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
956379928c
|
mruby-io/io.c: fix possible short integer overflow
|
2023-11-19 07:47:23 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
698da0982f
|
mruby-io/io.c: fix fsize_t and mrb_ssize mixture
|
2023-11-19 07:45:29 +09:00 |
|
dependabot[bot]
|
ee7ea34b10
|
build(deps): bump super-linter/super-linter from 5.6.1 to 5.7.0
Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 5.6.1 to 5.7.0.
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/docs/release-process.md)
- [Commits](https://github.com/super-linter/super-linter/compare/v5.6.1...v5.7.0)
---
updated-dependencies:
- dependency-name: super-linter/super-linter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-11-16 14:28:54 +00:00 |
|
Yukihiro "Matz" Matsumoto
|
91b4da3a2b
|
class.c: keep alias flag in proc object; fix #6098
|
2023-11-16 17:18:28 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
9959d4fc66
|
range.c: use presym for symbol initialization
|
2023-11-16 16:30:40 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
a94005b740
|
range.c: use presym to initialize Range class
|
2023-11-16 16:27:57 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
431d9d8a12
|
mrbgems/full-core.gembox: use parentheses for method call expression
|
2023-11-12 19:01:08 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
76d0ff9a45
|
error.c: use presym for error initialization
|
2023-11-11 23:49:32 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
8e6f4a79a8
|
hash.c: use presym to initialize Hash class
|
2023-11-11 23:48:31 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
df1d397da5
|
numeric.c: use presym to initialize numeric classes
|
2023-11-11 23:48:31 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
5084716e6b
|
class.c: use presym to undefine Module methods
|
2023-11-11 23:48:23 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
d5a69ac8c7
|
proc.c: use presym to initialize Proc class
|
2023-11-07 21:40:45 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
e41bbaa67a
|
class.c: move Proc class allocation to proc.c
|
2023-11-07 21:40:45 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
eb906bd4c1
|
array.c: use presyms to define the class
|
2023-11-07 21:40:44 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
1dec82d82f
|
object.c: use presyms to define classes
|
2023-11-07 21:40:44 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
4fd63cfb9d
|
kernel.c: use presym to define a module
|
2023-11-07 21:40:44 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
82f6facaad
|
Merge pull request #6097 from dearblue/fiber-new
Add a new `mrb_fiber_new()` with MRB_API
|
2023-11-07 21:40:31 +09:00 |
|
dearblue
|
1bb77170ec
|
Add a new mrb_fiber_new() with MRB_API
|
2023-11-05 20:36:29 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
9e50d67fe7
|
Merge pull request #6096 from mruby/dependabot/github_actions/super-linter/super-linter-5.6.1
build(deps): bump super-linter/super-linter from 5.6.0 to 5.6.1
|
2023-11-03 07:35:13 +09:00 |
|
dependabot[bot]
|
52ac930af3
|
build(deps): bump super-linter/super-linter from 5.6.0 to 5.6.1
Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 5.6.0 to 5.6.1.
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/docs/release-process.md)
- [Commits](https://github.com/super-linter/super-linter/compare/v5.6.0...v5.6.1)
---
updated-dependencies:
- dependency-name: super-linter/super-linter
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-11-02 14:07:54 +00:00 |
|
Yukihiro "Matz" Matsumoto
|
587d93d5a5
|
Merge pull request #6095 from mruby/dependabot/github_actions/super-linter/super-linter-5.6.0
build(deps): bump super-linter/super-linter from 5.4.3 to 5.6.0
|
2023-11-02 13:21:35 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
bc012deef9
|
object.c (mrb_eql): avoid mrb_funcall_argv() when possible
|
2023-11-02 13:20:10 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
7db4050040
|
enum.c: use presym
|
2023-11-02 13:15:45 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
8c068c57c8
|
Merge pull request #6092 from dearblue/lockfile
Get from local only if there is no default branch name
|
2023-11-02 12:07:56 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
1e3d47760f
|
Merge pull request #6090 from LanzaSchneider/patch-1
fix(class.c): typo in format specifiers
|
2023-11-02 08:20:39 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
8708186692
|
Merge pull request #6091 from dearblue/binding.5
Fixed acquisition of wrong target class in `Kernel#binding`
|
2023-11-01 23:05:50 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
c99b67db65
|
gc.c: use presym for GC initialization
|
2023-11-01 22:24:57 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
c080d16150
|
string.c: use presym to define String class
|
2023-11-01 22:23:35 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
571cb54f38
|
compar.c: remove unused file
|
2023-11-01 22:21:59 +09:00 |
|
dependabot[bot]
|
ccf37b00aa
|
build(deps): bump super-linter/super-linter from 5.4.3 to 5.6.0
Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 5.4.3 to 5.6.0.
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/docs/release-process.md)
- [Commits](https://github.com/super-linter/super-linter/compare/v5.4.3...v5.6.0)
---
updated-dependencies:
- dependency-name: super-linter/super-linter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-10-31 14:26:22 +00:00 |
|
dearblue
|
8284234229
|
Get from local only if there is no default branch name
The branch name of the cloned repository should be determined by the build configuration file.
fixes #6087
|
2023-10-28 19:02:50 +09:00 |
|
dearblue
|
0b25c9d224
|
Fixed acquisition of wrong target class in Kernel#binding
fixed #6089
|
2023-10-28 18:24:41 +09:00 |
|
Lanza
|
4ae0bacc6e
|
fix(class.c): typo in format specifiers
|
2023-10-28 13:47:05 +08:00 |
|
Yukihiro "Matz" Matsumoto
|
552944b34e
|
Merge pull request #6088 from jbampton/format-markdown-table
Standardize Markdown table format
|
2023-10-27 07:46:14 +09:00 |
|
John Bampton
|
bbd5701617
|
Standardize Markdown table format
|
2023-10-26 16:15:57 +10:00 |
|
Yukihiro "Matz" Matsumoto
|
c1feb41828
|
Merge pull request #6056 from dearblue/build/host-shared
Brush up `build_config/host-shared.rb` file
|
2023-10-26 14:23:49 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
ac73793a8f
|
range.c: use mrb_define_method_id() which directly use symbols
|
2023-10-25 22:01:54 +09:00 |
|
dearblue
|
41cce1561f
|
Brush up build_config/host-shared.rb file
Summary:
- VisualC++ does not supported.
- `cc.flags` must maintain array objects.
|
2023-10-25 21:58:28 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
7a08c7042f
|
string.c: move __ENCODING__ from kernel.c
|
2023-10-25 15:05:10 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
f85a3aff2b
|
Merge pull request #6086 from yujiyokoo/add-wii-build-config
Add build config for Nintendo Wii
|
2023-10-23 17:34:33 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
279e100ad5
|
Merge pull request #6085 from dearblue/define_installer.1
Fixed `MRuby::Build#define_installer`
|
2023-10-23 15:36:14 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
bba659f174
|
Merge pull request #6083 from mruby/dependabot/github_actions/super-linter/super-linter-5.4.3
build(deps): bump super-linter/super-linter from 5.4.0 to 5.4.3
|
2023-10-23 15:34:17 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
461c97225e
|
LICENSE: remove the end date of copyright notice; close #6080
|
2023-10-23 15:31:34 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
e7e47bb683
|
AUTHORS: update entries [ci skip]
|
2023-10-23 15:29:23 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
0443f14fd0
|
array.c,hash.c,numeric.c,string.c: use mrb_define_method_id()
For primary class libraries.
|
2023-10-23 15:23:08 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
8ad825dc3b
|
class.c,kernel.c,object.c: use mrb_define_method_id()
Instead of mrb_define_method(), so that symbol resolution can be done in
compile-time.
|
2023-10-23 15:18:26 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
0b8daabf27
|
object.c: fix wrong ISO section numbers
|
2023-10-23 12:26:51 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
fe6f9faba4
|
vm.c: reduce number of check_method_noarg() calls
|
2023-10-22 22:04:58 +09:00 |
|