aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * complex.c (f_lcm): removed.tadf2008-03-271-0/+10
* * variable.c (rb_mod_constants): rdoc updated. a patch frommatz2008-03-261-0/+5
* * test/ruby/test_rand.rb: add tests to achieve over 95% test coveragemame2008-03-251-0/+5
* * test/ruby/test_rational.rb: add tests to achieve over 90% testmame2008-03-251-0/+7
* * bootstraptest/test_knownbug.rb: add tests. [ruby-dev:34128]mame2008-03-251-0/+4
* * array.c (ary_new): fix size check. [ruby-dev:34123]mame2008-03-251-0/+11
* * ruby.c (proc_options): checks if the word is empty.nobu2008-03-251-0/+6
* * compile.c (defined_expr): false short-circuit destination label maynobu2008-03-251-1/+7
* * compile.c (compile_massign_opt): no need to use alloca.nobu2008-03-251-0/+4
* * parse.y (debug_lines): Always prepare a new array for eachknu2008-03-241-0/+7
* * configure.in: sitearch should use target_cpu. [ruby-core:15986]nobu2008-03-241-0/+4
* * process.c (rlimit_resource_value): use NUM2RLIM.akr2008-03-221-0/+4
* fixed. [ruby-dev:34109]tadf2008-03-221-0/+6
* * io.c (rb_f_gets, rb_f_readline, rb_f_readlines): delegates to ARGFnobu2008-03-211-0/+5
* * lib/resolv.rb (Resolv::Hosts): should not use win32/resolv on cygwin.nobu2008-03-211-0/+10
* * lib/ipaddr.rb: Say that I am the current maintainer.knu2008-03-211-0/+10
* * instruby.rb (open_for_install): write block result and rewrite onlynobu2008-03-211-0/+5
* rearrangement.tadf2008-03-201-0/+4
* * rational.c (nurat_to_f): C99.nobu2008-03-201-0/+4
* * complex.c (nucomp_sub, nucomp_expt): call corresponding functions.mame2008-03-201-0/+4
* * missing/tgamma.c: include config.h before math.h. [ruby-dev:34075]mame2008-03-201-0/+4
* * io.c (argf_getline): use receiver.nobu2008-03-201-0/+4
* improvements.tadf2008-03-201-0/+9
* * io.c (argf_initialize_copy): get rid of segfault.nobu2008-03-191-1/+3
* * io.c (argf_tell, argf_seek_m, argf_set_pos, argf_rewind,nobu2008-03-191-0/+6
* * io.c (rb_io_putc, rb_io_puts): ouput directly if the reciever isnobu2008-03-191-0/+5
* added rb_gcd.tadf2008-03-191-0/+12
* * eval_intern.h (TH_EXEC_TAG): need not to FLUSH_REGISTER_WINDOWS.matz2008-03-191-0/+5
* * complex.c (nucomp_to_s, nucomp_inspect): get rid of makingnobu2008-03-191-0/+10
* * bignum.c (rb_cstr_to_inum): treat successive underscores asnobu2008-03-191-0/+5
* * encoding.c (enc_check_encoding): should not load autoloaded encodingnobu2008-03-191-0/+6
* * regint.h (include): include ruby.h instead of defines.h and config.h.usa2008-03-191-0/+4
* * regint.h (CHECK_INTERRUPT_IN_MATCH_AT): add interrupt checkmatz2008-03-191-0/+5
* * parse.y (literal_concat_gen): bail out at different encoding.nobu2008-03-181-0/+4
* * re.c (rb_memsearch_ss): simple shift search.naruse2008-03-171-0/+20
* * array.c (rb_ary_take, rb_ary_take_while, rb_ary_drop,mame2008-03-171-0/+7
* * misc/ruby-mode.el (ruby-mode): should use `run-mode-hooks' insteadnobu2008-03-171-0/+6
* * configure.in: unset GREP_OPTIONS. [ruby-core:15918]nobu2008-03-171-0/+4
* Sun Mar 16 18:07:07 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-03-161-0/+7
* * common.mk (LIBRUBY_SO): add dependency to $(BUILTIN_ENCOBJS).naruse2008-03-161-0/+4
* both complex and rational are now builtin classes.tadf2008-03-161-0/+40
* * encoding.c (rb_enc_associate_index): pass unnecessary enc_capable().matz2008-03-151-0/+6
* * lib/cgi.rb (CGI::Cookie::initialize): performance patch frommatz2008-03-141-0/+5
* * include/ruby/ruby.h (inttypes.h): includes always if available.nobu2008-03-141-0/+6
* * configure.in (RUBY_LIB_PREFIX): fix for prefix.nobu2008-03-141-0/+4
* * configure.in (RUBY_LIB_PREFIX): use libdir.nobu2008-03-141-0/+4
* * ext/digest/defs.h: inttypes.h is still needed.nobu2008-03-141-0/+4
* * {bcc,win}32/Makefile.sub: follow below changes.usa2008-03-141-0/+4
* * misc/ruby-mode.el (ruby-encoding-map, ruby-use-encoding-map): addednobu2008-03-141-0/+5
* * configure.in (int8_t, uint8_t, int16_t, uint16_t int32_t,naruse2008-03-141-0/+10