aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * 2012-03-19svn2012-03-181-2/+2
* num2ll and num2ullnobu2012-03-182-5/+8
* volatile errinfonobu2012-03-181-1/+1
* fix condition for freenobu2012-03-182-2/+8
* * gc.c (aligned_malloc, aligned_free): added fallback implementationsyugui2012-03-182-2/+20
* * win32/Makefile.sub: put an empty line between stub and script.nobu2012-03-181-5/+8
* * bignum.c (rb_big_pow): estimate result bit size more precisely.nobu2012-03-183-3/+12
* * gc.c (free_method_entry_i): method entry may be innobu2012-03-183-1/+20
* * compile.c: typo fix by Run Paint Run Run.akr2012-03-182-1/+6
* * 2012-03-18svn2012-03-181-2/+2
* * lib/profiler.rb: support calling singleton methods ofktsj2012-03-182-3/+16