| Commit message (Expand) | Author | Age | Files | Lines |
| * | * lib/json.rb, lib/json, ext/json, test/json: | naruse | 2007-06-04 | 69 | -70/+8551 |
| * | * cont.c (Fiber#pass): rename to Fiber#yield. Block parameter | ko1 | 2007-06-02 | 3 | -47/+68 |
| * | * proc.c (Init_Proc): remove a line break. | ko1 | 2007-06-02 | 2 | -2/+5 |
| * | * numeric.c (int_round): small optimization to handle bignums. | matz | 2007-06-01 | 3 | -4/+24 |
| * | * insnhelper.h (INC_SP): shouldn't cast ``x'' to unsigned type because | usa | 2007-06-01 | 3 | -6/+15 |
| * | * numeric.c (num_round): should convert self to Float. | nobu | 2007-06-01 | 2 | -5/+6 |
| * | * numeric.c (flo_round): now takes optional argument to specify | matz | 2007-05-31 | 2 | -23/+47 |
| * | * enum.c (each_with_index_i): should work well with continuation. | matz | 2007-05-31 | 3 | -6/+12 |
| * | * lib/benchmark.rb (Benchmark::Job::item): avoid modifying the | nobu | 2007-05-31 | 3 | -4/+9 |
| * | * cont.c (cont_capture): store all local variables in heap | ko1 | 2007-05-30 | 5 | -10/+45 |
| * | * lib/net/imap.rb (ResponseParser#next_token): fixed | shugo | 2007-05-30 | 2 | -2/+11 |
| * | * lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XX | shugo | 2007-05-30 | 2 | -0/+9 |
| * | * thread_pthread.ci (thread_timer): must not be applied to trunk. | nobu | 2007-05-30 | 2 | -11/+0 |
| * | * eval.c (thread_timer): timer thread should not receive any signals. | nobu | 2007-05-29 | 2 | -0/+11 |
| * | * eval.c (rb_eval_cmd): just return if no exceptions. | nobu | 2007-05-29 | 2 | -1/+6 |
| * | * signal.c (interrupt_init): needs to pass nil for Interrupt. | nobu | 2007-05-29 | 2 | -3/+6 |
| * | * signal.c (trap): fixed segfaults. [ruby-dev:30830] | nobu | 2007-05-29 | 2 | -32/+78 |
| * | * gc.c (rb_source_filename, obj_free): supress warnings. | nobu | 2007-05-29 | 2 | -7/+12 |
| * | * gc.c (garbage_collect, yarv_machine_stack_mark): fixed typo. | nobu | 2007-05-29 | 2 | -7/+12 |
| * | * parse.y (open_args, arg_ambiguous, parser_warning): should not use | nobu | 2007-05-29 | 3 | -7/+12 |
| * | * win32/win32.c (rb_w32_opendir): removed duplicated code. | nobu | 2007-05-29 | 2 | -23/+15 |
| * | * cont.c: fix bug around Continuation and Fiber. | ko1 | 2007-05-29 | 3 | -3/+42 |
| * | * win32/win32.c (rb_w32_opendir, rb_w32_readdir): eliminate magic | nobu | 2007-05-29 | 3 | -14/+23 |
| * | * cont.c: fixed a function name. | nobu | 2007-05-28 | 2 | -1/+7 |
| * | * cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail. | ko1 | 2007-05-27 | 9 | -89/+441 |
| * | * ext/tk/lib/tkextlib/tcllib/tablelist.rb: fix typo. | nagai | 2007-05-25 | 4 | -3/+12 |
| * | * test/ruby/test_beginendblock.rb (test_should_propagate_signaled): | nobu | 2007-05-25 | 1 | -0/+3 |
| * | * eval.c (ruby_exec_internal): do nothing if no code. | nobu | 2007-05-25 | 3 | -4/+13 |
| * | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12385 b2dd03c8-39d4-4d8... | nobu | 2007-05-25 | 3 | -6/+39 |
| * | * yarvcore.c (Init_VM): wrap already initialized structs to use | nobu | 2007-05-25 | 2 | -27/+12 |
| * | * regint.h (include): on some platform, defines.h redefines | usa | 2007-05-25 | 3 | -4/+14 |
| * | * cont.c: check across trap violation. | ko1 | 2007-05-24 | 4 | -2/+19 |
| * | * gc.c, yarvcore.c: fix to mark VM structure on startup. | ko1 | 2007-05-24 | 4 | -5/+18 |
| * | * cont.c: support callcc which everyone love. | ko1 | 2007-05-23 | 7 | -105/+334 |
| * | * common.mk: add a rule for regsyntax.c. | matz | 2007-05-23 | 2 | -0/+8 |
| * | * regsyntax.c, unicode.c: set eol-style | nobu | 2007-05-23 | 0 | -0/+0 |
| * | * lib/cgi.rb (CGI#[]): get rid of exceptions being raised. | matz | 2007-05-23 | 2 | -0/+6 |
| * | * oniguruma.h: updated to Oniguruma 5.7.0. | matz | 2007-05-23 | 19 | -5503/+13885 |
| * | * ext/purelib.rb: commit miss. | nobu | 2007-05-22 | 1 | -3/+0 |
| * | * ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear default | nobu | 2007-05-22 | 6 | -12/+26 |
| * | * ruby.c (set_arg0): support RSTRING_LEN on HP-UX. a patch from | matz | 2007-05-22 | 3 | -13/+18 |
| * | * compile.c, vm_macro.def: support tail call optimization | ko1 | 2007-05-21 | 12 | -37/+174 |
| * | * lib/net/smtp.rb: CRAM-MD5 authentication did not work. [ruby-dev:30770] | aamine | 2007-05-20 | 2 | -4/+10 |
| * | typo | tadf | 2007-05-19 | 1 | -1/+1 |
| * | * lib/date/format.rb (Date._parse): detects some OFX dates | tadf | 2007-05-19 | 2 | -6/+20 |
| * | * enum.c (enum_inject): minor improvement. [ruby-dev:30792] | nobu | 2007-05-18 | 2 | -51/+44 |
| * | * enum.c (enum_inject): it is now can work without block. you | matz | 2007-05-18 | 2 | -6/+80 |
| * | * file.c (Init_File): method definition mismatch. | nobu | 2007-05-18 | 3 | -5/+9 |
| * | * file.c (Init_File): add to_path method to File objects. | matz | 2007-05-18 | 2 | -0/+5 |
| * | * ruby.c (DllMain, ruby_init_loadpath): use DLL instance handle given | nobu | 2007-05-18 | 3 | -12/+22 |