summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-16bitmap 1.0.8bitmap-1.0.8Alan Coopersmith
2014-12-29Stop memory leak in XmuWriteBitmapDataToFile()Alan Coopersmith
2014-12-29Stop memory leaks from XtNewString(StripFilename(filename))Alan Coopersmith
2014-06-01autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith
2014-06-01configure: Drop AM_MAINTAINER_MODEAlan Coopersmith
2014-01-01Use '& 7' instead '% 8' to silence clang analyzer warningJeremy Huddleston Sequoia
2014-01-01Demacro modernization of NewSList to plug a memory leak during error handlingJeremy Huddleston Sequoia
2014-01-01Silence -Wbad-function-castJeremy Huddleston Sequoia
2014-01-01Avoid shadow declarationsJeremy Huddleston Sequoia
2014-01-01assert to avoid a NULL dereferenceJeremy Huddleston Sequoia
2013-11-22Print which option was in error along with usage messageAlan Coopersmith
2013-10-25config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon
2013-06-06Use table markup in preference to various low-level constructions.Eric S. Raymond
2013-05-17bitmap 1.0.7bitmap-1.0.7Alan Coopersmith
2013-04-21Mark usage() functions as noreturn, as suggested by gccAlan Coopersmith
2013-04-21Simplify & unify error path between mktemp & mkstemp versionsAlan Coopersmith
2013-04-21Fix genererate typo in bmtoa error messagesAlan Coopersmith
2013-01-20Combine usage messages into a single stringAlan Coopersmith
2012-09-22bitmap.man: Fix some typos.Bjarni Ingi Gislason
2012-05-29Fix pixmap leak in error paths of BWGetUnzoomedPixmapAlan Coopersmith
2012-03-08bitmap 1.0.6bitmap-1.0.6Alan Coopersmith
2011-12-20Use lrint() from math library if availableAlan Coopersmith
2011-10-14Constify strings in atobmAlan Coopersmith
2011-10-14Constify strings in bmtoaAlan Coopersmith
2011-10-14Strip trailing whitespaceAlan Coopersmith
2011-10-14Constify filename string handlingAlan Coopersmith
2011-10-14Add const to char * in BWRequest typedefAlan Coopersmith
2011-03-04man: use correct section number when referring to XGaetan Nadon
2011-02-17atobm only depends on xproto, not x11Alan Coopersmith
2011-01-15Use autoconf standard HAVE_MKSTEMP define instead of old imake HAS_MKSTEMPAlan Coopersmith
2011-01-15config: Add missing AC_CONFIG_SRCDIRAlan Coopersmith
2011-01-15Use fputs instead of fprintf with no format arg to print usage message.Alan Coopersmith
2011-01-15Call snprintf() directly instead of XmuSnprintf()Alan Coopersmith
2011-01-15Remove unused, leaky scanline.Trevor Woerner
2011-01-12config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon
2011-01-12config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon
2011-01-12config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon
2011-01-12config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONSGaetan Nadon
2010-10-07bitmap 1.0.5bitmap-1.0.5Alan Coopersmith
2010-10-07config: update AC_PREREQ statement to 2.60Gaetan Nadon
2010-08-11Remove unused file bitmap.iconGaetan Nadon
2010-08-11man: remove whitespace as per git diff --checkGaetan Nadon
2010-08-11make: reshuffle lines and shorten the makefileGaetan Nadon
2010-08-11config: simplify building of shadow man pagesGaetan Nadon
2010-08-08config: merge BITMAP dependencies into one statementGaetan Nadon
2010-07-01bitmap calls Xmu functions directly so should include in PKG_CHECK_MODULESAlan Coopersmith
2010-07-01config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith
2009-12-19configure.ac: use backticks rather than $() for cmd subsGaetan Nadon
2009-11-26Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon