]> git.eshelyaron.com Git - emacs.git/commit
Add bignum support in Tramp
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 28 Aug 2018 14:27:02 +0000 (16:27 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 28 Aug 2018 14:27:02 +0000 (16:27 +0200)
commitadcf904b3a7f8c5b8a82a40725ef7baa3a76c993
treee44dad4a8ae06609d992acb0b68c309758e072c6
parentd77d01d22902acdc45c2c7059de4f1b158ab5806
Add bignum support in Tramp

* lisp/net/tramp-adb.el (tramp-adb-handle-file-system-info):
* lisp/net/tramp-gvfs.el (tramp-gvfs-handle-file-system-info):
* lisp/net/tramp-sh.el (tramp-do-file-attributes-with-stat)
(tramp-do-directory-files-and-attributes-with-stat)
(tramp-sh-handle-file-system-info):
* lisp/net/tramp-smb.el (tramp-smb-handle-file-system-info): Do
not add "e0" to integers.

* lisp/net/tramp-sh.el (tramp-perl-file-attributes)
(tramp-convert-file-attributes): Do not use a consp for the inode
if there is bignum support.
lisp/net/tramp-adb.el
lisp/net/tramp-gvfs.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el