pieces of GNU software, this package makes use of GCC extensions.
Another thing is that on Solaris, <stdbool.h> may only be included by
the c99 compiler, not any other; therefore we need to define our boolean
type ourself.
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
0.79
Fri Jun 29 01:43:12 UTC 2007 ($Rev: 4391 $, $Author: chromatic $)
- removed noisy and unnecessary diag() calls in tests
- fixed a magic @ISA assignment for 5.9.5 (Andreas Koenig)
- removed signature test (not that useful)
Tue Oct 10 04:46:55 UTC 2006 (Rev: 2945, Author: chromatic)
- removed directory changes in tests
- return merged hash from merge_hash()
- added hash merging tests from Derek Price (part of RT #21269)
- fixed nested lists error reported by Derek Price (RT #21269)
(generating po files properly seems to need this), add pcre support.
Changes before version 1.10 are unavailable.
The following things have been changed compared to version 1.10:
o Bugfix in ellipsis processing
o Support for Dutch
o GPL 3.0
o Use autoconf 2.61
1. Version 8.2.5 (2007-11-18)
Bug fixes
* Fixed exception thrown by illegal command-line arguments.
* Rolled back the with warning bug fix introduced in 8.2.4 -- it was
incompatible with Python <2.5.
__________________________________________________________________
2. Version 8.2.4 (2007-11-10)
Additions and changes
* You can now use the lang attribute to set the DocBook language
attribute.
* Attribute values can now contain attribute references.
* If the lang attribute is defined then configuration files named
like lang-<lang>.conf will be loaded automatically.
* The help file name help-<lang>.conf is based on the AsciiDoc lang
attribute, defaults to help.conf (English).
* Admonition, figure and table captions have been factored into a
predefined set of caption_* attributes. They only apply to directly
generated (X)HTML outputs (DocBook stylesheets generate their own
language specific captions based on the lang attribute).
* Dropped platform dependent doc/asciidoc.chm file from distribution
documentation formats.
Bug fixes
* The spurious warning with will become a reserved keyword in Python
2.6 has been suppressed.
__________________________________________________________________
3. Version 8.2.3 (2007-09-12)
Additions and changes
* Added VMiklos's permalink patch for auto-generated section IDs
(enabled by default by the sectids attribute).
* Added [1]FAQ to website.
* Changed format of {localdate} attribute to ISO 8601 (%Y-%m-%d).
* Added abc2ly --beams=None option to make music2png.py conform to
ABC's notion of beams.
* XHTML level 2 section headings are now styled with an underlining
border.
* XHTML links to AsciiDoc title elements are now implemented with
title ID attributes (previously separate <a> element targets were
generated.
* Multi-word first, middle and last names can be entered in the
header author line using the underscore as a word separator.
* The nested inline macros restriction has now been lifted, for
example you can now include links and inline images inside
footnotes.
* Help topic names can be shortened (so long as they are not
ambiguous). For example asciidoc -hm will print the AsciiDoc man
page.
* Added {two_colons} and {two_semicolons} attributes for escaping
labeled list ambiguity.
* If quirks mode is disabled the XHTML Mime Type is set to the
recommended application/xhtml+xml (rather than text/html).
Bug fixes
* Author information is now correctly set when using attribute
entries in the header instead of an author line (previously the
author attribute was not being calculated correctly and there were
attribute substitution problems).
__________________________________________________________________
4. Version 8.2.2 (2007-07-22)
Additions and changes
* [2]LaTeXMathML capability has been added for users who are more
familiar with or prefer LaTeX math formulas to the [3]ASCIIMathML
notation (thanks to Arthur Sakellariou for the patch).
* The source highlight and code filters now process embedded
callouts.
* Added an --attribute=ATTRIBUTE option to a2x(1) for passing
attribute values to asciidoc(1) (a shortcut for --asciidoc-opts="-a
ATTRIBUTE").
* Image block and inline macros prepend optional {imagesdir}
attribute to image link targets.
Bug fixes
* Fixed an assertion error that occurred when a configuration file
containing an include::[] macro was loaded using the --conf-file
option and the configuration file name did not include an explicit
directory path -- patch submitted by Dmitry Potapov.
* Asciidoc titles are only converted to lower case if all characters
are upper case otherwise case is left unchanged -- patch submitted
by Dmitry Potapov.
* Added a missing check that input is not stdin before loading
configuration files from the document directory -- patch submitted
by Dmitry Potapov.
* Attribute list items must evaluate to strings, numbers or None
(previously it was possible to evaluate to other object types which
resulted in surprising attribute values).
* If an AsciiDoc document has no title an empty XHTML 1.1 title
element is created -- previously the title element was dropped
which resulted in invalid XHTML 1.1.
* The Vim syntax file no longer highlights escaped callouts.
* The Vim syntax highlighter now correctly highlights Double-dollar
passthroughs when they enclose dollar delimited ASCIIMathML and
LaTeXMathML formulas.
__________________________________________________________________
5. Version 8.2.1 (2007-04-06)
Additions and changes
* A number of improvements have been made to the Vim syntax
highlighter, for example the word C++ is no longer mistaken for the
start of an unconstrained monospace quote.
* Labeled list definitions have been tightened -- a list label can no
longer containing trailing spaces. The following example is no
longer recognized as a valid list label:
Lorum ipsum ::
This change implements the originally intended behavior (as per the
AsciiDoc documentation and examples) so there should be very few
compatibility issues.
__________________________________________________________________
6. Version 8.2.0 (2007-04-04)
Additions and changes
* A Vim syntax file is now included in the AsciiDoc distribution
(inspired by Felix Obenhuber's asciidoc.vim script). You can find
it (along with a Vim filetype detection script in the distribution
./vim/ directory (the scripts are installed automatically by the
AsciiDoc installer ./install.sh). See Appendix J of the AsciiDoc
User Guide for details.
* Added toclevel attribute (1..4) which sets the number of title
levels reported in the table of contents. Defaults to 2 and must be
used with the toc attribute. Example usage:
$ asciidoc -a toc -a toclevels=3 doc/asciidoc.txt
* Added a listindex attribute which is the current list item index
(1..). If this attribute appears outside a list its value is the
number of items in the most recently closed list.
* The single line titles syntax now accepts trailing suffixes -- this
syntax matches the title line syntax of a number of popular Wiki
markups.
* If a QuoteBlock has no attribution or citetitle then the DocBook
<attribution> element is not generated (previously generated empty
<attribution> element).
* If the text of a labeled list item is blank then no texttag is
written.
* An end of line backslash performs line continuation for horizontal
labeled list items.
* The Revision line now accommodates Subversion $Id markers (in
addition to CVS and RCS markers). Thanks to Tiago Sturmer Daitx for
this patch.
* Implemented a2x(1) option --skip-asciidoc which allows a2x(1) to
convert DocBook XML files not derived from AsciiDoc sources.
* If a2x(1) --doctype option is not specified it defaults to manpage
if --format=manpage else defaults to article (previously --doctype
always defaulted to article).
* Added an External Resources section to the [4]AsciiDoc home page.
0.28 2007.11.06
* Fixed Namespace handling in extensions so that both URL and NS object work
(Thanks to Brian Cassidy)
0.27_01 2007.10.04
* Removes most of hacks to deal with LibXML insane unicode stuff which are fixed with 1.64
0.27 2007.09.15
* Fixed $feed->as_xml_utf8 to work with latest XML::LibXML
0.26 2007.09.15
* This be 0.26
0.25_02 2007.06.20
* Fixed tests that fail with newer libxml (Thanks to knagano)
0.25_01 2007.04.27
* Fixed XML::Atom::Base element accessor to work with attributes
(Patch from LTjake and Jshirley for OpenSearch extension)
* Make XML::Atom::Link easily subclassable
(Patch from Simon Wistow for Google Calendar support)
1.65
- fix bug in t/40reader.t revealed by a bugfix in Test::More 0.71 (Jonathan Rockway)
- fix possible SIGSEGV when PI's or attrs created with
createDocument can get garbage-collected after their owning
document (old-standing bug suddenly caught by XML::Compile regression tests)
- skip tests for unsupported features on unsupported versions of Perl/libxml2
- make Reader interface require Perl 5.8 (patches to extend to 5.6 are welcome)
1.64
- fix reconcilation of the "xml" namespace [rt.cpan.org #26450]
- make tests pass with libxml2 2.9.29 - PI regression tests now
accept "" as data of an empty PI [rt.cpan.org #27659]
- strip-off UTF8 flag with $node->toString($format,1) for consistent
behavior independent on the actual document encoding
- fix in XML::LibXML::Reader::nextSiblingElment
- fix synopsis for XML::LibXML::Reader
- skip tests that require Encode module if not available (perl 5.6)
- finally removed the iterator() method deprecated since 1.54
- set_document_locator support in XML::LibXML::SAX::Parser
- SYNOPSIS sections of the docs now mention which module to use
and which other manpage to look into for inherited methods
- XML::LibXML::Namespace API fixed in order to achieve
an agreement between the docs and the implementation
2.36
- Fix for Carp::Heavy bugs
2.35
- Works in 5.10 (Andreas J. Koenig)
- Added license in Makefile.PL (Alexandr Ciornii)
- Makefile.PL also searches for expat in C:/lib/Expat-2.0.0 (Alexandr Ciornii)
- No longer uses variable named 'namespace' in Expat.xs (Jeff Hunter)
version: 0.66
date: Thu Sep 27 01:37:16 PDT 2007
changes:
- Blessed code refs with LoadCode=0 still get blessed. rafl++
---
version: 0.65
date: Thu Jun 21 17:37:32 PDT 2007
changes:
- \z is really \0
- Speed up regexp loading. audreyt++
---
version: 0.64
date: Thu Jun 21 14:31:20 PDT 2007
changes:
- Better support for loading regexps. audreyt++
---
version: 0.63
date: Wed Jun 20 16:03:22 PDT 2007
changes:
- Don't emit nodes blessed into '' in the new tag scheme, and improve semantics
of loading such nodes.
- New support for dumping/loading regexps.
Changes:
2007-11-18 Mikio Hirabayashi <mikio@users.sourceforge.net>
* estraier.c: code clean-up.
- Bugs related to type casting of perl binding were fixed.
- Release: 1.4.12
iso-codes 1.6
-------------
Tobias Toedter <t.toedter@gmx.net>
Tue, 20 November 2007
[ General ]
* Remove no.po files from all subdirectories, as they have been
superseeded by nb.po files.
[ ISO-3166 translations ]
* Traditional Chinese (Closes: #445641)
* Gujarati (Closes: #445745)
* Marathi
* Indonesian
* Kurdish (Closes: alioth#305556)
* Korean (Closes: #446254 and updates from TP)
* Romanian (Closes: alioth#305737)
* Galician (Closes: #446480)
* Vietnamese (via TP and the amazing Clytie)
* Slovenian (via TP)
* Belarusian (via TP)
* Wolof (Closes: #450797)
* Lithuanian
* Afrikaans
[ ISO-15924 translations ]
* Vietnamese added (via TP and the amazing Clytie)
* Slovenian (via TP)
* Dutch (via TP)
* Simplified Chinese (via TP)
[ ISO-639 translations ]
* Slovenian (via TP)
* Esperanto (via TP)
* Polish (via TP)
* Irish (via TP)
* Vietnamese (via TP and the amazing Clytie)
* Dutch (via TP)
* Belarusian (via TP)
* Encoding problems fixed in Tamil translation. Thanks to Fridel Wolff
for spotting it.
* Simplified Chinese (via TP)
* Afrikaans updated (thanks to Friedel Wolff)
[ ISO-4217 translations ]
* Slovenian (via TP)
* Polish (via TP)
* Vietnamese (via TP and the amazing Clytie)
* Simplified Chinese (via TP)
[ ISO-3166-2 translations ]
* Greek
* Vietnamese (via TP and the amazing Clytie)
* Lithuanian
* Simplified Chinese (via TP)
[ ISO-3166-2 ]
* Add new attribute (parent) for iso_3166_2_entry, marking the inclusion in
a higher-level subdivision
* Correct the list with information from the ISO-3166 MA
newsletter I-1: add accents for Dominican Republic
* Correct the list with information from the ISO-3166 MA
newsletter I-2: use schwa in Azerbaijan, typo in Malawi and Nicaragua,
remove no longer existing municipality from Cape Verde, use full names
for Guinea, add missing department (Haute-Marne) for France
* Correct the list with information from the ISO-3166 MA
newsletter I-3: add accents for United Arab Emirates
* Correct the list with information from the ISO-3166 MA
newsletter I-4: add accents for Ecuador, Spain, India, Kyrgyzstan,
Kazakhstan, Lao, Mauritius, Romania, Turkmenistan and Yemen, remove
alternative spellings for Spain and India, add missing province in
Burundi, remove no longer existing province from Uzbekistan, put Ethiopia
subdivisions in amharic
* Correct the list with information from the ISO-3166 MA
newsletter I-5: add accents for Switzerland, remove Serbia and Montenegro
* Correct the list with information from the ISO-3166 MA
newsletter I-6: add accents for Colombia, add counties for Albania
* Correct the list with information from the ISO-3166 MA
newsletter I-7: remove no longer existing province from Indonesia
* Correct the list with information from the ISO-3166 MA
newsletter I-8: remove channel islands, Isle of Man, Jersey and Guernsey
from Great Britain and add Jersey as a separate entity, put Rwanda
provinces names in french, add a missing province (Choiseul) for Solomon
Islands, fix typos in Chad, Saint Vincent and the Grenadines and Russia,
add accents for Côte d'Ivoire and Italy, remove no longer existing
provinces from Iran and Chad
* Add peripheries for Greece
* Add missing department for Haiti (Artibonite) and for Gambia (Western)
* Correct prefecture names for Greece, thanks to Alexis Darrasse and
Wikipedia
* Correct codes for Antigua and Barbuda, Ireland, Saint Kitts and Nevis
and the Netherlands
* Correct Austrian länder names with "Österreich"
* Correct Cyprus district names with transliterated greek names
* Remove duplicate entry for Timor Leste
* Fix typos in LK-44, LU-G, SY-TA, WS-FA, AD-05.
* Use modern names for PK-{BA,SD} and GM-M
* Use full names for Togo and Greece
* Add accents for BF, BO, BR, CF, CG, CL, CR, CU, CY, DE, DZ, EG, GQ, GW
HN, HU, IS, JO, KM, KW, LT, LV, MN, MX, NE, NO, PA, PE, PT, PY, SA, SE,
SV, UA, UY, VU
* Use codes of the form 'XX YYYY' for second level of regional divisions for
AZ, BD, CV, ES, FR, GB, GN, GR, ID, IE, IT, KN, MA, MW, PH, RS and UG
* distinguish RU-AL and RU-ALT.
* distinguish BW-NW, CM-NW, ZA-NW.
* distinguish BW-SO, MW S, SL-S, ZM-07.
[ ISO-639 ]
* Change "ast" ar per ISO-639 MA changes of 2007-10-29
iso-codes 1.5
-------------
Tobias Toedter <t.toedter@gmx.net>
Thu, 4 October 2007
[ General ]
- Add information about contact addresses to README, so that
translations and bug reports will be easier to get
[ ISO-15924 ]
- Add new standard ISO 15924 (script names) to the iso-codes package
[ ISO-15924 translations ]
- French (fr) added by Tobias Toedter
- Arabic (ar) added by Tobias Toedter from ICU
- Belarusian (be) added by Tobias Toedter from ICU
- Bulgarian (bg) added by Tobias Toedter from ICU
- Catalan (ca) added by Tobias Toedter from ICU
- Czech (cs) added by Tobias Toedter from ICU
- Welsh (cy) added by Tobias Toedter from ICU
- Danish (da) added by Tobias Toedter from ICU
- German (de) added by Tobias Toedter from ICU
- Greek (el) added by Tobias Toedter from ICU
- Spanish (es) added by Tobias Toedter from ICU
- Estonian (et) added by Tobias Toedter from ICU
- Persian (fa) added by Tobias Toedter from ICU
- Finnish (fi) added by Tobias Toedter from ICU
- Hebrew (he) added by Tobias Toedter from ICU
- Hindi (hi) added by Tobias Toedter from ICU
- Croatian (hr) added by Tobias Toedter from ICU
- Hungarian (hu) added by Tobias Toedter from ICU
- Italian (it) added by Tobias Toedter from ICU
- Japanese (ja) added by Tobias Toedter from ICU
- Korean (ko) added by Tobias Toedter from ICU
- Lithuanian (lt) added by Tobias Toedter from ICU
- Malayalam (ml) added by Tobias Toedter from ICU
- Maltese (mt) added by Tobias Toedter from ICU
- Norwegian Bokmål (nb) added by Tobias Toedter from ICU
- Dutch (nl) added by Tobias Toedter from ICU
- Norwegian Nynorsk (nn) added by Tobias Toedter from ICU
- Norwegian (no) added by Tobias Toedter from ICU
- Polish (pl) added by Tobias Toedter from ICU
- Pushto (ps) added by Tobias Toedter from ICU
- Brazilian Portuguese (pt_BR) added by Tobias Toedter from ICU
- Portuguese (pt) added by Tobias Toedter from ICU
- Romanian (ro) added by Tobias Toedter from ICU
- Russian (ru) added by Tobias Toedter from ICU
- Slovak (sk) added by Tobias Toedter from ICU
- Slovenian (sl) added by Tobias Toedter from ICU
- Somali (so) added by Tobias Toedter from ICU
- Albanian (sq) added by Tobias Toedter from ICU
- Serbian (sr) added by Tobias Toedter from ICU
- Swedish (sv) added by Tobias Toedter from ICU
- Telugu (te) added by Tobias Toedter from ICU
- Thai (th) added by Tobias Toedter from ICU
- Turkish (tr) added by Tobias Toedter from ICU
- Ukrainian (uk) added by Tobias Toedter from ICU
- Simplified Chinese (zh_CN) added by Tobias Toedter from ICU
- Chinese (Hong Kong) (zh_HK) added by Tobias Toedter from ICU
- Traditional Chinese (zh_TW) added by Tobias Toedter from ICU
[ ISO-3166-2 ]
- Correct typos in UY-AR and CU-HO. Thanks to Pablo
Saratxaga
- Correct typo in VN-65. Thanks to Clytie Siddall
- Complete the list with modifications from the ISO-3166 MA
newsletter I-8 of 2007-04-17 (partial)
- Correct the list with modifications from the ISO-3166 MA
newsletter I-7: correct names for Russia and accented names
for Slovenia
- Correct the list with modifications from the ISO-3166 MA newsletter
I-6: split Australia in territories and provinces, remove Australian
Antarctic Territory, Split China subdivisions, Split Colombia
subdivisions, add economic regions for Morocco
- Correct the list with modifications from the ISO-3166 MA newsletter
I-5: use correct accented names for Lybia subdivisions, add
geographical regions for Uganda, use accented names for states
of Venezuela
- Correct the list with modifications from the ISO-3166 MA newsletter
I-4 (except some accentuation as the newsletter is not UTF-8 encoded):
split Spain entities (and name the autonomous communities properly),
split Ethiopia, Add Georgia's entities, split India, split
Kirghizistan, split Cambodia, split North Korea, split Lao,
split Moldova and corrected accentuation, split Tadjikistan,
add Timor-Leste, split Uzbekistan
- Checked the list with modifications from the ISO-3166 MA newsletter
I-3
- Checked the list with modifications from the ISO-3166 MA newsletter
I-2: accented names for Abu Dhabi, accented names fur Bulgaria,
add divisions for Bangladesh, accented names for Benin, Congo, Capverde,
complete list for France, first-level divisions of UK, accented names
for Guinea, Guatemala, Croatia, add geographical units for Indonesia,
accented named for India, Iran, Nicaragua, Turkey
- Checked the list with modifications from the ISO-3166 MA newsletter
I-1: no change
- Spelling error for JP-07 name (Closes: #440601)
- Other subdivisions of Belgium. (Closes: #440578)
- Spelling error for NL-DR name (Closes: #440840)
[ ISO-3166 ]
- Add the alpha-2 codes for countries part of ISO-3166_3 (former
countries codes): TP, FX, YU, SC
[ ISO-4217 ]
- Updated from Wikipedia data (not removing what we had and
Wikipedia hadn't): http://en.wikipedia.org/wiki/ISO_4217
- Add withdrawal date to historic ISO 4217 entries, as this is
required for the XML file to be valid
[ ISO-3166-2 ]
- Fix spelling errors in Estonian county names, thanks to
Erkki Eilonen. Closes: #444260
- Fix capitalisation in attribute name, thanks to Erkki Eilonen.
Closes: #445040
[ ISO-639 ]
- update to 2007-08-08
[ ISO-3166 translations ]
* Thai translation (Closes: #440297)
* Portuguese (pt) updated by Miguel Figueiredo. Closes: #441329
* Dutch (nl) updated by Freek de Kruijf via TP
* Swedish (sv) updated by Daniel Nylander via TP
* Hungarian (hu) updated by Gabor Kelemen via TP
* Polish (pl) updated by Andrzej M. Krzysztofowicz via TP
* Russian (ru) updated by Yuri Kozlov
* Simplified Chinese (zh_CN) updated by LI Daobing via TP
* Walloon (wa) updated by Pablo Saratxaga via TP
* Esperanto (eo) updated by Edmund GRIMLEY EVANS via TP
* Thai (th) updated by Theppitak Karoonboonyanan
[ ISO-639 translations ]
* French translation
* Dutch (nl) updated by Freek de Kruijf via TP
* Hungarian (hu) updated by Gabor Kelemen via TP
* Russian (ru) updated by Yuri Kozlov (thanks to Alexander Sigachov)
* Polish (pl) updated by Andrzej M. Krzysztofowicz via TP
[ ISO-4217 translations ]
* Hungarian (hu) updated by Gabor Kelemen via TP
* Chinese (Hong-Kong) (zh_HK) added by Abel Cheung via TP
* Russian (ru) updated by Alexander Sigachov
* Polish (pl) updated by Andrzej M. Krzysztofowicz via TP
* Wallon (wa) updated by Pablo Saratxaga via TP
* Simplified Chinese (zh_CN) updated by LI Daobing via TP
[ ISO-3166-2 translations ]
* Dutch (nl) updated by Freek de Kruijf via TP
* Simplified Chinese (zh_CN) updated by LI Daobing via TP
* Vietnamese (vi) updated by Clytie Siddall via TP
* Wallon (wa) updated by Pablo Saratxaga via TP
iso-codes 1.4
-------------
Tobias Toedter <t.toedter@gmx.net>
Tue, 28 August 2007
[ ISO-3166-2 ]
- Names of Vietnam regions checked and accented properly.
Thanks to Clytie Siddall
[ ISO-3166 ]
- & remplaced by "and" in ISO-3166 XML file. Closes: #408590
- Replace official name for Bahrain (bh) with "Kingdom of Bahrain",
as discussed in the Debian BTS. Closes: #261184
- Replace official name for Afghanistan (af) with "Islamic Republic
of Afghanistan", according to UN lists and Wikipedia.
- Update to ISO 3166-3 NEWSLETTER No. I-5
- Makefile.am: add 'names' to fields list
[ ISO-3166-2 translations ]
- Simplified Chinese (zh_CN) updated by LI Daobing
- Slovak (sk) updated by Ivan Masár via TP
- Vietnamese (vi) updated by Clytie Siddall via TP
- Dutch (nl) updated by Freek de Kruijf via TP
- French (fr) updated by Christian Perrier
[ ISO-3166 translations ]
- Vietnamese (vi) updated by Clytie Siddall via TP
- German (de) updated by Tobias Toedter
- Slovak (sk) updated by Ivan Masár via TP
- French (fr) updated by Christian Perrier
- Spanish (es) updated by Javier Fernandez-Sanguino
- Gujarati (gu) updated by Kartik Mistry. Closes: #438827
- Tamil (ta) updated by Dr.T.Vasudevan. Closes: #438852
- French (fr) updated by Christian Perrier.
- Vietnamese (vi) updated by Clytie Siddall.
- Japanese (ja) updated by Kenshi Muto.
- Basque (eu) updated by Piarres Beobide Egaña. Closes: #439893
[ ISO-4217 translations ]
- Vietnamese (vi) updated by Clytie Siddall via TP
- Slovak (sk) updated by Ivan Masár via TP
- Spanish (es) updated by Javier Fernandez-Sanguino
[ ISO-639 translations ]
- Vietnamese (vi) updated by Clytie Siddall via TP
- German (de) updated by Bruno Haible via TP
- Slovak (sk) updated by Ivan Masár via TP
- Spanish (es) updated by Javier Fernandez-Sanguino
things easier: Some clients of gnome-doc-utils need it, and since
"xsltproc" has the habit to load missing entities per HTTP this is
difficult to keep track of in pkgsrc. This avoids intermittent build
failures depending on network connectivity.
bump PKGREVISION
Changes:
2006-11-11 Mikio Hirabayashi <mikio@users.sourceforge.net>
* estraier.c (est_resmap_add): "method" argument was added.
* estraier.c (est_inode): a bug related to overflow was fixed.
* estraier.c (est_narrow_score): a bug related to attribute distinction was fixed.
* estraier.c (est_search_union): search accuracy with trailing uni-gram was improved.
* estmaster.c (searchlocal): a bug related to scanning with regular expressions was fixed.
* estscout.c (realmain): "union", "score", and "idsuffix" attributes were added.
* estsupt.c (realmain): "score" attribute was added.
* estsupt.c (procsearch): accuracy of hint was improved.
* estsupt.c (realmain): "logmsg" parameter was added.
* estscout.c (realmain): "distinct" parameter was added.
* estscout.c (showresult): cache clear at random was added.
- Release: 1.4.11
memory efficient and fast. It supports both an object and a tied handle
interface.
It is intended for processing log and other similar text files which
typically have their newest entries appended to them. By default files
are assumed to be plain text and have a line ending appropriate to the
OS. But you can set the input record separator string on a per file
basis.
to reflect where the work is done
(call the backwards-compatible rarian version "install-scrollkeeper"
to leave room for a future non-compatibility version)
Uriparser is a strictly RFC 3986 compliant URI parsing library. uriparser
is cross-platform, fast, supports Unicode and is licensed under the New
BSD license.