{5} Assigned, Active Tickets by Owner (Full Description) (5 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

Jean-Yves Lamoureux (3 matches)

Ticket Summary Component Milestone Type Created
Description
#66 Improve ANSI/VT100 support core defect 11/27/2009

Most of xterm's vttests fail miserably


#69 No cursor with 'ncurses' output driver core defect 11/30/2009

Using neercs with the 'ncurses' output driver doesn't display the terminal cursor.


#70 display problems with the 'slang' output driver core defect 11/30/2009

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?).


Sam Hocevar (2 matches)

Ticket Summary Component Milestone Type Created
Description
#77 zzuf: fine-tune exit conditions core defect 02/23/2010

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

#48 Improved support for mingw+msys build system enhancement 10/22/2008

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


Note: See TracReports for help on using and creating reports.