aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * benchmark/bm_vm1_neq.rb, bm_vm1_not.rb: added.ko12007-12-103-0/+19
* * object.c (rb_obj_not_match): wrong test.matz2007-12-092-2/+6
* update tests for String#inspect replacing \xHH instead of \OOO.akr2007-12-091-27/+27
* * parse.y (parser_yylex): wrong token was generated. [ruby-dev:32498]matz2007-12-093-5/+9
* * re.c (rb_reg_expr_str): use \xHH instead of \OOO.akr2007-12-099-11/+28
* * re.c (rb_reg_names): new method Regexp#names.akr2007-12-094-6/+171
* * parse.y (expr): redefinable not (!) operator.matz2007-12-097-95/+87
* * re.c (rb_reg_s_last_match): accept named capture's name.akr2007-12-093-44/+93
* Regexp#fixed_encoding? documented.akr2007-12-091-0/+25
* document named capture of MatchData#{offset,begin,end,inspect}.akr2007-12-092-4/+20
* * re.c (match_backref_number): new function for converting a backrefakr2007-12-093-6/+110
* * eval_intern.h (CHECK_STACK_OVERFLOW): reserve frame size.ko12007-12-092-2/+7
* * vm.c (rb_thread_mark): use rb_gc_mark_maybe() forko12007-12-093-7/+19
* * include/ruby/ruby.h (FilePathStringValue): defined. similar toakr2007-12-095-8/+68
* * re.c (append_utf8): check unicode range.akr2007-12-093-4/+27
* * lib/cgi.rb (read_multipart): exclude blanks from header values.nobu2007-12-092-5/+10
* * file.c (rb_get_path): use the original object if to_path method isnobu2007-12-093-1/+13
* * string.c (tr_find): returns true if no characters to be removed isnobu2007-12-094-8/+13
* * parse.y (parser_magic_comment): delimits with a semicolon.nobu2007-12-092-1/+5
* * 2007-12-09nobu2007-12-091-3/+3
* * string.c (tr_trans): get rid of segfaults when has mulitbytes butnobu2007-12-094-10/+13
* fix added test.akr2007-12-091-1/+1
* more tests.akr2007-12-091-0/+49
* more tests.akr2007-12-091-0/+58
* * encoding.c (rb_enc_precise_mbclen): return needmore if underlyingakr2007-12-082-2/+8
* fix previous commit.akr2007-12-081-1/+1
* add a test for casecmp with sjis string.akr2007-12-081-0/+7
* * encoding.c (rb_enc_mbclen): return 1 if underlying implementationakr2007-12-082-1/+7
* add a test for concatinating euc-jp and ascii-8bit string.akr2007-12-081-0/+9
* ignore y.output.akr2007-12-080-0/+0
* unused variables removed.akr2007-12-081-3/+0
* * signal.c (posix_signal): return value.akr2007-12-082-1/+5
* * enum.c (enum_count): suppress warning.akr2007-12-081-1/+3
* * test/openssl/test_pkcs7.rb: Remove redundant module namespace.gotoyuzo2007-12-082-5/+9
* * ruby.c (proc_options): make rb_raise format as a string literal to akr2007-12-082-6/+11
* * re.c (rb_reg_check_preprocess): new function for validating regexpakr2007-12-084-12/+75
* add test for UTF-8 bit pattern.akr2007-12-081-0/+59
* * encoding.c (rb_enc_mbclen): make it never fail.akr2007-12-0810-53/+119
* * ext/openssl/lib/net/ftptls.rb, ext/openssl/lib/net/telnets.rb:gotoyuzo2007-12-073-304/+5
* * lib/pp.rb: use Hash for recursion check as inspect.akr2007-12-072-6/+10
* * thread.c (recursive_pop): use object ID.nobu2007-12-072-6/+9
* * array.c (flatten): some performance improvements, based on a patchnobu2007-12-072-49/+64
* * thread.c (rb_exec_recursive): use Hash instead of Array fornobu2007-12-072-18/+24
* * parse.y (arg): typo fixed ("!" -> "|") in the ripper code.matz2007-12-072-1/+5
* * parse.y (arg): tUPLUS no longer works as identity operation anymatz2007-12-073-9/+9
* add test for [ruby-dev:32452].akr2007-12-071-0/+13
* reproduce segv.akr2007-12-061-1/+1
* use \xf0 instead of \xfd for valid first byte of a UTF-8 character.akr2007-12-061-1/+1
* add ML ref.akr2007-12-061-0/+2
* * encoding.c (rb_enc_precise_mbclen): new function for mbclen withakr2007-12-0610-143/+588