summaryrefslogtreecommitdiff
path: root/include/ruby/ruby.h
AgeCommit message (Expand)Author
2009-07-07* include/ruby/ruby.h:ko1
2009-07-07* error.c (rb_typed_struct_is_kind_of): new function to see if thenobu
2009-07-07* error.c (rb_check_typed_struct): new function to check typednobu
2009-06-23* file.c (rb_get_path_check): check with given safe level.nobu
2009-06-16* include/ruby/ruby.h: New structure RTypedData, added.ko1
2009-05-25* include/ruby/ruby.h (FilePathValue): prevent from GC.nobu
2009-05-25* include/ruby/ruby.h (NUM2LONG): added GCC specific optimization.nobu
2009-05-21* include/ruby/ruby.h (RB_EVENT_HOOKS_HAVE_CALLBACK_DATA):nobu
2009-05-20* include/ruby/ruby.h (rb_long2int, RARRAY_LENINT): check long tonobu
2009-05-13* gc.c: add longlife garbage collection. [ruby-dev:38423]nari
2009-04-19* eval.c (ruby_cleanup): the order of local variables on stack isnobu
2009-03-19* io.c (rb_mWaitReadable): defined.akr
2009-03-15* include/ruby/ruby.h ({RSTRING,RBIGNUM}_EMBED_LEN_MAX): made int.nobu
2009-03-13* include/ruby/ruby.h (bool): not define to get rid of conflictnobu
2009-03-13* configure.in (AC_HEADER_DIRENT): added.nobu
2009-02-23* include/ruby/ruby.h (USE_SYMBOL_AS_METHOD_NAME): Module#methods,nobu
2009-01-31* include/ruby/ruby.h (STR2CSTR): removed.akr
2009-01-16* include/ruby/ruby.h (VALUE): use unsigned long or long longnobu
2009-01-16 * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX): must define as string.usa
2009-01-16* configure.in (RUBY_REPLACE_TYPE): does not define rb_ prefixednobu
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