Custom Query (116 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (112 - 114 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?

#7 asedeno@MIT.EDU asedeno@mit.edu worksforme Presence notification variable
Description

The Jabber module should register a new variable (jabber:report_presence ?) to toggle the display of presence notifications as login/logout messages.

#36 nelhage@mit.edu kchen@MIT.EDU fixed loopwrite messages have extra linebreak in body
Description

There should not be a linebreak between between these two loopwrites:

   Loopback sent to looprecip  01:25   ()
       asdf
   Loopback from loopsender  01:25 ()
       asdf
   
   Loopback sent to looprecip  01:25   ()
       zxcv
   Loopback from loopsender  01:25 ()
       zxcv
Note: See TracQuery for help on using queries.