summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vm_insnhelper.c (vm_call_cfunc): let set_trace_func use called_idmame2009-07-302-1/+6
* * gem_prelude.rb (Gem.path): uses Gem.default_path as a default valueyugui2009-07-302-1/+18
* * tool/compile_prelude.rb: replaces "require" with in-place evaluationyugui2009-07-304-107/+34
* * test/ruby/test_rand.rb: add tests for Random class.mame2009-07-302-0/+194
* * random.c (init_genrand): ensure invariant of mt->next and mt->left.mame2009-07-302-1/+7
* * random.c (random_bytes): use NUM2LONG instead of FIX2LONG becausemame2009-07-302-1/+6
* * compile.c (iseq_compile_each): fix stack consistency error.mame2009-07-303-6/+19
* * transcode.c: added check for frozen string for encode! (see Bug #1836)duerst2009-07-303-0/+12
* * insns.def (defineclass): preserve encoding of class/modulenobu2009-07-306-2/+43
* * variable.c (rb_class_path): fixed a variable.nobu2009-07-301-1/+1
* add a test.xibbar2009-07-301-0/+5
* * variable.c (Init_var_tables): initializes __classid__ ID.nobu2009-07-302-7/+6
* * variable.c: use st_data_t for st functions.nobu2009-07-302-69/+80
* * test/cgi/test_cgi_util.rb: properties.nobu2009-07-300-0/+0
* * 2009-07-30svn2009-07-301-2/+2
* * lib/cgi/util.rb (CGI::unescape): support encoding option.xibbar2009-07-306-16/+57
* * parse.y (regexp): regexp literal at the top of dstr is still needed even if...naruse2009-07-282-1/+6
* * ext/json/lib/json/common.rb (JSON#recurse_proc): removematz2009-07-282-1/+5
* * vm_core.h, vm_insnhelper.c (vm_call_method): reviveko12009-07-283-4/+8
* * 2009-07-29svn2009-07-281-2/+2
* * proc.c (rb_method_entry_arity): support not_implemented method.ko12009-07-282-2/+9
* * proc.c (rb_method_entry_arity): support optimized method (send).ko12009-07-283-0/+18
* * io.c (argf_eof): should call next_argv() before testing.matz2009-07-282-0/+6
* fix typoskazu2009-07-281-12/+12
* * 2009-07-28svn2009-07-271-2/+2
* * ext/tk/lib/extconf.rb: bug fix and ignore invalid Tcl/Tk libraries.nagai2009-07-274-170/+327
* * include/ruby/intern.h (rb_*str_new_cstr, rb_str_buf_new_cstr),nobu2009-07-272-10/+15
* * lib/rdoc/parser.rb (RDoc::Parser.binary?): fix for empty files.nobu2009-07-273-5/+12
* * ChangeLog: forgotten ML ref, [ruby-core:24561].nobu2009-07-272-3/+3
* * io.c (argf_eof): go to the next file if called after ARGF.closenobu2009-07-263-0/+18
* * ChangeLog: removed extra spaces.nobu2009-07-261-28/+17
* * vm_insnhelper.c (vm_call_method): __send__ can call protectednobu2009-07-263-2/+29
* * vm_insnhelper.c (vm_call_method): fixed indent.nobu2009-07-261-37/+36
* * 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
* * include/ruby/defines.h [__SYMBIAN32__]: defined TRUE and FALSE to match cha...azav2009-07-251-0/+5
* * 2009-07-26svn2009-07-251-2/+2
* * ext/bigdecimal.c: moved BASE_FIG definition before it is used first time.azav2009-07-251-18/+18
* * io.c (argf_eof): should not have reached EOF before trying tonobu2009-07-253-5/+11
* * complex.c (nucomp_hash), rational.c (nurat_hash): not to usenobu2009-07-255-8/+19
* * enc/big5.c: not executable.nobu2009-07-251-0/+0
* * 2009-07-25svn2009-07-241-2/+2
* * enc/big5.c: Fix EncLen_BIG5 for Big5-HKSCS. see [ruby-core:24390]naruse2009-07-242-18/+39
* * enc/trans/big5.trans, big5-hkscs-tbl.rb:duerst2009-07-246-1/+18474
* * lib/net/imap.rb (idle): leaves IDLE in a ensure clause. a patchshugo2009-07-243-10/+116
* * 2009-07-24svn2009-07-231-2/+2
* * lib/net/imap.rb (resp_text_code): accepts response codes withoutshugo2009-07-233-5/+130
* * lib/irb/ruby-lex.rb: make irb be able to parsekeiju2009-07-232-1/+44
* * ext/tk/extconf.rb: should not create "config_list" in a $srcdir.nagai2009-07-232-8/+12
* * win32/win32.c (rb_w32_{open,wopen}): fixed typos. these conditionsusa2009-07-232-2/+7