about summary refs log tree commit diff
path: root/editor/specialty
Commit message (Expand)AuthorAgeFilesLines
* fix typo in messagegiraffedata2023-12-191-1/+1
* cleanupgiraffedata2023-12-191-3/+20
* cleanupgiraffedata2023-12-191-4/+18
* Check arguments for zerogiraffedata2023-12-191-3/+12
* Fix missing arg0 bug in recent cleanupgiraffedata2023-12-191-1/+1
* Add -plaingiraffedata2023-12-171-2/+3
* Fix invalid memory reference bug from recent cleanupgiraffedata2023-12-161-1/+2
* cleanup - Use 'pm_system' instead of 'system'giraffedata2023-11-281-91/+97
* cleanup - make internal 'pbmtext' for title take input from Standard Input in...giraffedata2023-11-261-10/+32
* cleanupgiraffedata2023-11-081-5/+4
* cleanupgiraffedata2023-11-081-7/+6
* cleanupgiraffedata2023-11-081-14/+14
* cleanupgiraffedata2023-10-111-79/+154
* cleanupgiraffedata2023-10-111-13/+14
* whitespacegiraffedata2023-09-1814-296/+294
* cleanupgiraffedata2023-08-271-2/+4
* Update internal use of 'pamcat' to adapt to its new ability to produce PNM ou...giraffedata2022-08-161-3/+3
* Change pnmtopnm to pamtopnm, as the former is just an alias for the lattergiraffedata2022-08-061-1/+1
* Fix shell injection vulnerabilitiesgiraffedata2022-08-031-13/+115
* cleanupgiraffedata2022-08-031-4/+4
* Use new 'pamcat' instead of 'pnmcat'giraffedata2022-08-031-3/+12
* whitespacegiraffedata2022-08-031-42/+45
* Fix incorrect outputgiraffedata2022-01-251-6/+5
* Remove debug codegiraffedata2021-11-031-8/+0
* Add -neargiraffedata2021-11-021-25/+119
* Fix cleanup in previous commitgiraffedata2021-03-101-1/+1
* Use Mersenee Twister instead of libc rand for random numbersgiraffedata2021-03-063-141/+221
* Add -seed, convert to shhoptgiraffedata2020-12-181-40/+89
* Remove unused variable - trick to embed text in the object code triggers comp...giraffedata2020-03-141-3/+0
* Fix typos in comments and messages, whitespacegiraffedata2019-12-292-10/+12
* Do backward compatibility names for merge build in the directories instead of...giraffedata2018-11-181-0/+6
* Fix 'make package' leaving out a bunch of recent legacy names with a merge buildgiraffedata2018-11-111-1/+1
* Fix compiler warning about long passed to 'abs'giraffedata2018-04-281-16/+16
* whitespacegiraffedata2018-04-281-13/+16
* Upgrade to _XOPEN_SOURCE 500 to get M_PIgiraffedata2017-04-302-2/+2
* Add poorly-named _DEFAULT_SOURCE to all files that had _BSD_SOURCE or _SVID_S...giraffedata2016-11-163-0/+3
* cleanupgiraffedata2016-05-071-3/+0
* cleanupgiraffedata2016-05-071-5/+0
* Use pm_randseed instead of srandgiraffedata2016-04-261-1/+1
* Fix compile error from yesterdaygiraffedata2015-03-291-1/+1
* cleanupgiraffedata2015-03-291-3/+7
* Produce raw format instead of plain by defaultgiraffedata2015-03-291-1/+1
* cleanupgiraffedata2015-03-291-200/+336
* Add -gradientgiraffedata2015-03-281-1/+27
* Fix TRUE, FALSE redefinedgiraffedata2015-01-011-3/+3
* Declare _XOPEN_SOURCE >= 500 to make strdup definedgiraffedata2014-08-241-0/+1
* Fix missing .exe on copies of programs under old namesgiraffedata2014-03-011-2/+2
* Fix for -takeodd on image with no odd rowsgiraffedata2014-02-091-1/+7
* clip output values to 0..maxval; detect too-small inputgiraffedata2014-02-091-46/+70
* cleanupgiraffedata2013-06-201-10/+7