summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-03xpr 1.2.0HEADxpr-1.2.0masterAlan Coopersmith1-2/+2
2024-01-21configure: Use AC_SYS_LARGEFILE to enable large file supportAlan Coopersmith1-0/+3
2024-01-21Modernize lseek() callsAlan Coopersmith1-3/+2
2023-02-09gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2022-11-07Add support for paper sizes other than 8.5 x 11 inchesAlan Coopersmith4-14/+301
2022-08-06No need to bzero() buffers allocated by calloc()Alan Coopersmith2-5/+2
2022-08-06Remove unnnecessary casts from malloc(), calloc(), and free() callsAlan Coopersmith3-21/+19
2022-08-06Use memcpy() instead of memmove() when buffers are known not to overlapAlan Coopersmith1-1/+1
2022-07-10xpr 1.1.0xpr-1.1.0Alan Coopersmith1-1/+1
2022-04-02xdpr.man: minor correctionsAlan Coopersmith1-2/+2
2022-04-02man pages: remove out-of-date COPYRIGHT sectionAlan Coopersmith2-10/+0
2021-12-07Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2021-11-30gitlab CI: enable Static Application Security Testing (SAST)Alan Coopersmith1-0/+2
2021-11-28gitlab CI: Use ci-fairy image templateAlan Coopersmith1-12/+6
2021-11-28Fix spelling/wording issuesAlan Coopersmith2-2/+2
2021-10-25remove extra 3rd parameter to open()Matthieu Herrb1-1/+1
2021-09-12gitlab CI: add a basic build testAlan Coopersmith1-0/+102
2021-08-02Remove support for Digital LN03 laser printerAlan Coopersmith6-431/+17
2021-08-02Remove support for Digital LA100 dot matrix printerAlan Coopersmith4-120/+5
2021-08-01xpr.man: show current version in footer instead of X11R6Alan Coopersmith1-1/+1
2021-08-01xpr.man: remove duplicate "HP" from PaintJet XL Color nameAlan Coopersmith1-1/+1
2021-08-01Use time_t instead of long with time() & ctime()Alan Coopersmith1-1/+1
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-16Update README for gitlab migrationAlan Coopersmith3-27/+19
2018-05-05Standardize indentation in validate_visual()Alan Coopersmith1-4/+12
2018-03-09xpr 1.0.5xpr-1.0.5Alan Coopersmith1-1/+1
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-12-05Fix man page references to X(1) to use __miscmansuffix__Alan Coopersmith2-4/+4
2014-10-24More constificationAlan Coopersmith1-11/+13
2014-10-24Use strcmp() to compare strings and simplify options parser.Matthieu Herrb1-227/+125
2014-06-01Add -version option to print program versionAlan Coopersmith2-0/+17
2014-06-01Print which option was in error along with usage messageAlan Coopersmith2-49/+72
2014-06-01Fix "missmatch" typo in error messageAlan Coopersmith1-1/+1
2014-06-01Combine strings in usage messageAlan Coopersmith1-21/+22
2014-06-01Remove old CVS id tagsAlan Coopersmith8-15/+0
2014-06-01autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
2014-06-01configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2014-06-01This is not a GNU project, so declare it foreign.Alan Coopersmith4-1/+1
2013-11-19Remove unneeded uses of <math.h> & -lmAlan Coopersmith2-2/+1
2012-03-31xpr 1.0.4xpr-1.0.4Alan Coopersmith1-1/+1
2011-11-11Use memmove rather than bcopyJeremy Huddleston2-4/+6
2011-10-06Add _X_NORETURN to usage() & leave() as suggested by gcc -Wmissing-noreturnAlan Coopersmith2-2/+2
2011-10-06Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith2-3/+3
2011-10-06Fix printf type warnings in LP64 buildsAlan Coopersmith1-1/+1
2011-10-06Strip trailing whitespaceAlan Coopersmith8-64/+64
2011-01-29Define pixel mask constant as unsigned longAlan Coopersmith1-1/+1
2011-01-29Refactor invalid depth error reporting to allow printf format checkingAlan Coopersmith1-8/+16
2011-01-29Replace gcc noreturn & printf attributes with macros from <X11/Xfuncproto.h>Alan Coopersmith2-5/+3