[#36034] [Backport92 - Backport #4651][Open] Bus Error using continuation on x86_64-darwin11.0.0 (Lion) — Erik Michaels-Ober <sferik@...>

17 messages 2011/05/07

[#36058] draft schedule of Ruby 1.9.3 — "Yuki Sonoda (Yugui)" <yugui@...>

-----BEGIN PGP SIGNED MESSAGE-----

18 messages 2011/05/09

[#36131] Re: [ruby-cvs:38172] Ruby:r30989 (trunk): * include/ruby/win32.h: define WIN32 if neither _WIN64 nor WIN32 defined. it forces to use push/pop for pack(4) pragma. — "Yuki Sonoda (Yugui)" <yugui@...>

Hi arton,

7 messages 2011/05/12

[#36156] [Ruby 1.9 - Bug #4683][Open] [PATCH] io.c: copy_stream execute interrupts and retry — Eric Wong <normalperson@...>

11 messages 2011/05/12

[#36316] [Ruby 1.9 - Bug #4731][Open] ruby -S irb fails with mingw/msys vanilla builds — Roger Pack <rogerpack2005@...>

12 messages 2011/05/18

[#36329] [Ruby 1.9 - Bug #4738][Open] gem install fails with "Encoding::ConverterNotFoundError" on windows 7 greek — Ilias Lazaridis <ilias@...>

11 messages 2011/05/19

[#36390] [Ruby 1.9 - Feature #4766][Open] Range#bsearch — Yusuke Endoh <mame@...>

23 messages 2011/05/22

[#36406] 1.8.7 release next month — Urabe Shyouhei <shyouhei@...>

Hello core people,

18 messages 2011/05/23
[#36414] Re: 1.8.7 release next month — Luis Lavena <luislavena@...> 2011/05/23

2011/5/23 Urabe Shyouhei <shyouhei@ruby-lang.org>:

[#36487] Re: 1.8.7 release next month — Urabe Shyouhei <shyouhei@...> 2011/05/26

Hi Luis,

[#36488] Re: 1.8.7 release next month — Hidetoshi NAGAI <nagai@...> 2011/05/26

From: Urabe Shyouhei <shyouhei@ruby-lang.org>

[#36496] Re: 1.8.7 release next month — Hidetoshi NAGAI <nagai@...> 2011/05/26

From: Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>

[#36712] Re: 1.8.7 release next month — Urabe Shyouhei <shyouhei@...> 2011/06/03

Ping Luis, how's it going?

[#36748] Re: 1.8.7 release next month — Luis Lavena <luislavena@...> 2011/06/05

On Fri, Jun 3, 2011 at 5:18 AM, Urabe Shyouhei <shyouhei@ruby-lang.org> wrote:

[#36434] [Ruby 1.9 - Feature #4774][Open] User Friendly Handling of "Encoding::ConverterNotFoundError" — Lazaridis Ilias <ilias@...>

11 messages 2011/05/24

[#36447] [Ruby 1.9 - Bug #4777][Open] Ruby 1.9.2-p180 ignoring INT, TERM, and QUIT until it receives CONT — Nathan Sobo <nathansobo@...>

10 messages 2011/05/25

[#36559] [Ruby 1.9 - Feature #4801][Open] Shorthand Hash Syntax for Strings — Tom Wardrop <tom@...>

48 messages 2011/05/30
[#36560] Re: [Ruby 1.9 - Feature #4801][Open] Shorthand Hash Syntax for Strings — Yukihiro Matsumoto <matz@...> 2011/05/30

Hi,

[#36571] Re: [Ruby 1.9 - Feature #4801][Open] Shorthand Hash Syntax for Strings — Anurag Priyam <anurag08priyam@...> 2011/05/30

> Iff 'key': 'value'} means {:key => 'value'} I have no objection.

[#36573] Re: [Ruby 1.9 - Feature #4801][Open] Shorthand Hash Syntax for Strings — Yukihiro Matsumoto <matz@...> 2011/05/30

Hi,

[#36578] Re: [Ruby 1.9 - Feature #4801][Open] Shorthand Hash Syntax for Strings — Cezary <cezary.baginski@...> 2011/05/30

On Mon, May 30, 2011 at 04:21:32PM +0900, Yukihiro Matsumoto wrote:

[#36580] Re: [Ruby 1.9 - Feature #4801][Open] Shorthand Hash Syntax for Strings — Rodrigo Rosenfeld Rosas <rr.rosas@...> 2011/05/30

Em 30-05-2011 07:58, Cezary escreveu:

[#36581] Re: [Ruby 1.9 - Feature #4801][Open] Shorthand Hash Syntax for Strings — Michael Edgar <adgar@...> 2011/05/30

Since :"#{abc}" is allowed in Ruby, I imagine that any such substitute syntax would preserve that property.

[#36587] Re: [Ruby 1.9 - Feature #4801][Open] Shorthand Hash Syntax for Strings — Cezary <cezary.baginski@...> 2011/05/30

On Mon, May 30, 2011 at 09:05:04PM +0900, Michael Edgar wrote:

[ruby-core:36421] [Ruby 1.9 - Bug #4695][Open] documentation updates: Zlib is 100%

From: Yusuke Endoh <mame@...>
Date: 2011-05-24 12:11:48 UTC
List: ruby-core #36421
Issue #4695 has been updated by Yusuke Endoh.

Status changed from Closed to Open

Hello,

 /*
- * ???
+ * Document-method: Zlib::GzipFile#set_lineno
+ *
+ * Specify line number of the last row read from this file.
  */

set_lineno -> lineno=
set_mtime -> mtime=
set_orig_name -> orig_name=
...
----------------------------------------
Bug #4695: documentation updates: Zlib is 100%
http://redmine.ruby-lang.org/issues/4695

Author: Vincent Batts
Status: Open
Priority: Normal
Assignee: Eric Hodel
Category: DOC
Target version: 1.9.3
ruby -v: ruby 1.9.3dev (2011-05-14 trunk 31562) [i686-linux]


per http://blog.segment7.net/2011/05/09/ruby-1-9-3-documentation-challenge

A bit of this is cleanup of existing documentation.
This patch includes the following bits.

module Zlib # is documented

  # in file ext/zlib/zlib.c
  VERSION = nil
  # in file ext/zlib/zlib.c
  ZLIB_VERSION = nil
  # in file ext/zlib/zlib.c
  BINARY = nil
  # in file ext/zlib/zlib.c
  ASCII = nil
  # in file ext/zlib/zlib.c
  UNKNOWN = nil
  # in file ext/zlib/zlib.c
  NO_COMPRESSION = nil
  # in file ext/zlib/zlib.c
  BEST_SPEED = nil
  # in file ext/zlib/zlib.c
  BEST_COMPRESSION = nil
  # in file ext/zlib/zlib.c
  DEFAULT_COMPRESSION = nil
  # in file ext/zlib/zlib.c
  FILTERED = nil
  # in file ext/zlib/zlib.c
  HUFFMAN_ONLY = nil
  # in file ext/zlib/zlib.c
  DEFAULT_STRATEGY = nil
  # in file ext/zlib/zlib.c
  MAX_WBITS = nil
  # in file ext/zlib/zlib.c
  DEF_MEM_LEVEL = nil
  # in file ext/zlib/zlib.c
  MAX_MEM_LEVEL = nil
  # in file ext/zlib/zlib.c
  NO_FLUSH = nil
  # in file ext/zlib/zlib.c
  SYNC_FLUSH = nil
  # in file ext/zlib/zlib.c
  FULL_FLUSH = nil
  # in file ext/zlib/zlib.c
  FINISH = nil
  # in file ext/zlib/zlib.c
  OS_CODE = nil
  # in file ext/zlib/zlib.c
  OS_MSDOS = nil
  # in file ext/zlib/zlib.c
  OS_AMIGA = nil
  # in file ext/zlib/zlib.c
  OS_VMS = nil
  # in file ext/zlib/zlib.c
  OS_UNIX = nil
  # in file ext/zlib/zlib.c
  OS_ATARI = nil
  # in file ext/zlib/zlib.c
  OS_OS2 = nil
  # in file ext/zlib/zlib.c
  OS_MACOS = nil
  # in file ext/zlib/zlib.c
  OS_TOPS20 = nil
  # in file ext/zlib/zlib.c
  OS_WIN32 = nil
  # in file ext/zlib/zlib.c
  OS_VMCMS = nil
  # in file ext/zlib/zlib.c
  OS_ZSYSTEM = nil
  # in file ext/zlib/zlib.c
  OS_CPM = nil
  # in file ext/zlib/zlib.c
  OS_QDOS = nil
  # in file ext/zlib/zlib.c
  OS_RISCOS = nil
  # in file ext/zlib/zlib.c
  OS_UNKNOWN = nil
  # in file ext/zlib/zlib.c
  def adler32(*args); end

  # in file ext/zlib/zlib.c
  def crc32(*args); end

  # in file ext/zlib/zlib.c
  def crc_table(); end

  # in file ext/zlib/zlib.c
  def deflate(*args); end

  # in file ext/zlib/zlib.c
  def inflate(p1); end

  # in file ext/zlib/zlib.c
  def zlib_version(); end

end

# in files:
#   ext/zlib/zlib.c

class Zlib::BufError
end

# in files:
#   ext/zlib/zlib.c

class Zlib::DataError
end

# in files:
#   ext/zlib/zlib.c

class Zlib::MemError
end

# in files:
#   ext/zlib/zlib.c

class Zlib::NeedDict
end

# in files:
#   ext/zlib/zlib.c

class Zlib::StreamEnd
end

# in files:
#   ext/zlib/zlib.c

class Zlib::StreamError
end

# in files:
#   ext/zlib/zlib.c

class Zlib::VersionError
end

class Zlib::GzipFile::Error # is documented

  attr_reader :input # in file ext/zlib/zlib.c
  # in file ext/zlib/zlib.c
  def inspect(); end

end

class Zlib::GzipFile # is documented

  # in file ext/zlib/zlib.c
  def wrap(*args); end

  # in file ext/zlib/zlib.c
  def close(); end

  # in file ext/zlib/zlib.c
  def closed?(); end

  # in file ext/zlib/zlib.c
  def comment(); end

  # in file ext/zlib/zlib.c
  def crc(); end

  # in file ext/zlib/zlib.c
  def finish(); end

  # in file ext/zlib/zlib.c
  def level(); end

  # in file ext/zlib/zlib.c
  def mtime(); end

  # in file ext/zlib/zlib.c
  def orig_name(); end

  # in file ext/zlib/zlib.c
  def os_code(); end

  # in file ext/zlib/zlib.c
  def sync(); end

  # in file ext/zlib/zlib.c
  def sync=(p1); end

  # in file ext/zlib/zlib.c
  def to_io(); end

end



class Zlib::Deflate # is documented

  # in file ext/zlib/zlib.c
  def flush(*args); end

  # in file ext/zlib/zlib.c
  def initialize_copy(p1); end

  # in file ext/zlib/zlib.c
  def params(p1, p2); end

  # in file ext/zlib/zlib.c
  def set_dictionary(p1); end

end


class Zlib::GzipFile # is documented

  # in file ext/zlib/zlib.c
  def crc(); end

  # in file ext/zlib/zlib.c
  def sync=(p1); end

end


class Zlib::GzipFile::Error # is documented

  # in file ext/zlib/zlib.c
  def inspect(); end

end



class Zlib::GzipReader # is documented

  # in file ext/zlib/zlib.c
  def new(*args); end

  # in file ext/zlib/zlib.c
  def open(*args); end

  # in file ext/zlib/zlib.c
  def bytes(); end

  # in file ext/zlib/zlib.c
  def each(*args); end

  # in file ext/zlib/zlib.c
  def each_byte(); end

  # in file ext/zlib/zlib.c
  def each_line(*args); end

  # in file ext/zlib/zlib.c
  def eof(); end

  # in file ext/zlib/zlib.c
  def eof?(); end

  # in file ext/zlib/zlib.c
  def getc(); end

  # in file ext/zlib/zlib.c
  def lineno(); end

  # in file ext/zlib/zlib.c
  def lineno=(p1); end

  # in file ext/zlib/zlib.c
  def lines(*args); end

  # in file ext/zlib/zlib.c
  def pos(); end

  # in file ext/zlib/zlib.c
  def read(*args); end

  # in file ext/zlib/zlib.c
  def readchar(); end

  # in file ext/zlib/zlib.c
  def rewind(); end

  # in file ext/zlib/zlib.c
  def tell(); end

  # in file ext/zlib/zlib.c
  def ungetbyte(p1); end

  # in file ext/zlib/zlib.c
  def ungetc(p1); end

  # in file ext/zlib/zlib.c
  def unused(); end

end

class Zlib::GzipWriter # is documented

  # in file ext/zlib/zlib.c
  def new(*args); end

  # in file ext/zlib/zlib.c
  def open(*args); end

  # in file ext/zlib/zlib.c
  def flush(*args); end

  # in file ext/zlib/zlib.c
  def pos(); end

  # in file ext/zlib/zlib.c
  def tell(); end

  # in file ext/zlib/zlib.c
  def write(p1); end

end

class Zlib::Inflate # is documented

  # in file ext/zlib/zlib.c
  def inflate(p1); end

  # in file ext/zlib/zlib.c
  def new(*args); end

  # in file ext/zlib/zlib.c
  def inflate(p1); end

  # in file ext/zlib/zlib.c
  def set_dictionary(p1); end

  # in file ext/zlib/zlib.c
  def sync(p1); end

  # in file ext/zlib/zlib.c
  def sync_point?(); end

end






class Zlib::ZStream # is documented

  # in file ext/zlib/zlib.c
  def adler(); end

  # in file ext/zlib/zlib.c
  def avail_in(); end

  # in file ext/zlib/zlib.c
  def avail_out(); end

  # in file ext/zlib/zlib.c
  def avail_out=(p1); end

  # in file ext/zlib/zlib.c
  def close(); end

  # in file ext/zlib/zlib.c
  def closed?(); end

  # in file ext/zlib/zlib.c
  def data_type(); end

  # in file ext/zlib/zlib.c
  def end(); end

  # in file ext/zlib/zlib.c
  def ended?(); end

  # in file ext/zlib/zlib.c
  def finish(); end

  # in file ext/zlib/zlib.c
  def finished?(); end

  # in file ext/zlib/zlib.c
  def flush_next_in(); end

  # in file ext/zlib/zlib.c
  def flush_next_out(); end

  # in file ext/zlib/zlib.c
  def reset(); end

  # in file ext/zlib/zlib.c
  def stream_end?(); end

  # in file ext/zlib/zlib.c
  def total_in(); end

  # in file ext/zlib/zlib.c
  def total_out(); end

end



-- 
http://redmine.ruby-lang.org

In This Thread