﻿__group__	ticket	summary	component	milestone	type	created	_description_	_changetime	_reporter
jylam	66	Improve ANSI/VT100 support	core		defect	2009-11-27T12:04:39+01:00	Most of xterm's vttests fail miserably	2009-11-30T17:18:16+01:00	Jean-Yves Lamoureux
jylam	69	No cursor with 'ncurses' output driver	core		defect	2009-11-30T13:07:53+01:00	Using neercs with the 'ncurses' output driver doesn't display the terminal cursor.	2009-11-30T17:18:50+01:00	guest
jylam	70	display problems with the 'slang' output driver	core		defect	2009-11-30T13:11:07+01:00	"Using the 'slang' output driver sometimes has a strange display (with htop, and with screensaver).

(I assigned this ticket to neercs, but I guess this is a libcaca problem?)."	2009-11-30T17:17:47+01:00	guest
sam	77	zzuf: fine-tune exit conditions	core		defect	2010-02-23T21:32:01+01:00	"Currently, most exit scenarios are considered crashes. zzuf needs a way to refine how it exits, for instance by ignoring some signals, or ignoring excess time usage.

It could be implemented with `-X` which is unused yet:

{{{
zzuf -X SIGABRT,SIGSEGV,SIGFPE,TIME
}}}
"	2011-02-26T00:58:37+01:00	Sam Hocevar
sam	48	Improved support for mingw+msys	build system		enhancement	2008-10-22T12:35:10+02:00	"Attached patch includes the changes for adding support to mingw+msys.
Unfortunately, the ""make install"" still fails with this message:

Making install in caca
make[1]: Entering directory `/home/pc/libcaca/caca'
make[2]: Entering directory `/home/pc/libcaca/caca'
/bin/sh /home/pc/libcaca-0.99.beta16-new/.auto/install-sh -d /home/pc/inst_libcaca/lib
. libcaca.la; \
        for x in $library_names; do \
          ln -sf $x /home/pc/inst_libcaca/lib/$(echo $x | sed 's/caca/cucul/g'); \
        done
ln: creating symbolic link `/home/pc/inst_libcaca/lib/libcucul.dll.a' to `libcaca.dll.a': No such file or directory

Description of changes:
caca/caca.h
caca/caca0.h
declaration of dllimport and dllexport is wrong.
I fixed it and now the symbols are imported/exported without problems.
I'm using GCC 3.4.5 and it complained about the ""weak"" attribute into macro CACA_ALIAS, so I adjusted it to be available only if you are using GCC 4 and newer.

tools/makefont.c
the htonl() and htons() are available in Windows Sockets.
So I added the test on HAVE_WINSOCK2_H.
Hopefully, the configure script already checks for the presence of winsock2.h
I added the macro NEED_WINSOCK2 because we must initialize winsocks, but only if we have no other choice.
For example, cygwin supports both arpa/inet.h and netinet/in.h beside winsock2.h: in that case winsocks initialization is not needed at all and it would cause troubles if handled in a different manner (WSAStartup function won't be found at link stage without compiling with winsock2.h because its true name is WSAStartup@8).

Sincerely,

Carlo Bramini"	2011-02-03T09:51:06+01:00	guest
