summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-09Use autoconf instead of cpp to generate ccmakedep, mergelib, & xmkmfHEADmasterAlan Coopersmith7-156/+195
2024-01-08Fix mdepend.cpp: error: invalid preprocessing directive #FlagAlan Coopersmith1-3/+3
2024-01-08imake 1.0.10imake-1.0.10Alan Coopersmith1-1/+1
2023-12-11Fix -Wincompatible-pointer-types warning (Issue #3)Alan Coopersmith1-1/+1
2022-12-15configure: Use AC_SYS_LARGEFILE to enable large file supportAlan Coopersmith1-0/+4
2022-12-15gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2022-10-19imake 1.0.9imake-1.0.9Alan Coopersmith1-2/+2
2022-09-17Add .git-blame-ignore-revs to hide whitespace commits from git blameAlan Coopersmith1-0/+16
2022-09-17unifdef SIGNALRETURNSINTAlan Coopersmith1-8/+0
2022-09-17Simplify HAVE_MKSTEMP blockAlan Coopersmith1-4/+3
2022-09-17Make Emalloc() argument a size_t to match malloc()Alan Coopersmith1-6/+6
2022-09-17Fix -Wshadow warningsAlan Coopersmith1-11/+11
2022-09-17Fix -Wsign-compare warningsAlan Coopersmith1-8/+8
2022-07-24autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2022-07-24autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2022-06-18Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parametersAlan Coopersmith1-1/+2
2022-01-15Fix spelling/wording issuesAlan Coopersmith2-4/+4
2022-01-15gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2022-01-15Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2019-03-16imake 1.0.8imake-1.0.8Alan Coopersmith1-1/+1
2018-12-07Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-12-07Update README for gitlab migrationAlan Coopersmith2-16/+9
2018-03-23imake support for lcc compilerAndrew Savchenko1-1/+1
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
2015-12-11README: reword status sectionAlan Coopersmith1-3/+7
2014-11-08Use SEEK_* names instead of raw numbers for fseek whence argumentAlan Coopersmith1-3/+3
2014-06-04autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
2014-06-04configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2014-05-21Bump to 1.0.7imake-1.0.7Julien Cristau1-2/+1
2014-03-24Pass files to cpp via CLI arg instead of stdin to workaround gcc 4.8 changeGreg Turner1-3/+3
2013-08-18Replace fprintf with fputsJulien Cristau1-1/+1
2013-07-22imake 1.0.6imake-1.0.6Alan Coopersmith1-1/+1
2013-06-06Avoid use of low-level troff markup that can't be lifted structurally.Eric S. Raymond1-50/+58
2013-01-19config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSAlan Coopersmith1-2/+5
2013-01-04unifdef -U__UNIXOS2__Alan Coopersmith2-28/+5
2012-12-27Let configure pick cpp path on Solaris, instead of hardcoding in imakemdep.hAlan Coopersmith1-3/+0
2012-08-25Ensure inFile is always closed on error in cppit()Alan Coopersmith1-2/+5
2012-08-25Avoid closing inFile twice in CheckImakefileC if LogFatal returnsAlan Coopersmith1-1/+2
2012-03-07imake 1.0.5imake-1.0.5Alan Coopersmith1-1/+1
2012-02-10xmkmf.man: Remove instructions for "X Consortium" monolithic build treeAlan Coopersmith1-14/+7
2011-10-07Fix a bunch of "too many arguments for format" warningsAlan Coopersmith1-10/+10
2011-10-07Convert error logging functions to normal idiomsAlan Coopersmith1-23/+30
2011-10-07Rework temp filename pointers into const & non-const partsAlan Coopersmith1-16/+20
2011-10-07Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith2-52/+53
2011-10-07Strip trailing whitespaceAlan Coopersmith12-67/+67
2011-01-07Remove unused variable in get_sun_compiler_versionsAlan Coopersmith1-1/+0
2010-11-02Silence useless pedantry warning from find(1) when running cleanlinks.Adam Jackson1-1/+1
2010-10-30imake 1.0.4imake-1.0.4Alan Coopersmith1-1/+2
2010-10-30config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
2010-10-30Use autoconf standard HAVE_MKSTEMP instead of HAS_MKSTEMPAlan Coopersmith2-6/+5