Custom Query (39 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 39)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#1 fixed lien poukrave du logo du trac Sam Hocevar anonymous
Description

quand on clique sur le logo du trac, on va sur exemple,org lol lol <3

#4 fixed figfont.c needs cleanup Sam Hocevar Sam Hocevar
Description

figfont.c builds with a lot of warnings:

 figfont.c: In function 'cucul_put_figchar':
 figfont.c:184: warning: comparison between signed and unsigned
 figfont.c:189: warning: comparison between signed and unsigned
 figfont.c:195: warning: comparison between signed and unsigned
 figfont.c:214: warning: comparison between signed and unsigned
 figfont.c:218: warning: comparison between signed and unsigned
 figfont.c: In function 'flush_figlet':
 figfont.c:264: warning: comparison between signed and unsigned
 figfont.c:265: warning: comparison between signed and unsigned
 figfont.c: At top level:
 figfont.c:255: warning: 'flush_figlet' defined but not used

This part of the code really needs some cleanup.

#7 fixed add a caca_unset_attr() and a caca_toggle_attr() Sam Hocevar Sam Hocevar
Description

It could be nice to simply remove or toggle an attribute instead of having to retrieve the full attribute list, XOR it, and set the attribute again.

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.