Fixed comparison to be signed instead of unsigned.
[mmh] / uip / mhshowsbr.c
2012-11-03 David LevineFixed comparison to be signed instead of unsigned.
2012-05-07 Tom LaneFixed places in the code relying the C99-ism of declara...
2012-04-12 David LevineUndid wrapping of setjmp() and sigsetjmp() of
2012-02-29 Ken HornsteinPart of the patch from bug #4301; clean up our prototyp...
2012-02-12 Paul Foxmhshow: suppress pause actions if stdout isn't a tty
2012-01-17 David LevineWell the wrap of vfork() calls didn't work: its semant...
2012-01-17 David LevineWrapped setjmp(), sigsetjmp(), and vfork() calls to...
2012-01-14 David LevineChanged types and added casts so that build is clean...
2012-01-13 David LevineAdded NMH_UNUSED macro for suppressing warnings about...
2012-01-09 Ken HornsteinWe are making POSIX signal support a requirement; remov...
2012-01-09 Ken HornsteinSwitch from using RETSIGTYPE via autoconf to void,...
2012-01-06 David LevineFixed trivial compile warnings.
2012-01-04 Lyndon NerenbergRemove #ifdef around use of sigsetjmp().
2012-01-04 Lyndon NerenbergClean up process wait to use POSIX waitpid() interface.
2011-12-25 David LevineChanged second argument of calls to part_ok() and type_...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2008-04-11 Oliver Kiddlemove most remaining macros out of acconfig.h which...
2008-01-25 Josh Bressers* uip/mhshowsbr.c (show_all_messages): Be more generous...
2006-01-06 Josh Bressers* patch #3968: Move the add() function from its own...
2003-09-30 Glenn Burkhardt[bug #4302] errno is not always an extern int
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-12-14 Shantonu SenResolve the circular dependency of libmh on libmts...
2000-09-08 Shantonu SenUpdated #include's to point to new location of mts...
2000-08-07 Ruud de RooijModify umask set by mhshow to enable user execute bit...
2000-05-29 Shantonu SenUpdating user programs to use <h/tws> instead of <zotne...
2000-04-06 Dan HarklessApplied Eric Schnoebelen <eric@cirr.com>'s mhshowsbr...
2000-02-28 Ruud de Rooij * Fix security hole in mhshowsbr.c which allowed untru...
1999-09-26 Ruud de Rooij * Added config.sub and config.guess to the list of...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision