aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * test/net/ftp/test_ftp.rb: add the test, which was forgotten in theshugo2012-03-262-0/+107
* * lib/net/ftp.rb (parse227, parse228, parse229): refactored.shugo2012-03-262-42/+33
* * enumerator.c (inspect_enumerator): show method arguments ofshugo2012-03-263-38/+87
* * win32/Makefile.sub (newline.c, miniprelude.c): search from sourcenobu2012-03-263-4/+18
* * win32/win32.c (check_if_dir, check_if_wdir): fix for Visual C++nobu2012-03-263-8/+28
* * tool/merger.rb (interactive): allow editing commit message.nobu2012-03-261-6/+7
* * tool/merger.rb (default_merge_branch): use IO.popen to invoke pager.nobu2012-03-261-11/+6
* * ruby.c (load_file_internal): bail out if the script is a directory.nobu2012-03-263-1/+18
* * 2012-03-26svn2012-03-261-2/+2
* * win32/win32.c (rb_w32_open, rb_w32_wopen): check if the file is anobu2012-03-262-4/+38
* * string.c (tr_setup_table): fix multiple non latin argument fornaruse2012-03-253-3/+20
* * enumerator (lazy_initialize): set the instance variable "receiver"shugo2012-03-243-22/+20
* * 2012-03-25svn2012-03-241-2/+2
* * enumerator (enumerator_inspect): include the original receiver andshugo2012-03-243-25/+86
* * 2012-03-24svn2012-03-241-2/+2
* * time.c (time_init_1): Time.new will accept seconds as string ornobu2012-03-243-8/+14
* transcode.c (documentation for str_encode): Explainduerst2012-03-232-0/+11
* * bignum.c (rb_str_to_inum): must be ASCII compatible encoding asnobu2012-03-236-10/+32
* * test/ruby/test_io.rb (try_fdopen): more GCable.nobu2012-03-231-3/+5
* * file.c (rb_file_s_basename): rb_enc_asciicompat() evaluates the argument mu...nobu2012-03-231-2/+2
* Refix Bug #6094: use unsigned long integer literal.naruse2012-03-232-4/+9
* Revert "* ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type."naruse2012-03-232-8/+3
* * configure.in (Makefile): get rid of confliction with -j.nobu2012-03-231-7/+17
* * 2012-03-23svn2012-03-221-2/+2
* Revert "* configure.in (Makefile): get rid of confliction with -j."naruse2012-03-221-2/+4
* * transcode.c (str_encode_bang, encoded_dup): if nothing wasnobu2012-03-223-0/+20
* * io.c (static int io_fflush): add the definition.shirosaki2012-03-223-16/+79
* * include/ruby/win32.h (fstati64): fix macro conflicts.nobu2012-03-221-3/+2
* * win32/win32.c (rb_w32_fstat, rb_w32_fstati64): convert FILETIMEnobu2012-03-223-27/+34
* * test/ruby/test_m17n.rb (test_env): show failed values.nobu2012-03-221-2/+2
* * regint.h (BITS_IN_ROOM, BS_ROOM, BS_BIT): suppress warnings.nobu2012-03-221-3/+3
* * configure.in (Makefile): add missing test.nobu2012-03-221-1/+1
* * configure.in (Makefile): check with svn info, since svn 1.7 doesn'tnobu2012-03-221-5/+8
* * configure.in (Makefile): get rid of confliction with -j.nobu2012-03-221-4/+2
* TRY_LINK needs EXEEXTnobu2012-03-221-1/+1
* * ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type.nobu2012-03-222-3/+8
* workaround for mingwnobu2012-03-221-3/+6
* remove conftest filesnobu2012-03-221-4/+8
* * 2012-03-22svn2012-03-221-2/+2
* * test/ruby/test_io.rb (TestIO#test_pos_with_getc): updated.usa2012-03-222-15/+22
* * regcomp.c: Merge Onigmo 3d855b30d574536d3ae600260208c6624ae4791c.naruse2012-03-214-5/+14
* * 2012-03-21svn2012-03-211-2/+2
* * test/ruby/test_io.rb (TestIO#test_pos_with_getc): added.usa2012-03-212-0/+27
* * 2012-03-20svn2012-03-201-2/+2
* test_thread: test_condvar_wait_not_owner duplicates test_condvar_nolocknobu2012-03-202-9/+2
* * enumerator.c (lazy_flat_map_func): convert the block value toshugo2012-03-193-2/+59
* * enum.c (zip_i): variadic argument needs explicit cast on theshugo2012-03-192-1/+6
* * enumerator.c (enumerable_lazy): add an example of take and firstshugo2012-03-192-3/+12
* * compile.c (iseq_specialized_instruction): DRY and replace chainnobu2012-03-192-55/+33
* * test/test_pty.rb: same as r29280, skip tests when PTY allocationshyouhei2012-03-192-0/+13