summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2006-09-20* ext/gdbm/gdbm.c: add RDoc documentation. a patch from Petermatz
2006-09-18* object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods,nobu
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-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-16* README.EXT: should mention new macros: RSTRING_PTR, RSTRING_LEN,matz
2006-09-16* ChangeLog: commit miss.nobu
2006-09-16* lib/mkmf.rb (checking_for): improved the messages.nobu
2006-09-16* ext/pty/pty.c (establishShell): parent pid is not used.nobu
2006-09-16* ext/io/wait/extconf.rb: suspicious checking_for.nobu
2006-09-16* ext/dbm/extconf.rb: allow multiple candidates for dbm-type.nobu
2006-09-16* Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:nobu
2006-09-16* array.c (ary_shared_first): should create embedded copiesmatz
2006-09-16* struct.c (inspect_struct): do not display a class name formatz
2006-09-15* ext/nkf/nkf-8/nkf.c: imported nkf 2.0.8 rev.110.naruse
2006-09-14* ext/nkf/nkf-8/nkf.c: imported nkf 2.0.8 2006-09-15.naruse
2006-09-14* ext/digest/lib/digest.rb (Digest::Base.file): open a file in binaryakr
2006-09-14* numeric.c (fix_mul): avoid bignum multiplication as far asmatz
2006-09-14* string.c (rb_str_intern): allow zero length symbols.matz
2006-09-14* string.c (rb_str_intern): raise SecurityError only when $SAFEmatz
2006-09-14* ext/digest/lib/digest.rb (Digest::Base.file): new method.akr
2006-09-14add ML ref.akr
2006-09-13* ext/digest/digest.c (rb_digest_base_inspect): new method.akr
2006-09-13* gc.c (ruby_init_stack): decrease "stack level too deep" in Windows.usa
2006-09-13* ext/digest/lib/digest.rb: new file.akr
2006-09-13* README.EXT: English adjustment. [ruby-core:08851] andmatz
2006-09-13* misc/ruby-mode.el (ruby-parse-partial): better here-doc support.matz
2006-09-13* string.c (rb_str_intern): allow symbols to contains nul.matz
2006-09-13* string.c (rb_str_intern): prohibit interning tainted string.matz
2006-09-12* lib/optparse.rb (OptionParser#getopts): works with pre-registerednobu
2006-09-11* hash.c (rb_hash_compare_by_identity): rename Hash#identical tomatz
2006-09-11* hash.c (rb_hash_identical): a new method to make a hash tomatz
2006-09-11* lib/rexml/source.rb (REXML::Source::encoding): should notmatz
2006-09-10* string.c (sym_equal): "sym == str" should compare them asmatz
2006-09-10* instruby.rb (parse_args): remove splat.nobu
2006-09-10updated based on date2 3.9.1.tadf
2006-09-10* file.c: ISPRINT() needs ctype.hnobu
2006-09-10* lib/optparse.rb: splat parsed arguments.nobu
2006-09-10* eval.c (rb_require_safe): prevent extension from loading twice.nobu
2006-09-09* file.c (rb_f_test): test(0) should not have any specialmatz
2006-09-09Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783]drbrain
2006-09-08* lib/pstore.rb: open all in binary mode, and get rid of the quirk ofnobu
2006-09-08* Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu
2006-09-08* string.c (str_alloc): should allocate a String object, even whenmatz
2006-09-08* ext/extmk.rb (extmake): follow Array#to_s.usa
2006-09-08* lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): newgotoyuzo
2006-09-08* win32/Makefile.sub, win32/configure.bat win32/setup.mak: programnobu