emacs/lisp/net
Michael Albinus c760a600da tramp-sh.el: Work around a stat bug (backport from master)
* lisp/net/tramp-sh.el (tramp-get-remote-stat): Do not use
stat versions which produce shell quoted output.  See also
coreutils Bug#23422.

(cherry picked from commit 6aad36ace9)
2016-05-06 08:13:08 +02:00
..
ange-ftp.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
browse-url.el * lisp/net/browse-url.el (browse-url-default-browser): 2016-01-30 11:52:42 -08:00
dbus.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
dig.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
dns.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
eudc-bob.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
eudc-export.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
eudc-hotlist.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
eudc-vars.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
eudc.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
eudcb-bbdb.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
eudcb-ldap.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
eudcb-mab.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
eww.el Also allow setting the paragraph direction to nil 2016-03-01 11:31:52 +11:00
gnutls.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
goto-addr.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
hmac-def.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
hmac-md5.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
imap.el Fix imap-starttls-open 2016-01-31 14:37:33 +01:00
ldap.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
mairix.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
net-utils.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
netrc.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
network-stream.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
newst-backend.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
newst-plainview.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
newst-reader.el Add some missing version tags. 2016-01-12 20:06:49 -05:00
newst-ticker.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
newst-treeview.el Improve newsticker-treeview-selection-face 2016-02-04 18:31:04 +01:00
newsticker.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
nsm.el Restore window conf in nsm 2016-02-05 17:36:12 +11:00
ntlm.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
pinentry.el Set file modes of pinentry socket for extra safety 2016-02-22 11:49:19 +09:00
quickurl.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
rcirc.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
rfc2104.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
rlogin.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
sasl-cram.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
sasl-digest.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
sasl-ntlm.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
sasl-scram-rfc.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
sasl.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
secrets.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
shr-color.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
shr.el Render empty <ul><li><ul> correctly 2016-03-20 13:58:26 +01:00
snmp-mode.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
soap-client.el Move xsd:base64Binary decoding fix to debbugs.el 0.9.1 2016-03-16 09:35:59 -04:00
soap-inspect.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
socks.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
telnet.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
tls.el Fix doc string of tls-program 2016-02-05 18:13:34 +11:00
tramp-adb.el Fix Bug#22452 2016-01-28 13:37:58 +01:00
tramp-cache.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
tramp-cmds.el Expunge "allow" + infinitive without direct object from source and doc. 2016-01-24 20:30:39 +00:00
tramp-compat.el Fix coding system for Tramp on OS X. 2016-01-09 13:55:02 +01:00
tramp-ftp.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
tramp-gvfs.el Fix Bug#22452 2016-01-28 13:37:58 +01:00
tramp-gw.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
tramp-sh.el tramp-sh.el: Work around a stat bug (backport from master) 2016-05-06 08:13:08 +02:00
tramp-smb.el Fix Bug#22452 2016-01-28 13:37:58 +01:00
tramp-uu.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
tramp.el Handle Bug#23186 2016-04-03 09:37:16 +02:00
trampver.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
webjump.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
zeroconf.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00