aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * MANIFEST: add lib/racc/parser.rb.aamine2002-08-051-0/+8
* * ext/curses/curses.c: follow allocation framework.nobu2002-08-041-0/+4
* * eval.c (rb_eval): set constant in cbase scope.nobu2002-08-031-0/+6
* * ext/strscan/strscan.c: follow allocation framework.aamine2002-08-021-0/+4
* * parse.y (tokadd_string): ignore backslashed spaces in %w.matz2002-08-011-0/+9
* * eval.c (rb_undef): undef should be done for klass, not ruby_class.matz2002-07-311-0/+4
* * misc/ruby-mode.el (ruby-accurate-end-of-block): restrict searchnobu2002-07-301-0/+7
* * misc/ruby-mode.el (ruby-accurate-end-of-block): incomplete blocknobu2002-07-301-0/+8
* * ext/tcltklib/stubs.c (ruby_tcltk_stubs): win32_getenv returnseban2002-07-301-0/+7
* * eval.c (rb_thread_join_m): add parameter type declaration.aamine2002-07-301-1/+5
* * eval.c (localjump_error): add parameter type declaration.aamine2002-07-291-0/+4
* * ext/extmk.rb.in: always use File.expand_path for $top_srcdir.eban2002-07-291-0/+4
* * numeric.c (num_to_int): default to_int implementaion for everymatz2002-07-291-0/+10
* * eval.c (rb_eval): no need to convert to string twice.nobu2002-07-261-0/+4
* * misc/ruby-mode.el (ruby-expr-beg): wrong indent at modifiersnobu2002-07-261-0/+5
* * sample/mkproto.rb: ditto and fix bug.eban2002-07-261-0/+2
* * ext/extmk.rb.in (create_makefile): use Regexp in gsub.eban2002-07-261-0/+4
* * random.c: replace with Mersenne Twister RNG.matz2002-07-261-0/+52
* * parse.y (yylex): modify to accept a code like "m (a){...}".aamine2002-07-261-0/+4
* * misc/ruby-mode.el (ruby-delimiter): include here document.nobu2002-07-251-0/+20
* * lib/net/ftp.rb (set_socket): new method.shugo2002-07-181-0/+4
* * parse.y (yylex): fix typo.aamine2002-07-171-1/+5
* * parse.y (heredoc_identifier): modify typo.aamine2002-07-151-0/+4
* * parse.y (literal_concat_string): wrong optimization.nobu2002-07-131-0/+4
* * lib/resolv.rb (Resolv::DNS::open, close): new.nobu2002-07-121-0/+6
* * lib/net/http.rb: rename HTTP.get_uri get_response.aamine2002-07-111-0/+8
* * string.c (rb_str_match): fix for string match.nobu2002-07-111-0/+4
* * ext/stringio/stringio.c (strio_gets_internal): fixed for recordnobu2002-07-111-0/+5
* * string.c (rb_str_slice_bang): if there's no correspondingmatz2002-07-111-0/+26
* * lib/resolv.rb: untaint strings read from /etc/hosts andshugo2002-07-111-0/+5
* * irb 0.9keiju2002-07-091-0/+4
* enum.c: Fix bug in enum_sort_by and some code indentsmichal2002-07-051-0/+4
* * lib/cgi.rb (CGI#initialize): improvement for mod_ruby.wakou2002-07-051-0/+6
* * parse.y: remove useless function str_extend_p().aamine2002-07-041-0/+4
* * lib/net/ftp.rb (get): new method.shugo2002-07-031-0/+10
* * lib/net/ftp.rb (getbinaryfile): the second argument (localfile)shugo2002-07-031-0/+7
* * lib/net/ftp.rb: use &block and yield for speed.shugo2002-07-031-0/+4
* * lib/cgi.rb (CGI#initialize): improvement for mod_ruby.wakou2002-07-031-0/+4
* * lib/cgi.rb (CGI#header): accept any type as value.wakou2002-07-021-0/+4
* * configure.in (seekdir, telldir): add ac_cv_func_telldir=yes,eban2002-06-301-0/+5
* * io.c (pipe_finalize, pipe_popen): two-way pipe support for win32.usa2002-06-281-0/+12
* * pack.c (pack_unpack): change names of local variables because theirusa2002-06-281-0/+5
* * re.c (rb_reg_expr_str): need to process backslashes properly.matz2002-06-281-0/+21
* lib/pp.rb: fix object address.akr2002-06-281-0/+4
* * win32/win32.c (rb_w32_stat): fix buffer overflow. (ruby-bugs:PR#329)usa2002-06-271-0/+4
* * lib/prettyprint.rb, lib/pp.rb: convenience methods added.akr2002-06-271-0/+4
* * lib/prettyprint.rb: re-implemented for incremental output to handleakr2002-06-271-0/+7
* * parse.y (literal_concat_string): non-string last expression innobu2002-06-261-0/+5
* * parse.y (words, qwords): word list literal rules.nobu2002-06-261-0/+8
* * parse.y (string1, xstring, regexp): moved lex_strnestnobu2002-06-251-0/+5