1 |
simple |
1.22 |
$Id: KNOWN-PROBLEMS,v 1.21 2010/01/03 13:27:22 pseudo Exp $ |
2 |
wcc |
1.14 |
|
3 |
wcc |
1.13 |
Known Problems |
4 |
|
|
Last revised: April 16, 2003 |
5 |
wcc |
1.16 |
_____________________________________________________________________ |
6 |
segfault |
1.1 |
|
7 |
wcc |
1.13 |
Known Problems |
8 |
|
|
|
9 |
wcc |
1.16 |
|
10 |
wcc |
1.13 |
Things that are broken, but aren't getting fixed anytime soon: |
11 |
|
|
|
12 |
|
|
* Non-working alarm(10) in Linux (calls to gethostbyaddr/name() have |
13 |
|
|
blocked for long periods when bind/named doesn't resolve quickly, and |
14 |
|
|
the alarm does not interrupt it). |
15 |
|
|
|
16 |
|
|
Note: This should now work if you use the dns module. |
17 |
|
|
|
18 |
|
|
* High-bit characters are being filtered from channel names. This is a |
19 |
|
|
fault of the Tcl interpreter, and not Eggdrop. The Tcl interpreter |
20 |
|
|
filters the characters when it reads a file for interpreting. Update |
21 |
|
|
your Tcl to version 8.1 or higher. |
22 |
|
|
|
23 |
|
|
* Version 8.1 of Tcl doesn't support unicode characters, for example, รจ. |
24 |
|
|
If those characters are handled in a script as text, you run into errors. |
25 |
|
|
Eggdrop can't handle these errors at the moment. |
26 |
wcc |
1.16 |
_____________________________________________________________________ |
27 |
wcc |
1.13 |
|
28 |
simple |
1.22 |
Copyright (C) 2003 - 2011 Eggheads Development Team |