summaryrefslogtreecommitdiff
path: root/src/expr.c
AgeCommit message (Expand)Author
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
2006-09-11(eval6): Fix buffer overrun, or bad performance, ifPaul Eggert
2006-06-08(eval4): Detect overflow properly when multiplying INTMAX_MIN * -1.Paul Eggert
2006-06-07Don't claim x86 behavior is erroneous in a comment.Paul Eggert
2006-06-07(integer_overflow): New function.Paul Eggert
2006-04-12Clear the RE_NO_EMPTY_RANGES re syntax option, as this is a less intrusivePaul Eggert
2006-04-12(docolon): Set re_syntax_options to a value that is compatible withPaul Eggert
2006-04-11(docolon): Allocate and use a fastmap.Paul Eggert
2005-09-13(docolon): Add IF_LINT check to avoid GCC warning.Paul Eggert
2005-09-09* src/expr.c (docolon): 64-bit regex fixes.Paul Eggert
2005-06-16whoops: Adding quote(...) isn't enough :)Jim Meyering
2005-06-16Don't embed `this'-style quotes in format strings.Jim Meyering
2005-05-27Include strnumcmp.h, xstrtol.h.Paul Eggert