emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117163: Merge from gnulib.


From: Paul Eggert
Subject: [Emacs-diffs] trunk r117163: Merge from gnulib.
Date: Tue, 27 May 2014 05:55:23 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117163
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Mon 2014-05-26 22:55:18 -0700
message:
  Merge from gnulib.
  
  This incorporates:
  2014-05-21 fchdir: port 'open' and 'close' redefinitions to AIX 7.1
  * doc/misc/texinfo.tex, lib/openat-proc.c: Update from gnulib.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  doc/misc/texinfo.tex           
texinfo.tex-20091113204419-o5vbwnq5f7feedwu-6323
  lib/openat-proc.c              openatproc.c-20130201062823-w76pgdl107cutopz-6
=== modified file 'ChangeLog'
--- a/ChangeLog 2014-05-26 02:28:09 +0000
+++ b/ChangeLog 2014-05-27 05:55:18 +0000
@@ -1,3 +1,9 @@
+2014-05-27  Paul Eggert  <address@hidden>
+
+       Merge from gnulib, incorporating:
+       2014-05-21 fchdir: port 'open' and 'close' redefinitions to AIX 7.1
+       * lib/openat-proc.c: Update from gnulib.
+
 2014-05-26  Paul Eggert  <address@hidden>
 
        Fix port to 32-bit AIX (Bug#17540).

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2014-05-26 02:28:09 +0000
+++ b/doc/misc/ChangeLog        2014-05-27 05:55:18 +0000
@@ -1,3 +1,7 @@
+2014-05-27  Paul Eggert  <address@hidden>
+
+       * texinfo.tex: Update from gnulib.
+
 2014-05-26  Paul Eggert  <address@hidden>
 
        Specify coding if Latin-1 Emacs would misinterpret (Bug#17575).

=== modified file 'doc/misc/texinfo.tex'
--- a/doc/misc/texinfo.tex      2014-05-13 23:15:48 +0000
+++ b/doc/misc/texinfo.tex      2014-05-27 05:55:18 +0000
@@ -3,7 +3,7 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2014-05-05.10}
+\def\texinfoversion{2014-05-20.16}
 %
 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -8856,20 +8856,20 @@
 {
   \catcode`\_ = \active
   \globaldefs=1
-\parseargdef\documentlanguage{\begingroup
-  \let_=\normalunderscore  % normal _ character for filenames
+\parseargdef\documentlanguage{%
   \tex % read txi-??.tex file in plain TeX.
     % Read the file by the name they passed if it exists.
+    \let_ = \normalunderscore  % normal _ character for filename test
     \openin 1 txi-#1.tex
     \ifeof 1
-      \documentlanguagetrywithoutunderscore{#1_\finish}%
+      \documentlanguagetrywithoutunderscore #1_\finish
     \else
       \globaldefs = 1  % everything in the txi-LL files needs to persist
       \input txi-#1.tex
     \fi
     \closein 1
   \endgroup % end raw TeX
-\endgroup}
+}
 %
 % If they passed de_DE, and txi-de_DE.tex doesn't exist,
 % try txi-de.tex.

=== modified file 'lib/openat-proc.c'
--- a/lib/openat-proc.c 2014-01-01 07:43:34 +0000
+++ b/lib/openat-proc.c 2014-05-27 05:55:18 +0000
@@ -32,14 +32,6 @@
 
 #include "intprops.h"
 
-/* The results of open() in this file are not used with fchdir,
-   and we do not leak fds to any single-threaded code that could use stdio,
-   therefore save some unnecessary work in fchdir.c.
-   FIXME - if the kernel ever adds support for multi-thread safety for
-   avoiding standard fds, then we should use open_safer.  */
-#undef open
-#undef close
-
 #define PROC_SELF_FD_FORMAT "/proc/self/fd/%d/%s"
 
 #define PROC_SELF_FD_NAME_SIZE_BOUND(len) \


reply via email to

[Prev in Thread] Current Thread [Next in Thread]