| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval.c (rb_thread_save_context, rb_thread_restore_context): | why | 2006-09-23 | 1 | -0/+1 |
* | * ruby.h (SYMBOL_P): Qnil and Qfalse are not Symbol. | nobu | 2006-09-03 | 1 | -1/+1 |
* | * object.c (Init_Object): move symbol related code to string.c | matz | 2006-09-02 | 1 | -4/+6 |
* | * ruby.h (struct RArray): embed small arrays. | matz | 2006-09-02 | 1 | -5/+23 |
* | * ruby.h (RSTRING_EMBED_LEN_MASK): uses 5 bits to support 64bit | matz | 2006-09-01 | 1 | -1/+1 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -9/+29 |
* | * dln.c, eval.c, gc.c, ruby.h: shut up AIX alloca warning. | matz | 2006-08-07 | 1 | -3/+3 |
* | * ruby.h: use ifdef (or defined) for macro constants that may or | matz | 2006-07-31 | 1 | -5/+5 |
* | * object.c (rb_mod_attr): make Module#attr to be an alias to | matz | 2006-07-20 | 1 | -1/+10 |
* | * ruby.h (FIX2LONG): returns integer of size of VALUE. | matz | 2006-07-12 | 1 | -3/+3 |
* | * parse.y (f_args): allow post mandatory arguments after optional | matz | 2006-07-12 | 1 | -0/+1 |
* | * bignum.c (rb_int2big): use SIGNED_VALUE. [ruby-dev:29019] | matz | 2006-07-11 | 1 | -3/+6 |
* | * bignum.c (bignorm): sizeof(long) may be smaller than | matz | 2006-07-11 | 1 | -5/+13 |
* | * ruby.h: typo. | usa | 2006-07-10 | 1 | -1/+1 |
* | * eval.c (proc_invoke): should not overwrite block information in | matz | 2006-07-10 | 1 | -1/+1 |
* | * ruby.h, lib/drb/drb.rb, lib/drb/invokemethod.rb: remove Values class. | akr | 2006-06-23 | 1 | -1/+0 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -1/+2 |
* | * ruby.h, lib/mkmf.rb (create_header): clear command line options for | nobu | 2006-05-25 | 1 | -0/+3 |
* | parenthesize RSTRUCT_EMBED_LEN_SHIFT. | akr | 2006-05-22 | 1 | -1/+1 |
* | * gc.c: align VALUE with sizeof(RVALUE) globally. | akr | 2006-03-02 | 1 | -1/+1 |
* | fix previous commit. | akr | 2006-02-05 | 1 | -3/+4 |
* | * ruby.h (struct RStruct): embed 3 or less elements structs. | akr | 2006-02-05 | 1 | -2/+18 |
* | * ruby.h: fixed prototype. | ocean | 2006-02-03 | 1 | -1/+1 |
* | * eval.c: unify ruby_class (for method definition) and ruby_cbase | matz | 2006-02-03 | 1 | -0/+1 |
* | forgot to commit too. | akr | 2006-01-22 | 1 | -1/+1 |
* | * configure.in: define IA64 for portability. (HP aC++/ANSI C doesn't | akr | 2005-12-27 | 1 | -0/+11 |
* | * gc.c (ruby_xmalloc2): change check for integer overflow. | matz | 2005-12-06 | 1 | -2/+2 |
* | * ruby.h (Qfalse, Qtrue, Qnil, Qundef): make sure these immediate | ocean | 2005-10-25 | 1 | -4/+4 |
* | * intern.h, struct.c (rb_struct_iv_get): constified. | ocean | 2005-10-21 | 1 | -15/+0 |
* | * range.c (rb_range_beg_len): should return Qfalse for non-range | matz | 2005-10-05 | 1 | -2/+2 |
* | * dir.c (rb_push_glob): fix delimiter bug. fixed: [ruby-dev:27105] | nobu | 2005-09-16 | 1 | -1/+4 |
* | * dir.c (ruby_glob): glob function not using ruby exception system. | nobu | 2005-09-14 | 1 | -0/+7 |
* | * dir.c: changed `foo (*bar)_((boo))' to `foo (*bar)(boo)`. | ocean | 2005-09-14 | 1 | -1/+1 |
* | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean | 2005-09-14 | 1 | -103/+103 |
* | * ruby.h (PRINTF_ARGS): new macro for printf style argument checking. | akr | 2005-09-13 | 1 | -6/+16 |
* | * parse.y (lambda): Perl6 style -> lambda expression. [NEW] | matz | 2005-07-27 | 1 | -5/+2 |
* | * ruby.h: support LLP64 model. [ruby-talk:149524] | matz | 2005-07-26 | 1 | -3/+10 |
* | * common.mk: Borland MAKE doesn't look for file names which have paths | nobu | 2005-07-25 | 1 | -8/+7 |
* | * defines.h (FLUSH_REGISTER_WINDOWS): defined for IA64. | akr | 2005-07-02 | 1 | -3/+5 |
* | * 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 |
* | * configure.in (RUBY_FUNC_ATTRIBUTE): check for function attribute. | nobu | 2005-04-30 | 1 | -4/+10 |
* | * eval.c (ruby_native_thread_kill): call pthread_kill() to send a | nagai | 2005-03-02 | 1 | -1/+7 |
* | * re.c (rb_reg_initialize_m): should raise exception instead of | matz | 2004-11-17 | 1 | -1/+2 |
* | * process.c (proc_getrlimit): new function for Process.getrlimit. | akr | 2004-11-14 | 1 | -0/+1 |
* | * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers. | matz | 2004-10-27 | 1 | -3/+1 |
* | * hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301] | matz | 2004-09-22 | 1 | -0/+1 |
* | * pack.c (pack_pack): use NUM2INT() instead of num2i32(). | matz | 2004-04-07 | 1 | -0/+3 |
* | * file.c (rb_get_path): get path string via "to_path" method if | matz | 2004-04-07 | 1 | -0/+1 |