aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * dln.c: remove definition rb_loaderror().H_Konishi2002-06-251-0/+4
* * dln.c: remark definition rb_loaderror().H_Konishi2002-06-241-0/+4
* * parse.y (string_dvar): allow back references in interpolation.nobu2002-06-241-0/+4
* * parse.y (yylex): __END__ should not be effective withinmatz2002-06-241-0/+14
* * lib/mkmf.rb (create_makefile): get rid of nested string.nobu2002-06-241-1/+5
* * eval.c (rb_eval): NODE_EVSTR is no longer used.nobu2002-06-241-0/+16
* updated to the new version (based on date2 3.3).tadf2002-06-221-0/+5
* * ext/readline/readline.c (readline_readline): get rid ofnobu2002-06-201-0/+5
* * configure.in (__NO_ISOCEXT): add for mingw-runtime 2.0-2.eban2002-06-201-0/+5
* * lib/ftool.rb (BUFSIZE): tuning, set buffer length to 8192.eban2002-06-201-0/+4
* * ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem is called.eban2002-06-191-0/+5
* * parse.y (yylex): ? followed by successive word charaters isnobu2002-06-181-1/+4
* * parse.y (yylex): commands after break/next/rescue can takenobu2002-06-181-0/+5
* * win32/mkexports.rb: remove unnecessary exports. (ruby-dev:17418)usa2002-06-181-0/+4
* * parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n',matz2002-06-181-0/+18
* * parse.y (yylex): should pushback proper char after '<<'.nobu2002-06-181-0/+10
* * dln.c (dln_load): need to preserve dln_strerror() result,nobu2002-06-171-0/+5