Discussion:
dictd-1.11.2 bug fixing release
Goran Tal
2009-10-09 22:09:56 UTC
Permalink
I've released dictd-1.11.2.
This is a bug fixing release.
not all flavours of sort(1) command keeps an original
headword order but now you a have chance.
You can avoid all these problems with portability by using *sort
functions from libc. sort(1) is a user command, intended for the use
from the command line or from scripts. From the compiled code you call
functions from libraries.

Goran
Goran Tal
2009-10-09 22:12:12 UTC
Permalink
I've released dictd-1.11.2.
This is a bug fixing release.
Could you also commit the fix for the newline bug.

--- dictd-1.11.1/dictd.c.orig 2008-12-07 11:50:05.000000000 -0500
+++ dictd-1.11.1/dictd.c 2009-07-31 20:49:24.000000000 -0400
@@ -542,8 +542,6 @@
while (*pt == ' ' || *pt == '\t')
++pt;

- pt[ strlen(pt) - 1 ] = '\0';
-
#ifdef USE_PLUGIN
call_dictdb_free (DictConfig->dbl);
#endif
Aleksey Cheusov
2009-10-10 13:11:25 UTC
Permalink
Post by Goran Tal
not all flavours of sort(1) command keeps an original
headword order but now you a have chance.
You can avoid all these problems with portability by using *sort
functions from libc.
Of couse, I know about mergesort(3) ;-)
I just didn't plan this feature for this release.
--
Best regards, Aleksey Cheusov.
Loading...