aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/racc/cparse/cparse.c (parse_main): avoid GCC 3 warning.eban2002-08-061-1/+1
* * MANIFEST: add lib/racc/parser.rb.aamine2002-08-054-385/+452
* Multiple call of the initialize.ttate2002-08-053-0/+9
* Conform to the allocation framework.ttate2002-08-045-49/+83
* * ext/curses/curses.c: follow allocation framework.nobu2002-08-042-23/+39
* * eval.c (rb_eval): set constant in cbase scope.nobu2002-08-032-4/+10
* * configure.in: remove initstate checking.eban2002-08-021-1/+1
* * ext/strscan/strscan.c: follow allocation framework.aamine2002-08-022-109/+212
* 2002-08-01nobu2002-08-011-2/+2
* * parse.y (tokadd_string): ignore backslashed spaces in %w.matz2002-08-015-6/+23
* * eval.c (rb_undef): undef should be done for klass, not ruby_class.matz2002-07-314-7/+12
* Get rid of "return".ttate2002-07-301-1/+1
* sorry, dittonobu2002-07-301-2/+2
* 2002-07-30nobu2002-07-301-2/+2
* * misc/ruby-mode.el (ruby-accurate-end-of-block): restrict searchnobu2002-07-302-3/+11
* range.c: small-cleanup [ruby-core:276]michal2002-07-301-6/+8
* * misc/ruby-mode.el (ruby-accurate-end-of-block): incomplete blocknobu2002-07-302-4/+13
* * ext/tcltklib/stubs.c (ruby_tcltk_stubs): win32_getenv returnseban2002-07-303-0/+16
* * eval.c (rb_thread_join_m): add parameter type declaration.aamine2002-07-302-1/+6
* * eval.c (localjump_error): add parameter type declaration.aamine2002-07-292-0/+5
* * ext/extmk.rb.in: always use File.expand_path for $top_srcdir.eban2002-07-292-6/+8
* 2002-07-29eban2002-07-291-2/+2
* * numeric.c (num_to_int): default to_int implementaion for everymatz2002-07-297-19/+31
* * mkconfig.rb: unexpected `"ruby".sub("$","17") == "ruby"'gotoken2002-07-291-1/+1
* * eval.c (rb_eval): no need to convert to string twice.nobu2002-07-262-2/+6
* * misc/ruby-mode.el (ruby-expr-beg): wrong indent at modifiersnobu2002-07-262-3/+10
* * sample/mkproto.rb: ditto and fix bug.eban2002-07-262-2/+4
* * ext/extmk.rb.in (create_makefile): use Regexp in gsub.eban2002-07-262-1/+5
* * random.c (N, M): undef for <winnt.h> on MinGW.eban2002-07-261-0/+3
* * random.c: replace with Mersenne Twister RNG.matz2002-07-261-10/+25
* * random.c: replace with Mersenne Twister RNG.matz2002-07-2614-207/+462
* 2002-07-26nobu2002-07-261-2/+2
* * parse.y (yylex): modify to accept a code like "m (a){...}".aamine2002-07-262-6/+10
* * misc/ruby-mode.el (ruby-delimiter): include here document.nobu2002-07-252-247/+308
* optparse importednobu2002-07-231-0/+4
* * lib/net/ftp.rb (set_socket): new method.shugo2002-07-182-1/+14
* * parse.y (yylex): fix typo.aamine2002-07-172-2/+6
* * parse.y (heredoc_identifier): modify typo.aamine2002-07-152-3/+7
* OptionParsernobu2002-07-141-0/+4
* 2002-07-13nobu2002-07-131-2/+2
* * parse.y (literal_concat_string): wrong optimization.nobu2002-07-132-2/+5
* importnobu2002-07-123-0/+31
* * lib/resolv.rb (Resolv::DNS::open, close): new.nobu2002-07-123-17/+1652
* * doc/net/smtp.rd.ja: add note for RubyMail/TMail.aamine2002-07-111-0/+205
* * lib/net/http.rb: rename HTTP.get_uri get_response.aamine2002-07-113-24/+565
* * NEWS: add note for net/http's incompatibility.aamine2002-07-111-0/+5
* * string.c (rb_str_match): fix for string match.nobu2002-07-112-2/+5
* 2002-07-11nobu2002-07-111-2/+2
* * ext/stringio/stringio.c (strio_gets_internal): fixed for recordnobu2002-07-112-2/+7
* * string.c (rb_str_slice_bang): if there's no correspondingmatz2002-07-1114-75/+141