summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2009-01-25* cygwin/GNUmakefile.in (RUBYDEF): needs read-only section too.nobu
2009-01-25* win32/Makefile.sub (clean-ext): condition of EXTS was inverted.nobu
2009-01-25* lib/mkmf.rb (create_makefile):fixed the variables order becausenobu
2009-01-25* common.mk (clean-extout): removes extout directory.nobu
2009-01-25* Makefile.in, win32/Makefile.sub (RMDIRS): remove directory andnobu
2009-01-25* dir.c (join_path): use strlcat() to force link.nobu
2009-01-24* ext/openssl/ossl_ssl.c: Server Name Indication support.technorama
2009-01-23* lib/mkmf.rb (configuration): tools under the top sourcenobu
2009-01-23* golf_prelude.rb (Enumerator#inspect): avoid warning.eban
2009-01-23* lib/mkmf.rb (configuration): leaves PATH_SEPARATOR unchanged.nobu
2009-01-23* lib/mkmf.rb (mkintpath): new function which converts native pathnobu
2009-01-23* lib/mkmf.rb (try_func): got rid of c-mode confusion.nobu
2009-01-23* signal.c (trap_handler): also accepts symbols. [ruby-dev:37823]nobu
2009-01-22* lib/mkmf.rb (create_makefile): removes installed files undernobu
2009-01-22* lib/cgi/core.rb (CGI.parse): generate only key on params hashxibbar
2009-01-22* lib/rubygems/installer.rb (Gem::Installer#initialize): fixednobu
2009-01-22 * revert previous revision. it's already out-of-date.usa
2009-01-22 * include/ruby/win32.h, win32/win32.c (rb_w32_is_valid_fd): new functionusa
2009-01-22* test/ruby/test_process.rb (MANDATORY_ENVS): needs RUBYLIB to runnobu
2009-01-22* gc.c (define_final): cannot define finalizer for immediatenobu
2009-01-22* thread.c (rb_time_timeval): made a real prototype. a patch fromnobu
2009-01-21* array.c (ary_double_capa): a new function to expand array morematz
2009-01-21* io.c (rb_io_ungetbyte, rb_io_ungetc): allows nil to reset EOFnobu
2009-01-21* io.c (rb_io_ungetbyte, rb_io_ungetc): clears EOF flag.nobu