| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * process.c (rlimit_resource_value): use NUM2RLIM. | akr | 2008-03-22 | 2 | -1/+5 |
* | fixed. [ruby-dev:34109] | tadf | 2008-03-22 | 5 | -38/+43 |
* | Applied Laurent's patch to testcase.rb to fix symbol method names | ryan | 2008-03-21 | 1 | -1/+1 |
* | * io.c (rb_f_gets, rb_f_readline, rb_f_readlines): delegates to ARGF | nobu | 2008-03-21 | 2 | -9/+44 |
* | * lib/resolv.rb (Resolv::Hosts): should not use win32/resolv on cygwin. | nobu | 2008-03-21 | 4 | -3/+13 |
* | * lib/ipaddr.rb: Say that I am the current maintainer. | knu | 2008-03-21 | 5 | -1/+25 |
* | * eval.c (rb_obj_instance_eval): invalid comment syntax. | nobu | 2008-03-21 | 1 | -1/+1 |
* | * instruby.rb (open_for_install): write block result and rewrite only | nobu | 2008-03-21 | 2 | -8/+17 |
* | rearrangement. | tadf | 2008-03-20 | 2 | -5/+12 |
* | * rational.c (nurat_to_f): C99. | nobu | 2008-03-20 | 2 | -1/+5 |
* | * test/ruby/test_rational2.rb: set property. | nobu | 2008-03-20 | 0 | -0/+0 |
* | * complex.c (nucomp_sub, nucomp_expt): call corresponding functions. | mame | 2008-03-20 | 3 | -5/+9 |
* | * missing/tgamma.c: include config.h before math.h. [ruby-dev:34075] | mame | 2008-03-20 | 2 | -1/+5 |
* | * io.c (argf_getline): use receiver. | nobu | 2008-03-20 | 2 | -3/+8 |
* | improvements. | tadf | 2008-03-20 | 4 | -120/+2173 |
* | * io.c: removed trailing blanks. | nobu | 2008-03-19 | 1 | -16/+16 |
* | * io.c (argf_initialize_copy): get rid of segfault. | nobu | 2008-03-19 | 2 | -11/+37 |
* | * io.c (argf_tell, argf_seek_m, argf_set_pos, argf_rewind, | nobu | 2008-03-19 | 3 | -18/+24 |
* | * io.c (rb_io_putc, rb_io_puts): ouput directly if the reciever is | nobu | 2008-03-19 | 2 | -1/+12 |
* | added rb_gcd. | tadf | 2008-03-19 | 3 | -75/+20 |
* | added an assertion. | tadf | 2008-03-19 | 1 | -0/+4 |
* | revert. | tadf | 2008-03-19 | 2 | -43/+39 |
* | * eval_intern.h (TH_EXEC_TAG): need not to FLUSH_REGISTER_WINDOWS. | matz | 2008-03-19 | 2 | -2/+6 |
* | * complex.c (nucomp_to_s, nucomp_inspect): get rid of making | nobu | 2008-03-19 | 3 | -39/+53 |
* | * bignum.c (rb_cstr_to_inum): treat successive underscores as | nobu | 2008-03-19 | 3 | -4/+10 |
* | * encoding.c (enc_check_encoding): should not load autoloaded encoding | nobu | 2008-03-19 | 2 | -1/+7 |
* | * regint.h (include): include ruby.h instead of defines.h and config.h. | usa | 2008-03-19 | 2 | -2/+5 |
* | * regint.h (CHECK_INTERRUPT_IN_MATCH_AT): add interrupt check | matz | 2008-03-19 | 3 | -5/+12 |
* | * parse.y (literal_concat_gen): bail out at different encoding. | nobu | 2008-03-18 | 2 | -3/+17 |
* | * re.c (rb_memsearch_ss): simple shift search. | naruse | 2008-03-17 | 7 | -31/+157 |
* | * array.c (rb_ary_take, rb_ary_take_while, rb_ary_drop, | mame | 2008-03-17 | 3 | -0/+118 |
* | * misc/ruby-mode.el (ruby-mode): should use `run-mode-hooks' instead | nobu | 2008-03-17 | 2 | -1/+7 |
* | * configure.in: unset GREP_OPTIONS. [ruby-core:15918] | nobu | 2008-03-17 | 3 | -3/+17 |
* | * golf_prelude.rb (Object.const_missing): fixed typo. | nobu | 2008-03-17 | 1 | -1/+1 |
* | * complex.c rational.c: set property. | nobu | 2008-03-17 | 0 | -0/+0 |
* | Sun Mar 16 18:07:07 2008 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst | 2008-03-16 | 3 | -16/+27 |
* | * common.mk (LIBRUBY_SO): add dependency to $(BUILTIN_ENCOBJS). | naruse | 2008-03-16 | 3 | -4/+8 |
* | edited comments. | tadf | 2008-03-16 | 2 | -2/+2 |
* | both complex and rational are now builtin classes. | tadf | 2008-03-16 | 16 | -1051/+4938 |
* | * encoding.c (rb_enc_associate_index): pass unnecessary enc_capable(). | matz | 2008-03-15 | 4 | -9/+19 |
* | * lib/cgi.rb (CGI::Cookie::initialize): performance patch from | matz | 2008-03-14 | 2 | -6/+16 |
* | * include/ruby/ruby.h (inttypes.h): includes always if available. | nobu | 2008-03-14 | 4 | -8/+10 |
* | * configure.in (RUBY_LIB_PREFIX): fix for prefix. | nobu | 2008-03-14 | 2 | -24/+19 |
* | * configure.in (RUBY_LIB_PREFIX): use libdir. | nobu | 2008-03-14 | 2 | -3/+7 |
* | * ext/digest/defs.h: inttypes.h is still needed. | nobu | 2008-03-14 | 2 | -0/+8 |
* | * numeric.c (flo_divmod): remvoed unused variable. | nobu | 2008-03-14 | 1 | -1/+1 |
* | * {bcc,win}32/Makefile.sub: follow below changes. | usa | 2008-03-14 | 3 | -10/+21 |
* | * misc/ruby-mode.el (ruby-encoding-map, ruby-use-encoding-map): added | nobu | 2008-03-14 | 2 | -4/+17 |
* | * configure.in (int8_t, uint8_t, int16_t, uint16_t int32_t, | naruse | 2008-03-14 | 4 | -25/+67 |
* | * configure.in (RUBY_CHECK_VARTYPE): should not indent preprocessor | nobu | 2008-03-14 | 2 | -8/+15 |