aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * thread_pthread.c: add prototype declarations for older Mac OS X.nobu2012-04-101-0/+5
* * compile.c (iseq_set_sequence): show a hint if there are duplicatedko12012-04-101-0/+5
* * string.c (rb_str_split_m): Documented behavior of split on the emptydrbrain2012-04-101-0/+5
* * ext/zlib/zlib.c (rb_deflate_s_deflate): Fixed ruby example replacingdrbrain2012-04-101-0/+5
* * win32/win32.c (isUNCRoot, winnt_stat): support long UNC.nobu2012-04-091-0/+5
* * parse.y (string_content, parser_yylex): count brace nesting tonobu2012-04-091-0/+5
* * hash.c (rb_hash_set_default_proc): Accept nil, patch by Run Paintmarcandre2012-04-091-0/+7
* * ext/date/date_strftime.c: gets the value with range() consistetly.tadf2012-04-081-0/+5
* * 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