aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * complex.c (nucomp_expt): [ruby-core:44170].tadf2012-04-081-0/+4
* * complex.c (nucomp_expt): the result of f_complex_new2 may be a fixnumnaruse2012-04-081-0/+5
* * ext/json/generator/generator.c (generate_json_bignum):naruse2012-04-081-0/+6
* * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): get keysnaruse2012-04-071-0/+6
* * io.c (io_unread): cast as long the value for extra_max.naruse2012-04-071-0/+5
* * lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):naruse2012-04-071-0/+7
* * include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration ofshirosaki2012-04-071-0/+40
* * test/ruby/test_thread.rbshirosaki2012-04-071-0/+11
* * ext/psych/lib/psych.rb: bumping up psych version to match release.tenderlove2012-04-071-0/+5
* * ext/psych/parser.c: fall back to any encoding if the externaltenderlove2012-04-061-0/+6
* struct.c (documentation for rb_struct_members_m):duerst2012-04-061-0/+6
* * Makefile.in ($(LIBRUBY_A)): fix typo.kazu2012-04-061-0/+4
* * missing/alloca.c (xmalloc, xfree): use ruby version, notnobu2012-04-051-0/+5
* * lib/ftp/ftp.rb (Net::FTP#close): restore original read_timeout.naruse2012-04-041-0/+4
* * lib/ftp/ftp.rb (Net::FTP#close): ignore exceptions from shutdown andnaruse2012-04-041-0/+5
* * lib/ftp/ftp.rb (Net::FTP#close): close socket more gracefully.naruse2012-04-031-1/+10
* * test/net/ftp/test_ftp.rb (FTPTest#create_ftp_server): should waitusa2012-04-031-0/+7
* * process.c (setreuid, setregid): suppress warnings.nobu2012-04-031-0/+5
* * enumerator.c (inspect_enumerator): suppress uninitializednobu2012-04-031-0/+6
* fix typoskazu2012-04-021-1/+1
* * lib/optparse/ac.rb: autoconf-like options.nobu2012-04-021-0/+4
* * string.c (rb_str_start_with, rb_str_end_with): raise an error ifnobu2012-04-021-0/+6
* * lib/webrick/server.rb (WEBrick::GenericServer): close socket only ifnaruse2012-04-011-0/+5
* * lib/net/ftp.rb (Net::BufferedSocket): should delegate send() to @ionaruse2012-04-011-0/+5
* * lib/net/ftp.rb: fixed the domain name in examples.shugo2012-03-311-0/+4
* * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): dup to preventnaruse2012-03-311-0/+5
* * hash.c (hash_default_value): extract from rb_hash_aref(), to benobu2012-03-311-0/+6
* * hash.c: do not allocate st_table when it is not necessary.nobu2012-03-311-0/+4
* * lib/net/ftp.rb (read_timeout=, open_timeout=): supported timeout.shugo2012-03-311-0/+4
* * hash.c: remove unnecessary checks for Qundef in hash iterations.nobu2012-03-311-0/+6
* * ext/openssl/ossl_x509cert.c: Fix doc typo.emboss2012-03-311-0/+4
* * st.c (st_foreach_check, st_foreach): remove ancient check. Thisnobu2012-03-311-1/+5
* * st.c (st_delete): use real_entries in st_delete for packed tablesnobu2012-03-311-0/+4
* * st.c (st_foreach_check): remove the entry by replacing with nevernobu2012-03-301-1/+4
* * hash.c (st_foreach_safe): since table is not for VALUE, Qundef isnobu2012-03-301-1/+5
* * hash.c: Qundef cannot be passed from st_foreach_check().nobu2012-03-301-1/+3
* * hash.c, marshal.c, object.c, variable.c: fix callback argument typesnobu2012-03-301-0/+5
* * st.c (st_update): pass pointer to key to the callback function.nobu2012-03-291-0/+4
* * st.c (st_update): add existing parameter to the callback function.nobu2012-03-291-0/+4
* * lib/test/unit.rb (terminal_width, del_status_line, put_status):nobu2012-03-291-0/+5
* * ext/openssl/ossl_pkcs7.c: fix crash when parsing garbage data.emboss2012-03-291-1/+8
* * thread_win32.c (TIME_QUANTUM_USEC): 10ms(= old setting) [experimental]usa2012-03-291-0/+5
* * thread.c (rb_threadptr_execute_interrupts_common): use definedusa2012-03-291-0/+8
* * test/openssl/test_x509cert.rb: Exclude test that fails when issuingemboss2012-03-291-0/+8
* * NEWS: add note about unified behavior of encoding nil values inemboss2012-03-281-0/+5
* * ext/openssl/ossl_asn1.c: raise TypeError when trying to encode nilemboss2012-03-281-0/+9
* * process.c (obj2uid, obj2gid): allow strings as input user/group id.nobu2012-03-281-0/+5
* * marshal.c (r_symreal): default to ASCII-8BIT for non-ascii symbols,nobu2012-03-281-0/+6
* * ext/psych/lib/psych.rb: updating version to match gemtenderlove2012-03-271-0/+6
* * io.c (io_unread): fixed memory leak. report by nagachika via IRC.usa2012-03-271-0/+4