Next | Query returned 29 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2014-03-14 15:31:20 by Takahiro Kambe | Files touched by this commit (4)
Log message:
Update ruby-rdoc to 4.1.1.

Changes from 4.0.1 are too many to write here, please refer History.rdoc
file.
   2014-01-19 13:57:42 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Stop using RUBY_RDOC_VERSION for specifying current ruby-rdoc's version.
It isn't used any other place.
   2013-07-07 17:58:52 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Make sure to add a patch file.
   2013-07-07 17:57:59 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Add quick hack to fix runtime problem with Ruby 1.8.7.

Bump PKGREVISION.
   2013-06-17 17:27:32 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Trying to fix build problem with ruby18.
   2013-06-11 17:00:18 by Takahiro Kambe | Files touched by this commit (5)
Log message:
Update ruby-rdoc package to 4.0.1.

Changes are too many to write here, please refer History.rdoc file.
   2013-04-06 05:45:29 by Blue Rats | Files touched by this commit (152)
Log message:
Fixes:

 COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
   2013-03-07 17:50:51 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-rdoc to 3.12.2.

=== 3.12.2 / 2013-02-24

* Bug fixes
  * Fixed bug in syntax-highlighting that would corrupt regular expressions.
    Ruby Bug #6488 by Benny Lyne Amorsen.
  * Fixed lexing of character syntax (<code>?x</code>).  Reported by \ 
Xavier
    Noria.
  * Fixed tokenization of % when it is not followed by a $-string type
  * Fixed display of __END__ in documentation examples in HTML output
  * Fixed tokenization of reserved words used as new-style hash keys
  * Fixed HEREDOC output for the limited case of a heredoc followed by a line
    end.  When a HEREDOC is not followed by a line end RDoc is not currently
    smart enough to restore the source correctly.  Bug #162 by Zachary Scott.
   2013-02-06 16:53:15 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-rdoc to 3.12.1.

=== 3.12.1 / 2013-02-05

* Bug fixes
  * Fixed an XSS exploit in darkfish.js.  This could lead to cookie disclosure
    to third parties.  See CVE-2013-0256[rdoc-ref:CVE-2013-0256.rdoc] for full
    details including a patch you can apply to generated RDoc documentation.
  * Ensured that rd parser files are generated before checking the manifest.
   2011-12-16 12:48:33 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-rdoc package to 3.12.

=== 3.12 / 2011-12-15

* Minor enhancements
  * Added DEVELOPERS document which contains an overview of how RDoc works and
    how to add new features to RDoc.
  * Improved title for HTML output to include <code>--title</code> in the
    title element.
  * <code>rdoc --pipe</code> now understands \ 
<code>--markup</code>.
  * RDoc now supports irc-scheme hyperlinks.  Issue #83 by trans.

* Bug fixes
  * Fix title on HTML output for pages.
  * Fixed parsing of non-indented HEREDOC.
  * Fixed parsing of <code>%w[]</code> and other % literals.  Issue \ 
#84 by
    Erik Hollensbe
  * Fixed arrow replacement in HTML output munging the spaceship operator.
    Issue #85 by eclectic923.
  * Verbatim sections with ERB that match the ruby code whitelist are no
    longer syntax-highlighted.  Issue #86 by eclectic923
  * Line endings on windows are normalized immediately after reading with
    binmode.  Issue #87 by Usa Nakamura
  * RDoc better understands directives for comments.  Comment directives can
    now be found anywhere in multi-line comments.  Issue #90 by Ryan Davis
  * Tidy links to methods show the label again.  Issue #88 by Simon Chiang
  * RDoc::Parser::C can now find comments directly above
    +rb_define_class_under+.  Issue #89 by Enrico
  * In rdoc, backspace and ansi formatters, labels and notes without bodies
    are now shown.
  * In rdoc, backspace and ansi formatters, whitespace between label or note
    and the colon is now stripped.

Next | Query returned 29 messages, browsing 11 to 20 | Previous