index
:
Erich/coreutils
master
uniq-versuch
uniq-versuch-tools
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
expr.c
Age
Commit message (
Expand
)
Author
2012-05-08
maint: fix common spelling errors
Kevin Lyda
2012-01-27
maint: use single copyright year range
Jim Meyering
2012-01-09
maint: src/*.c: change remaining quotes (without embedded spaces)
Jim Meyering
2012-01-09
maint: convert `...' to '...' in --help output
Jim Meyering
2012-01-07
maint: use new emit_try_help in place of equivalent fprintf
Jim Meyering
2012-01-01
maint: update all copyright year number ranges
Jim Meyering
2011-07-02
maint: use "const" and "pure" function attributes where possible
Jim Meyering
2011-05-26
maint: accommodate gcc's -Wstrict-overflow option
Jim Meyering
2011-05-19
maint: correct typos involving misuse of "a" and "an"
Jim Meyering
2011-01-01
maint: update all copyright year number ranges
Jim Meyering
2010-05-31
maint: make spacing around "=" consistent, even in IF_LINT
Jim Meyering
2010-02-25
expr: clarify error message
Eric Blake
2010-01-01
maint: update all FSF copyright year lists to include 2010
Jim Meyering
2009-09-23
maint: Use logical rather than bitwise operators on bools
Pádraig Brady
2009-09-23
maint: expr: avoid compiler warnings without GMP
Pádraig Brady
2009-09-21
doc: mention the texinfo documentation in --help
Pádraig Brady
2009-08-25
global: convert indentation-TABs to spaces
Jim Meyering
2009-06-23
maint: update all Copyright year lists to include 2009
Jim Meyering
2008-10-20
expr: Fixup authors
Pádraig Brady
2008-10-15
expr: remove --bignum and --no-bignum options
Paul Eggert
2008-10-15
expr: don't interpret argv[0] as an operand
Jim Meyering
2008-08-14
"expr --bignum 1" now fails when expr is built without libgmp
Jim Meyering
2008-08-09
expr: avoid compiler warnings
Jim Meyering
2008-08-06
expr: support arbitrary-precision arithmetic
James Youngman
2008-06-27
factor out time_t-to-string conversion idiom
Jim Meyering
2008-06-08
standardize some error messages
Bo Borgerson
2008-06-03
use gnulib's progname module
Jim Meyering
2008-06-02
declare program_name consistently
Jim Meyering
2008-05-26
adjust copyright dates
Jim Meyering
2008-05-26
convert single-author programs to use proper_name
Jim Meyering
2007-10-25
Tell xgettext that "ARG1 % ARG2" is not a C format string.
Micah Cowan
2007-08-30
Use PACKAGE_NAME instead of GNU_PACKAGE.
Eric Blake
2007-07-23
Update all copyright notices to use the newer form.
Jim Meyering
2007-07-10
Change "version 2" to "version 3" in all copyright notices.
Jim Meyering
2007-06-15
Don't include "quote.h" when it is not used.
Jim Meyering
2007-03-28
Help translators include translation team's web or email address.
Jim Meyering
2007-01-11
Avoid 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, if
Paul Eggert
2006-06-08
(eval4): Detect overflow properly when multiplying INTMAX_MIN * -1.
Paul Eggert
2006-06-07
Don't claim x86 behavior is erroneous in a comment.
Paul Eggert
2006-06-07
(integer_overflow): New function.
Paul Eggert
2006-04-12
Clear the RE_NO_EMPTY_RANGES re syntax option, as this is a less intrusive
Paul Eggert
2006-04-12
(docolon): Set re_syntax_options to a value that is compatible with
Paul 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-16
whoops: Adding quote(...) isn't enough :)
Jim Meyering
2005-06-16
Don't embed `this'-style quotes in format strings.
Jim Meyering
2005-05-27
Include strnumcmp.h, xstrtol.h.
Paul Eggert
[next]