Age | Commit message (Expand) | Author |
2012-05-24 | Feature #5896 | nobu |
2012-02-24 | * error.c: new functions to deal exceptions with string instances. | nobu |
2012-02-24 | * configure.in (__builtin_unreachable): check for clang. | nobu |
2012-02-12 | * include/ruby/ruby.h (rb_event_hook_func_t): add argument names. | nobu |
2012-01-24 | * vm.c (rb_iter_break_value): new function to break a block with | nobu |
2012-01-21 | * include/ruby/ruby.h (FIXNUM_P): simple flag should be int. | nobu |
2012-01-07 | * gc.c: use Bitmap Marking algorithm to avoid copy-on-write of | nari |
2011-12-28 | * include/ruby/ruby.h: fix #error pragma. LLP64 platform is supported. | nagachika |
2011-11-15 | * include/ruby/ruby.h(NUM2LONG, NUM2INT, NUM2SHORT, NUM2LL, | kosaki |
2011-11-15 | * include/ruby/ruby.h: get rid of gcc specific rb_long2int(), | kosaki |
2011-11-14 | * include/ruby/ruby.h: add #ifdef comment. | kosaki |
2011-11-14 | * include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros. | kosaki |
2011-11-08 | * include/ruby/ruby.h (rb_long2int): define as a macro always, so | nobu |
2011-10-27 | * include/ruby/ruby.h (SIZE_MAX): define SIZE_MAX if not defined. | naruse |
2011-07-26 | * parse.y (rb_check_id): make the given name a symbol or a string. | nobu |
2011-07-22 | * object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined): | nobu |
2011-06-18 | * include/ruby/backward/classext.h: for evil gems. fixed #4803 | nobu |
2011-05-18 | * internal.h: add for internal use only. | nobu |
2011-04-10 | * include/ruby/ruby.h: parenthesize macro arguments. | akr |
2011-03-17 | * include/ruby/ruby.h (rb_funcall_passing_block): add prototype. | nobu |
2011-02-03 | * include/ruby/missing.h: don't use HAVE_STDDEF_H because it never | naruse |
2011-01-29 | * include/ruby/ruby.h: Added NUM2MODET() and MODET2NUM() default definition. | kosaki |
2011-01-26 | * include/ruby/ruby.h (ALLOCV): new API for exception-safe | nobu |
2010-11-11 | * fix type warnings. | nobu |
2010-11-11 | * include/ruby/ruby.h (PRI_LL_PREFIX): format type specifier for | nobu |
2010-11-08 | * error.c (rb_syserr_new): new function to make SystemCallError | nobu |
2010-10-27 | * include/ruby/ruby.h (NUM2LONG_internal): add cast to get rid of a | usa |
2010-10-26 | * class.c, gc.c, object.c, variable.c, vm_insnhelper.c, | mame |
2010-10-15 | * include/ruby/ruby.h (VALUE): prefer long over uintptr_t, | nobu |
2010-10-13 | * include/ruby/ruby.h (ruby_executable_node): missing prototype. | nobu |
2010-10-12 | * configure.in (RUBY_CHECK_PRINTF_PREFIX): check for printf format | nobu |
2010-08-22 | * include/ruby/ruby.h (UINT2NUM): fix ifdef condition for LLP64. | akr |
2010-08-07 | * include/ruby/missing.h, include/ruby/ruby.h (namespace ruby): | nobu |
2010-08-07 | * include/ruby/subst.h (snprintf): redefinition moved from ruby.h. | akr |
2010-08-07 | * include/ruby/subst.h: new file for substitute standard functions.. | akr |
2010-08-07 | * include/ruby/missing.h: moved BROKEN_CLOSE replacements from | nobu |
2010-07-27 | * defines.h, intern.h, missing.h, ruby.h, st.h, util.h: include | nobu |
2010-07-26 | * configure.in: define BROKEN_CLOSE on FreeBSD. | naruse |
2010-07-21 | * configure.in (XCFLAGS): use -fvisibility=hidden if possible. | nobu |
2010-07-20 | * include/ruby/ruby.h (RSTRING_GETMEM): new macro to get ptr and | nobu |
2010-07-18 | * include/ruby/ruby.h (rb_data_type_t): add new feature macros. | nobu |
2010-07-18 | * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862] | nobu |
2010-07-11 | * include/ruby/ruby.h (rb_cRandom): added. | mrkn |
2010-07-07 | * missing/close.c: ignore ECONNRESET. | naruse |
2010-06-24 | * include/ruby/ruby.h (static inline rb_gc_guarded_ptr): prevent | tarui |
2010-05-23 | * include/ruby/ruby.h (CONST_ID_CACHE, rb_intern_const): suppress | nobu |
2010-05-21 | * configure.in (warnflags): add -pedantic if gcc. | nobu |
2010-05-09 | * include/ruby/ruby.h (RB_GC_GUARD_PTR): get rid of removal by | nobu |
2010-04-28 | * include/ruby/ruby.h ({RSTRING,RSTRUCT,RBIGNUM}_LENINT): check long | nobu |
2010-04-04 | * include/ruby/ruby.h: replace snprintf and vsnprintf by | naruse |