| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/resolv.rb (Resolv::Hosts): should not use win32/resolv on cygwin. | nobu | 2008-03-21 | 1 | -0/+10 |
* | * lib/ipaddr.rb: Say that I am the current maintainer. | knu | 2008-03-21 | 1 | -0/+10 |
* | * instruby.rb (open_for_install): write block result and rewrite only | nobu | 2008-03-21 | 1 | -0/+5 |
* | rearrangement. | tadf | 2008-03-20 | 1 | -0/+4 |
* | * rational.c (nurat_to_f): C99. | nobu | 2008-03-20 | 1 | -0/+4 |
* | * complex.c (nucomp_sub, nucomp_expt): call corresponding functions. | mame | 2008-03-20 | 1 | -0/+4 |
* | * missing/tgamma.c: include config.h before math.h. [ruby-dev:34075] | mame | 2008-03-20 | 1 | -0/+4 |
* | * io.c (argf_getline): use receiver. | nobu | 2008-03-20 | 1 | -0/+4 |
* | improvements. | tadf | 2008-03-20 | 1 | -0/+9 |
* | * io.c (argf_initialize_copy): get rid of segfault. | nobu | 2008-03-19 | 1 | -1/+3 |
* | * io.c (argf_tell, argf_seek_m, argf_set_pos, argf_rewind, | nobu | 2008-03-19 | 1 | -0/+6 |
* | * io.c (rb_io_putc, rb_io_puts): ouput directly if the reciever is | nobu | 2008-03-19 | 1 | -0/+5 |
* | added rb_gcd. | tadf | 2008-03-19 | 1 | -0/+12 |
* | * eval_intern.h (TH_EXEC_TAG): need not to FLUSH_REGISTER_WINDOWS. | matz | 2008-03-19 | 1 | -0/+5 |
* | * complex.c (nucomp_to_s, nucomp_inspect): get rid of making | nobu | 2008-03-19 | 1 | -0/+10 |
* | * bignum.c (rb_cstr_to_inum): treat successive underscores as | nobu | 2008-03-19 | 1 | -0/+5 |
* | * encoding.c (enc_check_encoding): should not load autoloaded encoding | nobu | 2008-03-19 | 1 | -0/+6 |
* | * regint.h (include): include ruby.h instead of defines.h and config.h. | usa | 2008-03-19 | 1 | -0/+4 |
* | * regint.h (CHECK_INTERRUPT_IN_MATCH_AT): add interrupt check | matz | 2008-03-19 | 1 | -0/+5 |
* | * parse.y (literal_concat_gen): bail out at different encoding. | nobu | 2008-03-18 | 1 | -0/+4 |
* | * re.c (rb_memsearch_ss): simple shift search. | naruse | 2008-03-17 | 1 | -0/+20 |
* | * array.c (rb_ary_take, rb_ary_take_while, rb_ary_drop, | mame | 2008-03-17 | 1 | -0/+7 |
* | * misc/ruby-mode.el (ruby-mode): should use `run-mode-hooks' instead | nobu | 2008-03-17 | 1 | -0/+6 |
* | * configure.in: unset GREP_OPTIONS. [ruby-core:15918] | nobu | 2008-03-17 | 1 | -0/+4 |
* | Sun Mar 16 18:07:07 2008 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst | 2008-03-16 | 1 | -0/+7 |
* | * common.mk (LIBRUBY_SO): add dependency to $(BUILTIN_ENCOBJS). | naruse | 2008-03-16 | 1 | -0/+4 |
* | both complex and rational are now builtin classes. | tadf | 2008-03-16 | 1 | -0/+40 |
* | * encoding.c (rb_enc_associate_index): pass unnecessary enc_capable(). | matz | 2008-03-15 | 1 | -0/+6 |
* | * lib/cgi.rb (CGI::Cookie::initialize): performance patch from | matz | 2008-03-14 | 1 | -0/+5 |
* | * include/ruby/ruby.h (inttypes.h): includes always if available. | nobu | 2008-03-14 | 1 | -0/+6 |
* | * configure.in (RUBY_LIB_PREFIX): fix for prefix. | nobu | 2008-03-14 | 1 | -0/+4 |
* | * configure.in (RUBY_LIB_PREFIX): use libdir. | nobu | 2008-03-14 | 1 | -0/+4 |
* | * ext/digest/defs.h: inttypes.h is still needed. | nobu | 2008-03-14 | 1 | -0/+4 |
* | * {bcc,win}32/Makefile.sub: follow below changes. | usa | 2008-03-14 | 1 | -0/+4 |
* | * misc/ruby-mode.el (ruby-encoding-map, ruby-use-encoding-map): added | nobu | 2008-03-14 | 1 | -0/+5 |
* | * configure.in (int8_t, uint8_t, int16_t, uint16_t int32_t, | naruse | 2008-03-14 | 1 | -0/+10 |
* | * configure.in (RUBY_CHECK_VARTYPE): should not indent preprocessor | nobu | 2008-03-14 | 1 | -0/+5 |
* | * string.c (UNALIGNED_WORD_ACCESS): IA64 cannot access unaligned word. | nobu | 2008-03-14 | 1 | -0/+4 |
* | * bootstraptest/test_struct.rb: some test moved from test to shut | matz | 2008-03-13 | 1 | -0/+3 |
* | * array.c (rb_ary_slice_bang): should not use rb_ary_subseq() | matz | 2008-03-13 | 1 | -0/+6 |
* | * test/ruby/test_numeric.rb (TestNumeric::test_num2long): bit-and | matz | 2008-03-13 | 1 | -0/+3 |
* | * enum.c (zip_ary): wrong boundary condition. | matz | 2008-03-13 | 1 | -0/+2 |
* | * numeric.c (fix_divmod): should return integer division. [ruby-dev:34006] | matz | 2008-03-13 | 1 | -0/+4 |
* | * {bcc,win}32/Makefile.sub (config.h): define uint32_t. | usa | 2008-03-13 | 1 | -1/+6 |
* | * trunk/configure.in (AC_CHECK_HEADERS): stdint.h is not needed to check. | nobu | 2008-03-13 | 1 | -0/+8 |
* | * lib/irb/cmd/help.rb: should be updated for new ri structure. | matz | 2008-03-12 | 1 | -0/+16 |
* | * configure.in (stdint.h): check if presence. | nobu | 2008-03-12 | 1 | -0/+8 |
* | * object.c (rb_cstr_to_dbl): fix for a mere underscore. | nobu | 2008-03-12 | 1 | -0/+4 |
* | * eval_intern.h (rb_thread_raised_set): use generic flags. | nobu | 2008-03-12 | 1 | -0/+10 |
* | * enum.c (enum_zip): optimize if all arguments are arrays. | matz | 2008-03-11 | 1 | -0/+2 |