summaryrefslogtreecommitdiff
path: root/xpr.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-21Modernize lseek() callsAlan Coopersmith1-3/+2
2022-11-07Add support for paper sizes other than 8.5 x 11 inchesAlan Coopersmith1-14/+145
2022-08-06No need to bzero() buffers allocated by calloc()Alan Coopersmith1-2/+1
2022-08-06Remove unnnecessary casts from malloc(), calloc(), and free() callsAlan Coopersmith1-2/+2
2022-08-06Use memcpy() instead of memmove() when buffers are known not to overlapAlan Coopersmith1-1/+1
2021-11-28Fix spelling/wording issuesAlan Coopersmith1-1/+1
2021-10-25remove extra 3rd parameter to open()Matthieu Herrb1-1/+1
2021-08-02Remove support for Digital LN03 laser printerAlan Coopersmith1-347/+13
2021-08-02Remove support for Digital LA100 dot matrix printerAlan Coopersmith1-107/+3
2021-08-01Use time_t instead of long with time() & ctime()Alan Coopersmith1-1/+1
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 Coopersmith1-0/+13
2014-06-01Print which option was in error along with usage messageAlan Coopersmith1-48/+71
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 Coopersmith1-1/+0
2011-11-11Use memmove rather than bcopyJeremy Huddleston1-3/+4
2011-10-06Add _X_NORETURN to usage() & leave() as suggested by gcc -Wmissing-noreturnAlan Coopersmith1-1/+1
2011-10-06Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith1-2/+2
2011-10-06Strip trailing whitespaceAlan Coopersmith1-25/+25
2009-01-22Correct make distcheck and most gcc/sparse warnings.Paulo Cesar Pereira de Andrade1-68/+21
2004-11-08xc/programs/xpr/x2jet.csco_port_update-baseXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1Roland Mainz1-19/+18
2004-11-08xc/programs/xpr/x2jet.cRoland Mainz1-163/+304
2004-10-31Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=631 - UploadingRoland Mainz1-0/+1915