Module Name:src
Committed By: kamil
Date: Thu Jun 11 13:08:08 UTC 2020
Modified Files:
src/bin/expr: expr.y
Log Message:
Fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/bin/expr/expr.y
Please note that diffs are not public domain; they are sub
Module Name:src
Committed By: kamil
Date: Wed Jun 27 17:23:36 UTC 2018
Modified Files:
src/bin/expr: expr.y
Log Message:
Add a missing check to handle correctly 0 * 0 in expr(1)
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/bin/expr/expr.y
Please not
Module Name:src
Committed By: kamil
Date: Wed Jun 27 17:12:50 UTC 2018
Modified Files:
src/bin/expr: expr.y
Log Message:
Improve the * operator handling in expr(1)
Fixes overflow detection in expressions INT * -UINT.
Detected with libFuzzer & UBSan.
To generate a diff
Module Name:src
Committed By: christos
Date: Thu Jun 14 02:46:56 UTC 2018
Modified Files:
src/bin/expr: expr.y
Log Message:
remove notreached
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/bin/expr/expr.y
Please note that diffs are not public domain;
Module Name:src
Committed By: christos
Date: Thu Jun 14 02:44:16 UTC 2018
Modified Files:
src/bin/expr: expr.y
Log Message:
return to caller instead of exit(2)
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/bin/expr/expr.y
Please note that diffs are n
Module Name:src
Committed By: kamil
Date: Wed Jun 13 17:35:15 UTC 2018
Modified Files:
src/bin/expr: expr.y
Log Message:
Detect properly overflow in expr(1) for 0 + INT
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/bin/expr/expr.y
Please note that di
Module Name:src
Committed By: kamil
Date: Tue Jun 12 18:12:18 UTC 2018
Modified Files:
src/bin/expr: expr.y
Log Message:
Rework perform_arith_op() in expr(1) to omit Undefined Behavior
The current implementation of operations - + * / % could cause Undefined
Behavior and i
Module Name:src
Committed By: sevan
Date: Tue Aug 23 20:34:23 UTC 2016
Modified Files:
src/bin/expr: expr.1
Log Message:
Mark email addresses as mailto links, heads up by Sascha Wildner.
Move email addresses to same line as author name.
Do not split the third author entry
Module Name:src
Committed By: sevan
Date: Tue Aug 23 03:21:16 UTC 2016
Modified Files:
src/bin/expr: expr.1
Log Message:
Instruction to not split the line needs to be stated separately.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/bin/expr/expr.1
Pl
Module Name:src
Committed By: sevan
Date: Tue Aug 23 02:58:45 UTC 2016
Modified Files:
src/bin/expr: expr.1
Log Message:
Add HISTORY section
Credit author of initial implementation in AUTHORS section
Bump date
Remove contraction highlighted by textproc/igor
To generate a
Module Name:src
Committed By: mrg
Date: Fri Apr 1 08:19:32 UTC 2016
Modified Files:
src/bin/expr: Makefile
Log Message:
for GCC 5.3 pass -fwrapv as this relies upon well-defined integer overflow.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/bin/expr
Module Name:src
Committed By: wiz
Date: Sun Aug 12 17:27:05 UTC 2012
Modified Files:
src/bin/expr: expr.1
Log Message:
Improvements: wording, punctuation, macro usage.
>From patch by Bug Hunting.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/bin/expr
Module Name:src
Committed By: jdf
Date: Wed May 9 22:29:06 UTC 2012
Modified Files:
src/bin/expr: expr.1
Log Message:
Remove an unnecessary space in the manpage. Patch provided by Bug Hunting.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/bin/expr/e
Module Name:src
Committed By: joerg
Date: Thu Aug 25 01:11:48 UTC 2011
Modified Files:
src/bin/expr: expr.y
Log Message:
Mark yyerror as dead.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/bin/expr/expr.y
Please note that diffs are not public domain;
Module Name:src
Committed By: dholland
Date: Wed Mar 23 18:10:25 UTC 2011
Modified Files:
src/bin/expr: expr.1
Log Message:
minor usage nit
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/bin/expr/expr.1
Please note that diffs are not public domain; th
Module Name:src
Committed By: joerg
Date: Mon May 24 00:29:30 UTC 2010
Modified Files:
src/bin/expr: expr.1
Log Message:
Explicitly quote | and : meant as separate operator. Kill trailing
whitespace. Don't use \Z' with obscure character entity. Reorder sections
to canonica
16 matches
Mail list logo