summaryrefslogtreecommitdiffstats
path: root/src/expr.c
AgeCommit message (Expand)AuthorLines
2016-10-16maint: we use die; remove now-unnecessary uses of abortJim Meyering-1/+0
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady-14/+15
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-11-04all: avoid quoting file names when possiblePádraig Brady-1/+0
2015-10-27all: quote string arguments in error messagesPádraig Brady-2/+2
2015-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady-1/+1
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert-1/+1
2014-01-02maint: update all copyright year number rangesBernhard Voelker-1/+1
2013-05-18maint: port --enable-gcc-warnings to clangPaul Eggert-11/+3
2013-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2012-05-08maint: fix common spelling errorsKevin Lyda-1/+1
2012-01-27maint: use single copyright year rangeJim Meyering-1/+1
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-2/+2
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering-1/+1
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering-2/+1
2012-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2011-07-02maint: use "const" and "pure" function attributes where possibleJim Meyering-2/+2
2011-05-26maint: accommodate gcc's -Wstrict-overflow optionJim Meyering-3/+5
2011-05-19maint: correct typos involving misuse of "a" and "an"Jim Meyering-1/+1
2011-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2010-05-31maint: make spacing around "=" consistent, even in IF_LINTJim Meyering-1/+1
2010-02-25expr: clarify error messageEric Blake-2/+2
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-1/+1
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady-2/+2
2009-09-23maint: expr: avoid compiler warnings without GMPPádraig Brady-1/+3
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+1
2009-08-25global: convert indentation-TABs to spacesJim Meyering-169/+169
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering-1/+1
2008-10-20expr: Fixup authorsPádraig Brady-1/+4
2008-10-15expr: remove --bignum and --no-bignum optionsPaul Eggert-537/+176
2008-10-15expr: don't interpret argv[0] as an operandJim Meyering-1/+4
2008-08-14"expr --bignum 1" now fails when expr is built without libgmpJim Meyering-1/+2
2008-08-09expr: avoid compiler warningsJim Meyering-36/+16
2008-08-06expr: support arbitrary-precision arithmeticJames Youngman-88/+567
2008-06-27factor out time_t-to-string conversion idiomJim Meyering-1/+0
2008-06-08standardize some error messagesBo Borgerson-2/+2
2008-06-03use gnulib's progname moduleJim Meyering-4/+1
2008-06-02declare program_name consistentlyJim Meyering-1/+1
2008-05-26adjust copyright datesJim Meyering-1/+1
2008-05-26convert single-author programs to use proper_nameJim Meyering-1/+1
2007-10-25Tell xgettext that "ARG1 % ARG2" is not a C format string.Micah Cowan-0/+2
2007-08-30Use PACKAGE_NAME instead of GNU_PACKAGE.Eric Blake-1/+1
2007-07-23Update all copyright notices to use the newer form.Jim Meyering-5/+4
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering-1/+1
2007-06-15Don't include "quote.h" when it is not used.Jim Meyering-2/+1
2007-03-28Help translators include translation team's web or email address.Jim Meyering-1/+1
2007-01-11Avoid a leak in expr's implementation of the ":" (match) operator.Jim Meyering-1/+11
2006-10-25* src/cat.c (infile): Add "const" to declaration.Jim Meyering-1/+1
2006-09-11(eval6): Fix buffer overrun, or bad performance, ifPaul Eggert-4/+8