aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/ruby.h
Commit message (Expand)AuthorAgeFilesLines
* * ext/curses/curses.c: curses encoding should obey locale.matz2008-11-071-0/+1
* * include/ruby/ruby.h (ExportStringValue): new macro to convertmatz2008-10-201-0/+6
* * io.c (Init_IO): $FILENAME and $* must be read-only. [ruby-dev:36698]nobu2008-10-141-0/+20
* * include/ruby/ruby.h: embeds the elements of an array into itsyugui2008-10-091-8/+25
* * dln.c: Ruby no longer supports VMS.yugui2008-10-041-5/+0
* * include/ruby/ruby.h (rb_mPrecision): removed.yugui2008-09-261-1/+0
* * error.c (Init_Exception): introduce EncodingError which is amatz2008-09-261-0/+1
* * complex.c: an instance method image has been removed andtadf2008-09-201-1/+1
* * transcode.c: add "Error" suffix for Encoding exception classes.matz2008-09-181-0/+1
* * gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko12008-09-151-1/+1
* fix typos.akr2008-09-091-1/+1
* * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.matz2008-09-051-1/+1
* * gc.c, include/ruby/ruby.h: rename T_DEFERRED to T_ZOMBIE.ko12008-08-291-2/+2
* * include/ruby/ruby.h (INT2NUM): just use a simple macro on LP64.akr2008-08-211-10/+15
* fix previsous change again.akr2008-08-211-4/+6
* * include/ruby/ruby.h: fix previous change for LP64.akr2008-08-211-2/+6
* * include/ruby/ruby.h (NUM2LONG): make it inline function to evalueteakr2008-08-211-7/+44
* * include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu2008-08-161-0/+6
* * include/ruby/ruby.h: commit miss.nobu2008-08-161-0/+1
* * include/ruby/ruby.h (SSIZET2NUM, NUM2SSIZET, SSIZE_MAX, SSIZE_MIN):nobu2008-08-151-0/+20
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-131-7/+9
* * error.c (rb_eEncCompatError): add Exception.naruse2008-08-121-0/+1
* * include/ruby/ruby.h (struct RString): size of ary must bemame2008-07-311-1/+1
* * include/ruby/ruby.h: add a type T_DEFERRED.ko12008-07-271-0/+2
* * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX): typo.usa2008-07-121-2/+2
* * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX): fixed typo.nobu2008-07-121-6/+6
* * configure.in (sizeof ptrdiff_t): check for size of ptrdiff_t.nobu2008-07-121-13/+36
* * dir.c: shoudn't use ruby object in globbing, because glob serviceusa2008-07-081-2/+2
* * dir.c: preserve encoding of strings in glob and fnmatch.naruse2008-07-071-3/+2
* * include/ruby/ruby.h (NUM2INT): cast to int.akr2008-07-051-4/+4
* * compile.h, insns.def: reduce insn operand of "trace".ko12008-07-011-12/+13
* * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbidsshyouhei2008-07-011-2/+2
* * include/ruby/ruby.h (rb_intern): prefix __extnsion__ forshyouhei2008-07-011-1/+1
* * vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class nameko12008-06-291-3/+0
* * include/ruby/ruby.h (struct RRegexp): new field usecnt. replaceakr2008-06-281-2/+5
* * include/ruby/ruby.h (rb_intern): use rb_intern2 with strlen forakr2008-06-121-1/+1
* * include/ruby/intern.h, proc.c: revert rb_proc_call() andko12008-06-101-2/+0
* * include/ruby/ruby.h (CONST_ID_CACHE): fixed statement expression.nobu2008-06-101-4/+4
* * include/ruby/ruby.h, vm_core.h: add a type rb_blockptr.mame2008-06-091-0/+2
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-6/+10
* * vm_core.h (struct rb_vm_struct): moved ruby_debug, ruby_verbose, andnobu2008-06-091-1/+4
* * suppress warnings with -Wwrite-string.nobu2008-05-311-2/+2
* * include/ruby/ruby.h: renamed include guard.nobu2008-05-311-5/+7
* * eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h,ko12008-05-221-10/+10
* * eval_intern.h, vm_core.h, include/ruby/intern.h, include/ruby/ruby.h,usa2008-05-221-10/+10
* * include/ruby/ruby.h (PRI[diouxX]VALUE): printf format for VALUE.nobu2008-05-201-0/+12
* * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko12008-05-191-10/+0
* * bignum.c (bigzero_p): check from MSB to LSB. [ruby-dev:34649]akr2008-05-121-0/+1
* * include/ruby/ruby.h (SIZET2NUM): new macro.akr2008-05-111-0/+14
* * include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead ofakr2008-04-281-1/+1