aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * debug.c: use enum for constants for gdb if possible.akr2007-10-162-34/+37
* * ruby.c, debug.c: move debug enum and constants to debug.c.akr2007-10-163-46/+51
* * ruby.c (RUBY_ENCODING_SHIFT): added as enum.akr2007-10-163-1/+23
* * parse.y (parser_regx_options): check if regexp encoding optionnobu2007-10-164-399/+112
* * re.c (rb_reg_s_union): encoding of all regexp objects shouldmatz2007-10-162-0/+9
* * encoding.c (enc_to_s): rename function.matz2007-10-162-3/+7
* * string.c (rb_str_new4): should copy encoding. a patch from NARUSE,nobu2007-10-162-0/+6
* * enum.c (enum_inject): RDoc update. a patch from David Flanaganmatz2007-10-152-55/+43
* * encoding.c (Init_Encoding): define #to_s to show encoding namematz2007-10-153-3/+9
* * numeric.c (flo_round): should be number but not rounding factor.nobu2007-10-152-1/+6
* * marshal.c (r_bytes0): refined length check. [ruby-dev:32059]nobu2007-10-152-1/+5
* * process.c (pst_to_s): returns a string such as "pid 10220 exit 1"akr2007-10-152-38/+63
* * bootstraptest/test_knownbug.rb: a test for [ruby-dev:32054] moved to test/r...nobu2007-10-151-15/+0
* * marshal.c (r_bytes0): commit miss.nobu2007-10-151-1/+1
* * marshal.c (r_bytes0): check if source has enough data.nobu2007-10-154-4/+29
* * ext/socket/socket.c (s_accept_nonblock): make accepted fdakr2007-10-142-0/+24
* add a test for [ruby-dev:32054].akr2007-10-141-0/+15
* * encoding.c (rb_obj_encoding): rdoc update. a patch from Davidnobu2007-10-143-4/+65
* * lib/pp.rb (PP::PPMethods#pp_hash): don't sort keys because hash isakr2007-10-142-12/+14
* * configure.in (AC_SYS_LARGEFILE): keep results also in commandnobu2007-10-134-2/+16
* * win32/mkexports.rb: deal with __fastcall name decorations.nobu2007-10-133-4/+9
* * inits.c (rb_call_inits): call Init_Encoding.nobu2007-10-132-1/+5
* * encoding.c (rb_cEncoding): new Encoding class.nobu2007-10-136-20/+179
* * lib/open-uri.rb (OpenURI.open_http): fix :ssl_ca_cert option.akr2007-10-132-1/+4
* * ext/win32ole/win32ole.c (foletype_s_ole_classes, suke2007-10-135-75/+53
* * parse.y (set_file_encoding): case-insensitive search, a patch fromnobu2007-10-132-6/+11
* * {bcc,win}32/mkexports.rb: explicit data. [ruby-list:44108]nobu2007-10-133-4/+9
* * lib/rexml/document.rb (REXML::Document::write): leakymatz2007-10-122-1/+6
* * parse.y: encoding specifier should work if the line matchesmatz2007-10-123-10/+10
* * re.c (match_values_at): make #select to be alias to #values_atmatz2007-10-122-41/+9
* * array.c (rb_ary_combination): fixed memory corruption due to toomatz2007-10-122-2/+10
* * trunk/parse.y (magic_comments): add "encoding" as same as "coding".nobu2007-10-123-21/+82
* * include/ruby/node.h (NOEX_LOCAL): remove unused local visibility.matz2007-10-115-25/+9
* * bcc32/Makefile.sub, too.usa2007-10-112-2/+2
* * win32/Makefile.sub (COMMON_MACROS): workaround for old SDK's bug.usa2007-10-112-1/+6
* * Makefile.in, */Makefile.sub (VPATH): add enc directory.nobu2007-10-1011-21/+39
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add OnigEncodingmatz2007-10-1010-88/+109
* * re.c (rb_reg_s_quote): no longer takes optional second argumentmatz2007-10-102-19/+11
* * encoding.c (rb_enc_init): don't alias iso-8859-1 to ascii.akr2007-10-103-5/+11
* * string.c (rb_enc_str_coderange): fixed checkfor non-ascii.nobu2007-10-103-4/+8
* * array.c (rb_ary_permutation): use frozen shared hidden array.nobu2007-10-092-5/+7
* * array.c (rb_ary_permutation, rb_ary_combination): missing typenobu2007-10-092-19/+26
* * array.c: remove to_a completely.matz2007-10-092-19/+23
* add a test for [ruby-dev:31985].akr2007-10-091-0/+9
* * array.c (rb_ary_permutation, rb_ary_combination, rb_ary_product):nobu2007-10-092-1/+16
* * parse.y (parser_read_escape, parser_tokadd_escape): check code range.usa2007-10-092-29/+33
* add a test for [ruby-dev:31982].akr2007-10-091-0/+12
* * parse.y (STR_NEW3): check for if single byte sequence.nobu2007-10-093-4/+8
* fix rdoc position of Regexp.union.akr2007-10-081-17/+17
* * lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname shouldgotoyuzo2007-10-086-25/+50