| Commit message (Expand) | Author | Age | Files | Lines |
* | * ruby.h (Qfalse, Qtrue, Qnil, Qundef): make sure these immediate | ocean | 2005-10-26 | 1 | -4/+4 |
* | * dir.c (ruby_glob): glob function not using ruby exception system. | nobu | 2005-09-14 | 1 | -0/+8 |
* | revered all LLP64 modifies due to portability reason. | matz | 2005-07-27 | 1 | -6/+3 |
* | * gc.c (id2ref): must not assign pointers to long int. use | matz | 2005-07-27 | 1 | -5/+2 |
* | * ruby.h: support LLP64 model. [ruby-talk:149524] | matz | 2005-07-26 | 1 | -3/+10 |
* | * enum.c (enum_min_by, enum_max_by): return nil if no iteration. | nobu | 2005-06-07 | 1 | -0/+1 |
* | * configure.in, ruby.h: define rb_[pgu]id_t macros instead of typedefs | nobu | 2005-05-15 | 1 | -18/+0 |
* | * configure.in: Check for the availability of pid_t, gid_t and uid_t and | nobu | 2005-05-14 | 1 | -0/+18 |
* | * intern.h: provide proper prototypes. [ruby-core:02724] | nobu | 2004-03-31 | 1 | -1/+1 |
* | * dir.c (rb_glob, rb_globi): add const. | ocean | 2004-02-16 | 1 | -2/+2 |
* | * configure.in (ac_cv_func_setitimer): moved from defines.h | nobu | 2003-12-22 | 1 | -0/+4 |
* | * configure.in (ieeefp.h), numeric.c: needed for finite() on | nobu | 2003-12-11 | 1 | -10/+10 |
* | * pack.c (htov16): converts endian using swap16. htov32(), hton16, | matz | 2003-12-01 | 1 | -4/+4 |
* | * ruby.h: don't treat Cygwin as Windows. | eban | 2003-11-25 | 1 | -1/+1 |
* | * check existence of "pthread.h" | nagai | 2003-11-20 | 1 | -0/+7 |
* | * ruby.h: define is_ruby_native_thread() for no native thread environment | nagai | 2003-11-20 | 1 | -2/+0 |
* | * configure.in: always check existence of the pthread library | nagai | 2003-11-20 | 1 | -0/+15 |
* | * intern.h (ruby_stop): never return. | nobu | 2003-10-14 | 1 | -1/+1 |
* | * enum.c (inject_i): use rb_yield_values. | matz | 2003-08-22 | 1 | -0/+1 |
* | * ruby.h (LLONG_MIN): fix typo. | usa | 2003-07-29 | 1 | -1/+1 |
* | * lib/net/smtp.rb (Net::SMTP::send0): add taint check. | matz | 2003-07-29 | 1 | -1/+1 |
* | * ext/stringio/stringio.c (strio_gets): only "gets" should set $_. | matz | 2003-07-28 | 1 | -1/+0 |
* | * string.c: use StringValueCStr to retrieve paths to system calls. | matz | 2003-07-20 | 1 | -0/+2 |
* | * string.c (rb_str_upto): generate sequence according to "succ" | matz | 2003-06-23 | 1 | -1/+1 |
* | * eval.c: remove rb_cBlock. | matz | 2003-06-17 | 1 | -1/+0 |
* | * gc.c (define_final): eliminate rb_f_lambda() call. | matz | 2003-06-06 | 1 | -0/+1 |
* | * numeric.c (rb_num2uint, rb_fix2int): new function to convert | nobu | 2003-05-30 | 1 | -2/+4 |
* | * eval.c (rb_yield_0): give warning for multiple values for a | matz | 2003-05-20 | 1 | -0/+1 |
* | * eval.c (error_pos): use $deferr for output instead of stderr | matz | 2003-05-13 | 1 | -1/+3 |
* | * io.c (rb_io_initialize): should check rb_secure(4). | matz | 2003-03-25 | 1 | -0/+3 |
* | security enhancement of dl library (need test). | matz | 2003-03-24 | 1 | -2/+4 |
* | * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: define | nobu | 2003-03-04 | 1 | -65/+65 |
* | * intern.h (HAVE_RB_DEFINE_ALLOC_FUNC, RB_CVAR_SET_4ARGS): | nobu | 2003-02-09 | 1 | -1/+1 |
* | * intern.h (HAVE_RB_DEFINE_ALLOC_FUNC): New boolean macro to make | knu | 2003-02-07 | 1 | -0/+1 |
* | * variable.c (rb_obj_classname): new function. | matz | 2003-01-31 | 1 | -0/+1 |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |
* | * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c, | knu | 2002-10-29 | 1 | -4/+4 |
* | capa field in RString, and RArray is now LONG (ruby-lang:458) | michal | 2002-09-09 | 1 | -2/+2 |
* | * variable.c (rb_copy_generic_ivar): remove old generic instance | matz | 2002-09-03 | 1 | -1/+1 |
* | * array.c (rb_ary_become): should not free ptr if it's shared. | matz | 2002-08-29 | 1 | -1/+2 |
* | *.c: Int vs Long cleanup | michal | 2002-08-21 | 1 | -1/+1 |
* | * eval.c (rb_clear_cache_by_class): new function. | matz | 2002-05-14 | 1 | -1/+1 |
* | * forgot to commit. | eban | 2002-05-11 | 1 | -0/+1 |
* | * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed. | matz | 2002-04-24 | 1 | -8/+7 |
* | * re.c (rb_reg_expr_str): should treat backslash specially in | matz | 2002-04-18 | 1 | -4/+4 |
* | * io.c (rb_io_sysseek): new method based on a patch from Aristarkh | matz | 2002-03-27 | 1 | -1/+1 |
* | * the VMS support patch submitted by Akiyoshi, Masamichi | matz | 2002-03-22 | 1 | -0/+5 |
* | * bignum.c, intern.h (rb_ull2big, rb_ll2big, rb_ull2inum, rb_ll2inum, | usa | 2002-03-15 | 1 | -6/+14 |
* | * re.c (rb_reg_match): should clear $~ if operand is nil. | matz | 2002-03-14 | 1 | -0/+43 |
* | * parse.y (expr_value, arg_value, primary_value): value_expr() | matz | 2002-02-18 | 1 | -43/+0 |