aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * st.c (st_delete): use real_entries in st_delete for packed tablesnobu2012-03-312-1/+5
* misplaced rescuenobu2012-03-311-2/+3
* * st.c (st_foreach_check): remove the entry by replacing with nevernobu2012-03-303-10/+18
* * hash.c (st_foreach_safe): since table is not for VALUE, Qundef isnobu2012-03-302-2/+6
* * hash.c: Qundef cannot be passed from st_foreach_check().nobu2012-03-302-9/+8
* * hash.c, marshal.c, object.c, variable.c: fix callback argument typesnobu2012-03-305-13/+46
* * 2012-03-31svn2012-03-301-2/+2
* descriptive assertionsnobu2012-03-301-34/+34
* join LocalBarriernobu2012-03-301-1/+2
* Ignore generated file verconf.hdrbrain2012-03-290-0/+0
* * 2012-03-30svn2012-03-291-2/+2
* * test/ruby/lbtest.rb: print at once including newlines.nobu2012-03-291-4/+4
* * st.c (st_update): pass pointer to key to the callback function.nobu2012-03-297-11/+16
* * lib/rdoc/task.rb: suppress overriding deprecated class warning.nobu2012-03-291-0/+2
* * 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