]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/tramp.el (tramp-do-file-attributes-with-stat)
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 19 Oct 2010 09:26:21 +0000 (11:26 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 19 Oct 2010 09:26:21 +0000 (11:26 +0200)
(tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
order to make stat results a float.  Patch by Andreas Schwab
<schwab@linux-m68k.org>.

lisp/ChangeLog
lisp/net/tramp.el

index 2f40d3565e01d1d2fe36f0d7c5638ccea1fd8818..4d04453791ab279dd73435e3d059d1e9ae448b65 100644 (file)
@@ -1,3 +1,10 @@
+2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-do-file-attributes-with-stat)
+       (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
+       order to make stat results a float.  Patch by Andreas Schwab
+       <schwab@linux-m68k.org>.
+
 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * repeat.el (repeat): Use read-key (bug#6256).
@@ -15,7 +22,8 @@
 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp.el (tramp-open-connection-setup-interactive-shell):
-       Suppress expansion of tabs to spaces.
+       Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
+       <dale@codefu.org>.
 
 2010-10-15  Kenichi Handa  <handa@m17n.org>
 
index 01317ac37080b6f66d6cac9aa96b126978d35d32..3ee5509276e15126315bd5ff83a5ad96c0d0839e 100644 (file)
@@ -2922,7 +2922,7 @@ target of the symlink differ."
    (format
     ;; On Opsware, pdksh (which is the true name of ksh there) doesn't
     ;; parse correctly the sequence "((".  Therefore, we add a space.
-    "( (%s %s || %s -h %s) && %s -c '( (\"%%N\") %%h %s %s %%X.0 %%Y.0 %%Z.0 %%s.0 \"%%A\" t %%i.0 -1)' %s || echo nil)"
+    "( (%s %s || %s -h %s) && %s -c '( (\"%%N\") %%h %s %s %%Xe0 %%Ye0 %%Ze0 %%se0 \"%%A\" t %%ie0 -1)' %s || echo nil)"
     (tramp-get-file-exists-command vec)
     (tramp-shell-quote-argument localname)
     (tramp-get-test-command vec)
@@ -3378,7 +3378,7 @@ value of `default-file-modes', without execute permissions."
      ;; but it does not work on all remote systems.  Therefore, we
      ;; quote the filenames via sed.
      "cd %s; echo \"(\"; (%s -a | sed -e s/\\$/\\\"/g -e s/^/\\\"/g | xargs "
-     "%s -c '(\"%%n\" (\"%%N\") %%h %s %s %%X.0 %%Y.0 %%Z.0 %%s.0 \"%%A\" t %%i.0 -1)'); "
+     "%s -c '(\"%%n\" (\"%%N\") %%h %s %s %%Xe0 %%Ye0 %%Ze0 %%se0 \"%%A\" t %%ie0 -1)'); "
      "echo \")\"")
     (tramp-shell-quote-argument localname)
     (tramp-get-ls-command vec)