summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-10-08* tool/enc-unicode.rb: parse range notation of UnicodeData.txt.naruse
2009-10-07* string.c (rb_str_inspect): copy by chunks.nobu
2009-10-07* iseq.c (iseq_s_disasm): accept proc objects. [ruby-core:18762]nobu
2009-10-07* marshal.c (mark_dump_arg, mark_load_arg): ignore already cleanednobu
2009-10-07* include/ruby/ruby.h (rb_long2int): evalates the argument onlynobu
2009-10-07* string.c (rb_str_inspect): don't assign -1 to unsigned int.naruse
2009-10-06* string.c (rb_str_upto): RDoc updated. a patch from Nobuhiromatz
2009-10-06* lib/resolv.rb (Resolv::DNS.bind_random_port): bind to "::" for IPv6.akr
2009-10-06* lib/delegate.rb (Delegator::public_api): take snapshot ofmatz
2009-10-06* io.c (io_reopen): avoid close if possible.akr
2009-10-06* struct.c (rb_struct_select): Struct#select should returnmatz
2009-10-05* ext/tk/lib/tk/canvas.rb: *** POTENTIALLY INCOMPATIBLE ***nagai
2009-10-05* array.c (rb_ary_{times, shuffle_bang, sample}): reducing macromatz
2009-10-04* vm_method.c (basic_obj_respond_to): should not callmatz
2009-10-04* lib/cgi/cookie.rb: add default value to @@accept_charsetxibbar
2009-10-04* marshal.c (struct {dump,load}_arg): manage with dfree, insteadnobu
2009-10-04* pack.c (NATINT_LEN, pack_pack): suppressed warnings.nobu
2009-10-04* lib/rubygems.rb (Gem::binary_mode): binary mode uses binarynobu
2009-10-03* enum.c (slicebefore_ii): use id_eqq.akr
2009-10-03* symbian/setup (ruby.mmp): added macro RUBY_EXPORT to match the change in dln.cazav
2009-10-03* ext/tk/lib/tk/variable.rb: add TkVariable#to_hash,to_proc,to_int,to_str,to_arynagai
2009-10-03* lib/cgi/core.rb: fix command-line option ofxibbar
2009-10-03* lib/rake/contrib: added. [ruby-core:25918]nobu
2009-10-03* parse.y (bv_decls, bvar): fix for block variables.nobu
2009-10-03* vm_method.c (rb_add_method_def): no redefinition warning onnobu
2009-10-03* object.c (rb_f_integer): now Integer() takes optional basematz
2009-10-02* parse.y (assignable_gen): parser_yyerror takes two arguments.nobu
2009-10-02* lib/rake: updated to rake code to rake-0.8.7 source code base.nobu
2009-10-02* parse.y (assignable_gen): get rid of macro collision.nobu
2009-10-02* array.c (ary_make_shared): should count frozen array itself.nobu
2009-10-02* lib/rake: updated to rake code to rake-0.8.7 source code base.nobu
2009-10-02* enc/unicode/name2ctype.h: Updated to Unicode 5.2.0.naruse
2009-10-02* configure.in: workaround for regexp metacharacters of expr innobu
2009-10-02* test/ripper/dummyparser.rb (DummyParser): improvement by Magnusnobu
2009-10-02* method.h (rb_method_type_t): remove a comma at end ofnaruse
2009-10-02* range.c (discrete_object_p): needs the argument type to get ridnobu
2009-10-02Updated to Unicode 5.2.0.naruse
2009-10-02* enum.c (enum_slice_before): take a pattern if no block given.akr
2009-10-02* parse.y (ripper_yylval_id, ripper_get_{id,value}): wrap ID bynobu
2009-10-02* thread.c (ruby_suppress_tracing): get rid of clobbering bynobu
2009-10-02* eval.c (rb_origenviron): remove unused old variable.usa
2009-10-01* win32/{setup.mak,Makefile.sub,win32.c},include/ruby/win32.h (RT_VER):usa
2009-10-01* win32/win32.c (rb_w32_getpid): simply call GetCurrentProcessId()usa
2009-09-30* time.c (rb_time_succ): make Time#succ obsolete since time is notmatz
2009-09-30* vm_method.c (rb_add_method_def): show the location wherenobu
2009-09-29* enumerator.c (enumerator_block_call): extracted.nobu
2009-09-29Escape as \x{XXXX} other than Unicode chars.naruse
2009-09-29* configure.in (THREAD_MODEL): modified message when no threadnobu
2009-09-29* io.c (rb_scan_open_args): rb_utf8mac_encoding is undefined.nobu
2009-09-29fix typos.akr