| Commit message (Expand) | Author | Age | Files | Lines |
* | * numeric.c (flo_round): should be number but not rounding factor. | nobu | 2007-10-15 | 2 | -1/+6 |
* | * marshal.c (r_bytes0): refined length check. [ruby-dev:32059] | nobu | 2007-10-15 | 2 | -1/+5 |
* | * process.c (pst_to_s): returns a string such as "pid 10220 exit 1" | akr | 2007-10-15 | 2 | -38/+63 |
* | * bootstraptest/test_knownbug.rb: a test for [ruby-dev:32054] moved to test/r... | nobu | 2007-10-15 | 1 | -15/+0 |
* | * marshal.c (r_bytes0): commit miss. | nobu | 2007-10-15 | 1 | -1/+1 |
* | * marshal.c (r_bytes0): check if source has enough data. | nobu | 2007-10-15 | 4 | -4/+29 |
* | * ext/socket/socket.c (s_accept_nonblock): make accepted fd | akr | 2007-10-14 | 2 | -0/+24 |
* | add a test for [ruby-dev:32054]. | akr | 2007-10-14 | 1 | -0/+15 |
* | * encoding.c (rb_obj_encoding): rdoc update. a patch from David | nobu | 2007-10-14 | 3 | -4/+65 |
* | * lib/pp.rb (PP::PPMethods#pp_hash): don't sort keys because hash is | akr | 2007-10-14 | 2 | -12/+14 |
* | * configure.in (AC_SYS_LARGEFILE): keep results also in command | nobu | 2007-10-13 | 4 | -2/+16 |
* | * win32/mkexports.rb: deal with __fastcall name decorations. | nobu | 2007-10-13 | 3 | -4/+9 |
* | * inits.c (rb_call_inits): call Init_Encoding. | nobu | 2007-10-13 | 2 | -1/+5 |
* | * encoding.c (rb_cEncoding): new Encoding class. | nobu | 2007-10-13 | 6 | -20/+179 |
* | * lib/open-uri.rb (OpenURI.open_http): fix :ssl_ca_cert option. | akr | 2007-10-13 | 2 | -1/+4 |
* | * ext/win32ole/win32ole.c (foletype_s_ole_classes, | suke | 2007-10-13 | 5 | -75/+53 |
* | * parse.y (set_file_encoding): case-insensitive search, a patch from | nobu | 2007-10-13 | 2 | -6/+11 |
* | * {bcc,win}32/mkexports.rb: explicit data. [ruby-list:44108] | nobu | 2007-10-13 | 3 | -4/+9 |
* | * lib/rexml/document.rb (REXML::Document::write): leaky | matz | 2007-10-12 | 2 | -1/+6 |
* | * parse.y: encoding specifier should work if the line matches | matz | 2007-10-12 | 3 | -10/+10 |
* | * re.c (match_values_at): make #select to be alias to #values_at | matz | 2007-10-12 | 2 | -41/+9 |
* | * array.c (rb_ary_combination): fixed memory corruption due to too | matz | 2007-10-12 | 2 | -2/+10 |
* | * trunk/parse.y (magic_comments): add "encoding" as same as "coding". | nobu | 2007-10-12 | 3 | -21/+82 |
* | * include/ruby/node.h (NOEX_LOCAL): remove unused local visibility. | matz | 2007-10-11 | 5 | -25/+9 |
* | * bcc32/Makefile.sub, too. | usa | 2007-10-11 | 2 | -2/+2 |
* | * win32/Makefile.sub (COMMON_MACROS): workaround for old SDK's bug. | usa | 2007-10-11 | 2 | -1/+6 |
* | * Makefile.in, */Makefile.sub (VPATH): add enc directory. | nobu | 2007-10-10 | 11 | -21/+39 |
* | * include/ruby/oniguruma.h (OnigEncodingTypeST): add OnigEncoding | matz | 2007-10-10 | 10 | -88/+109 |
* | * re.c (rb_reg_s_quote): no longer takes optional second argument | matz | 2007-10-10 | 2 | -19/+11 |
* | * encoding.c (rb_enc_init): don't alias iso-8859-1 to ascii. | akr | 2007-10-10 | 3 | -5/+11 |
* | * string.c (rb_enc_str_coderange): fixed checkfor non-ascii. | nobu | 2007-10-10 | 3 | -4/+8 |
* | * array.c (rb_ary_permutation): use frozen shared hidden array. | nobu | 2007-10-09 | 2 | -5/+7 |
* | * array.c (rb_ary_permutation, rb_ary_combination): missing type | nobu | 2007-10-09 | 2 | -19/+26 |
* | * array.c: remove to_a completely. | matz | 2007-10-09 | 2 | -19/+23 |
* | add a test for [ruby-dev:31985]. | akr | 2007-10-09 | 1 | -0/+9 |
* | * array.c (rb_ary_permutation, rb_ary_combination, rb_ary_product): | nobu | 2007-10-09 | 2 | -1/+16 |
* | * parse.y (parser_read_escape, parser_tokadd_escape): check code range. | usa | 2007-10-09 | 2 | -29/+33 |
* | add a test for [ruby-dev:31982]. | akr | 2007-10-09 | 1 | -0/+12 |
* | * parse.y (STR_NEW3): check for if single byte sequence. | nobu | 2007-10-09 | 3 | -4/+8 |
* | fix rdoc position of Regexp.union. | akr | 2007-10-08 | 1 | -17/+17 |
* | * lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname should | gotoyuzo | 2007-10-08 | 6 | -25/+50 |
* | * test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb, | kou | 2007-10-07 | 5 | -11/+50 |
* | avoid magic numbers. | akr | 2007-10-07 | 1 | -31/+31 |
* | * include/ruby/node.h: make node flags as VALUE type. | akr | 2007-10-07 | 4 | -18/+22 |
* | add ML ref. | akr | 2007-10-07 | 1 | -1/+1 |
* | refined again. | akr | 2007-10-07 | 1 | -27/+27 |
* | refine previous change. | akr | 2007-10-07 | 1 | -5/+3 |
* | * include/ruby/ruby.h: enum ruby_value_flags removed. | akr | 2007-10-07 | 3 | -65/+69 |
* | * lib/net/http.rb: remove enable_post_connection_check flag. | gotoyuzo | 2007-10-07 | 3 | -14/+7 |
* | * insns.def (opt_eq): fix to use rb_str_equal(). | ko1 | 2007-10-07 | 3 | -18/+8 |