summaryrefslogtreecommitdiff
path: root/ujit_codegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'ujit_codegen.h')
0 files changed, 0 insertions, 0 deletions
+0000'>2007-07-12* struct.c (rb_struct_init_copy): disallow changing the size.nobu 2007-06-10* include/ruby: moved public headers.nobu 2006-09-16* struct.c (inspect_struct): do not display a class name formatz 2006-09-04* eval.c (rb_f_local_variables): list symbols.matz 2006-09-02* string.c (Init_String): undef Symbol#new.matz 2006-09-02* ruby.h (struct RArray): embed small arrays.matz 2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz 2006-02-05* ruby.h (struct RStruct): embed 3 or less elements structs.akr 2006-02-03* eval.c: unify ruby_class (for method definition) and ruby_cbasematz 2005-10-21* intern.h, struct.c (rb_struct_iv_get): constified.ocean