summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2005-09-01* eval.c (rb_call0): wrong condition for $SAFE restoration.matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@9065 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-10-24* eval.c (method_arity): should handle NODE_BMETHOD andmatz
NODE_DMETHOD. [ruby-core:01138] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@7110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-04-16* ext/socket/extconf.rb: Merge from 1.8: explicity specifyknu
IPPROTO_TCP as a SOCK_STREAM protocol to use, when it is not the only protocol. KAME, for example, supports other SOCK_STREAM protocols such as SCTP. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@6174 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-11-02* cygwin/GNUmakefile: allow "B" type in defined symbols.eban
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@4889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-10-15* lib/jcode.rb: Merge from 1.8: use Regexp.new()'s extra argumentsknu
correctly. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@4781 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-10-15* ext/digest/digest.c (rb_digest_base_s_new): Zero the newlyknu
allocated buffer to avoid letting ALGO_Equal() fail. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@4780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-08-03* math.c (math_log): nan takes a dummy argument on Cygwin 1.5.0. backport fromnahi
1.8. Thu Jul 10 14:42:02 2003 WATANABE Hirofumi <eban@ruby-lang.org> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@4296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-07-26* io.c (io_reopen): avoid dup2() equal handles not to close itself andnobu
to get rid of a msvcrt bug. [ruby-dev:20919] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@4177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-07-17* lib/ftools.rb (File::makedirs): do not handle "//" as a directory.eban
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@4079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-07-09* regex.c (mbctab_sjis): 0x80 is not shift jis first byte.nobu
[ruby-dev:20516] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@4048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-07-09* instruby.rb: do not install shared libraries as man pages.eban
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@4046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-06-28* ext/tcltklib/extconf.rb (find_tcl, find_tk): return true ifnobu
non-versioned found. [ruby-dev:19759] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@4014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-06-28* gc.c (rb_gc_mark_locations): remove margin. [ruby-dev:20462]nobu
* gc.c (Init_stack): add safety margin. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@4011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-05-30* lib/irb/xmp.rb: sync with 1.8 ("irb/irb" -> "irb").eban
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-05-24* lib/net/smtp.rb: support LOGIN authentication. Thanks to Kazuhiko Izawa.aamine
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-05-19removed garbage.nobu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-05-19* dir.c (push_braces): do not push_braces() unless rbrace is found.matz
(ruby-bugs-ja:PR#469) * eval.c (rb_f_require): clear ruby_errinfo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-05-15* eval.c (rb_block_given_p): false if ruby_block is null.nobu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-04-19 * parse.y (void_expr0): node might become NULL after callingeban
remove_begin(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-04-09* ext/extmk.rb.in (create_makefile): link @LIBS@.usa
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-03-26* dln.c (dln_find_1): break if path list end, even for too longnobu
path names. (ruby-bugs-ja:PR#412) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-03-23* lib/jcode.rb (tr!, delete!, szueeze!): add empty string checking.eban
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-03-23* gc.c (rb_gc_call_finalizer_at_exit): use free() if dfree is -1.nobu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-03-19* lib/tracer.rb (trace_func): save and recover Thread.critical state.nahi
Fixed by Fukumoto Atsushi <fukumoto@imasy.or.jp> [ruby-dev:19830] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-03-11* lib/net/smtp.rb (auth_cram_md5): Digest string had wrongly included '\n' ↵aamine
when user name is too long (ruby-bugs-ja:PR#404). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-03-06* ext/Win32API/Win32API.c: no longer use inline-asms.eban
* ext/Win32API/extconf.rb: no need to add gcc options. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-03-05* ChangeLog: cleanups.eban
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-02-28* win32/win32.c (flock): maps error code.nobu
* win32/win32.c (win32_asynchronize): returns errno from child thread. * win32/win32.c (win32_fclose, win32_close): ensures unlocked. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-02-25* string.c (rb_str_dup): set FL_EXIVAR when copied generic ivar.nobu
(ruby-bugs-ja:PR#400) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3533 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-02-21* eval.c (rb_thread_create): may called from place higher thanmatz
rb_gc_stack_start. * gc.c (Init_stack): update rb_gc_stack_start if it is lower (or higher if stack grows down) than the previous value. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-02-21* io.c (argf_to_io): should prefetch argv.matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-02-21* eval.c (rb_f_require): do not need to abort if a DLEXT fileeban
is not found. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-02-20* mdoc2man.rb: New file. A mdoc to man converter ported fromknu
Perl. [merged from 1.8] * configure.in (MANTYPE): Detect if the system's nroff(1) groks mdoc. Provide a new option --with-mantype={doc|man} in case the check does not work as expected. [merged from 1.8] * Makefile.in (MANTYPE): Define MANTYPE and pass it to instruby.rb. [merged from 1.8] * instruby.rb: Convert mdoc manpages to man for systems which nroff(1) does not grok mdoc. [merged from 1.8] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-02-14* lib/uri/generic.rb, lib/uri/ldap.rb, lib/uri/mailto.ldap: all foo=()akira
returns arguments passed by caller. * lib/uri/generic.rb (Generic#to_str, Generic#to_s): removed to_str. Suggested by Tanaka Akira <akr@m17n.org> at [ruby-dev:19475]. * lib/uri/generic.rb (Generic#==): should not generate an URI object from argument. Suggested by Tanaka Akira <akr@m17n.org> at [ruby-dev:19475]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-02-13* ruby.c (proc_options): script argument is in effect only when -e is not given.nobu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-02-13* ruby.c (ruby_init_loadpath): ensures buffer terminatednobu
before use strncpy(). * ruby.c (proc_options): avoid SEGV at -S with no arguments. (ruby-bugs-ja:PR#391) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-02-07* lib/irb/context.rb, lib/irb/multi-irb.rb, lib/irb/workspace.rb,knu
lib/irb/lc/error.rb, lib/irb/lc/help-message, lib/irb/lc/ja/error.rb, lib/shell/command-processor.rb, lib/shell/error.rb, lib/shell/filter.rb: Fix typos and grammos. [approved by: keiju] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3462 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-02-04* io.c (argf_getline): should not increment lineno at EOF.matz
* error.c (set_syserr): should preserve duplicated error names. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-01-26* error.c (get_syserror): use snprintf() instead of sprintf(). pointedusa
out by knu. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3417 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-01-26* error.c (get_syserror): some Windows' errno have 5 digits.usa
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-01-19* lib/shellwords.rb (shellwords): A backslash ('\') in singleknu
quotes should not be regarded as meta character. This bug or maybe feature was inherited from Perl's shellwords.pl. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-01-16* sprintf.c (rb_f_sprintf): Fix a bug caused by an uninitializedknu
variable v, that a bignum unexpectedly gets converted into a string with its higher figures all filled with ./f/7/1, depending on the base. This bug seems to have been introduced in rev.1.11.2.4, before the 1.6.8 release. * sprintf.c (rb_f_sprintf): Use switch instead of a sequence of else-if's. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-01-14* eval.c (rb_f_require): do not search adding .rb/.so suffixes ifnobu
the suffix specifiched. [ruby-dev:18702] http://moonrock.jp/~don/d/200211.html#d08_t1 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-01-13* io.c (next_argv): not always set binmode.nobu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-01-12* io.c (next_argv): inherit binmode from $defout.eban
* configure.in: better DJGPP support. add GNUmakefile. * djgpp/GNUmakefile: new. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-01-11* configure.in (DLDLIBS): do not add "-lc" on DJGPP.eban
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-01-10* configure.in (RUBY_CHECK_IO_NEED): added more tests.nobu
* io.c (rb_io_check_readable): seek after synchronized write. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-01-09* misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): syntaxnobu
classes are not allowed inside character classes. [ruby-talk:60996] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3325 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-01-09* configure.in: AC_MSG_FAILURE is a new macro in 2.54b or later.nobu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-01-09also rb_io_putc().nobu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e