summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-02-28* io.c (rb_io_getline_fast): scan coderange.naruse
2008-02-28* string.c (rb_enc_str_copy): removed.naruse
2008-02-28* eval.c (stack_check): made flag per threads.nobu
2008-02-28* file.c (rb_file_flock): immediately returns on EAGAIN ifnobu
2008-02-28* io.c (rb_io_getline_1): get rid of segfault. [ruby-dev:33938]nobu
2008-02-28* string.c (rb_str_reverse_bang): removed unsed variables.nobu
2008-02-28* include/ruby/encoding.h (rb_str_coderange_scan_restartable): addednobu
2008-02-27* ext/tk/lib/tk.rb, ext/tk/lib/*: make default widget set nagai
2008-02-27* string.c (rb_str_coderange_scan_restartable): coderange scaningnaruse
2008-02-26* ext/extmk.rb, enc/make_encmake.rb: load current mkmf.rb even ifnobu
2008-02-26* misc/ruby-mode.el (ruby-calculate-indent): should distinguishmatz
2008-02-26* array.c (combi_len, rb_ary_product): check for overflow.nobu
2008-02-26* array.c (recursive_cmp): compare minimal length parts.nobu
2008-02-26* ext/openssl/ossl_{ec,dh,dsa,rsa}.c: Remove useless warnings.technorama
2008-02-26* parse.y (value_expr_gen): removed inappropriate warning.nobu
2008-02-26* parse.y (tokadd_escape): refactored. [ruby-core:15657]akr
2008-02-26* array.c (rb_ary_eql, rb_ary_cmp): get rid of stack overflow withnobu
2008-02-25* include/ruby/ruby.h (ROBJECT_NUMIV): renamed from ROBJECT_LEN.akr
2008-02-25* ext/openssl/digest.c ext/openssl/lib/openssl/digest.rb:technorama
2008-02-25* ChangeLog: add ML ref.usa
2008-02-25 * bignum.c (big2str_karatsuba): initialize cache if not initialized.usa
2008-02-25* process.c (Init_process): share bignum objects for RLIM_INFINITY,akr
2008-02-25Mon Feb 25 10:41:41 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2008-02-24* cygwin/GNUmakefile.in (clean-local): should be double-colon.nobu
2008-02-24* cygwin/GNUmakefile.in (clean-local): remove def file.nobu
2008-02-24* common.mk, {bcc,win}32/Makefile.sub (clean-local): removenobu
2008-02-23* ruby.c (enable_option, disable_option): allow all for all knownnobu
2008-02-23* debug.c (ruby_set_debug_option): separated ruby_each_words().nobu
2008-02-23* ruby.c (proc_options): check if argument for -E exists.nobu
2008-02-23* misc/ruby-style.el (ruby-style-label-indent): fix for labels insidenobu
2008-02-23* util.c (valid_filename): use O_EXCL to get rid of clobberingnobu
2008-02-23 * ext/win32ole/win32ole.c (ole_init_cp): should return value.usa
2008-02-23* string.c (str_sublen): removed.naruse
2008-02-23* string.c (rb_enc_cr_str_copy_for_substr): renamed fromnaruse
2008-02-23* ext/win32ole/win32ole.c (ole_encoding2cp): remove US-ASCIIsuke
2008-02-22* process.c (rlimit_resource_type): new function.akr
2008-02-22* string.c (rb_enc_cr_str_copy): check string's coderange is 7bit ornaruse
2008-02-22* bignum.c (BIGZEROP): fix for longer Bignum zeros. [ruby-Bugs-17454]nobu
2008-02-22* encoding.c (rb_enc_mbclen): return minlen instead of 1 whenakr
2008-02-22* string.c (rb_str_inspect): string of ascii incompatible encodingnaruse
2008-02-22* string.c (rb_str_substr): copy encoding although empty string.naruse
2008-02-21* string.c (rb_str_times): empty string's coderange is CODERANGE_7BIT.naruse
2008-02-21Thu Feb 21 17:15:15 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2008-02-21* io.c (rb_f_putc): invoke stdout method so that redefining putcmatz
2008-02-21* array.c (rb_ary_unshift_m): expands enough for argc. [ruby-dev:33880]nobu
2008-02-21* io.c (argf_set_encoding): uses current_file after check if nextnobu
2008-02-21* io.c (argf_set_encoding): uses current_file after check for nextnobu
2008-02-21* string.c: replace rb_enc_copy by rb_enc_cr_str_copy ornaruse
2008-02-21* include/ruby/encoding.h (rb_enc_asciicompat): dummy encoding is notnaruse
2008-02-20* configure.in (RPATHFLAG): -R option of HP-UX ld is not for runtimenobu