* update config.sub and config.guess
* dictfmt: fix merge conflict
* dictfmt: fix compilation failure on Solaris (alloca)
* dictfmt: DICTFMT_SORT variable is used for setting sort(1)
* Support for --use-dictorg was removed
* Support for socks5 was removed
* Clean-ups for autocrap build system (headers and types)
* Clean-ups for autocrap build system (mbstate_t, wchar_t, wint_t, socklen_t, size_t, CODESET, alloca)
* Use stable sort to ensure already-sorted input stays sorted.
* Revert "Update tables for is{space,alnum}__ (report by michael72)"
OBS-URL: https://build.opensuse.org/package/show/Education/dictd?expand=0&rev=9
+ New script dict_lookup for translating words and phrases
+ dictfmt: Internal buffer size was increased from 10240 to
102400 bytes
+ dictfmt: superfluous spaces are removed not only from the beginng
and the end of a headword but also inside a multiword headwords.
+ 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.
+ 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.
+ Other minor fixes and cleanups
- update libmaa to 1.3.1:
+ Build failure with gcc-4.6 was fixed
+ Only maa's symbols are exported from libmaa shared library
^^ INCLUDES ABI INCOMPATIBILITIES
+ For better conformance with POSIX/SUS xmalloc, xrealloc and
xcalloc functions take 'size_t' args, not 'unsigned int'.
- small init script beaufify
- split out devel package
OBS-URL: https://build.opensuse.org/package/show/Education/dictd?expand=0&rev=2