summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-10bitmap 1.0.9bitmap-1.0.9Alan Coopersmith1-1/+1
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-16Update README for gitlab migrationAlan Coopersmith3-26/+18
2017-09-24same time ago the user Frederic Baldit complained (on xorg) thatWalter Harms1-1/+0
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2015-01-16bitmap 1.0.8bitmap-1.0.8Alan Coopersmith1-1/+1
2014-12-29Stop memory leak in XmuWriteBitmapDataToFile()Alan Coopersmith1-3/+8
2014-12-29Stop memory leaks from XtNewString(StripFilename(filename))Alan Coopersmith1-2/+2
2014-06-01autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
2014-06-01configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2014-01-01Use '& 7' instead '% 8' to silence clang analyzer warningJeremy Huddleston Sequoia1-1/+1
2014-01-01Demacro modernization of NewSList to plug a memory leak during error handlingJeremy Huddleston Sequoia1-28/+39
2014-01-01Silence -Wbad-function-castJeremy Huddleston Sequoia1-0/+6
2014-01-01Avoid shadow declarationsJeremy Huddleston Sequoia1-6/+6
2014-01-01assert to avoid a NULL dereferenceJeremy Huddleston Sequoia1-0/+3
2013-11-22Print which option was in error along with usage messageAlan Coopersmith3-9/+27
2013-10-25config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon1-1/+2
2013-06-06Use table markup in preference to various low-level constructions.Eric S. Raymond1-9/+12
2013-05-17bitmap 1.0.7bitmap-1.0.7Alan Coopersmith1-1/+1
2013-04-21Mark usage() functions as noreturn, as suggested by gccAlan Coopersmith3-4/+5
2013-04-21Simplify & unify error path between mktemp & mkstemp versionsAlan Coopersmith1-13/+8
2013-04-21Fix genererate typo in bmtoa error messagesAlan Coopersmith1-2/+2
2013-01-20Combine usage messages into a single stringAlan Coopersmith2-19/+10
2012-09-22bitmap.man: Fix some typos.Bjarni Ingi Gislason1-4/+4
2012-05-29Fix pixmap leak in error paths of BWGetUnzoomedPixmapAlan Coopersmith1-2/+6
2012-03-08bitmap 1.0.6bitmap-1.0.6Alan Coopersmith1-1/+1
2011-12-20Use lrint() from math library if availableAlan Coopersmith3-2/+22
2011-10-14Constify strings in atobmAlan Coopersmith1-9/+9
2011-10-14Constify strings in bmtoaAlan Coopersmith1-8/+8
2011-10-14Strip trailing whitespaceAlan Coopersmith16-923/+923
2011-10-14Constify filename string handlingAlan Coopersmith2-14/+16
2011-10-14Add const to char * in BWRequest typedefAlan Coopersmith1-1/+1
2011-03-04man: use correct section number when referring to XGaetan Nadon1-1/+1
2011-02-17atobm only depends on xproto, not x11Alan Coopersmith2-3/+3
2011-01-15Use autoconf standard HAVE_MKSTEMP define instead of old imake HAS_MKSTEMPAlan Coopersmith2-4/+3
2011-01-15config: Add missing AC_CONFIG_SRCDIRAlan Coopersmith1-2/+5
2011-01-15Use fputs instead of fprintf with no format arg to print usage message.Alan Coopersmith1-2/+2
2011-01-15Call snprintf() directly instead of XmuSnprintf()Alan Coopersmith2-11/+9
2011-01-15Remove unused, leaky scanline.Trevor Woerner1-7/+0
2011-01-12config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
2011-01-12config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon1-1/+1
2011-01-12config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon1-1/+0
2011-01-12config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONSGaetan Nadon1-1/+0
2010-10-07bitmap 1.0.5bitmap-1.0.5Alan Coopersmith1-1/+2
2010-10-07config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
2010-08-11Remove unused file bitmap.iconGaetan Nadon2-15/+1
2010-08-11man: remove whitespace as per git diff --checkGaetan Nadon1-51/+51
2010-08-11make: reshuffle lines and shorten the makefileGaetan Nadon1-36/+20