TODO: add an item for a chmod optimization
[platform/upstream/coreutils.git] / src / expr.c
2008-08-14 Jim Meyering"expr --bignum 1" now fails when expr is built without...
2008-08-09 Jim Meyeringexpr: avoid compiler warnings
2008-08-06 James Youngmanexpr: support arbitrary-precision arithmetic
2008-06-27 Jim Meyeringfactor out time_t-to-string conversion idiom
2008-06-08 Bo Borgersonstandardize some error messages
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-05-26 Jim Meyeringadjust copyright dates
2008-05-26 Jim Meyeringconvert single-author programs to use proper_name
2007-10-25 Micah CowanTell xgettext that "ARG1 % ARG2" is not a C format...
2007-08-30 Eric BlakeUse PACKAGE_NAME instead of GNU_PACKAGE.
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-06-15 Jim MeyeringDon't include "quote.h" when it is not used.
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2007-01-11 Jim MeyeringAvoid a leak in expr's implementation of the ":" (match...
2006-10-24 Jim Meyering* src/cat.c (infile): Add "const" to declaration.
2006-09-11 Paul Eggert(eval6): Fix buffer overrun, or bad performance, if
2006-06-08 Paul Eggert(eval4): Detect overflow properly when multiplying...
2006-06-07 Paul EggertDon't claim x86 behavior is erroneous in a comment.
2006-06-07 Paul Eggert(integer_overflow): New function.
2006-04-12 Paul EggertClear the RE_NO_EMPTY_RANGES re syntax option, as this...
2006-04-12 Paul Eggert(docolon): Set re_syntax_options to a value that is...
2006-04-11 Paul Eggert(docolon): Allocate and use a fastmap.
2005-09-13 Paul Eggert(docolon): Add IF_LINT check to avoid GCC warning.
2005-09-09 Paul Eggert* src/expr.c (docolon): 64-bit regex fixes.
2005-06-16 Jim Meyeringwhoops: Adding quote(...) isn't enough :)
2005-06-16 Jim MeyeringDon't embed `this'-style quotes in format strings.
2005-05-27 Paul EggertInclude strnumcmp.h, xstrtol.h.
2005-05-26 Jim Meyering(toarith): Fix a sign error introduced on 2005-01-14.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-03-28 Jim Meyering(docolon): Use NULL, not `0'.
2005-03-10 Jim Meyering(tostring, printv): Use INT_BUFSIZE_BOUND in place...
2005-01-14 Jim Meyering(toarith): Rewrite to detect/diagnose integer overflow,
2004-11-16 Paul Eggert(usage): Improve documentation along the lines suggested
2004-10-05 Paul Eggert(NEW, OLD): Remove, partly to avoid
2004-08-03 Paul Eggert(nextarg): Use bool for booleans.
2004-06-21 Jim Meyering(main): Standardize on the diagnostics given when someo...
2004-06-01 Jim Meyering(nextarg): Prefer the notation `STREQ (a, b)' over...
2004-02-22 Jim Meyering(eval, eval7, eval6, eval5, eval4, eval3, eval2, eval1):
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-11-05 Jim MeyeringCast NULL to `(char *)' in call to variadic function,
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-09-18 Jim Meyeringrevert previous change
2003-09-18 Jim MeyeringUpdate AUTHORS definition to be a comma-separated list...
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-18 Jim MeyeringInclude "exitfail.h", "quotearg.h".
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-05-13 Jim Meyering(OLD): Don't apply cast to argument of free.
2003-05-10 Jim Meyering(main): Handle argc == 0.
2003-04-11 Jim MeyeringRemove anachronistic casts of xmalloc,
2003-03-07 Jim Meyering(usage): Use putchar, not fputs, to output a single...
2002-12-15 Jim MeyeringRemove all uses of `PARAMS'.
2002-11-05 Jim Meyering(inttostr): Remove; use new imaxtostr library function...
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-01-21 Jim MeyeringDon't include "xalloc.h", as system.h already does...
2001-12-15 Jim MeyeringUse new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT...
2001-11-25 Jim Meyering(usage): Indent --help and --version strings to start...
2001-08-26 Jim Meyering(nextarg): Use strcoll, not strcmp.
2001-08-24 Jim Meyering(posixly_correct): Remove; no longer needed.
2001-08-18 Jim Meyering(nextarg): Advance ARGS by one if the next token matches.
2001-08-18 Jim Meyering(isstring): Remove.
2001-08-18 Jim MeyeringCode cleanup to avoid tricky macros and old-style funct...
2001-08-18 Jim Meyering(main): Handle a leading "--" option as POSIX requires.
2001-08-18 Jim Meyering(toarith): Don't accept plain "-" as a valid integer.
2001-08-18 Jim MeyeringModify 'expr' so that it uses intmax_t, not int, to...
2000-05-07 Jim MeyeringInclude "closeout.h".
1999-11-09 Jim Meyering(NEW): Undefine to avoid warning about redefinition.
1999-09-02 Jim MeyeringRemove xstrdup declaration.
1999-03-31 Jim Meyering(PROGRAM_NAME, AUTHORS): Define and use.
1999-03-04 Jim Meyering(main): Include author name argument in call to parse_l...
1999-02-16 Jim Meyeringupdate copyright dates
1999-01-25 Jim Meyering(usage): Remove static attribute.
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-06-29 Jim Meyeringrevert back to using lower case _unlocked wrapper names
1998-06-29 Jim MeyeringChange all uses of unlocked-wrapped functions to their...
1997-12-21 Jim Meyerings/__P/PARAMS/
1997-10-25 Jim MeyeringRemove old-style xmalloc and xrealloc decls.
1997-10-23 Jim MeyeringRemove strstr decl.
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-07-13 Jim Meyeringindent
1997-06-16 Jim Meyering(eval6): Accept new unary operator, quote.
1997-06-11 Jim Meyering(docolon): Test (re_buffer.re_nsub > 0) rather than
1997-02-09 Jim Meyeringupdate copyrights for 1997
1997-02-01 Jim Meyeringbracket bug address with <> and append a period
1996-11-03 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyeringchange bug-reporting address
1996-10-05 Jim Meyering(main): update --version output to conform to coding...
1996-09-02 Jim Meyering(usage): Tell where to report bugs.
1996-07-05 Jim Meyering(usage): Remove space before newline in usage message.
1996-05-30 Jim Meyering(docolon): Give a warning when the first character
1996-05-18 Jim Meyering(main): Don't recognize --help, --h, --he, --version...
1996-04-24 Jim Meyeringupdate Copyright years for 1996
1996-03-24 Jim MeyeringUpdate FSF's address.
1996-03-21 Jim Meyering(main): Declare to be of type int, not void.
1996-03-16 Jim MeyeringDon't include version.h.
next