aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * st.c (st_update): add existing parameter to the callback function.nobu2012-03-297-21/+38
* * lib/test/unit.rb (terminal_width, del_status_line, put_status):nobu2012-03-293-16/+43
* * ext/openssl/ossl_pkcs7.c: fix crash when parsing garbage data.emboss2012-03-293-4/+19
* * thread_win32.c (TIME_QUANTUM_USEC): 10ms(= old setting) [experimental]usa2012-03-292-1/+6
* * thread.c (rb_threadptr_execute_interrupts_common): use definedusa2012-03-292-1/+9
* * test/openssl/test_x509cert.rb: Exclude test that fails when issuingemboss2012-03-292-1/+10
* * NEWS: add note about unified behavior of encoding nil values inemboss2012-03-282-0/+12
* * 2012-03-29svn2012-03-281-2/+2
* * ext/openssl/ossl_asn1.c: raise TypeError when trying to encode nilemboss2012-03-283-3/+32
* * process.c (obj2uid, obj2gid): allow strings as input user/group id.nobu2012-03-284-86/+224
* * marshal.c (r_symreal): default to ASCII-8BIT for non-ascii symbols,nobu2012-03-283-2/+16
* * marshal.c (r_symreal): no longer need volatile modifier, as usingnobu2012-03-281-1/+1
* * process.c: no cuddle up else's.nobu2012-03-281-45/+90
* * 2012-03-28svn2012-03-271-2/+2
* * ext/psych/lib/psych.rb: updating version to match gemtenderlove2012-03-274-8/+15
* * io.c (io_unread): fixed memory leak. report by nagachika via IRC.usa2012-03-272-0/+6
* * configure.in (verconf.h): separate load path specific stuff fromnobu2012-03-275-21/+34
* * win32/Makefile.sub: fix config.h path to include.nobu2012-03-272-2/+6
* * win32/win32.c (check_if_dir): fix memory leak.kazu2012-03-272-16/+14
* fix typokazu2012-03-271-1/+1
* * string.c (str_new_empty): should copy also the encoding as annobu2012-03-273-0/+26
* * tool/make-snapshot (package): EXEEXT is now used in mkmf.rb.nobu2012-03-271-0/+1
* * tool/make-snapshot (package): suppress constant overwritting warnings.nobu2012-03-271-1/+4
* * 2012-03-27svn2012-03-271-2/+2
* * test/net/ftp/test_ftp.rb: property.nobu2012-03-270-0/+0
* * lib/net/ftp.rb (parse227, parse228, parse229): don't use $~.shugo2012-03-262-8/+12
* * lib/net/ftp.rb (parse227, parse228, parse229): don't use localshugo2012-03-262-4/+10
* * lib/net/ftp.rb (parse_pasv_port): refactored.shugo2012-03-263-2/+15
* * 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