Package: ircii / 20060725-1
Metadata
Package | Version | Patches format |
---|---|---|
ircii | 20060725-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 do not underline period.patch | (download) |
doc/ircII.1 |
2 1 + 1 - 0 ! |
do-not-underline-period In the documentation of the -c option on the ircII(1) manual page, the period is preceded by a space and underlined. The manual page uses .I to italicize "chan" and, inadvertently, the period, instead of using .IR to italicize just "chan" and drop the space between it and the period. Bug-Debian: http://bugs.debian.org/577039 |
0002 ircII goes reverse color when switching colour to on.patch | (download) |
include/config.h.dist |
4 2 + 2 - 0 ! |
ircii goes reverse color when switching colour to on in xterms Bug-Debian: http://bugs.debian.org/61008 |
0003 Add ioption to local include paths so they do not co.patch | (download) |
Makefile.in |
2 1 + 1 - 0 ! |
add -ioption to local include paths so they do not cover the system headers with the same name. This fixes errors/warnings about implicitly converted pointers. Bug-Debian: http://bugs.debian.org/393547, http://bugs.debian.orG/460342 |
0004 absolute path for motd and servers file and other de.patch | (download) |
doc/ircII.1 |
21 11 + 10 - 0 ! |
absolute path for motd and servers file and other debian changes |
0005 avoid crash on exiting help.patch | (download) |
source/window.c |
3 3 + 0 - 0 ! |
avoid crash on exiting /help ircii segfaults in the following example (assuming no server is anwering for localhost): ircii -b bla localhost /set help_window on /help (last line is a newline to exit the help window) Bug-Debian: http://bugs.debian.org/393158 |
0006 fix some spelling errors.patch | (download) |
source/edit.c |
14 7 + 7 - 0 ! |
fix some spelling errors |
0007 fix segv after showing motd.patch | (download) |
source/server.c |
37 20 + 17 - 0 ! |
fix segv after showing motd Wed Sep 27 17:26:35 EST 2006 - matthew green <mrg@eterna.com.au> in connect_to_server_direct() reorder some code to avoid using from_server when it is -1. mostly from Bernd Eckenfels <ecki@lina.inka.de>. Bug-Debian: http://bugs.debian.org/175099 |