index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed misspellings
Nobuyoshi Nakada
2019-12-20
1
-1
/
+1
*
lldb_cruby.py: improved dump of Symbol
Nobuyoshi Nakada
2019-11-25
1
-5
/
+10
*
lldb_cruby.py: fixed dump of embedded RArray
Nobuyoshi Nakada
2019-11-25
1
-1
/
+4
*
Refined `rp` output [ci skip]
Nobuyoshi Nakada
2019-10-24
1
-14
/
+15
*
lldb_cruby.py: fixed inspecting string [ci skip]
Nobuyoshi Nakada
2019-10-09
1
-5
/
+2
*
lldb_cruby.py: fixed embedded string ptr [ci skip]
Nobuyoshi Nakada
2019-10-09
1
-1
/
+3
*
Resolve unused local variable reported by LGTM
Romain Tartière
2019-10-03
1
-1
/
+1
*
lldb_inspect: removed unnecessary newline and `end` option
Nobuyoshi Nakada
2019-09-25
1
-3
/
+2
*
misc/lldb_cruby.py: update for python3 [ci skip]
Nobuyoshi Nakada
2019-09-24
1
-35
/
+36
*
misc/lldb_cruby.py: removed unused module `commands` [ci skip]
Nobuyoshi Nakada
2019-09-24
1
-1
/
+0
*
Add some NODE information for lldb
Aaron Patterson
2019-08-29
1
-0
/
+6
*
Fix ArgumentError in expand_tabs.rb
Jeremy Evans
2019-08-25
1
-2
/
+2
*
Simplify expand_tabs.rb file selection
Takashi Kokubun
2019-08-23
1
-5
/
+3
*
Add misc/expand_tabs.rb ported from auto-style.rb
Takashi Kokubun
2019-08-22
1
-0
/
+171
*
add FROZEN to lldb debug output
Aaron Patterson
2019-05-09
1
-0
/
+2
*
Fix typo in lldb script
tenderlove
2019-04-02
2
-3
/
+7
*
add regex support to lldb debug output
tenderlove
2019-04-01
1
-0
/
+7
*
ruby-style.el: ruby-style-c-mode by VCS [ci skip]
nobu
2018-11-27
1
-1
/
+14
*
lldb_cruby.py: T_COMPLEX support [ci skip]
nobu
2018-10-20
1
-0
/
+12
*
lldb_cruby.py: T_RATIONAL support [ci skip]
nobu
2018-10-20
1
-0
/
+11
*
lldb_rp: support Symbol [ci skip]
nobu
2018-10-04
1
-0
/
+11
*
lldb_rp: support T_CLASS,T_MODULE,T_ICLASS [ci skip]
nobu
2018-10-03
1
-0
/
+4
*
lldb_rp: use append_command_output [ci skip]
nobu
2018-10-03
1
-3
/
+3
*
lldb_rp: support more types [ci skip]
nobu
2018-10-03
1
-0
/
+22
*
lldb_rp: fix the order of results [ci skip]
nobu
2018-10-03
1
-20
/
+28
*
lldb_rp: reload debug info if not loaded yet [ci skip]
nobu
2018-10-02
1
-0
/
+3
*
lldb_cruby.py: T_DATA support [ci skip]
nobu
2018-10-01
1
-0
/
+9
*
Partly reverted for ruby-style.el.
hsbt
2018-09-14
2
-0
/
+82
*
Added entries for lldb files in misc directory.
hsbt
2018-09-14
1
-3
/
+5
*
Removed old elisp files. New upstream repository was moved https://github.com...
hsbt
2018-09-14
8
-1657
/
+0
*
Remove old ruby-mode.el
kazu
2018-09-13
1
-1584
/
+0
*
misc/ruby-style.el: use spaces for indentation
k0kubun
2018-03-17
1
-1
/
+1
*
ruby-additional.el: shorten here-doc markers
nobu
2017-10-02
1
-2
/
+2
*
Import ruby-electric.el version 2.3.1 from upstream
knu
2017-08-10
1
-33
/
+47
*
Add initial test for lldb extension
naruse
2017-08-03
2
-0
/
+38
*
Port more commands from .gdbinit to lldb
yugui
2017-08-02
1
-0
/
+63
*
debug.c: more enums
nobu
2017-06-01
1
-14
/
+0
*
lldb_cruby.py: eval outside frames
nobu
2017-05-31
1
-2
/
+9
*
lldb_cruby.py: constants from the target
nobu
2017-05-28
1
-87
/
+68
*
Initial commit of LLDB port of debug utility
naruse
2017-05-27
1
-0
/
+138
*
ruby-additional.el: unquoted code block
nobu
2016-11-16
1
-1
/
+1
*
Use https instead of http in some URLs
kazu
2016-09-11
1
-1
/
+1
*
ruby-additional.el: adjust heredoc line number
nobu
2016-06-07
1
-2
/
+2
*
ruby-mode.el: squiggly heredoc
nobu
2016-06-02
1
-4
/
+4
*
ruby-insert-heredoc-code-block
nobu
2016-05-28
1
-0
/
+12
*
ruby-style.el: add an instruction to load
nobu
2016-02-29
1
-0
/
+2
*
ruby-additional.el: ruby-decode-unicode
nobu
2016-01-18
1
-1
/
+27
*
ruby-additional.el: escape control code
nobu
2015-12-31
1
-4
/
+16
*
ruby-additional.el: encode non-ASCII code only
nobu
2015-12-31
1
-1
/
+1
*
parse.y: ANDDOT fluent interface
nobu
2015-11-12
1
-1
/
+1
[next]