summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * lib/mkmf.rb (try_func): got rid of c-mode confusion.nobu2009-01-232-6/+7
* * 2009-01-23svn2009-01-231-2/+2
* * signal.c (trap_handler): also accepts symbols. [ruby-dev:37823]nobu2009-01-232-0/+8
* Recover default_default_internal.naruse2009-01-221-0/+1
* * lib/mkmf.rb (create_makefile): removes installed files undernobu2009-01-222-6/+13
* * lib/cgi/core.rb (CGI.parse): generate only key on params hashxibbar2009-01-223-1/+11
* * ext/socket/extconf.rb ($distcleanfiles): fixed typo.nobu2009-01-221-1/+1
* * ext/socket/extconf.rb ($distcleanfiles): removes constdefs.[ch].nobu2009-01-221-1/+1
* * lib/rubygems/installer.rb (Gem::Installer#initialize): fixednobu2009-01-226-12/+44
* * revert previous revision. it's already out-of-date.usa2009-01-224-14/+6
* * include/ruby/win32.h, win32/win32.c (rb_w32_is_valid_fd): new functionusa2009-01-224-2/+21
* * test/ruby/test_process.rb: mswin specs.usa2009-01-221-22/+24
* * test/ruby/test_process.rb (MANDATORY_ENVS): needs RUBYLIB to runnobu2009-01-222-1/+6
* * gc.c (define_final): cannot define finalizer for immediatenobu2009-01-222-2/+16
* * thread.c (rb_time_timeval): made a real prototype. a patch fromnobu2009-01-222-1/+6
* * 2009-01-22svn2009-01-211-2/+2
* * array.c (ary_double_capa): a new function to expand array morematz2009-01-212-13/+30
* * io.c (rb_io_ungetbyte, rb_io_ungetc): allows nil to reset EOFnobu2009-01-213-2/+11
* Add test for String#encode.naruse2009-01-211-0/+12
* * io.c (rb_io_ungetbyte, rb_io_ungetc): clears EOF flag.nobu2009-01-212-1/+8
* * string.c (hash): suppress a warning.nobu2009-01-211-0/+2
* * array.c (take_items): to_ary() raises ArgumentError if cannot tousa2009-01-214-4/+15
* * parse.y (debug_lines): calls rb_intern() once.nobu2009-01-212-2/+8