summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* fix filename.akr2002-02-221-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2118 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/protocol.rb: set read_timeout dynamically.aamine2002-02-221-0/+11
| | | | | | | | | * lib/net/http.rb: @@newimpl is always true in the main trunk. * lib/net/http.rb: HTTP.port -> default_port * lib/net/http.rb: HTTPResponse.read_response_status -> read_status_line git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/config.status.in: set LIBRUBY_SO.usa2002-02-221-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bignum.c (get2comp): need to specify to carry or not.matz2002-02-221-0/+6
| | | | | | | * io.c (rb_io_inspect): embed path info. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * prettyprint.rb: FillGroup implemented.akr2002-02-221-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb.in (create_makefile): remove unnecessary -L option fromusa2002-02-211-0/+5
| | | | | | | LIBS macro. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2109 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * pack.c (pack_pack): wrong # comment treatment.matz2002-02-211-0/+6
| | | | | | | * pack.c (pack_unpack): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * intern.h: prototypes; rb_io_addstr(), rb_io_printf(),nobu2002-02-201-0/+13
| | | | | | | | | | | | | | | rb_io_print(), rb_io_puts() * io.c (rb_io_addstr): make extern. * io.c (rb_io_printf): ditto. * io.c (rb_io_print): ditto. * io.c (rb_io_puts): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2104 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (rb_io_close): return Qnil.usa2002-02-201-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * hash.c (rb_any_cmp): should handle Qundef in keys.matz2002-02-201-0/+14
| | | | | | | | | | | | | * eval.c (remove_method): should not remove a empty method to implement "undef". * eval.c (rb_eval): should allow singleton class def for true/false/nil. * parse.y (str_extend): backslash escape was done wrong. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* aamineaamine2002-02-191-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lib/net/protocol.rb: rename Protocol.port to default_port. * lib/net/smtp.rb: ditto. * lib/net/pop.rb: ditto. * lib/net/http.rb: ditto. * lib/net/protocol.rb: rename BufferedSocket class to InternetMessageIO. * lib/net/smtp.rb: ditto. * lib/net/pop.rb: ditto. * lib/net/http.rb: ditto. * lib/net/protocol.rb: rename InternetMessageIO#write_pendstr to write_message. * lib/net/smtp.rb: ditto. * lib/net/protocol.rb: new method InternetMessageIO#through_message. * lib/net/smtp.rb: ditto. * lib/net/protocol.rb: rename InternetMessageIO#read_pendstr to read_message_to. * lib/net/pop.rb: ditto. * lib/net/protocol.rb: rename InternetMessageIO#read_pendlist to each_list_item * lib/net/pop.rb: ditto. * lib/net/protocol.rb: Now block size is 1024. * lib/net/smtp.rb: new methods SMTP#esmtp? and #esmtp=. * lib/net/http.rb: Using singleton method syntax instead of singleton class clause, to avoid behavior change of class variables in ruby 1.7. * lib/net/http.rb: HTTPResponse class does not inherit from Net::Response. * lib/net/http.rb: devide HTTP#connecting into {begin,end}_transport. * lib/net/http.rb: unused class Accumulator removed. * lib/net/http.rb: Net::HTTP reads response. not HTTPRequest. * lib/net/http.rb: proxy related class-instance-variables are not initialized correctly. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c (path_check_1): do not fail on world writable *parent*nobu2002-02-191-0/+5
| | | | | | | directories too. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c (path_check_1): do not warn on world writable *parent*matz2002-02-191-0/+8
| | | | | | | | | | directories. * class.c (rb_include_module): should preserve ancestor order in the included class/module. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c (path_check_1): should check directory sticky bits.matz2002-02-191-0/+9
| | | | | | | | | | * process.c (security): need not to warn twice. * marshal.c (r_object): complete restoration before calling r_regist(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (yylex): operators in the "op" rule should makematz2002-02-191-0/+5
| | | | | | | lex_state EXPR_ARG on EXPR_FNAME and EXPR_DOT. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2090 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_eval_string_wrap): should hide the toplevel localmatz2002-02-191-0/+5
| | | | | | | variable bindings by PUSH_SCOPE(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2089 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * regex.c: fix prototypes of xmalloc(), xcalloc() and xrealloc().eban2002-02-191-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (rb_io_ungetc): don't fail pushed EOF back.nobu2002-02-191-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * pack.c (pack_pack): avoid infinite loop at comment.nobu2002-02-181-1/+6
| | | | | | | * pack.c (pack_unpack): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (expr_value, arg_value, primary_value): value_expr()matz2002-02-181-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | check in place. * eval.c (block_pass): "&nil" should clear block given. * dir.c (push_braces): remove MAXPATHLEN dependency. * dir.c (dir_s_globd): ditto. * dln.c (init_funcname): ditto. * dln.c (load_1): ditto. * dln.c (dln_load): ditto. * configure.in: add GNU/Hurd switches. * pack.c (pack_pack): allows comment in template strings. * pack.c (pack_unpack): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * misc/ruby-mode.el (ruby-block-hanging-re): rescue block was toonobu2002-02-181-0/+5
| | | | | | | indented. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * misc/ruby-mode.el (ruby-font-lock-keywords): fontifynobu2002-02-171-0/+5
| | | | | | | instance/class/global variables start with '_'. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * mkconfig.rb (Config::expand): expand ${} too.nobu2002-02-171-0/+10
| | | | | | | | | | | * ext/extmk.rb.in (try_link0): expand command. * ext/extmk.rb.in (try_cpp): ditto. * ext/extmk.rb.in (extmake): default $LIBPATH to $libdir git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * class.c (rb_define_class): warn unless superclass is specifiednobu2002-02-171-0/+7
| | | | | | | | | explicitly. * class.c (rb_define_class_under): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2078 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/digest/md5/md5init.c (Init_md5): rb_cvar_declare() isnobu2002-02-171-0/+11
| | | | | | | | | | | | | replaced by rb_cvar_set(). * ext/digest/rmd160/rmd160init.c (Init_rmd160): ditto. * ext/digest/sha1/sha1init.c (Init_sha1): ditto. * ext/digest/sha2/sha2init.c (Init_sha2): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * regex.c (re_compile_fastmap): skip begpos.nobu2002-02-161-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_eval): replace rb_cvar_declare() by rb_cvar_set().matz2002-02-151-0/+11
| | | | | | | | | | | | * eval.c (assign): ditto. * variable.c (rb_cvar_set): 4th argument (warn) added; define new class variable if it's not defined yet. * variable.c (rb_cvar_declare): removed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2073 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bignum.c (rb_big_rshift): should properly convert the nagativematz2002-02-151-0/+5
| | | | | | | value to 2's compliment. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y: avoid SEGV at OP_ASIGN to pseudo variable.nobu2002-02-141-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * struct.c (Init_Struct): should undefine "allocate" for Structmatz2002-02-141-0/+5
| | | | | | | class (it's redefined in the subclasses). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (stmt): local variable declaration order was changedmatz2002-02-131-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since 1.6 * parse.y (arg): ditto. * pack.c (pack_pack): add templates 'q' and 'Q'. * pack.c (pack_unpack): ditto. * bignum.c (rb_quad_pack): new utility function. * bignum.c (rb_quad_unpack): ditto. * parse.y (assignable): should emit CVASGN within the method body. * dir.c (dir_s_glob): should not warn even if no match found. * eval.c (rb_eval): clean up class variable behavior. * eval.c (assign): ditto. * eval.c (is_defined): ditto. * variable.c (rb_mod_class_variables): need not to call rb_cvar_singleton(). * variable.c (rb_cvar_singleton): removed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ruby.c (load_file): avoid SEGV on '#' only input.nobu2002-02-101-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_eval): singleton chech should be moved from yycompilematz2002-02-091-0/+7
| | | | | | | | | to here. * eval.c (is_defined): check should be added here too. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (yycompile): should inherit "in_single" if eval happenedmatz2002-02-081-0/+9
| | | | | | | | | | | in a singleton method. * eval.c (rb_eval): class variables from singleton methods defined within singleton class statement should work like ones defined by sington def statements. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* aamineaamine2002-02-071-0/+7
| | | | | | | | * lib/net/http.rb: HTTP.Proxy should use self for proxy-class's super class. * lib/net/http.rb: initialize HTTP.proxy_port by HTTP.port. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2056 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* uri-0.9.5akira2002-02-071-0/+10
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (io_write): flag when buffered write is done.matz2002-02-071-0/+7
| | | | | | | | * io.c (fptr_finalize): do not raise error on EBADF if write buffer is empty. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2052 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in: keep old config.h unless changed.nobu2002-02-061-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (rb_io_readlines): avoid calling GetOpenFile() repeatedly.matz2002-02-061-0/+10
| | | | | | | | | | | * io.c (rb_io_each_line): ditto. * io.c (argf_getline): ditto. * process.c: should include <time.h> to get proper CLK_TCK. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb: OpenSSL support.shugo2002-02-061-0/+7
| | | | | | | * lib/net/imap.rb (setquota): unset quota if the second argument is nil. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (fptr_finalize): ignore EBADF when f and f2 use samenobu2002-02-051-0/+5
| | | | | | | descriptor. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (fptr_finalize): should raise error when fclose fails.matz2002-02-051-0/+9
| | | | | | | | * eval.c (method_inspect): proper output format to distinguish methods and singleton methods. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c (rb_file_s_expand_path): should terminate.nobu2002-02-041-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * object.c (rb_class_real): should not follow ICLASS linkmatz2002-02-041-0/+6
| | | | | | | * variable.c (classname): should follow ICLASS link explicitly. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * intern.h: prototypes for new functions; rb_cstr_to_inum(),nobu2002-02-011-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rb_str_to_inum(), rb_cstr_to_dbl(), rb_str_to_dbl() * bignum.c (rb_cstr_to_inum): changed from rb_cstr2inum(), and added argument badcheck to be consistent with parser. [new] * bignum.c (rb_str_to_inum): ditto. * bignum.c (rb_cstr2inum): wapper of rb_cstr_to_inum() now. * bignum.c (rb_str2inum): ditto. * object.c (rb_cstr_to_dbl): float number parser. [new] * object.c (rb_str_to_dbl): ditto. * object.c (rb_Float): use rb_cstr_to_dbl() for strict check. * object.c (rb_Integer): use rb_str_to_inum() for strict check. * string.c (rb_str_to_f): use rb_str_to_dbl() with less check. * string.c (rb_str_to_i): use rb_str_to_inum() with less check. * string.c (rb_str_hex): ditto. * string.c (rb_str_oct): ditto. * sprintf.c (rb_f_sprintf): ditto. * time.c (obj2long): ditto. * parse.y (yylex): use rb_cstr_to_inum() for strict check. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * regex.c (mbc_startpos): become macro.nobu2002-02-011-0/+10
| | | | | | | | | | | * regex.c (euc_startpos): added for improvement. * regex.c (sjis_startpos): ditto. * regex.c (utf8_startpos): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c (rb_stat_inspect): print dev, rdev in hexadecimal.matz2002-02-011-0/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mkmf.rb (dir_config): prior --with flag.nobu2002-01-311-0/+7
| | | | | | | | * lib/mkmf.rb (arg_config): avoid special variables for font-lock-mode. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/pp.rb (File::Stat#pretty_print): print rdev_major and rdev_minor.akr2002-01-311-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * regex.c (re_adjust_startpos): fix for SJIS and UTF-8.nobu2002-01-301-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2033 b2dd03c8-39d4-4d8f-98ff-823fe69b080e