Package: ircii / 20060725-1

Metadata

Package Version Patches format
ircii 20060725-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 do not underline period.patch | (download)

doc/ircII.1 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
include/screen.h | 2 2 + 0 - 0 !
source/screen.c | 87 76 + 11 - 0 !
3 files changed, 80 insertions(+), 13 deletions(-)

 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 !
source/sl.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 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 !
include/config.h.dist | 14 14 + 0 - 0 !
include/defs.h.in | 4 2 + 2 - 0 !
source/irc.c | 5 5 + 0 - 0 !
source/server.c | 4 4 + 0 - 0 !
5 files changed, 36 insertions(+), 12 deletions(-)

 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 !
1 file changed, 3 insertions(+)

 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 !
source/keys.c | 4 2 + 2 - 0 !
source/menu.c | 2 1 + 1 - 0 !
3 files changed, 10 insertions(+), 10 deletions(-)

 fix some spelling errors


0007 fix segv after showing motd.patch | (download)

source/server.c | 37 20 + 17 - 0 !
1 file changed, 20 insertions(+), 17 deletions(-)

 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