summaryrefslogtreecommitdiff
path: root/include/ruby/ruby.h
AgeCommit message (Expand)Author
2008-11-07* ext/curses/curses.c: curses encoding should obey locale.matz
2008-10-20* include/ruby/ruby.h (ExportStringValue): new macro to convertmatz
2008-10-14* io.c (Init_IO): $FILENAME and $* must be read-only. [ruby-dev:36698]nobu
2008-10-09 * include/ruby/ruby.h: embeds the elements of an array into itsyugui
2008-10-04* dln.c: Ruby no longer supports VMS.yugui
2008-09-26* include/ruby/ruby.h (rb_mPrecision): removed.yugui
2008-09-26* error.c (Init_Exception): introduce EncodingError which is amatz
2008-09-20 * complex.c: an instance method image has been removed andtadf
2008-09-18* transcode.c: add "Error" suffix for Encoding exception classes.matz
2008-09-15* gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko1
2008-09-09fix typos.akr
2008-09-05* include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.matz
2008-08-29* gc.c, include/ruby/ruby.h: rename T_DEFERRED to T_ZOMBIE.ko1
2008-08-21* include/ruby/ruby.h (INT2NUM): just use a simple macro on LP64.akr
2008-08-21fix previsous change again.akr
2008-08-21* include/ruby/ruby.h: fix previous change for LP64.akr
2008-08-21* include/ruby/ruby.h (NUM2LONG): make it inline function to evalueteakr
2008-08-16* include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu
2008-08-16* include/ruby/ruby.h: commit miss.nobu
2008-08-15* include/ruby/ruby.h (SSIZET2NUM, NUM2SSIZET, SSIZE_MAX, SSIZE_MIN):nobu
2008-08-13* object.c (rb_obj_untrusted): new method Object#untrusted?.shugo
2008-08-12* error.c (rb_eEncCompatError): add Exception.naruse
2008-07-31* include/ruby/ruby.h (struct RString): size of ary must bemame
2008-07-27* include/ruby/ruby.h: add a type T_DEFERRED.ko1
2008-07-12 * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX): typo.usa
2008-07-12* include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX): fixed typo.nobu
2008-07-12* configure.in (sizeof ptrdiff_t): check for size of ptrdiff_t.nobu
2008-07-08 * dir.c: shoudn't use ruby object in globbing, because glob serviceusa
2008-07-07* dir.c: preserve encoding of strings in glob and fnmatch.naruse
2008-07-05* include/ruby/ruby.h (NUM2INT): cast to int.akr
2008-07-01* compile.h, insns.def: reduce insn operand of "trace".ko1
2008-07-01 * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbidsshyouhei
2008-07-01 * include/ruby/ruby.h (rb_intern): prefix __extnsion__ forshyouhei
2008-06-29* vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class nameko1
2008-06-28* include/ruby/ruby.h (struct RRegexp): new field usecnt. replaceakr
2008-06-12* include/ruby/ruby.h (rb_intern): use rb_intern2 with strlen forakr
2008-06-10* include/ruby/intern.h, proc.c: revert rb_proc_call() andko1
2008-06-10* include/ruby/ruby.h (CONST_ID_CACHE): fixed statement expression.nobu
2008-06-09* include/ruby/ruby.h, vm_core.h: add a type rb_blockptr.mame
2008-06-09* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu
2008-06-09* vm_core.h (struct rb_vm_struct): moved ruby_debug, ruby_verbose, andnobu
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-05-31* include/ruby/ruby.h: renamed include guard.nobu
2008-05-22* eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h,ko1
2008-05-22 * eval_intern.h, vm_core.h, include/ruby/intern.h, include/ruby/ruby.h,usa
2008-05-20* include/ruby/ruby.h (PRI[diouxX]VALUE): printf format for VALUE.nobu
2008-05-19* vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko1
2008-05-12* bignum.c (bigzero_p): check from MSB to LSB. [ruby-dev:34649]akr
2008-05-11* include/ruby/ruby.h (SIZET2NUM): new macro.akr
2008-04-28* include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead ofakr