summaryrefslogtreecommitdiff
path: root/include/ruby/ruby.h
AgeCommit message (Expand)Author
2008-01-04* include/ruby/ruby.h (rb_intern): memorize interned ID for constantakr
2008-01-04parenthesize macro arguments.akr
2008-01-03* include/ruby/ruby.h (st_strcasecmp): declared for STRCASECMP.akr
2008-01-03* encoding.c (rb_isalnum): defined.akr
2008-01-03* include/ruby/encoding.h (rb_isascii): simplified.akr
2008-01-02* util.c (ruby_strtoul): locale independent strtoul is implemented toakr
2008-01-01* include/ruby/encoding.h (rb_isascii): defined.akr
2007-12-25* include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() toko1
2007-12-21* include/ruby/ruby.h (rb_catch_obj, rb_throw_obj): prototyped.nobu
2007-12-21* enumerator.c (enumerator_iter_i): adjusted for rb_block_call_func.nobu
2007-12-09* include/ruby/ruby.h (FilePathStringValue): defined. similar toakr
2007-12-01* insnhelper.ci (vm_yield_with_cfunc): fix to passing argc on thirdko1
2007-11-20* include/ruby/ruby.h: rename RFloat#double_value -> float_value.ko1
2007-11-20* gc.h, vm_core.h: decl of rb_gc_save_machine_context()ko1
2007-11-16* include/ruby/ruby.h: added some declarations for event hooks.shugo
2007-11-13* include/ruby/ruby.h: introduce 2 macros:ko1
2007-10-07refined again.akr
2007-10-07refine previous change.akr
2007-10-07* include/ruby/ruby.h: enum ruby_value_flags removed.akr
2007-09-29* main.c (main): use platform-independent per-process initialization.nobu
2007-09-28rb_classext_t member order exchanged toakr
2007-09-28* include/ruby/intern.h: export rb_ivar_foreach.akr
2007-09-01* include/ruby/ruby.h (struct RBignum): embed digits in RBignum forakr
2007-08-31fix comment.akr
2007-08-30add comment.akr
2007-08-29enclose RHASH_XXX macros by parenthesis.akr
2007-08-29* include/ruby/intern.h: declare rb_hash_tbl.akr
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-08-25* cont.c: separate Continuation and Fiber from core.ko1
2007-08-08* enumerator.c (enumerator_next_p): should check correctly even whenmatz
2007-08-07* include/ruby/ruby.h (ruby_special_consts): added RUBY_SPECIAL_SHIFT.nobu
2007-08-06* cont.c (rb_fiber_yield): change argument ordering. export.matz
2007-07-22* thread.c (is_ruby_native_thread): made an int function asnobu
2007-07-13* include/ruby/intern.h: remove unused function declarations.ko1
2007-07-11 * include/ruby/ruby.h (FIX2ULONG): drop sign bit for LLP64 platform.usa
2007-07-05* include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu
2007-07-05* include/ruby/{node,ruby}.h, ruby.c: added enum constants for gdbnobu
2007-06-26 * include/ruby/ruby.h: IL32LLP64 support.usa
2007-06-10* include/ruby: moved public headers.nobu