------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1171 Summary: eval should support 64bit values Product: Exim Version: 4.77 Platform: x86-64 OS/Version: Linux Status: NEW Severity: wishlist Priority: medium Component: String expansion AssignedTo: [email protected] ReportedBy: [email protected] CC: [email protected] Created an attachment (id=510) --> (http://bugs.exim.org/attachment.cgi?id=510) first-cut patch for 64b integer values; linux x86_64 specific It's high time 64bit numeric value were supported. Attached is a patch which works on an x86_64 Linux. I've not tried elsewhere and care will be needed not only for the specific type I've used (int64_t) but also #defines (LLONG_MAX) and printf/scanf patterns (%lld). -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
