Commit graph

3408 commits

Author SHA1 Message Date
uebayasi
15cbcf1bf1 Forgot to remove this. 2007-04-27 03:54:30 +00:00
hiramatsu
ae58d38d21 Updated to 0.85.
Changes from 0.72:

[Changes for 0.85 (JSON::Syck 0.24) - 2007-04-20]

* Strings containing both single quotes and newlines were incorrectly
  quoted with backslash-escaped single quotes.  This is a regression
  introduced in YAML::Syck 0.84.
  Reported by: Agent Zhang

[Changes for 0.84 (JSON::Syck 0.23) - 2007-04-02]

* New $YAML::Syck::SingleQuote flag: When it is set to true, Dump will
  always emit quotes instead of bare strings.
  Requested by: Ingo Bax

* When $JSON::Syck::SingleQuote is set to true, special characters such as
  \r\n are still escaped as usual, because JavaScript allows the same form
  of escaping in strings with either quotes.
  Reported by: Dobrica Pavlinusic

[Changes for 0.83 (JSON::Syck 0.22) - 2007-02-05]

* Under JSON::Syck, as well as YAML::Syck when $ImplicitTyping is set to
  true, integer numbers larger than an unsigned integer (>=4294967296 on
  32-bit platforms) was erroneously loaded as 0.
  Reported by: Markus W・rle

[Changes for 0.82 (JSON::Syck 0.21) - 2007-01-26]

* Bytestrings containing no high bit bytes are no longer dumped as "!binary".

[Changes for 0.81 (JSON::Syck 0.21) - 2007-01-26]

* Support for loading Base64-encoded "!binary" type.

* Support for dumping non-unicode bytes containing high bits as
  Base64-encoded "!binary" type.

* JSON::Syck now raises an exception, instead of segfaults,
  when dumping a circular structure.

[Changes for 0.80 (JSON::Syck 0.20) - 2007-01-26]

* LICENSING CHANGE: This compilation and all individual files in it
  (except for the bundled libsyck code) are now under the permissive
  "MIT" license.  See the COPYRIGHT section in README for the new terms.

* Load("!! []") no longer segfaults due to empty tag names.

* Load("!!Foo []") now blesses into "Foo", not "Foo::\0".

* Load("!!perl/scalar 123") is now \123, not 123.

* Load("!!perl/scalar:Foo ~") is now \"Foo", not undef.

* Dump(bless(\$undef, 'Foo')) is now "!!perl/scalar:Foo ~", not "~".
2007-04-25 09:39:13 +00:00
uebayasi
938f1ca282 Update eb to 4.3.
Very concise change summary:
o support color pictures with references (4.3),
o add "cross" search support (4.2), and
o many bug fixes.
2007-04-24 15:01:03 +00:00
kleink
0368153e5d Add missing PERL5_PACKLIST fu. 2007-04-20 19:58:35 +00:00
wiz
f3dc032a3b Update to 1.0.7:
* version 1.0.7 "Winter beauty" 02-10-2005

  - added all languages listed by gnome-spell (Andre Klapper)

  - code cleanups by (Yanko Kaneti)

  - additional support for South African languages (Dwayne Bailey)

  - win build fixes (Tor Lillqvist)

  - added gl language (Ignacio Casal Quinteiro)

  - translation updates (Takeshi Aihana, Tommi Vainikainen, Artur
    Flinta, Adam Weinberger, Alessio Frusciante, Pablo Saratxaga, Adi
    Attar, Steve Murphy, Pawan Chitrakar, Changwoo Ryu, Ignacio Casal
    Quinteiro, Josep Puigdemont i Casamajó, Clytie Siddall, Francisco
    Javier F. Serrador)
2007-04-15 10:42:40 +00:00
kleink
f1dc49e96d Add/enable p5-Text-vCard. 2007-04-14 19:12:57 +00:00
kleink
f6eb1a038d Initial import of p5-Text-vCard-2.00 into the Packages Collection.
A vCard is an electronic business card.

  This package is for a single vCard (person / record / set of address
  information). It provides an API to editing and creating vCards,
  or supplied a specific piece of the Text::vFile::asData results it
  generates a vCard with that content.

  You should really use Text::vCard::Addressbook as this handles
  creating vCards from an existing file for you.
2007-04-14 19:10:18 +00:00
kleink
dc8eab1acd Add/enable p5-Text-vFile-asData. 2007-04-14 19:07:40 +00:00
kleink
857fbb05c4 Initial import of p5-Text-vFile-asData-0.05 into the Packages Collection.
Text::vFile::asData reads vFile format files, such as vCard (RFC 2426)
  and vCalendar (RFC 2445).
2007-04-14 19:06:04 +00:00
wiz
2818050b3e Update to 0.10.3:
Changes in 0.10.3:
------------------
* Fixed build issue with --disable-scrollkeeper, bug #427939 (Shaun McCance)

Changes in 0.10.2:
------------------
** general:
 * Use gawk -W compat whenever $(AWK) is gawk (Shaun McCance)
** tools:
 * Don's call ScrollKeeper when it's not installed; bug #410715 (Shaun McCance)
** xml2po:
 * Display xsltproc invocation, honor its exit status, and pull
   the source from srcdir; bug #169324 (Danilo Šegan)
** Updated translations:
   gl   (Ignacio Casal Quinteiro)
   sq   (Laurent Dhima)
2007-04-11 06:39:44 +00:00
joerg
3421a697df Kill a completely bogus fragment of configure (also dead upstream)
and fix the issue in po/Makefile.in.in directly.
2007-04-10 19:44:27 +00:00
drochner
bf9243b6d1 update to 1.8
pkgsrc change: make SGML output optional, off per default, which saves
the heavyweight dependency on jade
other changes:
o Made it easier to include example code in the source code comment blocks.
  "|[ ... ]|" can be used to delineate example code (it just gets converted
  to "<informalexample><programlisting>"), and most of the text in example
  code is left as it is. The only thing that is still expanded is
  '#' to allow links to a symbol's documentation, e.g. '#GtkWidget'.
o Made the field widths wider for the HTML output, so it looks a bit nicer.
o Added a '--rebuild-sections' option to gtkdoc-scan to automatically rebuild
  the MODULE-sections.txt file. This only works if all the header files are
  organized neatly and functions don't need rearranging in the docs.
o Added a '--rebuild-types' option to gtkdoc-scan to automatically rebuild
  the MODULE.types file, so you don't need to add new types manually.
o Leave CDATA sections as they are, in the extra XML content files and within
  source code comment blocks.
o Allow the section id and #include's to be set within the "SECTION:" comment
  block, using "@Section_ID:xxx" and "@Include:".
o Added "--default-includes" option to specify the default #include's (for
  people who are using --rebuild-sections and so can't specify it in
  MODULE-sections.txt).
o Added a '--query-child-properties' argument to help document child
  properties of arbitrary GObjects (used by things like canvas widgets).
o Fixed documentation of signals of interfaces.
2007-04-10 17:38:27 +00:00
wiz
62d9517146 Update to 1.0:
iso-codes 1.0
-------------
Tobias Toedter <t.toedter@gmx.net>
Mon, 4 Dec 2006

  [ ISO-3166 translations ]
  * Bulgarian (bg.po) updated by Damyan Ivanov. Closes: #396368
  * Bosnian (bs.po) updated by Safir Šećerović. Closes: #396395
  * Portuguese (pt.po) updated by Miguel Figueiredo. Closes: #399233
  * Norwegian Nynorsk (nn.po) updated by Håvard Korsvoll. Closes: #401343
  * Malayalam (ml.po) added by Praveen. Closes: #401438

  [Alastair McKinstry]
  * New major version number. The XML Schema is now considered stable
    (has not changed in over 1 year) and v1.0 is now released.
    Note that this is identical to 0.5*; only the version number has changed.

  [ Tobias Toedter ]
  * Fix typo for GB-SOM in iso_3166_2.xml and update all .po files.
    Thanks to Freek de Kruijf for the bug report.
2007-04-09 01:04:20 +00:00
obache
fc60f9e876 Fixes build problem on NetBSD. 2007-04-06 11:44:33 +00:00
obache
8fc9807aca Update my mail address to @NetBSD.org and remove some redundant lines. 2007-04-05 12:21:26 +00:00
rillig
8231ddd2e8 Fixed PKGMANDIR. 2007-04-01 19:36:08 +00:00
obache
aed6110a04 Change my mail address to @NetBSD.org. 2007-04-01 01:58:36 +00:00
obache
c9fe63be3d Use .so and not .dylib in PLIST other than Darwin.
Bump PKGREVISION for the PLIST change.
2007-03-31 15:36:57 +00:00
wiz
8b86fd9d15 When setting DIST_SUBDIR, distinfo needs updating too. 2007-03-28 06:33:46 +00:00
heinz
1db013f68b Make everybody fetch the new .zip file by adding DIST_SUBDIR. Thanks to Joerg
Sonnenberger and Jeremy C. Reed for reminding me about this.
2007-03-25 05:37:34 +00:00
heinz
fe82004348 Recalculated checksums because the .zip had changed, although the
content remained exactly the same.
2007-03-25 01:07:27 +00:00
heinz
b2c4116a2d Enabled p5-Encode-Detect. 2007-03-24 19:56:15 +00:00
heinz
2ebc14f6cb Initial import of p5-Encode-Detect 1.0 from pkgsrc-wip.
The package was created by Hiramatsu Yoshifumi, with some very small changes
by me:
  - different wording in COMMENT
  - BUILD_DEPENDS instead of DEPENDS. The required version of
    p5-ExtUtils-CBuilder is not specified in Build.PL, so I left it that way.
  - Added USE_LANGUAGES.

=====================================
This Perl module is an Encode::Encoding subclass that uses
Encode::Detect::Detector to determine the charset of the input data
and then decodes it using the encoder of the detected charset.

It is similar to Encode::Guess, but does not require the configuration
of a set of expected encodings. Like Encode::Guess, it only supports
decoding--it cannot encode.
2007-03-24 19:53:11 +00:00
joerg
161c920c15 Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
joerg
f1ad9d12bc Needs msgfmt. 2007-03-24 17:24:28 +00:00
schmonz
8f9febe751 Relinquish MAINTAINER. 2007-03-24 07:18:11 +00:00
recht
d9851792fb update to ICU 3.6
Major changes in ICU 3.6 include the following:
-	Unicode: ICU uses and supports Unicode 5.0, which is the latest major release of Unicode. Unicode 5.0 will be used in many operating systems and applications, and this version of ICU is important maintain interoperability with these new operating systems and applications. More information about Unicode 5.0 can be found in the Unicode press release.
-	Locale Data: ICU uses and supports data from Common Locale Data Repository (CLDR) 1.4, which includes many improvements in quality and quantity of data. There is 25% more CLDR locale data in 245 locales in ICU.
-	ICU4C Specific Changes
-	Charset Detection: A charset detection framework was added, which provides heuristics for detecting the charset for unlabeled sequences of bytes.
-	Layout: The font layout engine has support added for Tibetan, Sinhala and Old Hangul.
-	BiDi: The BiDi algorithm was enhanced to be more flexible and efficient
-	ICU Data Management: The new icupkg tool provides an easier way to manage ICU's data library. This tool allows you to add, update or remove data from ICU's data archive.
-	Time Zones The time zone data is modularized to allow easier building and updating of the data.
-	Word Boundaries: The Thai word break iteration was improved to be more accurate. Also dictionary based detection of Thai word boundaries is now active for all locales.
-	UText
-	The BreakIterator uses UText for abstract text processing.
-	64-bit indexing is now used to allow access to larger chunks of text.
-	API for read-only locking for security and robustness was added.
-	Performance
-	The u_sprintf/u_sscanf performance from the icuio library has been improved for number formatting/parsing.
-	Constructing a DateFormat is significantly faster for many locales.
-	Opening and closing a charset converter is significantly faster.
-	The UTF-8 transformation functions and macros are faster.
-	The UText API was improved for performance.
-	The collation open and close functions have a small performance improvement.
2007-03-23 12:51:13 +00:00
wiz
2d1a8cc474 Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
drochner
d931915a20 needs gmake/gawk to build cleanly, use gnome2-dirs for share/gnome/help 2007-03-21 11:05:29 +00:00
wiz
35ccacabc9 Update to 0.10.1:
Changes in 0.10.1:
------------------
* Fixed a bootstrapping issue, #416933 (Elijah Newren)

Changes in 0.10.0:
------------------
** general:
 * Fixed buildir/srcdir issue with autogen, #409292 (Loïc Minier)
** tools:
 * Fixed some brokenness with relative paths, #409341 (Loïc Minier)
 * Fixed some brokenness with absolute patsh, #169324 (Shaun McCance)
** xml2po:
 * Fixed bug #413602 (Eduardo Habkost)
** Updated translations:
   it     (Luca Ferretti)
   lt     (Gintautas Miliauskas)
   pl     (GNOME PL Team)
   pt_BR  (Leonardo Ferreira Fontenelle)
   uk     (Maxim Dziumanenko)

Changes in 0.9.2:
-----------------
* Skip SK category code checks if the param is not passed [#402159]

Changes in 0.9.1:
-----------------
** general:
 * Fixed various circular dependency problems (Christian Persch)
 * Use po/LINGUAS [#337987]  (Brian Pepple)
 * Added documentation templates  (Joachim Noreiko)
 * Removed some GNUisms [#378739 #378763 #366203]  (Shaun McCance)
 * New bootstrapping mechanism, using gnome-common [#340128]  (Shaun McCance)
 * Added ACLOCAL_AMFLAGS for autoreconf [#355521]  (dmacks)
 * Use $(AWK) instead of awk [#358161]  (James Andrewartha)
 * Fixed non-portable test expression [#362505]  (Thomas Klausner)
 * Removed the never-really-worked xsldoc and rngdoc  (Shaun McCance)
 * Install the .pc file when build utils are disabled [#355553]  (Mariano Suárez-Alvarez)
** xml2po:
 * Updates to tests  (Danilo Šegan)
 * Added some caching of values  (Danilo Šegan)
 * Added an XHTML mode  (Claude Paroz, Danilo Šegan)
 * Really ignore ignored tags [#378073]  (Danilo Šegan)
 * Ignore untranslated message in reuse mode [#381607]  (Danilo Šegan)
 * Speed improvements [#363451]  (Alexander Nedotsukov)
** tools:
 * Added gnome-doc-tool for processing documentation  (Shaun McCance)
 * Provide a 3-argument variant of GNOME_DOC_INIT [#392424 #350441]  (Christian Persch)
** xslt:
 * Allow pubdate and edition instead of revision in db2omf  (Shaun McCance)
 * Added an explicit check for scrollkeeper_cl.xml in db2omf  (Shaun McCance)
 * Made all db2omf errors error out, for great justice  (Shaun McCance)
 * Check for invalid category codes in db2omf  (Shaun McCance)
 * Added new inline documentation to XSLT  (Shaun McCance)
 * Added xi and fxi to exclude-result-prefixes  (Mariano Suárez-Alvarez)
 * Python classsynopsis elements no longer act like C++  (Shaun McCance)
 * Fixed some documentation typos  (Shaun McCance)
 * Added a utility XSLT file to list media files  (Shaun McCance)
 * Removed excessive alpha-thai elements [#323249]  (Theppitak Karoonboonyanan)
** Updated translations:
   ar     (Djihed Afifi)
   en_GB  (David Lodge)
   et     (Ivar Smolin)
   fi     (Ilkka Tuohela)
   he     (Yaniv Abir)
   it     (Luca Ferretti)
2007-03-20 21:02:40 +00:00
tv
b0ce45fc02 give away to pkgsrc-users 2007-03-19 16:36:41 +00:00
wiz
0f055c12be Add buildlink3.mk file. 2007-03-18 18:56:30 +00:00
rillig
dfff746269 The ruby binary is not a script. It's a binary. Fixes the following
error message:

=> Checking for portability problems in extracted files
/usr/pkg/bin/ruby18: 1: Syntax error: "(" unexpected
2007-03-17 17:29:01 +00:00
taca
c0fc16e517 Update HOMEPAGE to more informative one. 2007-03-15 16:46:13 +00:00
taca
29652fbe2a Update namazu2 package to 2.0.17.
Overview of Changes in Namazu 2.0.17 - Mar 12, 2007

* filter/win32/ole*.pl: correspondence Office 2007. [for Windows]
* filter/win32/olevisio.pl: It corresponds to Visio 2000 of another type.
  For Visio 2007/.vdx file. [for Windows]
* OOo bug correction.
* for Office Open XML file. [for Windows]
* nmzcat: SJIS output. [For Windows]
* mailutime: Bug correction related to passing.
* To the code in which it considers after 2038(In the direction that doesn't
  correspond).
* File-MMagic: Imported 1.27.
* For eml file.
* libnmz: Speed-up of retrieval.
* nmzchkw.pl: New addition. (contrib)
* libnmz: The bug around the memory is corrected. (users-ja#821).
* namazu and namazu.cgi: The bug that falls into an infinite loop is corrected.
* namazu and namazu.cgi: Correction of HTML emphasis tag. (for Windows)
* gcnmz and nmzmerge: The output of the log is corrected and the format is
  corrected.
* namazu and namazu.cgi: The possibility that the buffer overflow
  cuts it when the template is corrected is corrected.
* filter/mp3.pl: MP3-Info 1.21.
* namazu.spec.in: add nmzcat, nmzegrep.
* namazu.spec.in: fix filter-requires-namazu.sh.
* conf/namazurc-sample: It is added to the comment that Suicide_Time
  is only UNIX.
* scripts/mknmz.in: The mistake of the number of dummy arguments of
  process_file() is corrected.
* filter/pdf.pl: 'Unable to convert pdf file (maybe copying
  protection)' was corrected at option --debug.
* filter/msofficexml.pl: Added new fiter.
* filter/visio.pl: Added a new filter.
* filter/mp3.pl: Support MP3-Info 1.21's behavior.
* tests/*: It deals with trouble in which make check fails
  because of the environment of Mac + gettext 0.14.2.
* tests/data/ja/*: Added new file.
* Fix some bugs.
2007-03-15 16:27:47 +00:00
obache
83cac5c8d2 Added and enabled p5-Net-Dict. 2007-03-15 15:43:02 +00:00
obache
5bebcaedde Import p5-Net-Dict version 2.07 from pkgsrc-wip.
Pakcaged by Aleksey Cheusov and requested in PR 35469.

This distribution contains the Net::Dict module for Perl.
Net::Dict is a class implementing a simple client API
for the DICT protocol defined in RFC2229.
2007-03-15 15:41:29 +00:00
ginsbach
8b820641e8 Add new diffsplit package. 2007-03-13 16:09:16 +00:00
ginsbach
44ea1e6b63 This script splits up a unified diff into separate patch files,
each of which patches one source file.  [port2pkg conversion]
2007-03-13 16:03:08 +00:00
joerg
1b6ca55b58 Sync config.{guess,sub} with mk/gnu-configure. 2007-03-12 00:48:28 +00:00
wiz
5bce614705 Update to 4.1.5:
Sed 4.1.5

* fix parsing of a negative character class not including a closed bracket,
  like [^]] or [^]a-z].

* fix parsing of [ inside an y command, like y/[/A/.

* output the result of commands a, r, R when a q command is found.

----------------------------------------------------------------------------
Sed 4.1.4

* \B correctly means "not on a word boundary" rather than "inside a word"

* bugfixes for platform without internationalization

* more thorough testing framework for tarballs (`make full-distcheck')

----------------------------------------------------------------------------
Sed 4.1.3

* regex addresses do not use leftmost-longest matching.  In other words,
  /.\+/ only looks for a single character, and does not try to find as
  many of them as possible like it used to do.

* added a note to BUGS and the manual about changed interpretation
  of `s|abc\|def||', and about localization issues.

* fixed --disable-nls build problems on Solaris.

* fixed `make check' in non-English locales.

* `make check' tests the regex library by default if the included regex
  is used (regex tests had to be enabled separately up to now).

----------------------------------------------------------------------------
Sed 4.1.2

* fix bug in 'y' command in multi-byte character sets

* fix severe bug in parsing of ranges with an embedded open bracket

* fix off-by-one error when printing a "bad command" error
2007-03-08 18:53:56 +00:00
rillig
1fd58b933b Fixed a segmentation fault on IRIX. Although IRIX provides the
REG_STARTEND macro, it doesn't work as expected. A simple test case is:

	printf '\0\n\0\n' | nbsed /a/d

This test does not yet work as expected, but at least it doesn't cause
segmentation faults anymore. Handling of '\0' bytes must be improved.
2007-03-07 19:18:39 +00:00
joerg
bdb47b8960 Fix booost::regex test. This feels like a deja-vu, not sure where I hit
this before. Most likly a broken upstream macro.
2007-03-07 18:52:18 +00:00
jmmv
aaf61db584 Update the hugs additional modules (hugs-HUnit, hugs-unix and hugs-HaXml)
to the versions corresponding to the 2006-09 release.  This should have
been done when the main hugs package was updated to this version back in
October of past year.
2007-03-07 12:51:16 +00:00
obache
6eb9cf5487 Update hyperestraier and sub pacakges to 1.4.10.
Changes:
2006-11-11  Mikio Hirabayashi

	* estraier.c (est_set_ecode): new function.

	* estraier.c (est_search_union): scoring of ASIS mode was modified.

	* estraier.c (est_resmap_add, est_resmap_dump_keys): new functions.

	* estraier.c (est_narrow_scores): efficiency of narrowing index was improved.

	* estraier.c (est_utime): new function.

	* estraier.c (est_cond_scores, est_cond_set_narrowing_scores): new functions.

	* estraier.c (est_rescc_put): a bug of memory leak was fixed.

	* estnode.c: the function "est_datum_printf" was replaced by "cbdatumprintf".

	* estmaster.c (sendnodecmdsearch): accuracy of hints was improved.

	* estfraud.c (sendnodecmdputdoc): accuracy of hints was improved.

	* estfraud.c (sendnodecmdputdoc): morphological analyzer support was added.

	* estfraud.c (sendnodecmdputdoc): accuracy of hints was improved.

	* estwaver.c (runinit, procinit): "-apn", "-acc", "-sv", "-si", "-sa" options was added.

	* estscout.c: new file.

	* estsupt.c: new file.

	- Release: 1.4.10
2007-03-05 15:58:19 +00:00
seb
2260f675db Add & enable p5-Text-RewriteRules 2007-03-01 00:27:23 +00:00
seb
ad4617dea5 Initial import of p5-Text-RewriteRules version 0.10 into the NetBSD Packages
Collection.

The Perl 5 module Text::RewriteRules uses a simplified syntax for
regexp-based rules for rewriting text. You define a set of rules,
and the system applies them until no more rule can be applied
2007-03-01 00:25:14 +00:00
wiz
3712ee06b5 Update to 1.62.001:
1.62
   - interface to libxml2's pull-parser XML::LibXML::Reader
     (initiated by Heiko Klein)
   - make error messages intended to the user report the line of the
     application call rather than that of the internal XS call
   - XML::LibXML::Attr->serializeContent added (convenience function)
   - fix getAttributeNode etc. w.r.t. #FIXED attributes (as well as some
     cases with old buggy libxml2 versions)
   - warn if runtime libxml2 is older than the one used at the compile time
   - if compiled against libxml2 >= 2.6.27, new parse_html_* implementation is used
     allowing encoding and other options to be passed to the parser
   - DOM-compliant nodeNames: #comment, #text, #cdata, #document, #document-fragment
   - toString on empty text node returns empty string, not undef
   - cloneNode copies attributes on an element as required by the DOM spec
2007-02-27 14:08:33 +00:00
wiz
c50f610598 Update to 0.15:
0.15  08 Feb 2007  Grant McLean
    - Fixed handling of entities in attribute values
    - Cleaned up some benign warnings

0.14  23 Apr 2006  Matt Sergeant
    - Fixed CDATA section parsing (Uwe Voelker)
    - Fix Makefile.PL for VMS
    - Support calling set_handler() mid-parse
    - Fix for when random modules overload UNIVERSAL::AUTOLOAD()
    - Fix case when ParserDetails.ini isn't being updated but we are doing an
      upgrade.

0.13  24 Oct 2005  Matt Sergeant
    - Complete re-write of XML::SAX::PurePerl for performance
    - Support Encoding & XMLVersion in DocumentLocator interface
    - A few conformance tweaks to match perl SAX 2.1.
2007-02-27 14:03:58 +00:00
wiz
b23d9783b4 Update to 0.35.5:
Version 0.35.5

* Don't hardcode fallback path to intltool-extract
  -- bug #399476 (Rodney Dawes)
* Fix mkdir race in inltool-merge.in.in
  -- bug #400788 (Rodney Dawes, Leonardo Boshell)
* Update an additional check to use $SRCDIR properly for POTFILES.skip
  -- bug #391892 (Rodney Dawes)
* Handle extracting comments from ini-style files
  -- bug #390271 (Takao Fujiwara)
2007-02-27 09:47:07 +00:00