1 |
tothwolf |
1.5 |
BUG REPORTS: |
2 |
johoho |
1.3 |
=== ======= |
3 |
segfault |
1.1 |
(i.e. things that are broke, but aren't getting fixed anytime soon) |
4 |
|
|
|
5 |
guppy |
1.8 |
* Solve to non-working alarm(10) in Linux (calls to gethostbyaddr/name() |
6 |
segfault |
1.1 |
have blocked for long periods when bind/named doesn't resolve quickly, |
7 |
johoho |
1.3 |
and the alarm does not interrupt it). |
8 |
segfault |
1.1 |
* High-bit characters are being filtered from channel names. This is |
9 |
guppy |
1.9 |
a fault of the Tcl interpreter, and not eggdrop. The Tcl interpreter |
10 |
guppy |
1.6 |
filters the characters when it reads a file for interpreting. Update |
11 |
guppy |
1.9 |
your Tcl version 8.1 or higher |
12 |
|
|
* Since version 8.1 Tcl support unicode characters, like for example รจ. |
13 |
guppy |
1.6 |
If those characters are handled in a script as text, you run into |
14 |
|
|
errors, eggdrop can't handle those at the moment. |
15 |
|
|
|