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
/
addr2line.c
Age
Commit message (
Expand
)
Author
2013-04-06
* addr2line.c: use more generic type:
naruse
2013-04-06
* addr2line.c: quad_t and u_quad_t is not available on Solaris.
ngoto
2013-04-05
* addr2line.c: include ruby/missing.h to fix compile error on Debian.
akr
2013-03-26
Suppress -Werror=shorten-64-to-32
naruse
2013-03-24
* addr2line.c (putce): suppress unused return value warning.
kosaki
2013-03-23
* addr2line.c (kprintf): added from FreeBSD libstand's printf.
naruse
2013-03-21
* addr2line.c (rb_dump_backtrace_with_lines): output line at once.
naruse
2012-12-21
* vm_dump.c (rb_vm_bugreport): revert r38533.
kosaki
2012-11-09
Fix build when gcc is used and the platform's libc lacks alloca().
knu
2012-08-29
* addr2line.c: SIZE_MAX is defined in stdint.h, so r36755 breaks
naruse
2012-08-21
addr2line.c: suppress warnings
nobu
2012-08-21
* addr2line.c (fill_lines): need check and cast of the file size of
usa
2012-05-06
* io.c (io_encoding_set): suppress warnings. [ruby-dev:45627]
naruse
2012-03-15
* adjust style.
nobu
2011-11-08
* addr2line.c (PATH_MAX): define if not defined. [ruby-core:40840]
naruse
2011-07-08
* addr2line.c: use USE_ELF instead of __ELF__ because Solaris
naruse
2011-07-05
* addr2line.c: fix r32407 to check HAVE_ALLOCA_H.
mame
2011-07-04
* addr2line.c: include <alloca.h> to fix a build issue on Solaris.
mame
2011-03-02
* addr2line.c (uleb128): cast the value to unsigned long.
naruse
2011-01-31
* addr2line.c: suppressed shorten-64-to-32 warnings.
naruse
2011-01-12
* addr2line.c (get_nth_dirname): decrement the directory index
naruse
2011-01-12
* addr2line.c: OpenBSD uses the elf_abi.h header file instead of the
naruse
2010-12-01
* addr2line.c: Follow .gnu_debuglink section.
naruse
2010-11-30
* addr2line.c (parse_debug_line_cu): ignore DW_LNE_set_discriminator.
naruse
2010-11-27
* configure.in: link addr2line only for ELF.
nobu
2010-11-27
* addr2line.c: needs <errno.h>.
nobu
2010-11-26
* addr2line.c (rb_dump_backtrace_with_lines): should close fd on
nobu
2010-11-26
* addr2line.c: apply a patch from shinichiro.h.
naruse
2010-11-26
* addr2line.c: added to show source filename and line number of
naruse