summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (symbol): symbols should be followed by EXPR_ENDARG.matzrubymatz2007-04-202-13/+29
* * eval.c (ivar2_prepare): cbase for ivar2 now have same accessmatz2007-04-192-1/+6
* * math.c (math_log): update document to mention second optionalmatz2007-04-192-0/+8
* * parse.y (mrhs): need to append by arg_append().matz2007-04-193-4/+9
* * eval.c (rb_yield_0): should not clear state on TAG_NEXT whenmatz2007-04-173-5/+16
* * parse.y (parser_yylex): should set command_start after blockmatz2007-04-163-4/+11
* * eval.c (proc_invoke): turn on SCOPE_CLONE flag. a patch frommatz2007-03-026-7/+21
* set svn:eol-styleshyouhei2007-02-120-0/+0
* * parse.y (rb_id2str): store Strings for operator symbols. [ruby-dev:30235]nobu2007-02-012-3/+17
* * instruby.rb: use ":=" assignment to avoid potential localmatz2007-01-294-15/+23
* * enumerator.c (enumerator_init_copy): need to copy internalmatz2007-01-253-3/+24
* * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): fixmatz2007-01-243-4/+9
* * parse.y (new_bv_gen): generate NODE_LASGN parse node outside ofmatz2007-01-233-14/+62
* * eval.c (massign_args): more consistent yield parametermatz2007-01-2314-207/+207
* * ruby.h (SYMBOL_P): make Symbol immediate again for performance. matz2007-01-2310-184/+212
* * eval.c (ivar2_prepare): prepare ivar2 ID before processing.matz2007-01-239-21/+205
* * string.c (sym_to_s): use shared copy of symbols to save memory.matz2007-01-232-44/+9
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest::read_line):matz2007-01-231-0/+5
* * class.c (rb_mod_ancestors): result list may include singletonmatz2007-01-232-2/+5
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/matzruby@11556 b2dd03c8-...matz2007-01-231-3/+7
* * eval.c (method_receiver): add new method to get the boundmatz2007-01-232-0/+63
* * hash.c: added documentation for Hash about how it uses eql? andmatz2007-01-233-4/+41
* * array.c (rb_ary_replace): use ptr and len of orig instead ofmatz2007-01-093-8/+15
* * 2007-01-07eban2007-01-071-3/+3
* Look for class and module comments above rb_define_class and rb_define_module.drbrain2007-01-073-2/+59
* Test RDoc::C_Parser#do_classes and Rdoc::C_Parser#find_class_comment.drbrain2007-01-073-3/+103
* Properly handle escaping of : in commentsdrbrain2007-01-073-34/+54
* * io.c (rb_io_getline_fast, rb_io_getline): increase linenomatz2007-01-062-16/+52
* * 2007-01-06eban2007-01-061-3/+3
* eval.c: remove confictmatz2007-01-061-9/+0
* * variable.c (rb_cvar_get): new class variable look-up scheme:matz2007-01-065-35/+81
* * variable.c (rb_cvar_set): remove warn argument.matz2007-01-065-10/+13
* * io.c (argf_read): fix wrong replacement. [ruby-dev:30070]matz2007-01-062-1/+5
* * io.c (rb_io_getline): lineno update condition was wrong.matz2007-01-032-2/+9
* * 2007-01-03eban2007-01-031-3/+3
* * version.c (ruby_show_version): change line to distinguish frommatz2007-01-032-1/+6
* * ext/nkf/nkf-utf8/nkf.c (reinit): nkf small fix to allow turn offmatz2007-01-032-0/+7
* * io.c (ruby_dup): start GC on ENOMEM as well.matz2007-01-032-1/+5
* * 2007-01-01eban2007-01-011-5/+5
* Merge 11443, 11444 and 11445 from trunk.drbrain2006-12-314-118/+342
* * eval.c (rb_mod_define_method): set implicit visibility only whenmatz2006-12-317-41/+41
* * eval.c (error_line): should not call rb_class2name() formatz2006-12-312-3/+10
* * eval.c (rb_f_catch): generate new tag object if no argument ismatz2006-12-313-8/+50
* make a "matzruby" branchko12006-12-310-0/+0
* Fix Array#reject, was working like Array#reject\!drbrain2006-12-312-1/+7
* removed.tadf2006-12-303-6/+4
* * 2006-12-31eban2006-12-301-3/+3
* updated based on date2 4.0.tadf2006-12-303-549/+585
* * enum.c (enum_each_with_index): reuse array for yield parameters.matz2006-12-292-15/+48
* * enum.c (enum_inject): reuse array for yield parameters.matz2006-12-292-10/+20