summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-08-06* ext/racc/cparse/cparse.c (parse_main): avoid GCC 3 warning.eban
2002-08-05* MANIFEST: add lib/racc/parser.rb.aamine
2002-08-05Multiple call of the initialize.ttate
2002-08-04Conform to the allocation framework.ttate
2002-08-04* ext/curses/curses.c: follow allocation framework.nobu
2002-08-03* eval.c (rb_eval): set constant in cbase scope.nobu
2002-08-02* configure.in: remove initstate checking.eban
2002-08-02* ext/strscan/strscan.c: follow allocation framework.aamine
2002-08-012002-08-01nobu
2002-08-01* parse.y (tokadd_string): ignore backslashed spaces in %w.matz
2002-07-31* eval.c (rb_undef): undef should be done for klass, not ruby_class.matz
2002-07-30Get rid of "return".ttate
2002-07-30sorry, dittonobu
2002-07-302002-07-30nobu
2002-07-30* misc/ruby-mode.el (ruby-accurate-end-of-block): restrict searchnobu
2002-07-30range.c: small-cleanup [ruby-core:276]michal
2002-07-30* misc/ruby-mode.el (ruby-accurate-end-of-block): incomplete blocknobu
2002-07-30* ext/tcltklib/stubs.c (ruby_tcltk_stubs): win32_getenv returnseban
2002-07-30* eval.c (rb_thread_join_m): add parameter type declaration.aamine
2002-07-29* eval.c (localjump_error): add parameter type declaration.aamine
2002-07-29* ext/extmk.rb.in: always use File.expand_path for $top_srcdir.eban
2002-07-292002-07-29eban
2002-07-29* numeric.c (num_to_int): default to_int implementaion for everymatz
2002-07-29* mkconfig.rb: unexpected `"ruby".sub("$","17") == "ruby"'gotoken
2002-07-26* eval.c (rb_eval): no need to convert to string twice.nobu
2002-07-26* misc/ruby-mode.el (ruby-expr-beg): wrong indent at modifiersnobu
2002-07-26* sample/mkproto.rb: ditto and fix bug.eban
2002-07-26* ext/extmk.rb.in (create_makefile): use Regexp in gsub.eban
2002-07-26* random.c (N, M): undef for <winnt.h> on MinGW.eban
2002-07-26* random.c: replace with Mersenne Twister RNG.matz
2002-07-26* random.c: replace with Mersenne Twister RNG.matz
2002-07-262002-07-26nobu
2002-07-26* parse.y (yylex): modify to accept a code like "m (a){...}".aamine
2002-07-25* misc/ruby-mode.el (ruby-delimiter): include here document.nobu
2002-07-23optparse importednobu
2002-07-18* lib/net/ftp.rb (set_socket): new method.shugo
2002-07-17* parse.y (yylex): fix typo.aamine
2002-07-15* parse.y (heredoc_identifier): modify typo.aamine
2002-07-14OptionParsernobu
2002-07-132002-07-13nobu
2002-07-13* parse.y (literal_concat_string): wrong optimization.nobu
2002-07-12importnobu
2002-07-12* lib/resolv.rb (Resolv::DNS::open, close): new.nobu
2002-07-11* doc/net/smtp.rd.ja: add note for RubyMail/TMail.aamine
2002-07-11* lib/net/http.rb: rename HTTP.get_uri get_response.aamine
2002-07-11* NEWS: add note for net/http's incompatibility.aamine
2002-07-11* string.c (rb_str_match): fix for string match.nobu
2002-07-112002-07-11nobu
2002-07-11* ext/stringio/stringio.c (strio_gets_internal): fixed for recordnobu
2002-07-11* string.c (rb_str_slice_bang): if there's no correspondingmatz