You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2008 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2023 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Florian W. <fw...@re...> - 2023-02-02 17:05:05
|
We are trying to build Fedora with a compiler that does not support implicit function declarations (so that programmers can eventually benefit from improved type safety): <https://fedoraproject.org/wiki/Changes/PortingToModernC> <https://fedoraproject.org/wiki/Toolchain/PortingToModernC> We detected problems in our version of dictd because the lexer/parser integration does not have all the necessary prototypes in scope in all cases: y.tab.c: In function 'yyparse': y.tab.c:1054:16: warning: implicit declaration of function 'yylex' [-Wimplicit-function-declaration] 1054 | | ^ y.tab.c:1054:16: warning: nested extern declaration of 'yylex' [-Wnested-externs] y.tab.c:1240:7: warning: implicit declaration of function 'yyerror'; did you mean 'YYerror'? [-Wimplicit-function-declaration] 1240 | static void | ^~~~~ | YYerror y.tab.c: In function 'yyparse': y.tab.c:1425:16: warning: implicit declaration of function 'yylex' [-Wimplicit-function-declaration] y.tab.c:1425:16: warning: nested extern declaration of 'yylex' [-Wnested-externs] y.tab.c:2189:7: warning: implicit declaration of function 'yyerror'; did you mean 'YYerror'? [-Wimplicit-function-declaration] y.tab.c:2189:7: warning: nested extern declaration of 'yyerror' [-Wnested-externs] It's a bit awkward to fix this, but the easiest way is to introduce a new header file that is included in the appropriate places. I'm not sure how widely applicable this patch is going to be, but I'm sharing it just in case. Thanks, Florian |
|
From: Alyssa R. <hi...@al...> - 2019-04-16 00:39:39
|
dict(1) says: > If none of the specified servers are available, and the > compile-time option (./configure --enable-dictorg) is enabled, then > an attempt will be made to connect on localhost and on dict.org at > the standard part (2628). (This option is disabled by default.) But a dict program compiled with this option doesn't try to connect to localhost at all. Either the documentation should be corrected, or the behaviour should be changed to match the documentation. Personally, I'd prefer the latter. I'm happy to submit a patch if I'm told which change would be preferred. |
|
From: Hiroshi M. <mi...@li...> - 2016-05-14 07:08:28
|
Hello Faith, Could you give me a permission to use domain name as groupId? Because I cannot get any response nor objection in a week, I'd like to move to use org.dictzip as groupId. On 2016年05月04日 14:46, Hiroshi Miura wrote: > > I'd like to share my recent development for Dictzip implementation in Java, > and ask a request for permission; > > - Use of 'org.dict.zip' identifier for Java package and groupId(*) for maven repository. > because it has an origin from jdictd project. > > > Project Page: > https://miurahr.github.io/dictzip-java/ Hiroshi |
|
From: Hiroshi M. <mi...@li...> - 2016-05-04 05:59:24
|
Hello, I'd like to share my recent development for Dictzip implementation in Java, and ask a request for permission; - Use of 'org.dict.zip' identifier for Java package and groupId(*) for maven repository. because it has an origin from jdictd project. Project Page: https://miurahr.github.io/dictzip-java/ Releases: https://bintray.com/miurahr/maven/dictzip-lib https://bintray.com/miurahr/maven/dictzip-cli Brief description: DictZip access library for Java. This package also provide a CLI command with dictzip library. Features: - dictzip library * supporting Java standard streaming read and streaming write of dictzip file. * utility to check dictzip file integrity and header information. - Command line utility, 'dictzip' which has same functionality as dictd except; * Additional Integrity check option(-t) to read and check CRC. * Accept decimal, hex and octet for start/end (-s/-e) option. * No base64 argument start/end(-S/-E) option. * No verbose/debug option. Brief history: The library has an origin of jdictd server project. In September 2015, OmegaT, CAT: computer-aided translation tool, improved with a modified part of jdictd code to support dictzip lazy loading for StarDict dictionary lookup. I've decided to make it as standalone project and now it reached to be fledged and stable status. I've also developed a CLI utility as a proof of API maturity and quality. I'd like now to make it a public library in the maven central and integrate it into OmegaT project as a first user. I plan to extend it to support multiple gzip members, which is idzip, dictzip for python supported. (*) Maven central request the groupId that is a reversed domain name which is controlled by software publisher, or publisher has a right to use it. I'd like to ask a written permission from dict.org holder. Thanks Faith for the format description. The dictzip man page was helpful. --- Hiroshi Miura |
|
From: ÷ÌÁÓÅÎËÏ í. ÷ÉËÔÏÒÏ×É. <Mic...@ma...> - 2015-03-25 02:30:28
|
Hello Aleksey. I cannot write in English and I try to create patch for the first time that's why in my previous letter my attempt to take out the patch for the Bug (see http://sourceforge.net/p/dict/mailman/dict-dev/?viewmonth=201404) in my view was unsuccessful. I would like to pay your attention that as it turned out there is a problem with diactric "COMBINING GREEK YPOGEGRAMMENI" has a place not solely in utulity dictfmt but also in dictd. I would like my patch to be included in future versions of these programs. ---------------------------------------------------------------- --- a/iswalnum.c 2015-03-24 08:27:08.133782584 +0300 +++ b/iswalnum.c 2015-03-24 08:20:31.846782845 +0300 @@ -4,7 +4,7 @@ 0, 48, 65, 97, 170, 181, 186, 192, 216, 248, 546, 592, 688, 699, 720, 736, 750, - 837, 890, 902, 904, 908, 910, 931, 976, + 890, 902, 904, 908, 910, 931, 976, 986, 1024, 1164, 1223, 1227, 1232, 1272, 1329, 1369, 1377, 1488, 1520, 1569, 1600, 1632, 1649, 1749, 1765, 1776, 1808, 1810, 1920, 2309, 2365, @@ -50,7 +50,7 @@ 0, 10, 26, 26, 1, 1, 1, 23, 31, 296, 18, 94, 9, 7, 2, 5, 1, - 1, 1, 1, 3, 1, 20, 44, 8, + 1, 1, 3, 1, 20, 44, 8, 28, 130, 57, 2, 2, 38, 2, 38, 1, 39, 27, 3, 26, 11, 10, 99, 1, 2, 13, 1, 27, 38, 53, 1, ---------------------------------------------------------------- _____________________________________________________________ Власенко Михаил Викторович, ул.Парковая, 24, г.Павлодар, Казахстан, 140001 Тел.: +7 (7182) 608052 Моб.: +7 (705) 5117124 e-Mail: Mic...@ma... Веб-страница: http://michael72.radiushosting.ru/ IRC: nick = Michael72, server = irc.ru - Demos IRC server in RusNet IRC Network Jabber: Mic...@ja... MSN: Mic...@ma... ICQ: 290060286 Skype: michahel_ |
|
From: Власенко М. В. <Mic...@ma...> - 2015-03-23 02:31:30
|
My Patch for this Bug - http://sourceforge.net/p/dict/mailman/dict-dev/?viewmonth=201404 This issue not only about dictfmt but also about dictd. |
|
From: Власенко М. В. <Mic...@ma...> - 2014-04-28 13:02:54
|
Hello, to better explain, I attach the dictionary received by utility dictfmt (grk-rus_strong.tar.gz). The dictionary is received on a command: cat "$USERDATA_PATH/grk-rus_strong.html" | sudo dictfmt -e -u "http://michael72.radiushosting.ru/UPRAVLEN/DICT.shtml?td" -s "Греческо-русский лексикон Нового Завета" --utf8 --columns 0 --index-keep-orig --headword-separator / grk-rus_strong In index file of this database at line No.8, you can see the essence of the problem. Diacritic COMBINING GREEK YPOGEGRAMMENI stayed. This database index file does not contain a special header: 00-database-allchars, that indicates that the database assumes such search when using only alphabetic characters, digits and a space, but the symbol U+0345 COMBINING GREEK YPOGEGRAMMENI not included in this category. In General an essence of a problem that diacritical sign U+0345 COMBINING GREEK YPOGEGRAMMENI is perceived by dictfmt as alphanumeric character. |
|
From: Ivo D. <iv...@da...> - 2011-01-08 15:14:58
|
Hello, I want to share with you my Python implementation of dictzip: http://code.google.com/p/idzip/ It is a compressor and a python lib to seek in the compressed files. I made it work with any file size. The input file isn't limited to 1.8GB. Gzip allows to concatenate multiple gzip files. So I encode a big input file as a concatenation of dictzip files. You may consider using the same trick, if you decide to extend the dictzip C implementation in the future. Thanks for the format description. The dictzip man page was helpful. -- Ivo Danihelka |
|
From: shirish <shi...@gm...> - 2008-03-01 17:51:22
|
Hi all, I have just started using dict. Its a fantastic tool. I read the man page & set up .dictrc. This is the way I have set it up. Contents of .dictrc file server dict.hewgill.com server wordnet.princeton.edu Now when I use the browser I have to go to http://wordnet.princeton.edu/perl/webwn & give some query and it gives the answer back. Say something like http://wordnet.princeton.edu/perl/webwn?s=happy&sub=Search+WordNet&o2=&o0=1&o7=&o5=&o1=1&o6=&o4=&o3=&h= I get the result on the browser. Is there anyway to do the same with using dict? I don't want a database like wordnet on the localhost (as it gets stale & takes disk space). -- Regards, Shirish Agarwal This email is licensed under http://creativecommons.org/licenses/by-nc/3.0/ 065C 6D79 A68C E7EA 52B3 8D70 950D 53FB 729A 8B17 |
|
From: Paul D. <pau...@gm...> - 2006-08-29 05:49:56
|
On 8/28/06, Aleksey Cheusov <vl...@gm...> wrote: > Could you please check the latest version of dictd? Thanks for reply. Last version(1.10.7) fixes it for me. |
|
From: Aleksey C. <vl...@gm...> - 2006-08-28 08:10:36
|
> Hello.
> I try dictd 1.10.0, and get not understandable for me results:
> DEFINE * man <- found two entires of "man"
> MATCH * re "man" <- found two entires of "man"
> MATCH * re "^m.*n" <- doesn't find "man"
> MATCH * regexp "^m.*n" <- doesn't find "man"
> quit
> Is this bug, or I don't understand something in regular expressions?
Version 1.10.2
...
FIXES:
...
dictd:
- because of optimization code and strange binary search
the 'regexp' strategy may work incorrectly
Thanks to Slava Kravchenko for bug report.
Affected versions: 1.4.9(?) - 1.10.1
Could you please check the latest version of dictd?
And, what database you use?
Can you make it as small as possible and send to me?
P.S.
NEWS file contains an important information about new dictd releases
including a list bugs fixed and new features implemented.
--
Best regards, Aleksey Cheusov.
|
|
From: Paul D. <pau...@gm...> - 2006-08-27 06:32:45
|
Hello. I try dictd 1.10.0, and get not understandable for me results: DEFINE * man <- found two entires of "man" MATCH * re "man" <- found two entires of "man" MATCH * re "^m.*n" <- doesn't find "man" MATCH * regexp "^m.*n" <- doesn't find "man" quit Is this bug, or I don't understand something in regular expressions? |
|
From: Aleksey C. <vl...@gm...> - 2005-10-15 12:40:24
|
> --- dictl.in.orig 2004-02-07 07:34:32.000000000 -0500 > +++ dictl.in <http://dictl.in> 2005-01-13 14:03:09.000000000 -0500 > @@ -93,8 +93,10 @@ > DICTL_PAGER=3D$2 > shift;; > *) > - p=3D`echo "$1" | charset2charset $DICTL_CHARSET $DICTL_SERVER_CHARSET` > - params=3D"$params '$p'" > + p=3D`echo "$1" | \ > + charset2charset $DICTL_CHARSET $DICTL_SERVER_CHARSET | \ > + sed -e 's/\\([\$\`\"\\]\\)/\\\\\\1/g'` > + params=3D"$params \"$p\"" Actually, this doesn't fix problem with ' symbol in queries. I've fixed it in CVS in a different way. Thank you anyway. > --- dict.c.orig 2005-03-30 05:32:46.000000000 -0500 > +++ dict.c 2005-10-01 19:20:36.000000000 -0400 > @@ -679,8 +679,8 @@ > } > } > client_close_pager(); > - fprintf (stderr, > - "Cannot connect to any servers (use -v to see why)\n"); > + fprintf (stderr, "Cannot connect to any servers%s\n",\ > + dbg_test(DBG_VERBOSE) ? "" : " (use -v to see why)" ); > exit (EXST_CONNECTION_FAILED); > } > cmd_reply.host =3D c->host; Commited to CVS. Thanks. -- Best regards, Aleksey Cheusov. |
|
From: Kirk H. <ki...@gh...> - 2005-10-14 03:29:30
|
Hi Aleksey, Here are two patches that I have been applying to the Debian dictd for some time -- I don't know why I haven't offered them upstream before. ------------------------------ 8< ------------------------------ --- dictl.in.orig 2004-02-07 07:34:32.000000000 -0500 +++ dictl.in <http://dictl.in> 2005-01-13 14:03:09.000000000 -0500 @@ -93,8 +93,10 @@ DICTL_PAGER=3D$2 shift;; *) - p=3D`echo "$1" | charset2charset $DICTL_CHARSET $DICTL_SERVER_CHARSET` - params=3D"$params '$p'" + p=3D`echo "$1" | \ + charset2charset $DICTL_CHARSET $DICTL_SERVER_CHARSET | \ + sed -e 's/\\([\$\`\"\\]\\)/\\\\\\1/g'` + params=3D"$params \"$p\"" # ...to be comatible with dict if echo $1 | ------------------------------ >8 ------------------------------ This patch backslash quotes the characters $, ', ", and \ for use in the subsequent double quoted string. This fixes the trouble caused by the single quoted string, as it may not include a ' character. Without this patch, the command dictl "brooks's law" causes breakage. ------------------------------ 8< ------------------------------ --- dict.c.orig 2005-03-30 05:32:46.000000000 -0500 +++ dict.c 2005-10-01 19:20:36.000000000 -0400 @@ -679,8 +679,8 @@ } } client_close_pager(); - fprintf (stderr, - "Cannot connect to any servers (use -v to see why)\n"); + fprintf (stderr, "Cannot connect to any servers%s\n",\ + dbg_test(DBG_VERBOSE) ? "" : " (use -v to see why)" ); exit (EXST_CONNECTION_FAILED); } cmd_reply.host =3D c->host; ------------------------------ >8 ------------------------------ This patch just keeps dict from suggesting -v when it has been invoked with one. I can check them in via CVS if you desire. Kirk |
|
From: Kirk H. <ki...@de...> - 2005-10-12 03:13:38
|
Hi Aleksey, Here are two patches that I have been applying to the Debian dictd for some time -- I don't know why I haven't offered them upstream before. ------------------------------ 8< ------------------------------ --- dictl.in.orig 2004-02-07 07:34:32.000000000 -0500 +++ dictl.in <http://dictl.in> 2005-01-13 14:03:09.000000000 -0500 @@ -93,8 +93,10 @@ DICTL_PAGER=3D$2 shift;; *) - p=3D`echo "$1" | charset2charset $DICTL_CHARSET $DICTL_SERVER_CHARSET` - params=3D"$params '$p'" + p=3D`echo "$1" | \ + charset2charset $DICTL_CHARSET $DICTL_SERVER_CHARSET | \ + sed -e 's/\\([\$\`\"\\]\\)/\\\\\\1/g'` + params=3D"$params \"$p\"" # ...to be comatible with dict if echo $1 | ------------------------------ >8 ------------------------------ This patch backslash quotes the characters $, ', ", and \ for use in the subsequent double quoted string. This fixes the trouble caused by the single quoted string, as it may not include a ' character. Without this patch, the command dictl "brooks's law" causes breakage. ------------------------------ 8< ------------------------------ --- dict.c.orig 2005-03-30 05:32:46.000000000 -0500 +++ dict.c 2005-10-01 19:20:36.000000000 -0400 @@ -679,8 +679,8 @@ } } client_close_pager(); - fprintf (stderr, - "Cannot connect to any servers (use -v to see why)\n"); + fprintf (stderr, "Cannot connect to any servers%s\n",\ + dbg_test(DBG_VERBOSE) ? "" : " (use -v to see why)" ); exit (EXST_CONNECTION_FAILED); } cmd_reply.host =3D c->host; ------------------------------ >8 ------------------------------ This patch just keeps dict from suggesting -v when it has been invoked with one. I can check them in via CVS if you desire. Kirk |