aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * configure.in (verconf.h): separate load path specific stuff fromnobu2012-03-271-0/+5
* * win32/Makefile.sub: fix config.h path to include.nobu2012-03-271-0/+4
* * win32/win32.c (check_if_dir): fix memory leak.kazu2012-03-271-0/+4
* fix typokazu2012-03-271-1/+1
* * string.c (str_new_empty): should copy also the encoding as annobu2012-03-271-0/+5
* * lib/net/ftp.rb (parse227, parse228, parse229): don't use $~.shugo2012-03-261-0/+4
* * lib/net/ftp.rb (parse227, parse228, parse229): don't use localshugo2012-03-261-0/+6
* * lib/net/ftp.rb (parse_pasv_port): refactored.shugo2012-03-261-0/+4
* * test/net/ftp/test_ftp.rb: add the test, which was forgotten in theshugo2012-03-261-0/+5
* * lib/net/ftp.rb (parse227, parse228, parse229): refactored.shugo2012-03-261-0/+4
* * enumerator.c (inspect_enumerator): show method arguments ofshugo2012-03-261-0/+5
* * win32/win32.c (check_if_dir, check_if_wdir): fix for Visual C++nobu2012-03-261-0/+7
* * ruby.c (load_file_internal): bail out if the script is a directory.nobu2012-03-261-1/+4
* * win32/win32.c (rb_w32_open, rb_w32_wopen): check if the file is anobu2012-03-261-0/+5
* * string.c (tr_setup_table): fix multiple non latin argument fornaruse2012-03-251-0/+6
* * enumerator (lazy_initialize): set the instance variable "receiver"shugo2012-03-241-0/+8
* * enumerator (enumerator_inspect): include the original receiver andshugo2012-03-241-0/+10
* * time.c (time_init_1): Time.new will accept seconds as string ornobu2012-03-241-0/+5
* transcode.c (documentation for str_encode): Explainduerst2012-03-231-0/+7
* * bignum.c (rb_str_to_inum): must be ASCII compatible encoding asnobu2012-03-231-0/+7
* Refix Bug #6094: use unsigned long integer literal.naruse2012-03-231-0/+5
* Revert "* ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type."naruse2012-03-231-5/+0
* * transcode.c (str_encode_bang, encoded_dup): if nothing wasnobu2012-03-221-0/+6
* * io.c (static int io_fflush): add the definition.shirosaki2012-03-221-0/+17
* * win32/win32.c (rb_w32_fstat, rb_w32_fstati64): convert FILETIMEnobu2012-03-221-0/+8
* * ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type.nobu2012-03-221-0/+5
* * test/ruby/test_io.rb (TestIO#test_pos_with_getc): updated.usa2012-03-221-0/+5
* * regcomp.c: Merge Onigmo 3d855b30d574536d3ae600260208c6624ae4791c.naruse2012-03-211-0/+5
* * test/ruby/test_io.rb (TestIO#test_pos_with_getc): added.usa2012-03-211-0/+5
* * enumerator.c (lazy_flat_map_func): convert the block value toshugo2012-03-191-1/+7
* * enum.c (zip_i): variadic argument needs explicit cast on theshugo2012-03-191-0/+5
* * enumerator.c (enumerable_lazy): add an example of take and firstshugo2012-03-191-1/+8
* * compile.c (iseq_specialized_instruction): DRY and replace chainnobu2012-03-191-0/+6
* * test/test_pty.rb: same as r29280, skip tests when PTY allocationshyouhei2012-03-191-0/+5
* fix condition for freenobu2012-03-181-0/+5
* * gc.c (aligned_malloc, aligned_free): added fallback implementationsyugui2012-03-181-0/+5
* * bignum.c (rb_big_pow): estimate result bit size more precisely.nobu2012-03-181-0/+5
* * gc.c (free_method_entry_i): method entry may be innobu2012-03-181-0/+5
* * compile.c: typo fix by Run Paint Run Run.akr2012-03-181-0/+5
* * lib/profiler.rb: support calling singleton methods ofktsj2012-03-181-0/+5
* * object.c: Fix indentation of Class#inherited example.drbrain2012-03-161-0/+4
* * string.c (trnext): fix bug with string ending with '\\'.kazu2012-03-161-0/+8
* * string.c (trnext): should advance char-wise.nobu2012-03-161-0/+5
* fix unreachable warning line numbernobu2012-03-161-0/+5
* * enum.c (enum_take): allocate buffer array before iteration, as wellnobu2012-03-161-1/+4
* * enum.c (enum_first): remove duplication.nobu2012-03-161-0/+4
* * load.c (ruby_init_ext): don't free the given pointer itself.yugui2012-03-161-0/+5
* * vm_eval.c (rb_mod_module_eval): fix the documentation ofshugo2012-03-161-0/+6
* * vm_eval.c (rb_mod_module_eval): fix the documentation ofshugo2012-03-161-0/+6
* * lib/net/imap.rb (initialize): raise Net::IMAP::Error when theshugo2012-03-161-0/+6