<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lib/sigprocmask.c, branch scratch/static_assert</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>* lib/sigprocmask.c, m4/signalblocking.m4: Remove.</title>
<updated>2012-08-18T21:36:13+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2012-08-18T21:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=51e6d6b2f5799ae3fc9c33930e0c4b456e1bbbdd'/>
<id>51e6d6b2f5799ae3fc9c33930e0c4b456e1bbbdd</id>
<content type='text'>
These files have been unused since the 2012-06-22 patch that
introduced high-resolution time stamps.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These files have been unused since the 2012-06-22 patch that
introduced high-resolution time stamps.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from gnulib.</title>
<updated>2012-05-26T23:14:36+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2012-05-26T23:14:36+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=caf8a9b2b301aba06735d403317b75b41df59bfe'/>
<id>caf8a9b2b301aba06735d403317b75b41df59bfe</id>
<content type='text'>
Fixes: debbugs:11527
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: debbugs:11527
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from gnulib, fixing some 'configure' typos (Bug#9696).</title>
<updated>2011-10-07T21:15:00+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2011-10-07T21:15:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d47439a333a33e01ba4b6695e588fd4ded4fc611'/>
<id>d47439a333a33e01ba4b6695e588fd4ded4fc611</id>
<content type='text'>
* lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
* m4/gnulib-common.m4: Merge from gnulib.
Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
command not found" on powerpc-apple-darwin9.8.0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
* m4/gnulib-common.m4: Merge from gnulib.
Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
command not found" on powerpc-apple-darwin9.8.0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from gnulib, improving some licensing wording.</title>
<updated>2011-09-26T21:30:18+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2011-09-26T21:30:18+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=316f8af0092ff66f564fd3052d2e35baa9a5817f'/>
<id>316f8af0092ff66f564fd3052d2e35baa9a5817f</id>
<content type='text'>
This clarifies and fixes some licensing issues raised by Glenn Morris
&lt;http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html&gt;.
It also merges the latest version of texinfo.tex and has some
MSVC-related changes that don't affect Emacs.
* Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
pathmax, and raise, since these are needed only to address
MSVC-related issues that Emacs doesn't have.
* doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
* lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
* lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
* m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
* m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
* m4/unistd_h.m4: Merge from gnulib.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This clarifies and fixes some licensing issues raised by Glenn Morris
&lt;http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html&gt;.
It also merges the latest version of texinfo.tex and has some
MSVC-related changes that don't affect Emacs.
* Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
pathmax, and raise, since these are needed only to address
MSVC-related issues that Emacs doesn't have.
* doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
* lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
* lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
* m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
* m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
* m4/unistd_h.m4: Merge from gnulib.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify Emacs part of pthread_sigmask support.</title>
<updated>2011-07-08T20:20:19+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2011-07-08T20:20:19+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2a84b02da8b20138fad7fafdea92d7c8f0564ee0'/>
<id>2a84b02da8b20138fad7fafdea92d7c8f0564ee0</id>
<content type='text'>
* Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid sigprocmask.
* configure.in (AC_TYPE_UID_T): New dummy macro.
Configure gnulib after adjusting LIBS,
so that gnulib can assume the libraries in LIBS.
* lib/pthread_sigmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
New files, automatically imported from gnulib.
* lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
* src/Makefile.in (LIB_PTHREAD_SIGMASK): New macro.
(LIBES): Use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid sigprocmask.
* configure.in (AC_TYPE_UID_T): New dummy macro.
Configure gnulib after adjusting LIBS,
so that gnulib can assume the libraries in LIBS.
* lib/pthread_sigmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
New files, automatically imported from gnulib.
* lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
* src/Makefile.in (LIB_PTHREAD_SIGMASK): New macro.
(LIBES): Use it.
</pre>
</div>
</content>
</entry>
</feed>
