index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
debug.c
Age
Commit message (
Expand
)
Author
2021-12-29
`USE_RUBY_DEBUG_LOG` doesn't check `RUBY_DEVEL`
Koichi Sasada
2021-10-25
[Feature #18239] Implement VWA for strings
Peter Zhu
2021-09-28
lldb: Show encoding of String [ci skip]
Nobuyoshi Nakada
2021-08-24
Moved exported symbols in internal/util.h to ruby/util.h
Nobuyoshi Nakada
2021-02-24
Revert "Enclose crtitical sections in `thread_exclusive` block"
Nobuyoshi Nakada
2021-02-23
Use the system getenv in setup_debug_log
Nobuyoshi Nakada
2020-12-25
USE_RUBY_DEBUG_LOG is not defined !devel build
Koichi Sasada
2020-12-07
show ractor info on non-single ractor mode
Koichi Sasada
2020-11-18
fix public interface
Koichi Sasada
2020-09-03
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-08-13
ruby_debug_log: suppress warning
卜部昌平
2020-08-02
remove accidentally introduced debug code
Koichi Sasada
2020-08-02
support multiple filters by RUBY_DEBUG_LOG_FILTER
Koichi Sasada
2020-07-03
RUBY_DEBUG_LOG: Logging debug information mechanism (#3279)
Koichi Sasada
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-25
More enums are mandatory for rp in lldb_cruby.py
Nobuyoshi Nakada
2020-04-18
RUBY_SPECIAL_SHIFT and RUBY_FL_USHIFT are mandatory for rp in lldb_cruby.py
Nobuyoshi Nakada
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-02-22
VALUE size packed callinfo (ci).
Koichi Sasada
2020-01-03
move internal/debug.h definitions to internal.h
Koichi Sasada
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-26
internal/imemo.h rework
卜部昌平
2019-12-05
add additional CF info for CI env
Koichi Sasada
2018-01-09
internal.h: remove dependecy on ruby/io.h
nobu
2017-11-23
debug.c: include RIMemo in ruby_dummy_gdb_enums
nobu
2017-11-02
debug.c: vm call flags
nobu
2017-10-25
debug.c: RSymbol info
nobu
2017-10-24
debug.c: imemo_mask
nobu
2017-07-05
debug.c: add FMODE constants
nobu
2017-06-21
ruby.c: debug options in command line
nobu
2017-06-19
debug.c: rgengc debug option
nobu
2017-06-06
debug.c: fix breaking condtions
nobu
2017-06-06
debug.c: parse locale and filesystem codepages
nobu
2017-06-01
debug.c: more enums
nobu
2017-05-16
enable ruby_w32_codepage on cygwin
nobu
2017-03-31
debug.c: check codepage value [ci skip]
nobu
2017-03-31
RUBY_DEBUG codepage option [ci skip]
nobu
2016-07-25
* debug.c (ruby_debug_printf): use rb_raw_obj_info()
ko1
2015-09-13
ruby.h: add prefix
nobu
2015-05-23
* debug.c (ruby_debug_print_id): use rb_id2name() for fprintf().
ko1
2014-11-25
rb_id2str over rb_id2name
nobu
2014-11-18
* debug.c (set_debug_option): need the declaration.
usa
2014-11-18
* debug.c (SET_WHEN): Don't declare debug variables here.
akr
2014-09-12
follow RIncGC
nobu
2014-09-08
* gc.c: add incremental GC algorithm. [Feature #10137]
ko1
2013-11-04
* include/ruby/ruby.h: rename FL_OLDGEN to FL_PROMOTED.
ko1
2013-09-20
.gdbinit: show ID type
nobu
2013-06-12
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2013-05-13
* gc.c: support RGENGC. [ruby-trunk - Feature #8339]
ko1
[next]