Age | Commit message (Expand) | Author |
2007-12-09 | * re.c (rb_reg_names): new method Regexp#names. | akr |
2007-12-09 | * re.c (rb_reg_s_last_match): accept named capture's name. | akr |
2007-12-09 | document named capture of MatchData#{offset,begin,end,inspect}. | akr |
2007-12-09 | * re.c (match_backref_number): new function for converting a backref | akr |
2007-12-09 | * include/ruby/ruby.h (FilePathStringValue): defined. similar to | akr |
2007-12-09 | * re.c (append_utf8): check unicode range. | akr |
2007-12-09 | * string.c (tr_find): returns true if no characters to be removed is | nobu |
2007-12-09 | * string.c (tr_trans): get rid of segfaults when has mulitbytes but | nobu |
2007-12-08 | * test/openssl/test_pkcs7.rb: Remove redundant module namespace. | gotoyuzo |
2007-12-08 | * re.c (rb_reg_check_preprocess): new function for validating regexp | akr |
2007-12-08 | add test for UTF-8 bit pattern. | akr |
2007-12-08 | * encoding.c (rb_enc_mbclen): make it never fail. | akr |
2007-12-06 | * encoding.c (rb_enc_precise_mbclen): new function for mbclen with | akr |
2007-12-04 | * bignum.c (rb_cstr_to_inum): trailing spaces may exist at sqeezing | nobu |
2007-12-02 | * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.1 -> 0.2.2. | kou |
2007-12-02 | check Process.kill instead of Process#kill. | akr |
2007-12-02 | s/unicode/Unicode/ in error messages. | akr |
2007-12-02 | * parse.y (regexp): fix /#{}\xa1\xa2/e to be EUC-JP. | akr |
2007-12-01 | (test_time_now_cycle): cut off under micro second. | akr |
2007-12-01 | * include/ruby/intern.h (rb_uv_to_utf8): declared. | akr |
2007-12-01 | * bootstraptest/test_knownbug.rb: move fixed bugs. | ko1 |
2007-11-30 | * lib/json.rb, lib/json/add/{core.rb, rails.rb}, | naruse |
2007-11-30 | report the reason of process termination. | akr |
2007-11-28 | * ext/json, lib/json, test/json: Update to JSON 1.1.2. | naruse |
2007-11-28 | add test for enumerator. | akr |
2007-11-28 | * insnhelper.ci (vm_invoke_block): should splat args. | ko1 |
2007-11-28 | test exceptions. | akr |
2007-11-27 | * compile.c, insns.def: change return value of "defined?" | ko1 |
2007-11-27 | * test_beginendblock.rb: add loop to wait signal. | ko1 |
2007-11-27 | * eval.c (rb_method_missing): fix stack trace. | ko1 |
2007-11-26 | * lib/drb/extserv.rb (initialize, stop_service): synchronize with | seki |
2007-11-26 | more tests. | akr |
2007-11-26 | * test/ruby/test_eval.rb (TestEval::test_instance_eval_cvar): | matz |
2007-11-25 | * include/ruby/encoding.h (rb_enc_str_asciionly_p): declared. | akr |
2007-11-25 | test_to_s refined. | akr |
2007-11-25 | Import fast-loading gem_prelude.rb from RubyGems. | drbrain |
2007-11-25 | add more roundtrip tests. | akr |
2007-11-24 | add test for printf format %x, %o and %b. | akr |
2007-11-23 | * bootstraptest/test_knownbug.rb: move solved tests. | ko1 |
2007-11-23 | * re.c (REG_CASESTATE): unused macro removed. | akr |
2007-11-23 | * compile.c (defined_expr): defined(method(x)) dumped core. a | matz |
2007-11-21 | * test/fileutils/fileasserts.rb (assert_equal_timestamp): new assert | akr |
2007-11-20 | Update to RubyGems 0.9.5 | drbrain |
2007-11-20 | * test/drb/test_drb.rb: rename TestRubyYield to TestDRbRubyYield to | akr |
2007-11-19 | merged from ruby_1_8 branch. | seki |
2007-11-19 | previous change refined. | akr |
2007-11-19 | * test/fileutils/fileasserts.rb (assert_equal_time): show nsec if | akr |
2007-11-19 | * configure.in: check struct timespec, clock_gettime, utimensat, | akr |
2007-11-19 | * parse.y (parser_yylex): should clear parser->tokp as well. | matz |
2007-11-18 | * time.c (time_minus): fix Time.at(2**60+1) - Time.at(2**60). | akr |