<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lib-src/getopt_int.h, 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>Regenerate.</title>
<updated>2011-01-09T07:33:50+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2011-01-09T07:33:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e275c824b0fe255bbb5af98a6c9a21bb8321d6e8'/>
<id>e275c824b0fe255bbb5af98a6c9a21bb8321d6e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch license to GPLv3 or later.</title>
<updated>2007-07-25T05:08:27+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2007-07-25T05:08:27+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4a9f99bdfb808930e6e86eaa668594e19218eb3d'/>
<id>4a9f99bdfb808930e6e86eaa668594e19218eb3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 2007 to copyright years.</title>
<updated>2007-01-21T04:57:37+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2007-01-21T04:57:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4e6835dbc4e02adcca7770c555963a37ad7fb8b9'/>
<id>4e6835dbc4e02adcca7770c555963a37ad7fb8b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update years in copyright notice; nfc.</title>
<updated>2006-02-06T11:28:28+00:00</updated>
<author>
<name>Thien-Thi Nguyen</name>
</author>
<published>2006-02-06T11:28:28+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=273dc16aaf917c39c88dd577fa20bd12c7060638'/>
<id>273dc16aaf917c39c88dd577fa20bd12c7060638</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update years in copyright notice; nfc.</title>
<updated>2005-08-07T10:56:27+00:00</updated>
<author>
<name>Thien-Thi Nguyen</name>
</author>
<published>2005-08-07T10:56:27+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=92b47a4a991a7b30f5eda49fcab4f29aa9ca288e'/>
<id>92b47a4a991a7b30f5eda49fcab4f29aa9ca288e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add arch tagline</title>
<updated>2005-07-27T01:31:21+00:00</updated>
<author>
<name>Miles Bader</name>
</author>
<published>2005-07-27T01:31:21+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d7b7f3c485efff08112a2e9219458d57dff7c372'/>
<id>d7b7f3c485efff08112a2e9219458d57dff7c372</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge gnulib getopt implementation into Emacs.</title>
<updated>2005-07-26T21:43:13+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2005-07-26T21:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9eff9fe3e8ab53b7a8ad2c1633b0681beb3b655c'/>
<id>9eff9fe3e8ab53b7a8ad2c1633b0681beb3b655c</id>
<content type='text'>
* Makefile.in (AUTOCONF_INPUTS): New macro.
($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
so that these files also depend on m4/getopt.m4.
* configure.in: Configure getopt by including m4/getopt.m4,
and configuring a getopt replacement if necessary.
* make-dist: Add m4 subdirectory.  Unlink lib-src/getopt.h.
* m4/getopt.m4: New file.

* lib-src/Makefile.in (mostlyclean): Remove getopt.h, getopt.h-t.
(GETOPT_H): New macro, from gnulib.
(getopt.h): New rule, from gnulib.
(GETOPTOBJS): Now autoconfigured.
(GETOPTDEPS): getopt.h is now autoconfigured.
(getopt.o, getopt1.o): Depend on $(GETOPT_H), not ${srcdir}/getopt.h.
(getopt.o): Depend on ${srcdir}/gettext.h.
(movemail.o): Depend on $(GETOPT_H).
* lib-src/getopt.c, lib-src/getopt1.c: Sync from gnulib.
* lib-src/getopt_.h, lib-src/getopt_int.h, lib-src/gettext.h:
New files, from gnulib.
* lib-src/getopt.h: Removed (now is getopt_.h).

* nt/inc/gettext.h: Remove; no longer needed now that
lib-src/gettext.h exists.

* src/s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is
now part of lib-src.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Makefile.in (AUTOCONF_INPUTS): New macro.
($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
so that these files also depend on m4/getopt.m4.
* configure.in: Configure getopt by including m4/getopt.m4,
and configuring a getopt replacement if necessary.
* make-dist: Add m4 subdirectory.  Unlink lib-src/getopt.h.
* m4/getopt.m4: New file.

* lib-src/Makefile.in (mostlyclean): Remove getopt.h, getopt.h-t.
(GETOPT_H): New macro, from gnulib.
(getopt.h): New rule, from gnulib.
(GETOPTOBJS): Now autoconfigured.
(GETOPTDEPS): getopt.h is now autoconfigured.
(getopt.o, getopt1.o): Depend on $(GETOPT_H), not ${srcdir}/getopt.h.
(getopt.o): Depend on ${srcdir}/gettext.h.
(movemail.o): Depend on $(GETOPT_H).
* lib-src/getopt.c, lib-src/getopt1.c: Sync from gnulib.
* lib-src/getopt_.h, lib-src/getopt_int.h, lib-src/gettext.h:
New files, from gnulib.
* lib-src/getopt.h: Removed (now is getopt_.h).

* nt/inc/gettext.h: Remove; no longer needed now that
lib-src/gettext.h exists.

* src/s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is
now part of lib-src.
</pre>
</div>
</content>
</entry>
</feed>
