aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/test/unit/assertions.rb (assert_respond_to): gets rid ofnobu2009-01-302-0/+10
* add tests.akr2009-01-291-1/+45
* * 2009-01-30svn2009-01-291-2/+2
* * transcode.c (rb_econv_init_by_convpath_i): make it static.akr2009-01-292-1/+6
* * load.c (rb_feature_provided): should not calculate len by pointershugo2009-01-292-1/+7
* * configure.in (BASERUBY): erases RUBYOPT at the test.nobu2009-01-292-2/+4
* * configure.in (OBJCOPY): not used on Windows.nobu2009-01-292-0/+9
* * lib/securerandom.rb (SecureRandom.uuid): uses unpacked arraynobu2009-01-292-5/+8
* * lib/rake.rb (FileUtils#rake_system): no longer needs workaroundnobu2009-01-293-40/+33
* * lib/securerandom.rb: new method SecureRandom#uuidtechnorama2009-01-292-0/+14
* * ext/socket/spclet.c (socket_s_ip_address_list): support Windows XPusa2009-01-293-2/+101
* * 2009-01-29svn2009-01-281-2/+2
* * ext/zlib/zlib.c (zstream_run): previous change didn't resolve theusa2009-01-282-1/+9
* * ext/zlib/zlib.c (zstream_run): desperately guard the variable.usa2009-01-282-1/+6
* * math.c: SEGV is caused by implicit rb_to_float declarationtakano322009-01-282-0/+6
* mime-type.nobu2009-01-280-0/+0
* properties.nobu2009-01-271-0/+0
* * Makefile.in (distclean): hides removing Doxyfile.nobu2009-01-272-4/+3
* * ext/socket/init.c (socks_connect_blocking): moved fromakr2009-01-273-10/+17
* * cygwin/GNUmakefile.in (RUBYDEF): needs DATA marks to exportnobu2009-01-273-2/+9
* eol-stylenobu2009-01-270-0/+0
* * ext/ripper/depend: use VPATH.naruse2009-01-272-1/+7
* * ext/ripper/depend: lex.c's correct path is ../../lex.c.naruse2009-01-272-1/+5
* * lib/mkmf.rb (try_header): checks the header depending onnobu2009-01-273-3/+18
* * common.mk (distclean-enc, realclean-enc): do not call clean ofnobu2009-01-276-16/+28
* * transcode.c (struct rb_transcoding): added ary member for debug.nobu2009-01-272-2/+6
* * Doxyfile.in (FILE_VERSION_FILTER, INPUT_FILTER): should not usenobu2009-01-272-2/+7
* * ext/ripper/depend: fixed dependency path to lex.c.matz2009-01-262-1/+6
* ChangeLog: fixed wrong ML refmatz2009-01-261-1/+1
* * hash.c (rb_any_hash): fixed performance issues with nil, true,matz2009-01-262-0/+9
* * 2009-01-27svn2009-01-261-2/+2
* * lib/mkmf.rb (create_makefile): should point correct path tomatz2009-01-262-1/+6
* * process.c (proc_spawn_v): removed unused variable.nobu2009-01-261-1/+0
* * array.c (rb_ary_aset): fixed arguments evaluation order.nobu2009-01-262-1/+7
* * lib/pathname.rb (chop_basename, prepend_prefix): use o option.nobu2009-01-263-4/+8
* * dln.c (FUNCNAME_PATTERN): simplified conditional expression.nobu2009-01-251-1/+1
* * ext/socket/socket.c (socket_s_ip_address_list): renamed fromakr2009-01-253-6/+11
* * ext/socket/socket.c (socket_s_list_ip_address): constified.nobu2009-01-251-1/+1
* * cygwin/GNUmakefile.in (RUBYDEF): needs read-only section too.nobu2009-01-252-1/+5
* * win32/Makefile.sub (clean-ext): condition of EXTS was inverted.nobu2009-01-252-1/+5
* * lib/mkmf.rb (create_makefile):fixed the variables order becausenobu2009-01-252-1/+6
* * common.mk (clean-extout): removes extout directory.nobu2009-01-254-11/+14
* * Makefile.in, win32/Makefile.sub (RMDIRS): remove directory andnobu2009-01-2511-40/+189
* * dir.c (join_path): use strlcat() to force link.nobu2009-01-252-6/+14
* * 2009-01-25svn2009-01-241-2/+2
* * ext/openssl/ossl_ssl.c: Server Name Indication support.technorama2009-01-244-6/+151
* * lib/mkmf.rb (configuration): tools under the top sourcenobu2009-01-233-8/+13
* * golf_prelude.rb (Enumerator#inspect): avoid warning.eban2009-01-232-0/+5
* * lib/mkmf.rb (configuration): leaves PATH_SEPARATOR unchanged.nobu2009-01-232-3/+3
* * lib/mkmf.rb (mkintpath): new function which converts native pathnobu2009-01-232-4/+34