summaryrefslogtreecommitdiff
path: root/ruby.h
AgeCommit message (Expand)Author
2010-05-10* pack.c: backport integer pack/unpack from 1.9 for [ruby-core:21937].akr
2010-03-19* ruby.h (RSTRING_*, RARRAY_*, RREGEXP_*, RSTRUCT_*, RBIGNUM_*):nobu
2010-03-16* ruby.h (rb_warning, rb_sys_warning): fixed typo in rdoc.nobu
2010-01-08 * ruby.h (RB_GC_GUARD_PTR): workaround for gcc optimization.nobu
2009-07-19* configure.in (DEPRECATED): backported from trunk.nobu
2009-07-18* ruby.h (RFLOAT_VALUE, RSTRING_END, RREGEXP_SRC_*, RBIGNUM_*):nobu
2009-04-19* eval.c (ruby_cleanup): the order of local variables on stack isnobu
2009-04-03* gc.c (Init_stack): use ruby_init_stack. [ruby-dev:34350]nobu
2008-07-03* include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead ofakr
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-04-15* rubyio.h (rb_io_t): renamed from OpenFile.nobu
2008-04-14* ruby.h: New macro: RB_GC_GUARD().knu
2008-04-14* ruby.h (rb_block_call_func): Fix prototype.knu
2008-04-10* enumerator.c (rb_eStopIteration), eval.c (rb_f_loop), ruby.h:knu
2008-04-09* enumerator.c, inits.c (rb_call_inits), ruby.h, intern.h,knu
2007-10-18* ruby.h (RCLASS_IV_TBL): defined.akr
2007-08-29* ruby.h (RHASH_TBL): defined for compatibility to 1.9.akr
2007-02-15* dir.c, win32/win32.c, win32/dir.h, ruby.h, intern.h: Bringknu
2006-12-04* ruby.h (OFFT2NUM): use LONG2NUM() if sizeof(long) equals tomatz
2006-09-23* eval.c (rb_thread_save_context, rb_thread_restore_context):why
2006-09-07* ruby.h (RSTRING_PTR): add migration macro.matz
2006-09-01* common.mk, configure.in, defines.h, eval.c, gc.c, main.c,akr
2006-08-07* dln.c, eval.c, gc.c, regex.c, ruby.h: shut up AIX allocamatz
2006-07-31* ruby.h: use ifdef (or defined) for macro constants that may ormatz
2006-07-20* ruby.h: export classes/modules to implement sandbox.matz
2006-07-13* array.c (rb_ary_pop): may cause realloc oscillation. a patchmatz
2006-07-10* signal.c (ruby_nativethread_signal, posix_nativethread_signal,nagai
2006-06-23* signal.c: revert last change.nagai
2006-06-21* signal.c (ruby_nativethread_signal, posix_nativethread_signal,nagai
2006-06-14* configure.in: check sizeof(rlim_t).akr
2006-05-25* ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu
2006-03-01* ruby.h (SYM2ID): should not cast to signed long.matz
2006-02-05* ruby.h (RSTRUCT_LEN, RSTRUCT_PTR): defined for source levelakr
2005-10-26* ruby.h (Qfalse, Qtrue, Qnil, Qundef): make sure these immediateocean
2005-09-14* dir.c (ruby_glob): glob function not using ruby exception system.nobu
2005-07-27revered all LLP64 modifies due to portability reason.matz
2005-07-27* gc.c (id2ref): must not assign pointers to long int. usematz
2005-07-26* ruby.h: support LLP64 model. [ruby-talk:149524]matz
2005-06-07* enum.c (enum_min_by, enum_max_by): return nil if no iteration.nobu
2005-05-15* configure.in, ruby.h: define rb_[pgu]id_t macros instead of typedefsnobu
2005-05-14* configure.in: Check for the availability of pid_t, gid_t and uid_t andnobu
2004-03-31* intern.h: provide proper prototypes. [ruby-core:02724]nobu
2004-02-16* dir.c (rb_glob, rb_globi): add const.ocean
2003-12-22* configure.in (ac_cv_func_setitimer): moved from defines.hnobu
2003-12-11* configure.in (ieeefp.h), numeric.c: needed for finite() onnobu
2003-12-01* pack.c (htov16): converts endian using swap16. htov32(), hton16,matz
2003-11-25* ruby.h: don't treat Cygwin as Windows.eban
2003-11-20* check existence of "pthread.h"nagai
2003-11-20* ruby.h: define is_ruby_native_thread() for no native thread environmentnagai
2003-11-20* configure.in: always check existence of the pthread librarynagai