| Commit message (Expand) | Author | Age | Files | Lines |
| * | * thread.c (thread_initialize): fixed typo. | nobu | 2007-12-05 | 1 | -1/+1 |
| * | * proc.c (rb_proc_s_new): call initialize. [ruby-core:13824] | nobu | 2007-12-05 | 4 | -15/+100 |
| * | * parse.y (rb_intern3): fix to changing encoding to default, and | nobu | 2007-12-05 | 2 | -18/+11 |
| * | * range.c (step_i, range_step): support non-fixnum steps. | nobu | 2007-12-05 | 2 | -16/+31 |
| * | * compile.c (iseq_compile_each): fix typo. | ko1 | 2007-12-05 | 2 | -1/+5 |
| * | * ChangeLog: fix ML number. | nobu | 2007-12-05 | 1 | -1/+1 |
| * | * parse.y (yycompile): get rid of tracing while parsing. | nobu | 2007-12-05 | 4 | -24/+39 |
| * | * ext/iconv/iconv.c (iconv_convert): should not set encoding unless | nobu | 2007-12-04 | 2 | -4/+12 |
| * | * ext/json: set properties. | nobu | 2007-12-04 | 0 | -0/+0 |
| * | * ext/nkf/lib/kconv.rb (tojis, tosjis, toeuc, toutf8): | naruse | 2007-12-04 | 2 | -4/+9 |
| * | * lib/json.rb, lib/json/*: moved to ext/json/lib. | naruse | 2007-12-04 | 21 | -0/+7 |
| * | * ext/iconv/iconv.c (iconv_create): achieve target encoding. | nobu | 2007-12-04 | 1 | -0/+10 |
| * | * ext/iconv/iconv.c (iconv_create): achieve target encoding. | nobu | 2007-12-04 | 2 | -26/+44 |
| * | add a test for [ruby-dev:32448]. | akr | 2007-12-04 | 1 | -0/+4 |
| * | * ruby.c (process_options): reverted c flag. | nobu | 2007-12-04 | 2 | -0/+9 |
| * | * bignum.c (rb_cstr_to_inum): trailing spaces may exist at sqeezing | nobu | 2007-12-04 | 4 | -4/+12 |
| * | * ext/dl/win32: set properties. | nobu | 2007-12-03 | 0 | -0/+0 |
| * | * ext/Win32API/*: removed or moved to ext/dl/win32. | usa | 2007-12-03 | 13 | -251/+40 |
| * | fix Regexp#inspect document. | akr | 2007-12-02 | 1 | -2/+2 |
| * | document MatchData#inspect. | akr | 2007-12-02 | 1 | -0/+13 |
| * | * parse.y (parser_tokadd_mbchar): fix for ASCII chars. [ruby-dev:32432] | nobu | 2007-12-02 | 2 | -5/+17 |
| * | * re.c (unescape_escaped_nonascii): fix mbclen argument. | akr | 2007-12-02 | 2 | -2/+6 |
| * | * parse.y (parser_tokadd_mbchar): check insufficient multibyte char. | nobu | 2007-12-02 | 2 | -11/+19 |
| * | * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.1 -> 0.2.2. | kou | 2007-12-02 | 7 | -9/+22 |
| * | * insnhelper.ci (vm_callee_setup_arg): fix error message. | ko1 | 2007-12-02 | 3 | -4/+10 |
| * | check Process.kill instead of Process#kill. | akr | 2007-12-02 | 1 | -1/+1 |
| * | s/unicode/Unicode/ in error messages. | akr | 2007-12-02 | 2 | -13/+81 |
| * | add ML ref. | akr | 2007-12-02 | 1 | -1/+1 |
| * | eval("\"\xfd".force_encoding("utf-8")) generates garbage in error message. | akr | 2007-12-02 | 1 | -0/+5 |
| * | * parse.y (regexp): fix /#{}\xa1\xa2/e to be EUC-JP. | akr | 2007-12-02 | 3 | -3/+32 |
| * | add a test for [ruby-dev:32404]. | akr | 2007-12-01 | 1 | -0/+6 |
| * | (test_time_now_cycle): cut off under micro second. | akr | 2007-12-01 | 1 | -8/+1 |
| * | * include/ruby/intern.h (rb_uv_to_utf8): declared. | akr | 2007-12-01 | 7 | -174/+635 |
| * | * lib/xmlrpc/server.rb (XMLRPC::Server#server): Improve signal handling so | jeg2 | 2007-12-01 | 2 | -3/+9 |
| * | * encoding.c: rename primary_encoding -> default_external (encoding). | matz | 2007-12-01 | 5 | -19/+23 |
| * | lib/README: remove jcode.rb | matz | 2007-12-01 | 1 | -1/+0 |
| * | a reaction to recent time's changes. | tadf | 2007-12-01 | 2 | -4/+12 |
| * | * bootstraptest/test_knownbug.rb: move fixed bugs. | ko1 | 2007-12-01 | 4 | -14/+25 |
| * | * io.c (rb_f_open): use to_open for every non-string object. path | matz | 2007-12-01 | 2 | -9/+22 |
| * | * insns.def (concatarray, splatarray): use to_a instead of | matz | 2007-12-01 | 8 | -48/+14 |
| * | * insnhelper.ci (vm_yield_with_cfunc): fix to passing argc on third | ko1 | 2007-12-01 | 7 | -18/+50 |
| * | * parse.y (newline_node): always remove NODE_BEGIN. | nobu | 2007-11-30 | 3 | -6/+11 |
| * | * lib/json/add/*.rb, test/json/test_json_rails.rb: set properties. | nobu | 2007-11-30 | 0 | -0/+0 |
| * | * signal.c (ruby_signal): use SA_SIGINFO if available. | matz | 2007-11-30 | 4 | -3/+18 |
| * | * signal.c (trap_signm): SIGVTALRM no longer used for green | matz | 2007-11-30 | 4 | -7/+22 |
| * | lib/jcode.rb: removed | matz | 2007-11-30 | 1 | -231/+0 |
| * | sample/test.rb: remove $KCODE | matz | 2007-11-30 | 1 | -1/+0 |
| * | * ChangeLog for 14051. | naruse | 2007-11-30 | 1 | -0/+6 |
| * | * lib/json.rb, lib/json/add/{core.rb, rails.rb}, | naruse | 2007-11-30 | 4 | -12/+305 |
| * | * ext/syck/rubyext.c (rb_syck_mktime): avoid segmentation fault. | matz | 2007-11-30 | 3 | -2/+12 |