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
/
addr2line.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cast to void pointer for `%p` in commented out code [ci skip]
Nobuyoshi Nakada
2021-10-20
1
-1
/
+1
*
Use the correct address size
xtkoba
2021-09-23
1
-3
/
+3
*
Interpret `DW_RLE_start_length`
xtkoba
2021-09-23
1
-12
/
+15
*
Fix return value when `base != 0`
xtkoba
2021-09-23
1
-1
/
+1
*
addr2line: DragonFlyBSD build update.
David CARLIER
2021-08-31
1
-2
/
+2
*
Ignore `DW_FORM_ref_addr` [Bug #17052]
xtkoba+ruby@gmail.com
2021-08-14
1
-3
/
+20
*
Constified addr2line.c
Nobuyoshi Nakada
2021-08-14
1
-68
/
+68
*
Avoid `free(3)`ing invalid pointer
xtkoba
2021-06-28
1
-0
/
+2
*
solaris/illumos build fix.
David Carlier
2021-03-22
1
-1
/
+1
*
Support GCC's DWARF 5 [Bug #17585] (#4240)
Yusuke Endoh
2021-03-15
1
-22
/
+97
*
addr2line.c: DW_LNS_fixed_advance_pc takes a single uhalf operand
Yusuke Endoh
2021-02-04
1
-1
/
+2
*
NetBSD build update. (#4079)
David CARLIER
2021-02-02
1
-2
/
+6
*
addr2line.c: support debuglink by build_id
Yusuke Endoh
2020-12-11
1
-3
/
+59
*
Show C backtrace appropriately at core dump for GCC 8 or later
Yusuke Endoh
2020-12-11
1
-0
/
+1
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-2
/
+2
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-2
/
+2
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-2
/
+2
*
internal/stdbool.h rework
卜部昌平
2019-12-26
1
-5
/
+1
*
retrieve current path on macOS
David Carlier
2019-08-20
1
-0
/
+13
*
addr2line.c: clarify the type of integer expression
Yusuke Endoh
2019-07-15
1
-1
/
+1
*
addr2line.c (binary_filename): extend the buffer for NUL terminator
Yusuke Endoh
2019-07-14
1
-1
/
+1
*
addr2line.c (main_exe_path): avoid SEGV when /proc is not available
Yusuke Endoh
2019-07-14
1
-0
/
+1
*
Fix a typo
Kazuhiro NISHIYAMA
2019-07-07
1
-1
/
+1
*
Suppress warnings by gcc 9.1
Nobuyoshi Nakada
2019-06-08
1
-3
/
+3
*
Use _NSGetMachExecuteHeader() instead of _mh_execute_header
naruse
2019-01-31
1
-4
/
+5
*
addr2line.c: fix -Wextra-semi
k0kubun
2019-01-10
1
-1
/
+2
*
addr2line.c: do not suppress -Wpedantic
k0kubun
2019-01-10
1
-3
/
+0
*
revert r66768 for Ruby 2.7 due to Misc#15347
k0kubun
2019-01-10
1
-6
/
+3
*
Get rid of C99 feature for now [ruby-core:90949] [Bug #15519]
nobu
2019-01-10
1
-3
/
+6
*
Show function name based on dladdr
naruse
2018-11-20
1
-0
/
+2
*
Support Universal Binary for macOS
naruse
2018-11-20
1
-5
/
+39
*
addr2line.c: more on suppressing warnings
shyouhei
2018-11-13
1
-0
/
+1
*
addr2line.c: fix compilation for i386-darwin
nobu
2018-11-09
1
-12
/
+23
*
addr2line.c uses c99ism
naruse
2018-11-04
1
-0
/
+6
*
Use symtab if there's no .dSYM file
naruse
2018-11-04
1
-21
/
+38
*
Use C90 comments
naruse
2018-10-31
1
-5
/
+5
*
addr2line.c: add explicit casts for clang on 32bit environment
mame
2018-10-23
1
-3
/
+3
*
check VLIW case
naruse
2018-10-21
1
-7
/
+6
*
initialize is_stmt with default_is_stmt
naruse
2018-10-21
1
-0
/
+1
*
Use inline function with stable code instead of macro
naruse
2018-10-21
1
-1
/
+17
*
fix sign of integer variable
naruse
2018-10-21
1
-1
/
+1
*
check version of .debug_info
naruse
2018-10-21
1
-37
/
+30
*
Skip dwarf if its version is not supported
naruse
2018-10-21
1
-116
/
+104
*
fix header_length's type to unsigned long
naruse
2018-10-20
1
-3
/
+2
*
fix r65202 on ELF environment
naruse
2018-10-20
1
-3
/
+3
*
Support Mach-O on backtrace with DWARF
naruse
2018-10-20
1
-56
/
+212
*
Support DWARF4's .debug_line
naruse
2018-10-20
1
-8
/
+20
*
addr2line.c: minimal workaround to prevent parse error
shyouhei
2018-10-19
1
-2
/
+2
*
addr2line.c: this file has no portability
shyouhei
2018-10-19
1
-0
/
+6
*
Check the end of Compilation Unit by unit length instead of level of tree
naruse
2018-10-17
1
-4
/
+7
[next]