about summary refs log tree commit diff
path: root/other/pamx
Commit message (Collapse)AuthorAgeFilesLines
* Use pkg-config --exists to quiet error messagesgiraffedata2019-09-201-2/+6
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3682 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Add PKG_CONFIG config variablegiraffedata2016-11-281-5/+5
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2840 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Add poorly-named _DEFAULT_SOURCE to all files that had _BSD_SOURCE or ↵giraffedata2016-11-162-0/+2
| | | | | | _SVID_SOURCE, because for some reason GNU C library is replacing the latter with the former. This eliminates compiler warnings about _BSD_SOURCE/_SVID_SOURCE being deprecated git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2836 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* cleanupgiraffedata2016-05-081-42/+77
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2767 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Declare _XOPEN_SOURCE >= 500 to make strdup definedgiraffedata2014-08-242-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2257 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Remove ambiguous, incorrect use of 'support'giraffedata2014-06-262-6/+6
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2212 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Add Windows icon capability, centralize make rule for link of programsgiraffedata2014-04-131-14/+10
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2182 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Replace obsolete bcopy, index, rindex with modern memcpy, strchr, strrchrgiraffedata2012-09-082-6/+6
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1730 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Use pkg-config for X librariesgiraffedata2011-06-261-5/+21
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1498 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Rename nstring.h functions with pm_ prefixgiraffedata2010-09-292-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1320 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Rename optParseOptions3 to pm_optParseOptions3, etcgiraffedata2010-09-281-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1312 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Use memset() instead of bzero()giraffedata2010-08-072-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1271 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Make exit status 0 instead of 10 when window manager requests terminationgiraffedata2010-04-261-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1201 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Remove pm_c_util.h from sshopt.hgiraffedata2009-04-041-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@871 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Make -ansi compile workgiraffedata2008-12-041-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@781 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Move LDFLAGS latergiraffedata2008-12-031-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@775 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Rename Makefile.config to config.mkgiraffedata2008-10-051-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@743 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Rename Makefile.common to common.mkgiraffedata2008-10-051-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@741 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Replace macros with inline functionsgiraffedata2007-08-261-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@386 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Replace STREQ() with streq()giraffedata2007-05-101-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@295 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* fix bug with X depth = 0giraffedata2006-11-271-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@149 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* pamx: fix bug: incorrect display of one-plane input imagegiraffedata2006-11-271-24/+26
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@148 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* remove dead codegiraffedata2006-11-272-97/+0
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@147 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Don't include PAM objects in no-X11-library merge buildgiraffedata2006-09-271-12/+13
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@70 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Remove accidentally committed Makefile2giraffedata2006-09-271-51/+0
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@69 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Fix include ordergiraffedata2006-09-161-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@61 9d0c8265-081b-0410-96cb-a4ca84ce46f8
* Create Subversion repositorygiraffedata2006-08-1914-0/+3296
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1 9d0c8265-081b-0410-96cb-a4ca84ce46f8