pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/dict-server
Module name: wip
Committed by: cheusov
Date: Sun Oct 4 09:02:23 UTC 2009
Modified Files:
wip/dict-server: Makefile.common distinfo
Log Message:
Update to 1.11.2
FIX: When search is handled by dict_search_bmh() function, the first
character from the first entry in the index file is missing. Usually
this is some of 00-database-* entries. Thanks to Goran Tal for a
bug report and patch.
fix in dictfmt.1: s/--index-keep-headword/--index-keep-orig/
dictfmt: superfluous spaces are removed not only from the beginng
and the end of a headword but also inside a multiword headwords.
Thank to Goran Tal for pointing out.
dictfmt spawns sort command to sort the index. When there are
several entries for the same headword, they get sorted BY OFFSET AND
SIZE (in addition to headwords). As a result, the order of identical
headwords is messed up. To fix these problem -k1,3 option is
replaced with -k1,1. Thanks to Goran Tal for pointing out. With
-k1,1 options not all flavours of sort(1) command keeps an original
headword order but now you a have chance.
Regression tests updated.
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.10 -r1.11 wip/dict-server/Makefile.common
cvs -z3 rdiff -u -r1.20 -r1.21 wip/dict-server/distinfo
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/dict-server/Makefile.common?r1=1.10&r2=1.11
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/dict-server/distinfo?r1=1.20&r2=1.21
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index