summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-28BSD MakefileHEADobsdMatthieu Herrb
2024-04-21AUTHORS: remove Xprint code (which was itself removed back in 2010)masterAlan Coopersmith
2024-04-21Assume all target platforms have strcasecmp() nowAlan Coopersmith
2024-03-24xedit 1.2.4xedit-1.2.4Alan Coopersmith
2024-03-03Fix crash when undefined function called in lisp.lspAlan Coopersmith
2024-02-24unifdef ISCAlan Coopersmith
2024-02-24Use AC_C_INLINE instead of ifdef __GNUC__ to check for inline keywordAlan Coopersmith
2024-02-24unifdef __UNIXOS2__Alan Coopersmith
2023-02-11Add -help and -version optionsAlan Coopersmith
2023-02-09gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith
2022-04-03xedit 1.2.3xedit-1.2.3Alan Coopersmith
2022-04-02man page: remove out-of-date COPYRIGHT sectionAlan Coopersmith
2021-12-04Build xz tarballs instead of bzip2Alan Coopersmith
2021-12-04gitlab CI: add a basic build testAlan Coopersmith
2021-01-05Followup to previous commit to use isinfinite for darwin rather than arm64.Jeremy Huddleston Sequoia
2020-11-28Minimal changes to build on Apple silicon (i.e., new Apple M1 Macs)Gary Palter
2019-09-11Fix segfault when tags file isn't foundNiclas Zeising
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith
2017-01-26autogen: add default patch prefixMihail Konev
2017-01-26autogen.sh: use quoted string variablesEmil Velikov
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer
2015-02-21xedit 1.2.2xedit-1.2.2Matt Turner
2014-11-07Include AM_PROG_AR to detect 'ar' instead of hard-coding itTed Tanberry
2014-09-09Use automake subdir-objects optionAlan Coopersmith
2014-09-09Check for pagesize options via autoconf instead of per-platform #ifdefsAlan Coopersmith
2014-09-09Copious const cleanupAlan Coopersmith
2014-09-09Require OS to provide rename(2), as all POSIX.1-1990 & later OS'es doAlan Coopersmith
2014-06-02autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith
2014-06-02configure: Drop AM_MAINTAINER_MODEAlan Coopersmith
2014-05-03Fix man page tbl markupAlan Coopersmith
2013-12-17Remove obsolete Imake SIGNALRETURNSINTGaetan Nadon
2013-07-06Drop CRAY supportStéphane Aulery
2013-01-12xedit 1.2.1xedit-1.2.1Alan Coopersmith
2013-01-12Remove lisp/env.c from EXTRA_DIST to fix make_distcheckAlan Coopersmith
2012-08-23Eliminate use of tab stops. Use real TBL markup.Eric S. Raymond
2012-07-11Do not unconditionally define DEBUG.Thomas Klausner
2012-05-31Avoid problems with builds with -Werror=format-security.pcpa
2012-05-31Use proper pointer when computing "realpath" of a new file.pcpa
2012-05-31Correct 64 bit overflow check and bignum code.pcpa
2012-05-31Update fallback implementation of missing libc functionspcpa
2011-12-04Fix builds of lisp/core.c with Solaris Studio compilersAlan Coopersmith
2011-09-25Require xt >= 1.0 for appdefaultdirJeremy Huddleston
2011-01-19config: move man pages into their own directoryGaetan Nadon
2011-01-13man: replace hard coded man page section with substitution stringsGaetan Nadon
2011-01-13man: remove trailing spaces and tabsGaetan Nadon
2011-01-12config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon
2011-01-12config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon
2010-10-30xedit 1.2.0xedit-1.2.0Alan Coopersmith
2010-10-30config: Remove unnecessary calls from configure.acAlan Coopersmith
2010-10-30config: update AC_PREREQ statement to 2.60Gaetan Nadon