aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * cygwin/GNUmakefile.in (RUBYDEF): adds DATA to non-function symbolsnobu2009-01-301-0/+5
* * lib/test/unit/assertions.rb (assert_respond_to): gets rid ofnobu2009-01-301-0/+5
* * transcode.c (rb_econv_init_by_convpath_i): make it static.akr2009-01-291-0/+4
* * load.c (rb_feature_provided): should not calculate len by pointershugo2009-01-291-0/+6
* * configure.in (BASERUBY): erases RUBYOPT at the test.nobu2009-01-291-1/+3
* * configure.in (OBJCOPY): not used on Windows.nobu2009-01-291-0/+4
* * lib/securerandom.rb (SecureRandom.uuid): uses unpacked arraynobu2009-01-291-0/+5
* * lib/rake.rb (FileUtils#rake_system): no longer needs workaroundnobu2009-01-291-0/+13
* * lib/securerandom.rb: new method SecureRandom#uuidtechnorama2009-01-291-0/+4
* * ext/socket/spclet.c (socket_s_ip_address_list): support Windows XPusa2009-01-291-0/+8
* * ext/zlib/zlib.c (zstream_run): previous change didn't resolve theusa2009-01-281-0/+5
* * ext/zlib/zlib.c (zstream_run): desperately guard the variable.usa2009-01-281-0/+5
* * math.c: SEGV is caused by implicit rb_to_float declarationtakano322009-01-281-0/+5
* * ext/socket/init.c (socks_connect_blocking): moved fromakr2009-01-271-0/+7
* * cygwin/GNUmakefile.in (RUBYDEF): needs DATA marks to exportnobu2009-01-271-0/+7
* * ext/ripper/depend: use VPATH.naruse2009-01-271-0/+6
* * ext/ripper/depend: lex.c's correct path is ../../lex.c.naruse2009-01-271-0/+4
* * lib/mkmf.rb (try_header): checks the header depending onnobu2009-01-271-0/+10
* * common.mk (distclean-enc, realclean-enc): do not call clean ofnobu2009-01-271-1/+18
* * transcode.c (struct rb_transcoding): added ary member for debug.nobu2009-01-271-0/+4
* * Doxyfile.in (FILE_VERSION_FILTER, INPUT_FILTER): should not usenobu2009-01-271-0/+5
* * ext/ripper/depend: fixed dependency path to lex.c.matz2009-01-261-0/+5
* ChangeLog: fixed wrong ML refmatz2009-01-261-1/+1
* * hash.c (rb_any_hash): fixed performance issues with nil, true,matz2009-01-261-0/+6
* * lib/mkmf.rb (create_makefile): should point correct path tomatz2009-01-261-0/+5
* * array.c (rb_ary_aset): fixed arguments evaluation order.nobu2009-01-261-0/+4
* * lib/pathname.rb (chop_basename, prepend_prefix): use o option.nobu2009-01-261-0/+4
* * ext/socket/socket.c (socket_s_ip_address_list): renamed fromakr2009-01-251-0/+5
* * cygwin/GNUmakefile.in (RUBYDEF): needs read-only section too.nobu2009-01-251-0/+4
* * win32/Makefile.sub (clean-ext): condition of EXTS was inverted.nobu2009-01-251-0/+4
* * lib/mkmf.rb (create_makefile):fixed the variables order becausenobu2009-01-251-0/+5
* * common.mk (clean-extout): removes extout directory.nobu2009-01-251-4/+3
* * Makefile.in, win32/Makefile.sub (RMDIRS): remove directory andnobu2009-01-251-0/+33
* * dir.c (join_path): use strlcat() to force link.nobu2009-01-251-0/+6
* * ext/openssl/ossl_ssl.c: Server Name Indication support.technorama2009-01-241-0/+7
* * lib/mkmf.rb (configuration): tools under the top sourcenobu2009-01-231-0/+5
* * golf_prelude.rb (Enumerator#inspect): avoid warning.eban2009-01-231-0/+4
* * lib/mkmf.rb (configuration): leaves PATH_SEPARATOR unchanged.nobu2009-01-231-1/+3
* * lib/mkmf.rb (mkintpath): new function which converts native pathnobu2009-01-231-1/+8
* * lib/mkmf.rb (try_func): got rid of c-mode confusion.nobu2009-01-231-0/+4
* * signal.c (trap_handler): also accepts symbols. [ruby-dev:37823]nobu2009-01-231-0/+4
* * lib/mkmf.rb (create_makefile): removes installed files undernobu2009-01-221-0/+5
* * lib/cgi/core.rb (CGI.parse): generate only key on params hashxibbar2009-01-221-0/+8
* * lib/rubygems/installer.rb (Gem::Installer#initialize): fixednobu2009-01-221-0/+22
* * revert previous revision. it's already out-of-date.usa2009-01-221-0/+4
* * include/ruby/win32.h, win32/win32.c (rb_w32_is_valid_fd): new functionusa2009-01-221-0/+7
* * test/ruby/test_process.rb (MANDATORY_ENVS): needs RUBYLIB to runnobu2009-01-221-0/+5
* * gc.c (define_final): cannot define finalizer for immediatenobu2009-01-221-0/+7
* * thread.c (rb_time_timeval): made a real prototype. a patch fromnobu2009-01-221-0/+5
* * array.c (ary_double_capa): a new function to expand array morematz2009-01-211-0/+11