#ifndef RUBY_ADDR2LINE_H #define RUBY_ADDR2LINE_H /********************************************************************** addr2line.h - $Author$ Copyright (C) 2010 Shinichiro Hamaji **********************************************************************/ #if (defined(USE_ELF) || defined(HAVE_MACH_O_LOADER_H)) void rb_dump_backtrace_with_lines(int num_traces, void **traces); #endif /* USE_ELF */ #endif /* RUBY_ADDR2LINE_H */ href='/'>index : ruby.git
The Ruby Programming Language
summaryrefslogtreecommitdiff
path: root/struct.c
AgeCommit message (Expand)Author
2012-11-19struct.c: fix typonobu
2012-11-19struct.c: yield assoc in each_pairnobu
2012-11-06* struct.c: Support for Struct's enumerators #sizemarcandre
2012-10-27* struct.c: fix typo.ktsj
2012-10-20* include/ruby/ruby.h: add C APIs.nari
2012-06-05obj_init_copynobu
2012-05-21* struct.c (rb_struct_members): Refactoring. As Struct#members hadmame
2012-04-24* hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods.nobu
2012-04-18Revert r35339-35343 because of no tests.naruse
2012-04-16* struct.c: Add Struct#to_h [Feature #6276]marcandre
2012-04-14* variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain
2012-04-13* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain
2012-04-06struct.c (documentation for rb_struct_members_m):duerst
2012-03-14* include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre
2011-09-29* use RB_TYPE_P which is optimized for constant types, instead ofnobu
2011-07-17* error.c (rb_check_trusted): new function to check an object isnobu
2011-05-18* internal.h: add for internal use only.nobu
2011-04-25* random.c (random_rand): remove unused variables.naruse