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