summaryrefslogtreecommitdiff
path: root/utils/hp2ps
Commit message (Expand)AuthorAgeFilesLines
* Drop make build systemBen Gamari2022-08-251-42/+0
* Reinstallable GHCZubin Duggal2022-02-211-1/+4
* Make: Get rid of `BUILD_.*_INCLUDE_DIRS`John Ericson2021-11-161-2/+0
* Make: Get rid of GHC_INCLUDE_DIRSJohn Ericson2021-11-151-2/+2
* utils: Bump cabal-version of hp2ps and unlitBen Gamari2020-09-091-1/+1
* winio: Allow hp2ps to build with -DDEBUGAndreas Klebinger2020-07-151-1/+1
* Rename ghcAssert to stgAssert in hp2ps/Main.h.Andreas Klebinger2020-02-081-2/+2
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* Per stage headers, ghc_boot_platform.h -> stage 0 ghcplatform.hJohn Ericson2019-10-042-3/+2
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-252-4/+4
* Fix uninformative hp2ps error when the cmdline contains double quotesZejun Wu2018-12-111-20/+17
* cosmetic change: expandtab in utils/hp2ps/HpFile.cZejun Wu2018-12-111-202/+202
* Revert "Fix uninformative hp2ps error when the cmdline contains double quotes"Ben Gamari2018-11-241-174/+177
* Fix uninformative hp2ps error when the cmdline contains double quotesZejun Wu2018-11-221-68/+65
* Update .cabal files for Cabal 2.1Moritz Angermann2018-02-151-3/+3
* Cabalify all the thingsMoritz Angermann2017-11-151-0/+22
* Prefer #if defined to #ifdefBen Gamari2017-04-283-5/+5
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-2319-76/+19
* cross-build 'unlit' and 'hp2ps' for stage2 installSergei Trofimovich2017-04-081-1/+18
* hp2ps: install shell wrapperSergei Trofimovich2017-04-032-2/+5
* Typos in commentsGabor Greif2016-10-211-1/+1
* hp2ps: fix invalid PostScript for names with parenthesesBen Gamari2016-07-171-1/+2
* hp2ps: mark local functions as 'static'Sergei Trofimovich2016-02-077-18/+13
* Fix `hp2ps -i-`Thomas Miedema2015-09-151-0/+1
* Fix identifier parsing in hp2psYuras Shumovich2015-08-291-21/+23
* Delete _MSC_VER when not necessary, fix #10511Bernard Desmyter2015-06-121-1/+1
* Removes all occurrences of __MINGW32__ (#10485)Thomas Miedema2015-06-111-1/+1
* Add a cast to new code in hp2psReid Barton2014-06-301-1/+1
* Avoid integer overflow in hp2ps (#9145)Reid Barton2014-06-301-3/+8
* Fix memleak in hp2psNicolas Trangez2014-04-271-0/+2
* Fix potential out-of-bound memory accessNicolas Trangez2014-04-271-2/+2
* Document -c in hp2hs(1)Joachim Breitner2013-10-171-0/+2
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-012-4/+4
* Make validate play nice with clang (for Xcode 5 command line tools)Manuel M T Chakravarty2013-09-041-4/+8
* Typo in hp2ps help outputJoachim Breitner2013-06-131-1/+1
* Automatically add the $(exeext) to program namesIan Lynagh2013-03-031-1/+1
* add $(CrossCompilePrefix) to hp2ps (#7639)Simon Marlow2013-02-011-1/+1
* Build the dynamic way by default on Linux/amd64Ian Lynagh2012-10-031-7/+8
* escape(): don't forget the final '\0'Simon Marlow2012-05-231-0/+1
* hp2ps: escape backslashes when generating output file (#5800).Paolo Capriotti2012-03-221-2/+20
* RefactoringIan Lynagh2012-01-081-1/+1
* Remove some antiquated C constructsIan Lynagh2011-08-0118-144/+85
* Handle EXTRA_LIBRARIES when building programsIan Lynagh2010-09-301-1/+1
* Link programs that have no Haskell objects with gcc rather than ghcIan Lynagh2010-07-161-0/+1
* Detect EOF when trying to parse a string in hp2psIan Lynagh2010-05-061-1/+4
* Fix hp2ps when the .hp file has large string literalsIan Lynagh2010-05-051-4/+13
* Add -Iincludes to hp2ps's CC_OPTSIan Lynagh2009-12-081-0/+2
* Add a header to all build system files:Simon Marlow2009-04-282-0/+24
* GHC new build system megapatchIan Lynagh2009-04-263-21/+14
* bindists are now some way towards workingIan Lynagh2008-08-101-4/+2