]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix an edge case when parsing large numbers which resulted in inconsistent
authordes <des@FreeBSD.org>
Wed, 9 Jan 2019 09:36:54 +0000 (09:36 +0000)
committerdes <des@FreeBSD.org>
Wed, 9 Jan 2019 09:36:54 +0000 (09:36 +0000)
commit88beea3d819da60bc2efcf862f37d9899d8a0549
treedee7d71613bf42d18a80207a413a55e249042586
parent87ee73823609e3a2a692bc475424b75a234e5d05
Fix an edge case when parsing large numbers which resulted in inconsistent
results between an expression that refers to a variable by name and the
same expression that includes the same variable by value.

Submitted by: se@
MFC after: 1 week
bin/sh/shell.h
bin/sh/tests/expansion/Makefile
bin/sh/tests/expansion/arith15.0 [new file with mode: 0644]