summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-02-01* lib/xmlrpc/server.rb (Server#serve): gets rid of hardcodednobu
2009-02-01* vm.c (vm_backtrace_each): now takes an iterator function.nobu
2009-02-01 * encoding.c (rb_filesystem_encoding): Windows' filesystem encoding isusa
2009-02-01* ext/socket/raddrinfo.c (addrinfo_ipv4_private_p): new method.akr
2009-02-01* lib/optparse.rb (Switch#summarize): strips an equal sign fromnobu
2009-01-31* variable.c (rb_const_get_0), vm_insnhelper.c (vm_get_ev_const):nobu
2009-01-31* lib/test/unit/assertions.rb (assert_equal): show class in failureakr
2009-01-31* lib/resolv.rb (Resolv::DNS#each_address): don't query IPv6 addressakr
2009-01-31* include/ruby/ruby.h (STR2CSTR): removed.akr
2009-01-31* ext/socket/raddrinfo.c (addrinfo_ipv6_unspecified_p): new method.akr
2009-01-31* load.c (rb_require_safe): raises when the path to be loaded isnobu
2009-01-31* configure.in (optflags): defaulted to -O3 to get rid of slug ofnobu
2009-01-31* lib/optparse.rb (List#accept, parse_in_order): n option is nonobu
2009-01-31* lib/pathname.rb (Pathname#each_child): new method.akr
2009-01-30* lib/test/unit/assertions.rbakr
2009-01-30add ML ref.akr
2009-01-30* lib/pathname.rb (Pathname#realdirpath): new method.akr
2009-01-30 * win32/win32.c (rb_w32_write): limit write size to 32KB if the fileusa
2009-01-30* ext/curses/curses.c (Init_curses): Curses#crmode andkouji
2009-01-30 * tool/make-snapshot (prereq): remove enc.mk from tarball becauseusa
2009-01-30 * enc/depend: extract comile rules to each target for VC++.usa
2009-01-30* cygwin/GNUmakefile.in (RUBYDEF): depends on makefiles.nobu
2009-01-30* cygwin/GNUmakefile.in (RUBYDEF): adds DATA to non-function symbolsnobu
2009-01-30* lib/test/unit/assertions.rb (assert_respond_to): gets rid ofnobu
2009-01-29* transcode.c (rb_econv_init_by_convpath_i): make it static.akr
2009-01-29* load.c (rb_feature_provided): should not calculate len by pointershugo
2009-01-29* configure.in (BASERUBY): erases RUBYOPT at the test.nobu
2009-01-29* configure.in (OBJCOPY): not used on Windows.nobu
2009-01-29* lib/securerandom.rb (SecureRandom.uuid): uses unpacked arraynobu
2009-01-29* lib/rake.rb (FileUtils#rake_system): no longer needs workaroundnobu
2009-01-29* lib/securerandom.rb: new method SecureRandom#uuidtechnorama
2009-01-29 * ext/socket/spclet.c (socket_s_ip_address_list): support Windows XPusa
2009-01-28 * ext/zlib/zlib.c (zstream_run): previous change didn't resolve theusa
2009-01-28 * ext/zlib/zlib.c (zstream_run): desperately guard the variable.usa
2009-01-28* math.c: SEGV is caused by implicit rb_to_float declarationtakano32
2009-01-27* ext/socket/init.c (socks_connect_blocking): moved fromakr
2009-01-27* cygwin/GNUmakefile.in (RUBYDEF): needs DATA marks to exportnobu
2009-01-27* ext/ripper/depend: use VPATH.naruse
2009-01-27* ext/ripper/depend: lex.c's correct path is ../../lex.c.naruse
2009-01-27* lib/mkmf.rb (try_header): checks the header depending onnobu
2009-01-27* common.mk (distclean-enc, realclean-enc): do not call clean ofnobu
2009-01-27* transcode.c (struct rb_transcoding): added ary member for debug.nobu
2009-01-27* Doxyfile.in (FILE_VERSION_FILTER, INPUT_FILTER): should not usenobu
2009-01-26* ext/ripper/depend: fixed dependency path to lex.c.matz
2009-01-26ChangeLog: fixed wrong ML refmatz
2009-01-26* hash.c (rb_any_hash): fixed performance issues with nil, true,matz
2009-01-26* lib/mkmf.rb (create_makefile): should point correct path tomatz
2009-01-26* array.c (rb_ary_aset): fixed arguments evaluation order.nobu
2009-01-26* lib/pathname.rb (chop_basename, prepend_prefix): use o option.nobu
2009-01-25* ext/socket/socket.c (socket_s_ip_address_list): renamed fromakr