summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-07-31 * transcode.c (str_encode_bang): C99ism.usa
2009-07-31* compile.c (iseq_compile_each): used more appropriate construct.nobu
2009-07-31* parse.y (literal_concat_gen): reduced unnecessary node at stringnobu
2009-07-30* parse.y (literal_concat_gen): NODE_DSTR was incorrectly handled asmame
2009-07-30* test/ruby/test_module.rb (test_ancestors, test_included_modules):mame
2009-07-30* vm_insnhelper.c (vm_call_cfunc): let set_trace_func use called_idmame
2009-07-30* gem_prelude.rb (Gem.path): uses Gem.default_path as a default valueyugui
2009-07-30* tool/compile_prelude.rb: replaces "require" with in-place evaluationyugui
2009-07-30* test/ruby/test_rand.rb: add tests for Random class.mame
2009-07-30* random.c (init_genrand): ensure invariant of mt->next and mt->left.mame
2009-07-30* random.c (random_bytes): use NUM2LONG instead of FIX2LONG becausemame
2009-07-30* compile.c (iseq_compile_each): fix stack consistency error.mame
2009-07-30* transcode.c: added check for frozen string for encode! (see Bug #1836)duerst
2009-07-30* insns.def (defineclass): preserve encoding of class/modulenobu
2009-07-30* variable.c (Init_var_tables): initializes __classid__ ID.nobu
2009-07-30* variable.c: use st_data_t for st functions.nobu
2009-07-30* lib/cgi/util.rb (CGI::unescape): support encoding option.xibbar
2009-07-28* parse.y (regexp): regexp literal at the top of dstr is still needed even if...naruse
2009-07-28* ext/json/lib/json/common.rb (JSON#recurse_proc): removematz
2009-07-28* vm_core.h, vm_insnhelper.c (vm_call_method): reviveko1
2009-07-28* proc.c (rb_method_entry_arity): support not_implemented method.ko1
2009-07-28* proc.c (rb_method_entry_arity): support optimized method (send).ko1
2009-07-28* io.c (argf_eof): should call next_argv() before testing.matz
2009-07-28fix typoskazu
2009-07-27* ext/tk/lib/extconf.rb: bug fix and ignore invalid Tcl/Tk libraries.nagai
2009-07-27* include/ruby/intern.h (rb_*str_new_cstr, rb_str_buf_new_cstr),nobu
2009-07-27* lib/rdoc/parser.rb (RDoc::Parser.binary?): fix for empty files.nobu
2009-07-27* ChangeLog: forgotten ML ref, [ruby-core:24561].nobu
2009-07-26* io.c (argf_eof): go to the next file if called after ARGF.closenobu
2009-07-26* ChangeLog: removed extra spaces.nobu
2009-07-26* vm_insnhelper.c (vm_call_method): __send__ can call protectednobu
2009-07-25* include/ruby/defines.h [__SYMBIAN32__]: defined TRUE and FALSE to match cha...azav
2009-07-25* include/ruby/defines.h [__SYMBIAN32__]: defined TRUE and FALSE to match cha...azav
2009-07-25* io.c (argf_eof): should not have reached EOF before trying tonobu
2009-07-25* complex.c (nucomp_hash), rational.c (nurat_hash): not to usenobu
2009-07-24* enc/big5.c: Fix EncLen_BIG5 for Big5-HKSCS. see [ruby-core:24390]naruse
2009-07-24* enc/trans/big5.trans, big5-hkscs-tbl.rb:duerst
2009-07-24* lib/net/imap.rb (idle): leaves IDLE in a ensure clause. a patchshugo
2009-07-23* lib/net/imap.rb (resp_text_code): accepts response codes withoutshugo
2009-07-23 * lib/irb/ruby-lex.rb: make irb be able to parsekeiju
2009-07-23* ext/tk/extconf.rb: should not create "config_list" in a $srcdir.nagai
2009-07-23 * win32/win32.c (rb_w32_{open,wopen}): fixed typos. these conditionsusa
2009-07-22Remove useless extra directory. Bug #1343drbrain
2009-07-22* random.c (random_{state,left}): internal/debug use.nobu
2009-07-22* test/ruby/test_module.rb (TestModule#test_alias): warningmatz
2009-07-22* test/ruby/test_enum.rb (TestEnumerable#each): recursive join nowmatz
2009-07-22* common.mk (class.o): depends on vm_core.h.nobu
2009-07-22* time.c (init_leap_second_info): checks the result of gmtime tonobu
2009-07-22* ChangeLog: fixed a typo.nobu
2009-07-22* vm_core.h (struct rb_iseq_t): add a new field line_no. This fieldmame