| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/webrick/accesslog.rb (WEBrick::AccessLog#format): support | akr | 2010-12-09 | 1 | -0/+2 |
* | * NEWS: add new encodings. | kazu | 2010-12-06 | 1 | -0/+7 |
* | fix typos | kazu | 2010-12-06 | 1 | -2/+2 |
* | * NEWS: entry for ruby_vm_at_exit(). | shyouhei | 2010-12-02 | 1 | -0/+3 |
* | * tool/enc-unicode.rb, | naruse | 2010-11-08 | 1 | -1/+6 |
* | * NEWS: fix a typo. | kou | 2010-11-02 | 1 | -1/+1 |
* | * lib/rexml/encoding.rb: use Ruby native encoding mechnism. [ruby-dev:42464] | kou | 2010-10-30 | 1 | -0/+12 |
* | * tool/enc-unicode.rb, | naruse | 2010-10-28 | 1 | -0/+4 |
* | * pack.c (pack_pack): support endian modifiers: < and >. | naruse | 2010-10-14 | 1 | -0/+6 |
* | * io.c (rb_io_putc): support multibyte characters. | naruse | 2010-10-12 | 1 | -0/+4 |
* | * ext/stringio/stringio.c (strio_set_encoding): | naruse | 2010-10-10 | 1 | -0/+4 |
* | describe URI::Generic#hostname and URI::Generic#hostname=. | akr | 2010-10-06 | 1 | -0/+5 |
* | Update NEWS to add about License. | naruse | 2010-09-15 | 1 | -0/+5 |
* | * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#continue): add | nahi | 2010-09-10 | 1 | -0/+4 |
* | Mention rb_scan_args(). | knu | 2010-09-10 | 1 | -0/+5 |
* | describe that Time#strftime supports %:z and %::z. | akr | 2010-08-30 | 1 | -0/+4 |
* | Mention String#prepend. | knu | 2010-08-27 | 1 | -0/+4 |
* | * file.c (null_device): move from io.c. | nobu | 2010-08-27 | 1 | -1/+1 |
* | * NEWS (IO::NULLL): add. | nobu | 2010-08-27 | 1 | -0/+5 |
* | * NEWS: moved to doc/NEWS-1.9.2. | nobu | 2010-08-27 | 1 | -479/+0 |
* | * NEWS: merge from branches/ruby_1_9_2, and move io/console. | kazu | 2010-08-11 | 1 | -11/+25 |
* | * NEWS (Kernel#instance_eval): add an incompatible change since | nobu | 2010-07-19 | 1 | -8/+8 |
* | * vm_method.c (rb_method_boundp): Return false for protected | knu | 2010-07-05 | 1 | -0/+15 |
* | * NEWS (zlib): new methods. [ruby-dev:41706] [Bug #3472] | mame | 2010-06-25 | 1 | -0/+2 |
* | * NEWS (stringio): new methods. [ruby-dev:41687] [Bug #3469] | mame | 2010-06-23 | 1 | -0/+4 |
* | * NEWS (ptr): new method and deprecated methods. [ruby-dev:41681] | nobu | 2010-06-23 | 1 | -1/+5 |
* | * NEWS: Enumerable#join has been reverted. [ruby-core:30604] | nobu | 2010-06-05 | 1 | -1/+0 |
* | Mention deprecation of digest/hmac. | knu | 2010-06-03 | 1 | -4/+12 |
* | * lib/set.rb (keep_if, select!): New methods [ruby-core:29749] | marcandre | 2010-05-30 | 1 | -0/+5 |
* | * NEWS (io/console): added IO#echo?. | nobu | 2010-05-09 | 1 | -0/+1 |
* | * ext/io/console/console.c (console_set_raw): new method. | nobu | 2010-05-09 | 1 | -0/+2 |
* | * NEWS (io/console): IO#noecho and IO#raw without block are | nobu | 2010-05-08 | 1 | -2/+0 |
* | * ext/io/console: imported. [ruby-dev:40897] | nobu | 2010-05-08 | 1 | -0/+10 |
* | * NEWS: add rationalize methods of Complex, Float, Integer, NilClass, and Rat... | mrkn | 2010-05-06 | 1 | -0/+18 |
* | * NEWS: wording | marcandre | 2010-05-05 | 1 | -1/+1 |
* | * NEWS: List all changes to lib/matrix | marcandre | 2010-05-02 | 1 | -0/+24 |
* | Merge fix for gem server, bump RubyGems version to 1.3.7 | drbrain | 2010-05-01 | 1 | -0/+4 |
* | Upgrade to RDoc 2.5.8 | drbrain | 2010-05-01 | 1 | -1/+1 |
* | Import RDoc 2.5.7. Fixes #1318 and ruby-core:29780 | drbrain | 2010-04-27 | 1 | -1/+1 |
* | Update to RDoc 2.5.6 | drbrain | 2010-04-23 | 1 | -1/+1 |
* | Update to RDoc 2.5.5 | drbrain | 2010-04-21 | 1 | -1/+1 |
* | NEWS: add Array#repeated_{combinationpermutation} [Feature #2981] | kazu | 2010-04-16 | 1 | -1/+3 |
* | * NEWS: Add {Hash,ENV}#{keep_if,select!} | marcandre | 2010-04-11 | 1 | -0/+8 |
* | Update to RDoc 2.5.3 | drbrain | 2010-04-11 | 1 | -1/+1 |
* | * lib/rdoc: Import RDoc 2.5.2 | drbrain | 2010-04-10 | 1 | -0/+4 |
* | * array.c (rb_ary_product): Accept a block [ruby-core:29045] | marcandre | 2010-04-02 | 1 | -1/+1 |
* | * NEWS: added reverse_lookup option. | nobu | 2010-04-02 | 1 | -0/+2 |
* | Add NEWS about hexadecimn floating point format. | naruse | 2010-04-01 | 1 | -0/+9 |
* | * NEWS: Update new methods | marcandre | 2010-04-01 | 1 | -1/+6 |
* | * NEWS: add URI.decode and URI.encode to Obsoleted methods, | kazu | 2010-03-30 | 1 | -2/+5 |