aboutsummaryrefslogtreecommitdiffstats
path: root/src/expr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-26convert single-author programs to use proper_nameJim Meyering1-1/+1
2007-10-25Tell xgettext that "ARG1 % ARG2" is not a C format string.Micah Cowan1-0/+2
2007-08-30Use PACKAGE_NAME instead of GNU_PACKAGE.Eric Blake1-1/+1
2007-07-23Update all copyright notices to use the newer form.Jim Meyering1-5/+4
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering1-1/+1
2007-06-15Don't include "quote.h" when it is not used.Jim Meyering1-2/+1
2007-03-28Help translators include translation team's web or email address.Jim Meyering1-1/+1
2007-01-11Avoid a leak in expr's implementation of the ":" (match) operator.Jim Meyering1-1/+11
2006-10-25* src/cat.c (infile): Add "const" to declaration.Jim Meyering1-1/+1
2006-09-11(eval6): Fix buffer overrun, or bad performance, ifPaul Eggert1-4/+8
2006-06-08(eval4): Detect overflow properly when multiplying INTMAX_MIN * -1.Paul Eggert1-1/+3
2006-06-07Don't claim x86 behavior is erroneous in a comment.Paul Eggert1-3/+3
2006-06-07(integer_overflow): New function.Paul Eggert1-3/+35
2006-04-12Clear the RE_NO_EMPTY_RANGES re syntax option, as this is a less intrusivePaul Eggert1-1/+2
2006-04-12(docolon): Set re_syntax_options to a value that is compatible withPaul Eggert1-16/+10
2006-04-11(docolon): Allocate and use a fastmap.Paul Eggert1-9/+7
2005-09-13(docolon): Add IF_LINT check to avoid GCC warning.Paul Eggert1-1/+1
2005-09-09* src/expr.c (docolon): 64-bit regex fixes.Paul Eggert1-5/+8
2005-06-16whoops: Adding quote(...) isn't enough :)Jim Meyering1-1/+1
2005-06-16Don't embed `this'-style quotes in format strings.Jim Meyering1-1/+2
2005-05-27Include strnumcmp.h, xstrtol.h.Paul Eggert1-70/+62
2005-05-26(toarith): Fix a sign error introduced on 2005-01-14.Jim Meyering1-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-03-28(docolon): Use NULL, not `0'.Jim Meyering1-1/+1
2005-03-10(tostring, printv): Use INT_BUFSIZE_BOUND in place of INT_STRLEN_BOUND + 1.Jim Meyering1-2/+2
2005-01-14(toarith): Rewrite to detect/diagnose integer overflow,Jim Meyering1-22/+32
2004-11-16(usage): Improve documentation along the lines suggestedPaul Eggert1-0/+5
2004-10-05(NEW, OLD): Remove, partly to avoidPaul Eggert1-12/+4
2004-08-03(nextarg): Use bool for booleans.Paul Eggert1-2/+2
2004-06-21(main): Standardize on the diagnostics given when someone givesJim Meyering1-1/+1
2004-06-01(nextarg): Prefer the notation `STREQ (a, b)' over `strcmp (a, b) == 0'.Jim Meyering1-1/+1
2004-02-22(eval, eval7, eval6, eval5, eval4, eval3, eval2, eval1):Jim Meyering1-52/+86
2004-01-21(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering1-12/+9
2003-11-05Cast NULL to `(char *)' in call to variadic function,Jim Meyering1-1/+1
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering1-2/+2
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering1-2/+2
2003-09-18revert previous changeJim Meyering1-1/+1
2003-09-18Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering1-1/+1
2003-07-23Don't include headers already included by system.h:Jim Meyering1-1/+0
2003-07-18Include "exitfail.h", "quotearg.h".Jim Meyering1-27/+72
2003-06-17(main): Call initialize_main.Jim Meyering1-0/+1
2003-05-13(OLD): Don't apply cast to argument of free.Jim Meyering1-1/+1
2003-05-10(main): Handle argc == 0.Jim Meyering1-1/+1
2003-04-11Remove anachronistic casts of xmalloc,Jim Meyering1-3/+3
2003-03-07(usage): Use putchar, not fputs, to output a single character.Jim Meyering1-1/+1
2002-12-15Remove all uses of `PARAMS'.Jim Meyering1-4/+4
2002-11-05(inttostr): Remove; use new imaxtostr library function instead.Jim Meyering1-21/+3
2002-08-31Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering1-1/+1
2002-07-02(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering1-1/+1