]> git.eshelyaron.com Git - emacs.git/commit
Improve binary-as-unsigned treatment (Bug#34792)
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Mar 2019 06:39:48 +0000 (23:39 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Mar 2019 06:41:21 +0000 (23:41 -0700)
commit9b4d34fa7884d6b67ec19593c5d2d3b587434966
tree19231ec9e0ed203dfe4e0192c9f682aace879149
parente81c44fdb4110a1e5af97669c1a7ef8277528b6c
Improve binary-as-unsigned treatment (Bug#34792)

* etc/NEWS:
* src/editfns.c (Fformat, binary_as_unsigned):
Update now that we always have bignums.
(syms_of_editfns) [!defined lisp_h_FIXNUMP]: Remove now-obsolete
code, since lisp_h_FIXNUMP is always defined now.
* test/src/editfns-tests.el (read-large-integer): Simplify,
now that we can assume binary-as-unsigned defaults to nil.
etc/NEWS
src/editfns.c
test/src/editfns-tests.el