index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-01-28
Remove unnecessary bit shift in `rational_new_f`.
Yukihiro "Matz" Matsumoto
2021-01-27
Add symbol names as comments to `presym_length_table`; ref #5303
Yukihiro "Matz" Matsumoto
2021-01-27
Add `static` modifiers to preallocated symbols tables; ref #5303
Yukihiro "Matz" Matsumoto
2021-01-27
Merge pull request #5303 from shuujii/split-presym_table-for-reduced-program-...
Yukihiro "Matz" Matsumoto
2021-01-27
Split `presym_table` for reduced program size
KOBAYASHI Shuji
2021-01-27
Merge pull request #5302 from shuujii/rename-.i-created-for-presym-scan-to-.pi
Yukihiro "Matz" Matsumoto
2021-01-27
Rename `.i` created for presym scan to `.pi`
KOBAYASHI Shuji
2021-01-27
Merge pull request #5301 from shuujii/fix-typos-in-mruby-presym-disableenable.h
Yukihiro "Matz" Matsumoto
2021-01-27
Fix typos in `mruby/presym/{disable,enable}.h` [ci skip]
KOBAYASHI Shuji
2021-01-27
Merge pull request #5300 from shuujii/avoid-possible-loss-of-data-casting-in-...
Yukihiro "Matz" Matsumoto
2021-01-27
Merge pull request #5299 from shuujii/fix-Use-MRB_SYM-for-error-class-retrieval
Yukihiro "Matz" Matsumoto
2021-01-27
Avoid 'possible loss of data' casting in binary search
KOBAYASHI Shuji
2021-01-27
Fix "Use `MRB_SYM()` for error class retrieval"; ref 2ddfd50df
KOBAYASHI Shuji
2021-01-26
Adjust spaces after list markers.
Yukihiro "Matz" Matsumoto
2021-01-26
Revert "Fix the wrong directory `host-bin` to `host/bin`."
Yukihiro "Matz" Matsumoto
2021-01-26
Clarify that contributors agree with MIT license in `CONTRIBUTING.md`.
Yukihiro "Matz" Matsumoto
2021-01-26
Update `doc/mruby3.md`.
Yukihiro "Matz" Matsumoto
2021-01-26
Add `doc/symbols.md`. [ci skip]
Yukihiro "Matz" Matsumoto
2021-01-26
Change `mruby-config` to print usage on invalid arguments.
Yukihiro "Matz" Matsumoto
2021-01-26
Fix the wrong directory `host-bin` to `host/bin`.
Yukihiro "Matz" Matsumoto
2021-01-26
Use `MRB_SYM()` for error class retrieval; ref #5277
Yukihiro "Matz" Matsumoto
2021-01-26
Revert "Minimize the changes in #5277"
Yukihiro "Matz" Matsumoto
2021-01-25
Silence 'loss of data' warnings in `symbol.c`.
Yukihiro "Matz" Matsumoto
2021-01-25
Merge pull request #5297 from hasumikin/fix-typo-in-rite-binary-header
Yukihiro "Matz" Matsumoto
2021-01-25
fix comparison of minor version
HASUMI Hitoshi
2021-01-25
fix TYPO in RITE BINARY HEADER
HASUMI Hitoshi
2021-01-25
Silence 'loss of data' warnings.
Yukihiro "Matz" Matsumoto
2021-01-25
Fix a bug for the case `frexp()` return `Infinity`.
Yukihiro "Matz" Matsumoto
2021-01-25
Should use a limit for 32 bit platform; ref 05a8cc44
Yukihiro "Matz" Matsumoto
2021-01-25
Add description for `mruby-config` in `compile.md`. [ci skip]
Yukihiro "Matz" Matsumoto
2021-01-24
Define `RAT_INT_LIMIT` for 32 bit platforms.
Yukihiro "Matz" Matsumoto
2021-01-24
Prohibit `r` suffix after scientific notation (e.g. `1e10`).
Yukihiro "Matz" Matsumoto
2021-01-24
Detect integer overflow in `rational_new_f()`.
Yukihiro "Matz" Matsumoto
2021-01-23
Remove test debug lines in fallback `presym.inc`
Yukihiro "Matz" Matsumoto
2021-01-23
Fixed typo; ref #5296
Yukihiro "Matz" Matsumoto
2021-01-23
Merge pull request #5296 from yevgenko/patch-1
Yukihiro "Matz" Matsumoto
2021-01-23
Fix typo
Yevhen Viktorov
2021-01-22
Minimize the changes in #5277
Yukihiro "Matz" Matsumoto
2021-01-21
Reduce size of `mrb_callinfo` by rearranging members.
Yukihiro "Matz" Matsumoto
2021-01-21
Merge branch 'shuujii-avoid-including-presym.inc-in-existing-header-files'
Yukihiro "Matz" Matsumoto
2021-01-21
Merge branch 'avoid-including-presym.inc-in-existing-header-files' of https:/...
Yukihiro "Matz" Matsumoto
2021-01-21
Fix a bug that `:_1` to cause syntax error; fix #5295
Yukihiro "Matz" Matsumoto
2021-01-21
Better error messages with yacc tokens.
Yukihiro "Matz" Matsumoto
2021-01-21
Silence gcc warning from `strncpy()`.
Yukihiro "Matz" Matsumoto
2021-01-20
Remove CRC16 from dumped mruby binary.
Yukihiro "Matz" Matsumoto
2021-01-19
Compile `mruby-bin-debugger` with `ci/gcc-clang.rb`.
Yukihiro "Matz" Matsumoto
2021-01-18
Merge pull request #5294 from shuujii/fix-that-Hash-may-not-contain-any-empty...
Yukihiro "Matz" Matsumoto
2021-01-18
Fix that Hash may not contain any empty buckets
KOBAYASHI Shuji
2021-01-18
Merge pull request #5293 from dearblue/fix-5272.2
Yukihiro "Matz" Matsumoto
2021-01-18
Fix build error for mruby-bin-debugger
dearblue
[next]