summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-24* gc.c (gc_mark_children): NODE_POSTEXE holds Ruby VALUE.matz
2006-09-24* runruby.rb: extension library scripts moved into common directory.nobu
2006-09-24updated based on date2 3.9.3.tadf
2006-09-23* io.c (rb_io_print): no special handling for nil as well as puts.nobu
2006-09-232006-09-24why
2006-09-23* eval.c (rb_thread_save_context, rb_thread_restore_context):why
2006-09-23* lib/cgi.rb (CGI::QueryExtension::read_multipart): CGI contentmatz
2006-09-23merge Oniguruma 4.4.4kosako
2006-09-22* lib/rdoc/ri/ri_options.rb: prevent NameError. [ruby-dev:29597]matz
2006-09-22 updated based on date2 3.9.2.tadf
2006-09-222006-09-23tadf
2006-09-22* string.c (rb_str_partition): no need to call rb_call_super(),matz
2006-09-22* hash.c (rb_hash_eql): new method to be used by Hash.matz
2006-09-21* bignum.c (rb_big_hash): use rb_memhash().matz
2006-09-21* string.c (str_new3): embed shorter strings more eagerly.matz
2006-09-21* .cvsignore: ignore timestamp files and installed list file.nobu
2006-09-21* instruby.rb: include FileUtils unconditionally.nobu
2006-09-212006-09-22nobu
2006-09-21* numeric.c (Init_Numeric): fix_odd_p and fix_even_p are for Fixnum.nobu
2006-09-21* common.mk (no-install): not install rdoc actually.nobu
2006-09-21* string.c (rb_str_startwith): a new method to check if a stringmatz
2006-09-21* rubytest.rb: use each_line instead of each.eban
2006-09-21* numeric.c (int_odd_p): a new method to check even or odd.matz
2006-09-21* string.c (Init_String): Strings are no longer Enumerable. usematz
2006-09-21* ext/etc/etc.c (etc_getpwuid): uid integer should be wraped inmatz
2006-09-21* string.c (rb_str_partition): RDoc typo fixed. [ruby-core:08898]matz
2006-09-21* string.c (rb_str_lines): new method to split a string into lines.matz
2006-09-202006-09-21matz
2006-09-20* string.c (rb_str_partition): a new method to separate the stringmatz
2006-09-20* common.mk (pre-install-doc): create data directory before install.nobu
2006-09-20* numeric.c (fix_mul): typo again. patch from Tadashi Saitonobu
2006-09-20* string.c (sym_eql): fail early to gain performance.matz
2006-09-20* swapped ChangeLog entries. Sorry....shugo
2006-09-20* forgot to commit ChangeLog. Sorry.shugo
2006-09-20* {bcc32,win32,wince}/Makefile.sub (INSTALLED_LIST): need to defineusa
2006-09-20* lib/net/imap.rb: allow extra spaces in responses.shugo
2006-09-20* ext/gdbm/gdbm.c: add RDoc documentation. a patch from Petermatz
2006-09-202006-09-20matz
2006-09-18* object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods,nobu
2006-09-182006-09-19nobu
2006-09-18* dir.c (dir_s_glob): restore GC protection volatile variable.matz
2006-09-18* numeric.c (fix_mul): get rid of shift overflow.nobu
2006-09-182006-09-18matz
2006-09-18* dir.c (dir_s_glob): remove unused variable.matz
2006-09-17* lib/rdoc/rdoc.rb (RDoc::RDoc#document): scan only files modifiednobu
2006-09-17* common.mk (install-doc): reverted.nobu
2006-09-17* numeric.c (fix_mul): fixed typo. fixed: [ruby-core:08885]nobu
2006-09-162006-09-17akr
2006-09-16use assert_same instead of assert_equal.akr
2006-09-16* README.EXT: should mention new macros: RSTRING_PTR, RSTRING_LEN,matz