Custom Query (116 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (64 - 66 of 116)

Ticket Owner Reporter Resolution Summary
#289 jgross@mit.edu fixed warning: implicit declaration of function ‘strchrnul’ in zephyr.c
Description

Clang warns us that

../zephyr.c: In function ‘owl_zephyr_smartstripped_user’:

../zephyr.c:1313:3: warning: implicit declaration of function ‘strchrnul’ [-Wimplicit-function-declaration]

../zephyr.c:1313:17: warning: initialization makes pointer from integer without a cast [enabled by default]

According to strchrnul(3), we need to define _GNU_SOURCE. Where should this go? (Makefile.am? configure.ac?) Googling configure.ac strchrnul gives more verbose suggestions, such as including our own implementation of strchrnul for platforms that lack it, like FreeBSD. What do we want to do?

#3 nelhage@MIT.EDU nelhage@MIT.EDU invalid Test ticket
Description

Testing mail notifications

#9 nelhage@MIT.EDU nelhage@MIT.EDU fixed Delete/Expunge crash
Description

Steps to repro:

  1. Delete all messages
  2. Press n d x
  3. Segfault.
Note: See TracQuery for help on using queries.