summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-09* re.c (rb_reg_names): new method Regexp#names.akr
2007-12-09* parse.y (expr): redefinable not (!) operator.matz
2007-12-09* re.c (rb_reg_s_last_match): accept named capture's name.akr
2007-12-09Regexp#fixed_encoding? documented.akr
2007-12-09document named capture of MatchData#{offset,begin,end,inspect}.akr
2007-12-09* re.c (match_backref_number): new function for converting a backrefakr
2007-12-09* eval_intern.h (CHECK_STACK_OVERFLOW): reserve frame size.ko1
2007-12-09* vm.c (rb_thread_mark): use rb_gc_mark_maybe() forko1
2007-12-09* include/ruby/ruby.h (FilePathStringValue): defined. similar toakr
2007-12-09* re.c (append_utf8): check unicode range.akr
2007-12-09* lib/cgi.rb (read_multipart): exclude blanks from header values.nobu
2007-12-09* file.c (rb_get_path): use the original object if to_path method isnobu
2007-12-09* string.c (tr_find): returns true if no characters to be removed isnobu
2007-12-09* parse.y (parser_magic_comment): delimits with a semicolon.nobu
2007-12-09* 2007-12-09nobu
2007-12-09* string.c (tr_trans): get rid of segfaults when has mulitbytes butnobu
2007-12-09fix added test.akr
2007-12-09more tests.akr
2007-12-09more tests.akr
2007-12-08* encoding.c (rb_enc_precise_mbclen): return needmore if underlyingakr
2007-12-08fix previous commit.akr
2007-12-08add a test for casecmp with sjis string.akr
2007-12-08* encoding.c (rb_enc_mbclen): return 1 if underlying implementationakr
2007-12-08add a test for concatinating euc-jp and ascii-8bit string.akr
2007-12-08ignore y.output.akr
2007-12-08unused variables removed.akr
2007-12-08* signal.c (posix_signal): return value.akr
2007-12-08* enum.c (enum_count): suppress warning.akr
2007-12-08* test/openssl/test_pkcs7.rb: Remove redundant module namespace.gotoyuzo
2007-12-08* ruby.c (proc_options): make rb_raise format as a string literal to akr
2007-12-08* re.c (rb_reg_check_preprocess): new function for validating regexpakr
2007-12-08add test for UTF-8 bit pattern.akr
2007-12-08* encoding.c (rb_enc_mbclen): make it never fail.akr
2007-12-07* ext/openssl/lib/net/ftptls.rb, ext/openssl/lib/net/telnets.rb:gotoyuzo
2007-12-07* lib/pp.rb: use Hash for recursion check as inspect.akr
2007-12-07* thread.c (recursive_pop): use object ID.nobu
2007-12-07* array.c (flatten): some performance improvements, based on a patchnobu
2007-12-07* thread.c (rb_exec_recursive): use Hash instead of Array fornobu
2007-12-07* parse.y (arg): typo fixed ("!" -> "|") in the ripper code.matz
2007-12-07* parse.y (arg): tUPLUS no longer works as identity operation anymatz
2007-12-07add test for [ruby-dev:32452].akr
2007-12-06reproduce segv.akr
2007-12-06use \xf0 instead of \xfd for valid first byte of a UTF-8 character.akr
2007-12-06add ML ref.akr
2007-12-06* encoding.c (rb_enc_precise_mbclen): new function for mbclen withakr
2007-12-06* bootstraptest/test_knownbug.rb: new test for block andnobu
2007-12-06* bootstraptest/test_knownbug.rb: test for [ruby-talk:266422].nobu
2007-12-05* regparse.c (i_apply_case_fold): fix for negative character class. anobu
2007-12-05* ext/iconv/iconv.c (iconv_s_list): support NetBSD/Citrus iconv.naruse
2007-12-05* thread.c (thread_initialize): fixed typo.nobu