summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-04-01 * {bcc,win}32/Makefile (config.h): need to define RUBY_SETJMP, etc.usa
2008-03-31Import RubyGems 1.1.0drbrain
2008-03-31* configure.in: __builtin_setjmp cannot handle a variable.nobu
2008-03-31* configure.in (RUBY_SETJMP, RUBY_LONGJMP, RUBY_JMP_BUF): prefersnobu
2008-03-31* lib/resolv.rb (Resolv::Config.default_config_hash): requiresnobu
2008-03-31adopted the ruby's style.tadf
2008-03-31revert.tadf
2008-03-31* numeric.c (num_quo): should convert its operand to Rational.matz
2008-03-31 * {bcc,win}32/Makefile.sub (config.h): define ssize_t.usa
2008-03-31* configure.in: check for ssize_t. [ruby-dev:34184]nobu
2008-03-30* io.c (io_getc): set coderange while getting characters.naruse
2008-03-30* proc.c (proc_dup): should copy is_lambda attribute as well.matz
2008-03-30* io.c: IO.copy_stream implemented. [ruby-dev:33843]akr
2008-03-29* ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5.nagai
2008-03-27 * complex.c (f_lcm): removed.tadf
2008-03-26* variable.c (rb_mod_constants): rdoc updated. a patch frommatz
2008-03-25* test/ruby/test_rand.rb: add tests to achieve over 95% test coveragemame
2008-03-25* test/ruby/test_rational.rb: add tests to achieve over 90% testmame
2008-03-25* bootstraptest/test_knownbug.rb: add tests. [ruby-dev:34128]mame
2008-03-25* array.c (ary_new): fix size check. [ruby-dev:34123]mame
2008-03-25* ruby.c (proc_options): checks if the word is empty.nobu
2008-03-25* compile.c (defined_expr): false short-circuit destination label maynobu
2008-03-25* compile.c (compile_massign_opt): no need to use alloca.nobu
2008-03-24* parse.y (debug_lines): Always prepare a new array for eachknu
2008-03-24* configure.in: sitearch should use target_cpu. [ruby-core:15986]nobu
2008-03-22* process.c (rlimit_resource_value): use NUM2RLIM.akr
2008-03-22fixed. [ruby-dev:34109]tadf
2008-03-21* io.c (rb_f_gets, rb_f_readline, rb_f_readlines): delegates to ARGFnobu
2008-03-21* lib/resolv.rb (Resolv::Hosts): should not use win32/resolv on cygwin.nobu
2008-03-21* lib/ipaddr.rb: Say that I am the current maintainer.knu
2008-03-21* instruby.rb (open_for_install): write block result and rewrite onlynobu
2008-03-20rearrangement.tadf
2008-03-20* rational.c (nurat_to_f): C99.nobu
2008-03-20* complex.c (nucomp_sub, nucomp_expt): call corresponding functions.mame
2008-03-20* missing/tgamma.c: include config.h before math.h. [ruby-dev:34075]mame
2008-03-20* io.c (argf_getline): use receiver.nobu
2008-03-20improvements.tadf
2008-03-19* io.c (argf_initialize_copy): get rid of segfault.nobu
2008-03-19* io.c (argf_tell, argf_seek_m, argf_set_pos, argf_rewind,nobu
2008-03-19* io.c (rb_io_putc, rb_io_puts): ouput directly if the reciever isnobu
2008-03-19added rb_gcd.tadf
2008-03-19* eval_intern.h (TH_EXEC_TAG): need not to FLUSH_REGISTER_WINDOWS.matz
2008-03-19* complex.c (nucomp_to_s, nucomp_inspect): get rid of makingnobu
2008-03-19* bignum.c (rb_cstr_to_inum): treat successive underscores asnobu
2008-03-19* encoding.c (enc_check_encoding): should not load autoloaded encodingnobu
2008-03-19 * regint.h (include): include ruby.h instead of defines.h and config.h.usa
2008-03-19* regint.h (CHECK_INTERRUPT_IN_MATCH_AT): add interrupt checkmatz
2008-03-18* parse.y (literal_concat_gen): bail out at different encoding.nobu
2008-03-17* re.c (rb_memsearch_ss): simple shift search.naruse
2008-03-17* array.c (rb_ary_take, rb_ary_take_while, rb_ary_drop,mame