summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-04-11* io.c (rb_io_eof): use eof() instead of io_fillbuf(). It's becauseshirosaki
2012-04-10* ext/digest/sha2/lib/sha2.rb (Digest#block_length): Fixed method namedrbrain
2012-04-10* pack.c (pack_pack): Warn when an invalid character is found in thedrbrain
2012-04-10* string.c (rb_str_tr): Documented use of \ to escape characters.drbrain
2012-04-10* lib/abbrev.rb: Clarified that Abbrev.abbrev returns a Hash insteaddrbrain
2012-04-10* ext/ripper/lib/ripper/sexp.rb: fix spelling.ayumin
2012-04-10* error.c (rb_enc_raise): new function to raise an exception withnobu
2012-04-10* lib/net/http.rb (Net::HTTP#send_request_with_body_stream):naruse
2012-04-10* thread_pthread.c: add prototype declarations for older Mac OS X.nobu
2012-04-10* compile.c (iseq_set_sequence): show a hint if there are duplicatedko1
2012-04-10* string.c (rb_str_split_m): Documented behavior of split on the emptydrbrain
2012-04-10* ext/zlib/zlib.c (rb_deflate_s_deflate): Fixed ruby example replacingdrbrain
2012-04-09* win32/win32.c (isUNCRoot, winnt_stat): support long UNC.nobu
2012-04-09* parse.y (string_content, parser_yylex): count brace nesting tonobu
2012-04-09* hash.c (rb_hash_set_default_proc): Accept nil, patch by Run Paintmarcandre
2012-04-08 * ext/date/date_strftime.c: gets the value with range() consistetly.tadf
2012-04-08 * complex.c (nucomp_expt): [ruby-core:44170].tadf
2012-04-08* complex.c (nucomp_expt): the result of f_complex_new2 may be a fixnumnaruse
2012-04-08* ext/json/generator/generator.c (generate_json_bignum):naruse
2012-04-07* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): get keysnaruse
2012-04-07* io.c (io_unread): cast as long the value for extra_max.naruse
2012-04-07* lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):naruse
2012-04-07* include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration ofshirosaki
2012-04-07* test/ruby/test_thread.rbshirosaki
2012-04-07* ext/psych/lib/psych.rb: bumping up psych version to match release.tenderlove
2012-04-06* ext/psych/parser.c: fall back to any encoding if the externaltenderlove
2012-04-06struct.c (documentation for rb_struct_members_m):duerst
2012-04-06* Makefile.in ($(LIBRUBY_A)): fix typo.kazu
2012-04-05* missing/alloca.c (xmalloc, xfree): use ruby version, notnobu
2012-04-04* lib/ftp/ftp.rb (Net::FTP#close): restore original read_timeout.naruse
2012-04-04* lib/ftp/ftp.rb (Net::FTP#close): ignore exceptions from shutdown andnaruse
2012-04-03* lib/ftp/ftp.rb (Net::FTP#close): close socket more gracefully.naruse
2012-04-03* test/net/ftp/test_ftp.rb (FTPTest#create_ftp_server): should waitusa
2012-04-03* process.c (setreuid, setregid): suppress warnings.nobu
2012-04-03* enumerator.c (inspect_enumerator): suppress uninitializednobu
2012-04-02fix typoskazu
2012-04-02* lib/optparse/ac.rb: autoconf-like options.nobu
2012-04-02* string.c (rb_str_start_with, rb_str_end_with): raise an error ifnobu
2012-04-01* lib/webrick/server.rb (WEBrick::GenericServer): close socket only ifnaruse
2012-04-01* lib/net/ftp.rb (Net::BufferedSocket): should delegate send() to @ionaruse
2012-03-31* lib/net/ftp.rb: fixed the domain name in examples.shugo
2012-03-31* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): dup to preventnaruse
2012-03-31* hash.c (hash_default_value): extract from rb_hash_aref(), to benobu
2012-03-31* hash.c: do not allocate st_table when it is not necessary.nobu
2012-03-31* lib/net/ftp.rb (read_timeout=, open_timeout=): supported timeout.shugo
2012-03-31* hash.c: remove unnecessary checks for Qundef in hash iterations.nobu
2012-03-31* ext/openssl/ossl_x509cert.c: Fix doc typo.emboss
2012-03-31* st.c (st_foreach_check, st_foreach): remove ancient check. Thisnobu
2012-03-31* st.c (st_delete): use real_entries in st_delete for packed tablesnobu
2012-03-30* st.c (st_foreach_check): remove the entry by replacing with nevernobu