aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.h
Commit message (Expand)AuthorAgeFilesLines
* Merge from ruby_1_8.knu2008-05-311-3/+3
* * rubyio.h (rb_io_t): renamed from OpenFile.nobu2008-04-151-1/+1
* * ruby.h: New macro: RB_GC_GUARD().knu2008-04-141-0/+2
* * ruby.h (rb_block_call_func): Fix prototype.knu2008-04-141-1/+1
* * enumerator.c (rb_eStopIteration), eval.c (rb_f_loop), ruby.h:knu2008-04-101-0/+1
* * enumerator.c, inits.c (rb_call_inits), ruby.h, intern.h,knu2008-04-091-0/+3
* * ruby.h (RCLASS_IV_TBL): defined.akr2007-10-181-0/+6
* * ruby.h (RHASH_TBL): defined for compatibility to 1.9.akr2007-08-291-0/+5
* * dir.c, win32/win32.c, win32/dir.h, ruby.h, intern.h: Bringknu2007-02-151-0/+3
* * ruby.h (OFFT2NUM): use LONG2NUM() if sizeof(long) equals tomatz2006-12-041-0/+2
* * eval.c (rb_thread_save_context, rb_thread_restore_context):why2006-09-231-0/+1
* * ruby.h (RSTRING_PTR): add migration macro.matz2006-09-071-0/+4
* * common.mk, configure.in, defines.h, eval.c, gc.c, main.c,akr2006-09-011-5/+20
* * dln.c, eval.c, gc.c, regex.c, ruby.h: shut up AIX allocamatz2006-08-071-3/+3
* * ruby.h: use ifdef (or defined) for macro constants that may ormatz2006-07-311-4/+4
* * ruby.h: export classes/modules to implement sandbox.matz2006-07-201-1/+10
* * array.c (rb_ary_pop): may cause realloc oscillation. a patchmatz2006-07-131-0/+1
* * signal.c (ruby_nativethread_signal, posix_nativethread_signal,nagai2006-07-101-1/+7
* * signal.c: revert last change.nagai2006-06-231-7/+1
* * signal.c (ruby_nativethread_signal, posix_nativethread_signal,nagai2006-06-211-1/+7
* * configure.in: check sizeof(rlim_t).akr2006-06-141-0/+1
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-251-0/+3
* * ruby.h (SYM2ID): should not cast to signed long.matz2006-03-011-1/+1
* * ruby.h (RSTRUCT_LEN, RSTRUCT_PTR): defined for source levelakr2006-02-051-0/+2
* * ruby.h (Qfalse, Qtrue, Qnil, Qundef): make sure these immediateocean2005-10-261-4/+4
* * dir.c (ruby_glob): glob function not using ruby exception system.nobu2005-09-141-0/+8
* revered all LLP64 modifies due to portability reason.matz2005-07-271-6/+3
* * gc.c (id2ref): must not assign pointers to long int. usematz2005-07-271-5/+2
* * ruby.h: support LLP64 model. [ruby-talk:149524]matz2005-07-261-3/+10
* * enum.c (enum_min_by, enum_max_by): return nil if no iteration.nobu2005-06-071-0/+1
* * configure.in, ruby.h: define rb_[pgu]id_t macros instead of typedefsnobu2005-05-151-18/+0
* * configure.in: Check for the availability of pid_t, gid_t and uid_t andnobu2005-05-141-0/+18
* * intern.h: provide proper prototypes. [ruby-core:02724]nobu2004-03-311-1/+1
* * dir.c (rb_glob, rb_globi): add const.ocean2004-02-161-2/+2
* * configure.in (ac_cv_func_setitimer): moved from defines.hnobu2003-12-221-0/+4
* * configure.in (ieeefp.h), numeric.c: needed for finite() onnobu2003-12-111-10/+10
* * pack.c (htov16): converts endian using swap16. htov32(), hton16,matz2003-12-011-4/+4
* * ruby.h: don't treat Cygwin as Windows.eban2003-11-251-1/+1
* * check existence of "pthread.h"nagai2003-11-201-0/+7
* * ruby.h: define is_ruby_native_thread() for no native thread environmentnagai2003-11-201-2/+0
* * configure.in: always check existence of the pthread librarynagai2003-11-201-0/+15
* * intern.h (ruby_stop): never return.nobu2003-10-141-1/+1
* * enum.c (inject_i): use rb_yield_values.matz2003-08-221-0/+1
* * ruby.h (LLONG_MIN): fix typo.usa2003-07-291-1/+1
* * lib/net/smtp.rb (Net::SMTP::send0): add taint check.matz2003-07-291-1/+1
* * ext/stringio/stringio.c (strio_gets): only "gets" should set $_.matz2003-07-281-1/+0
* * string.c: use StringValueCStr to retrieve paths to system calls.matz2003-07-201-0/+2
* * string.c (rb_str_upto): generate sequence according to "succ"matz2003-06-231-1/+1
* * eval.c: remove rb_cBlock.matz2003-06-171-1/+0
* * gc.c (define_final): eliminate rb_f_lambda() call.matz2003-06-061-0/+1