emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111410: Auto-commit of generated fil


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111410: Auto-commit of generated files.
Date: Thu, 03 Jan 2013 06:18:24 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111410
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2013-01-03 06:18:24 -0500
message:
  Auto-commit of generated files.
modified:
  autogen/Makefile.in
  autogen/config.in
  autogen/configure
=== modified file 'autogen/Makefile.in'
--- a/autogen/Makefile.in       2012-12-31 11:17:37 +0000
+++ b/autogen/Makefile.in       2013-01-03 11:18:24 +0000
@@ -15,7 +15,7 @@
 
 @SET_MAKE@
 
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 Free Software Foundation, Inc.
 #
 # This file is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by

=== modified file 'autogen/config.in'
--- a/autogen/config.in 2012-12-31 11:17:37 +0000
+++ b/autogen/config.in 2013-01-03 11:18:24 +0000
@@ -2,7 +2,7 @@
 
 /* GNU Emacs site configuration template file.
 
-Copyright (C) 1988, 1993-1994, 1999-2002, 2004-2012
+Copyright (C) 1988, 1993-1994, 1999-2002, 2004-2013
   Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.

=== modified file 'autogen/configure'
--- a/autogen/configure 2013-01-02 16:13:04 +0000
+++ b/autogen/configure 2013-01-03 11:18:24 +0000
@@ -20670,6 +20670,9 @@
             /* Many gnulib modules require POSIX conformance of EBADF.  */
             if (dup2 (2, 1000000) == -1 && errno != EBADF)
               result |= 16;
+            /* Flush out a cygwin core dump.  */
+            if (dup2 (2, -1) != -1 || errno != EBADF)
+              result |= 32;
             return result;
 
   ;


reply via email to

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