aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * missing/alloca.c: suppress warnings.nobu2012-04-011-0/+4
* * 2012-04-01svn2012-03-311-3/+3
* * lib/net/ftp.rb: fixed the domain name in examples.shugo2012-03-312-2/+6
* * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): dup to preventnaruse2012-03-312-1/+6
* use super in h.defaultnobu2012-03-311-1/+1
* * hash.c (hash_default_value): extract from rb_hash_aref(), to benobu2012-03-313-13/+30
* * .gitignore: ignore generated file verconf.h.ktsj2012-03-311-0/+1
* * hash.c: do not allocate st_table when it is not necessary.nobu2012-03-312-18/+26
* * lib/net/ftp.rb (read_timeout=, open_timeout=): supported timeout.shugo2012-03-313-8/+505
* * hash.c: remove unnecessary checks for Qundef in hash iterations.nobu2012-03-313-36/+16
* * ext/openssl/ossl_x509cert.c: Fix doc typo.emboss2012-03-312-1/+5
* * st.c (st_foreach_check, st_foreach): remove ancient check. Thisnobu2012-03-312-3/+5
* * 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