aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.h
Commit message (Expand)AuthorAgeFilesLines
* * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefanmatz2007-03-191-1/+1
* * ruby.h: define RUBY_VM macro and remove NATIVETHREAD* macros.ko12007-02-251-17/+2
* * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu2007-02-241-1/+1
* * configure.in (RUBY_REPLACE_TYPE): cache convertible type info.nobu2007-02-191-0/+19
* * blockinlining.c, compile.c, compile.h, error.c, eval.c,ko12007-02-061-0/+1
* * ruby.h: add a prototype of rb_id2str().ko12007-02-051-0/+1
* * eval_thread.c, common.mk: remove eval_thread.c.ko12007-02-051-0/+2
* * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu2007-02-021-6/+6
* * ruby.h (SYMBOL_P): make Symbol immediate again for performance. matz2007-02-021-5/+4
* * Merge YARVko12006-12-311-19/+21
* * ruby.h (OFFT2NUM): use LONG2NUM() if sizeof(long) equals tomatz2006-12-041-0/+2
* * ruby.h (struct RArray): revert embedding ptr in RVALUE.matz2006-11-011-23/+7
* * eval.c (rb_thread_save_context, rb_thread_restore_context):why2006-09-231-0/+1
* * ruby.h (SYMBOL_P): Qnil and Qfalse are not Symbol.nobu2006-09-031-1/+1
* * object.c (Init_Object): move symbol related code to string.cmatz2006-09-021-4/+6
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-5/+23
* * ruby.h (RSTRING_EMBED_LEN_MASK): uses 5 bits to support 64bitmatz2006-09-011-1/+1
* * ruby.h (struct RString): embed small strings.matz2006-08-311-9/+29
* * dln.c, eval.c, gc.c, ruby.h: shut up AIX alloca warning.matz2006-08-071-3/+3
* * ruby.h: use ifdef (or defined) for macro constants that may ormatz2006-07-311-5/+5
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-201-1/+10
* * ruby.h (FIX2LONG): returns integer of size of VALUE.matz2006-07-121-3/+3
* * parse.y (f_args): allow post mandatory arguments after optionalmatz2006-07-121-0/+1
* * bignum.c (rb_int2big): use SIGNED_VALUE. [ruby-dev:29019]matz2006-07-111-3/+6
* * bignum.c (bignorm): sizeof(long) may be smaller thanmatz2006-07-111-5/+13
* * ruby.h: typo.usa2006-07-101-1/+1
* * eval.c (proc_invoke): should not overwrite block information inmatz2006-07-101-1/+1
* * ruby.h, lib/drb/drb.rb, lib/drb/invokemethod.rb: remove Values class.akr2006-06-231-1/+0
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-1/+2
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-251-0/+3
* parenthesize RSTRUCT_EMBED_LEN_SHIFT.akr2006-05-221-1/+1
* * gc.c: align VALUE with sizeof(RVALUE) globally.akr2006-03-021-1/+1
* fix previous commit.akr2006-02-051-3/+4
* * ruby.h (struct RStruct): embed 3 or less elements structs.akr2006-02-051-2/+18
* * ruby.h: fixed prototype.ocean2006-02-031-1/+1
* * eval.c: unify ruby_class (for method definition) and ruby_cbasematz2006-02-031-0/+1
* forgot to commit too.akr2006-01-221-1/+1
* * configure.in: define IA64 for portability. (HP aC++/ANSI C doesn'takr2005-12-271-0/+11
* * gc.c (ruby_xmalloc2): change check for integer overflow.matz2005-12-061-2/+2
* * ruby.h (Qfalse, Qtrue, Qnil, Qundef): make sure these immediateocean2005-10-251-4/+4
* * intern.h, struct.c (rb_struct_iv_get): constified.ocean2005-10-211-15/+0
* * range.c (rb_range_beg_len): should return Qfalse for non-rangematz2005-10-051-2/+2
* * dir.c (rb_push_glob): fix delimiter bug. fixed: [ruby-dev:27105]nobu2005-09-161-1/+4
* * dir.c (ruby_glob): glob function not using ruby exception system.nobu2005-09-141-0/+7
* * dir.c: changed `foo (*bar)_((boo))' to `foo (*bar)(boo)`.ocean2005-09-141-1/+1
* * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean2005-09-141-103/+103
* * ruby.h (PRINTF_ARGS): new macro for printf style argument checking.akr2005-09-131-6/+16
* * parse.y (lambda): Perl6 style -> lambda expression. [NEW]matz2005-07-271-5/+2
* * ruby.h: support LLP64 model. [ruby-talk:149524]matz2005-07-261-3/+10
* * common.mk: Borland MAKE doesn't look for file names which have pathsnobu2005-07-251-8/+7