summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-07-04* parse.y: remove useless function str_extend_p().aamine
2002-07-03* lib/net/ftp.rb (get): new method.shugo
2002-07-03* lib/net/ftp.rb (getbinaryfile): the second argument (localfile)shugo
2002-07-03* lib/net/ftp.rb: use &block and yield for speed.shugo
2002-07-03expand TABs.akr
2002-07-03 * lib/cgi.rb (CGI#initialize): improvement for mod_ruby.wakou
2002-07-02 * lib/cgi.rb (CGI#header): accept any type as value.wakou
2002-07-022002-07-02nobu
2002-07-02object.c: rb_Integer reformat, nil#to_f added to rb_define_method.michal
2002-06-30* configure.in (seekdir, telldir): add ac_cv_func_telldir=yes,eban
2002-06-30made object address test to compare inspect's result.akr
2002-06-29fix object address test.akr
2002-06-28* io.c (pipe_finalize, pipe_popen): two-way pipe support for win32.usa
2002-06-28* pack.c (pack_unpack): change names of local variables because theirusa
2002-06-28* re.c (rb_reg_expr_str): need to process backslashes properly.matz
2002-06-28lib/pp.rb: fix object address.akr
2002-06-27missing ;nobu
2002-06-27Add Importable::symbol.ttate
2002-06-27* win32/win32.c (rb_w32_stat): fix buffer overflow. (ruby-bugs:PR#329)usa
2002-06-27* lib/prettyprint.rb, lib/pp.rb: convenience methods added.akr
2002-06-27refine previous change.akr
2002-06-27* lib/prettyprint.rb: re-implemented for incremental output to handleakr
2002-06-26* parse.y (literal_concat_string): non-string last expression innobu
2002-06-26* parse.y (words, qwords): word list literal rules.nobu
2002-06-252002-06-25nobu
2002-06-25* parse.y (string1, xstring, regexp): moved lex_strnestnobu
2002-06-25* dln.c: remove definition rb_loaderror().H_Konishi
2002-06-24* dln.c: remark definition rb_loaderror().H_Konishi
2002-06-24* parse.y (string_dvar): allow back references in interpolation.nobu
2002-06-24* parse.y (yylex): __END__ should not be effective withinmatz
2002-06-24* lib/mkmf.rb (create_makefile): get rid of nested string.nobu
2002-06-24* eval.c (rb_eval): NODE_EVSTR is no longer used.nobu
2002-06-22updated to the new version (based on date2 3.3).tadf
2002-06-20* ext/readline/readline.c (readline_readline): get rid ofnobu
2002-06-20* configure.in (__NO_ISOCEXT): add for mingw-runtime 2.0-2.eban
2002-06-20* lib/ftools.rb (compare): don't return with a file openedeban
2002-06-20* lib/ftool.rb (BUFSIZE): tuning, set buffer length to 8192.eban
2002-06-19* ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem is called.eban
2002-06-18* parse.y (yylex): ? followed by successive word charaters isnobu
2002-06-18* parse.y (yylex): commands after break/next/rescue can takenobu
2002-06-18* win32/mkexports.rb: remove unnecessary exports. (ruby-dev:17418)usa
2002-06-18unused variable.nobu
2002-06-18* parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n',matz
2002-06-18* parse.y (yylex): should pushback proper char after '<<'.nobu
2002-06-17* dln.c (dln_load): rb_notimplement takes no argument.eban
2002-06-172002-06-17nobu
2002-06-17* dln.c (dln_load): need to preserve dln_strerror() result,nobu
2002-06-152002-06-15knu
2002-06-15* dir.c (glob_helper): Use lstat() instead of stat() so it catchesknu
2002-06-14*bcc32 fix for win9x.H_Konishi