aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * transcode.c (str_encode_bang): C99ism.usa2009-07-311-0/+4
* * compile.c (iseq_compile_each): used more appropriate construct.nobu2009-07-311-0/+4
* * parse.y (literal_concat_gen): reduced unnecessary node at stringnobu2009-07-311-0/+5
* * parse.y (literal_concat_gen): NODE_DSTR was incorrectly handled asmame2009-07-301-0/+7
* * test/ruby/test_module.rb (test_ancestors, test_included_modules):mame2009-07-301-2/+7
* * vm_insnhelper.c (vm_call_cfunc): let set_trace_func use called_idmame2009-07-301-0/+5
* * gem_prelude.rb (Gem.path): uses Gem.default_path as a default valueyugui2009-07-301-0/+7
* * tool/compile_prelude.rb: replaces "require" with in-place evaluationyugui2009-07-301-0/+10
* * test/ruby/test_rand.rb: add tests for Random class.mame2009-07-301-0/+4
* * random.c (init_genrand): ensure invariant of mt->next and mt->left.mame2009-07-301-0/+6
* * random.c (random_bytes): use NUM2LONG instead of FIX2LONG becausemame2009-07-301-0/+5
* * compile.c (iseq_compile_each): fix stack consistency error.mame2009-07-301-0/+7
* * transcode.c: added check for frozen string for encode! (see Bug #1836)duerst2009-07-301-0/+6
* * insns.def (defineclass): preserve encoding of class/modulenobu2009-07-301-0/+8
* * variable.c (Init_var_tables): initializes __classid__ ID.nobu2009-07-301-1/+3
* * variable.c: use st_data_t for st functions.nobu2009-07-301-0/+4
* * lib/cgi/util.rb (CGI::unescape): support encoding option.xibbar2009-07-301-0/+6
* * parse.y (regexp): regexp literal at the top of dstr is still needed even if...naruse2009-07-281-0/+5
* * ext/json/lib/json/common.rb (JSON#recurse_proc): removematz2009-07-281-0/+5
* * vm_core.h, vm_insnhelper.c (vm_call_method): reviveko12009-07-281-0/+5
* * proc.c (rb_method_entry_arity): support not_implemented method.ko12009-07-281-0/+5
* * proc.c (rb_method_entry_arity): support optimized method (send).ko12009-07-281-0/+6
* * io.c (argf_eof): should call next_argv() before testing.matz2009-07-281-0/+5
* fix typoskazu2009-07-281-12/+12
* * ext/tk/lib/extconf.rb: bug fix and ignore invalid Tcl/Tk libraries.nagai2009-07-271-0/+8
* * include/ruby/intern.h (rb_*str_new_cstr, rb_str_buf_new_cstr),nobu2009-07-271-0/+5
* * lib/rdoc/parser.rb (RDoc::Parser.binary?): fix for empty files.nobu2009-07-271-0/+5
* * ChangeLog: forgotten ML ref, [ruby-core:24561].nobu2009-07-271-1/+1
* * io.c (argf_eof): go to the next file if called after ARGF.closenobu2009-07-261-0/+5
* * ChangeLog: removed extra spaces.nobu2009-07-261-28/+17
* * vm_insnhelper.c (vm_call_method): __send__ can call protectednobu2009-07-261-0/+5
* * include/ruby/defines.h [__SYMBIAN32__]: defined TRUE and FALSE to match cha...azav2009-07-251-1/+1
* * include/ruby/defines.h [__SYMBIAN32__]: defined TRUE and FALSE to match cha...azav2009-07-251-0/+8
* * io.c (argf_eof): should not have reached EOF before trying tonobu2009-07-251-0/+6
* * complex.c (nucomp_hash), rational.c (nurat_hash): not to usenobu2009-07-251-0/+6
* * enc/big5.c: Fix EncLen_BIG5 for Big5-HKSCS. see [ruby-core:24390]naruse2009-07-241-0/+5
* * enc/trans/big5.trans, big5-hkscs-tbl.rb:duerst2009-07-241-0/+14
* * lib/net/imap.rb (idle): leaves IDLE in a ensure clause. a patchshugo2009-07-241-0/+8
* * lib/net/imap.rb (resp_text_code): accepts response codes withoutshugo2009-07-231-0/+11
* * lib/irb/ruby-lex.rb: make irb be able to parsekeiju2009-07-231-1/+6
* * ext/tk/extconf.rb: should not create "config_list" in a $srcdir.nagai2009-07-231-0/+4
* * win32/win32.c (rb_w32_{open,wopen}): fixed typos. these conditionsusa2009-07-231-0/+5
* Remove useless extra directory. Bug #1343drbrain2009-07-221-0/+5
* * random.c (random_{state,left}): internal/debug use.nobu2009-07-221-1/+5
* * test/ruby/test_module.rb (TestModule#test_alias): warningmatz2009-07-221-0/+5
* * test/ruby/test_enum.rb (TestEnumerable#each): recursive join nowmatz2009-07-221-0/+5
* * common.mk (class.o): depends on vm_core.h.nobu2009-07-221-0/+4
* * time.c (init_leap_second_info): checks the result of gmtime tonobu2009-07-221-0/+5
* * ChangeLog: fixed a typo.nobu2009-07-221-1/+1
* * vm_core.h (struct rb_iseq_t): add a new field line_no. This fieldmame2009-07-221-0/+14