| Commit message (Expand) | Author | Age | Files | Lines |
* | * numeric.c (flo_round): fix for negative value. | nobu | 2011-05-29 | 5 | -3/+16 |
* | * test/net/http/utils.rb (TestNetHTTPUtils#teardown): add nil check. | kosaki | 2011-05-28 | 2 | -3/+9 |
* | * 2011-05-29 | svn | 2011-05-28 | 1 | -2/+2 |
* | * process.c (before_exec, after_exec): change from macro to function. | kosaki | 2011-05-28 | 2 | -13/+31 |
* | * process.c (before_exec, after_exec): change SIGPIPE handler to SIG_DFL | kosaki | 2011-05-28 | 3 | -7/+54 |
* | * signal.c (Init_signal, default_handler): change default SIGPIPE handler | kosaki | 2011-05-28 | 2 | -10/+8 |
* | update comment. | akr | 2011-05-27 | 1 | -1/+1 |
* | * io.c (fill_cbuf): return MORE_CHAR_SUSPENDED when cbuf is not empty. | naruse | 2011-05-27 | 2 | -0/+7 |
* | email addr fix | kosaki | 2011-05-27 | 1 | -1/+1 |
* | * string.c (rb_str_bytesize): rb_str_bytesize() should use LONG2NUM(). | kosaki | 2011-05-27 | 2 | -1/+6 |
* | * io.c (fill_cbuf): Fix test-all crash. | kosaki | 2011-05-27 | 2 | -1/+6 |
* | * 2011-05-28 | svn | 2011-05-27 | 1 | -2/+2 |
* | * lib/ostruct.rb (method_missing): Handle [] and []= correctly. | marcandre | 2011-05-27 | 3 | -3/+19 |
* | * test/rexml/test_core.rb (Tester::test_text_frozen): split frozen | kou | 2011-05-27 | 2 | -3/+11 |
* | * proc.c: Rdoc formatting, clarification & example fix | marcandre | 2011-05-27 | 1 | -40/+39 |
* | * object.c (rb_mod_attr_accessor, rb_mod_const_set): made rdoc | marcandre | 2011-05-27 | 1 | -8/+13 |
* | * tool/rbinstall.rb (gem): install gemspec of json. fixed #4784 | nobu | 2011-05-27 | 2 | -4/+9 |
* | * io.c (validate_enc_binmode): do not clear textmode flag if | nobu | 2011-05-27 | 2 | -1/+6 |
* | * io.c (fill_cbuf): finish reading at EOF. | nobu | 2011-05-27 | 2 | -0/+5 |
* | * test/ruby/test_io.rb (TestIO#test_ungetc2): get rid of busy loop. | nobu | 2011-05-27 | 2 | -5/+5 |
* | ChangeLog for it | shyouhei | 2011-05-27 | 1 | -0/+8 |
* | prevent an error when passing a frozen string to REXML::Text.new | shyouhei | 2011-05-27 | 2 | -1/+4 |
* | * thread.c (ppoll): typo bug fix. | nagai | 2011-05-26 | 2 | -2/+6 |
* | * ext/tk/lib/tk.rb: hang-up at exit before calling Tk.mainloop. | nagai | 2011-05-26 | 3 | -176/+347 |
* | * 2011-05-27 | svn | 2011-05-26 | 1 | -2/+2 |
* | * lib/csv.rb: Enhance each() to support Enumerator. | jeg2 | 2011-05-26 | 3 | -4/+20 |
* | * lib/csv.rb: Documentation improvements from Ysiad Ferreiras. | jeg2 | 2011-05-26 | 2 | -4/+10 |
* | ChangeLog for it. | shyouhei | 2011-05-26 | 1 | -0/+6 |
* | * 2011-05-26 | svn | 2011-05-26 | 1 | -2/+2 |
* | * lib/xmlrpc/parser.rb (FaultException): fix to_s and inspect | shyouhei | 2011-05-26 | 2 | -2/+7 |
* | * lib/csv.rb: Improved stray quoting error message (patch by Edvard Majakari). | jeg2 | 2011-05-25 | 3 | -18/+36 |
* | * ext/curses/curses.c: Remove color constants block. | drbrain | 2011-05-25 | 2 | -26/+16 |
* | * ext/curses/curses.c: Add missing documentation for button state, MIN | drbrain | 2011-05-25 | 2 | -7/+12 |
* | * lib/benchmark.rb: Restore nodoc for Benchmark::Job and | drbrain | 2011-05-25 | 2 | -2/+7 |
* | * lib/net/pop.rb: Hide implementation details from RDoc. | drbrain | 2011-05-25 | 2 | -4/+9 |
* | * lib/net/ftp.rb: Add :nodoc: for private methods. | drbrain | 2011-05-25 | 2 | -34/+44 |
* | * ext/zlib/zlib.c: Fix Document-method declarations. Improve | drbrain | 2011-05-25 | 2 | -14/+17 |
* | * lib/erb.rb: Restore documentation for ERB::Util and ERB::DefMethod | drbrain | 2011-05-24 | 1 | -2/+2 |
* | * lib/erb.rb: Hide documentation for implementation details of ERB. | drbrain | 2011-05-24 | 2 | -4/+10 |
* | * lib/tempfile.rb (Tempfile.{mkdir,rmdir}): revert for backward | nobu | 2011-05-24 | 2 | -11/+19 |
* | * spec/README: update the description. | nobu | 2011-05-24 | 2 | -5/+10 |
* | * lib/tempfile.rb (Tempfile.{lock,unlock}_tempfile): refactor. | nobu | 2011-05-24 | 2 | -7/+14 |
* | * 2011-05-25 | svn | 2011-05-24 | 1 | -2/+2 |
* | * lib/tempfile.rb (Tempfile.{mkdir,rmdir}): internal methods to be overridden... | nobu | 2011-05-24 | 1 | -8/+2 |
* | * spec/README: fix typo. | naruse | 2011-05-24 | 2 | -2/+7 |
* | * ext/tk/lib/tk.rb: fail to start Tk.mainloop (exit immediately) on some envi... | nagai | 2011-05-23 | 6 | -234/+728 |
* | * 2011-05-24 | svn | 2011-05-23 | 1 | -2/+2 |
* | * lib/yaml.rb: switch default YAML engine to Psych, old syck engine | tenderlove | 2011-05-23 | 3 | -0/+17 |
* | * include/ruby/defines.h (CASEFOLD_FILESYSTEM): Revert r30508. Forgot to | nahi | 2011-05-23 | 2 | -1/+7 |
* | * ext/openssl/ossl_asn1.c: Do not parse zero-tagged values as EOC. Do | emboss | 2011-05-23 | 3 | -9/+44 |