summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-12-23* test/cgi/test_cgi_multipart.rb (CGIMultipartTest#_prepare):nobu
2009-12-21* encoding.c (Init_Encoding): undef Encoding.new becausenaruse
2009-12-21* regcomp.c (optimize_node_left): include equal on the condition of for-loop.naruse
2009-12-21* regcomp.c (print_enc_string): follow enclen's change.naruse
2009-12-20* object.c: BasicObject#initialize accepts any number of arguments [ruby-core...marcandre
2009-12-20* vm_eval.c (rb_iterate): remove SEGV (retry).mame
2009-12-20* vm_eval.c (rb_iterate): remove SEGV (use the original patch).mame
2009-12-20* vm_eval.c (rb_iterate): pass current block when the argument bl_procmame
2009-12-19* gem_prelude.rb (Kernel#gem): should make gem private. a patchmatz
2009-12-19* lib/webrick/config.rb (WEBrick::Config): typo fixed. a patchmatz
2009-12-19* lib/matrix.rb (each2,collect2,map2): Fix enumerator [ruby-core:27225]marcandre
2009-12-19* vm_eval.c (check_funcall): reset method_missing_reason beforenobu
2009-12-19* lib/set.rb: Add checks that passed argument is Enumerable. [ruby-core:23844]marcandre
2009-12-16* test/ruby/envutil.rb: fix a typo in assert message.kazu
2009-12-16* lib/un.rb (httpd): try to convert port number to integer.nobu
2009-12-16* configure.in(MINIRUBY): use "$BASERUBY" as a default ruby executable name.eban
2009-12-15* lib/find.rb (Find.find): rescue more exceptions which is possible toakr
2009-12-15* lib/find.rb (Find.find): get rid of race condition.nobu
2009-12-14* lib/find.rb (Find.find): rescue only ENOENT and EACCES for lstat.akr
2009-12-14* lib/find.rb (Find.find): narrow rescue region.akr
2009-12-14* lib/find.rb (Find.find): removed already unnecessary code.nobu
2009-12-13* lib/find.rb (Find.find): sort directory entries. [ruby-dev:39847]akr
2009-12-13* test/ruby/envutil.rb (invoke_ruby): call to_str for stdin_data toakr
2009-12-13* ruby.c (rb_parser_dump_tree): add prototype.naruse
2009-12-10* transcode_data.h, transcode.c, tool/transcode-tblgen.rb: Addedduerst
2009-12-10* vm_eval.c (yield_under): yields self the same as 1.8.shugo
2009-12-10* thread_pthread.c (native_mutex_reinitialize_atfork): release andnobu
2009-12-10* encoding.c (enc_replicate): add Encoding#replicate(name).naruse
2009-12-10* string.c (rb_str_inspect): CHAR_ESC_LEN should be 13.naruse
2009-12-09* parse.y (dyna_pop_gen): pop dvars. [ruby-dev:39861]nobu
2009-12-09* node.c (dump_node): fixed for long members.nobu
2009-12-09* node.c: node management added. Currently, only pretty-dumper ismame
2009-12-09* string.c (rb_str_justify): fixed the case a fill size is anobu
2009-12-08* win32/configure.bat: now recognize --with-*-{dir,include,lib} optionsusa
2009-12-08* numeric.c (flo_eq): supress a warning on VC++ for x64.usa
2009-12-08* lib/rubygems: update to 1.3.5.nobu
2009-12-08* lib/rubygems/defaults.rb (Gem::default_dir): removed a clausenobu
2009-12-07* file.c (rb_f_test): use string form in unknown command errorakr
2009-12-07* marshal.c (w_object): reverted r26007. [ruby-dev:39845]nobu
2009-12-07* string.c (rb_str_justify): CVE-2009-4124.yugui
2009-12-06* strftime.c: %l should be 1..12 instead of 0..12 [ruby-core:27072]naruse
2009-12-06* lib/find.rb (Find.find): reduce stat system call.akr
2009-12-06* lib/webrick/httpservlet/filehandler.rb: escape filename of index.naruse
2009-12-05* symbian/setup (config.h): EXECUTABLE_EXTS moved from dln.c:dln_find_1().azav
2009-12-05* marshal.c (w_object): dump instance variables when usingnobu
2009-12-05* configure.in: default ac_cv_prog_CC to CC.nobu
2009-12-05* lib/irb/extend-command.rb (def_extend_command): fixed argumentnobu
2009-12-04* insns.def (defined): should respect #respond_to_missing? asmatz
2009-12-04* parse.y (k_def): adjust the location of method definition to thenobu
2009-12-04* time.c (num_exact): should not accept strings as operands, evenmatz