<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/src/s/sol2-10.h, branch scratch/string-common-prefix</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>Remove src/s/sol2-10.h</title>
<updated>2012-06-12T19:03:32+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2012-06-12T19:03:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b4492cba7a034185fecea38790b58c20667bfee0'/>
<id>b4492cba7a034185fecea38790b58c20667bfee0</id>
<content type='text'>
* configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
(opsysfile): Set specially for sol2-10.

* src/s/gnu-linux.h (HAVE_PROCFS): Move to configure.

* src/s/sol2-10.h: Remove file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
(opsysfile): Set specially for sol2-10.

* src/s/gnu-linux.h (HAVE_PROCFS): Move to configure.

* src/s/sol2-10.h: Remove file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Nuke arch-tags.</title>
<updated>2011-01-15T23:16:57+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2011-01-15T23:16:57+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0d9f702fd085bc8ad560a3e1f08d5e93054a5d33'/>
<id>0d9f702fd085bc8ad560a3e1f08d5e93054a5d33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove some cpp that is internal to configure.in.</title>
<updated>2010-06-30T02:48:54+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2010-06-30T02:48:54+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6259c2ec7ae4b60f59d5101c8c544d15a90540a3'/>
<id>6259c2ec7ae4b60f59d5101c8c544d15a90540a3</id>
<content type='text'>
* configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
(USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH): Set with shell, not cpp.
(LIBX): Remove, just use -lX11 in the one place this was used.
(cannot_dump): Replace with CANNOT_DUMP.

* src/Makefile.in (CANNOT_DUMP): Update for configure name change.

* src/s/freebsd.h (USE_MMAP_FOR_BUFFERS):
* src/s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
* src/s/darwin.h (SYSTEM_MALLOC):
* src/s/sol2-10.h (SYSTEM_MALLOC): Move to configure.

* src/m/alpha.h: Remove old comment.
* src/s/aix4-2.h: Update comment.
* src/s/template.h: Remove USE_MMAP_FOR_BUFFERS.

* msdos/sed1v2.inp (CANNOT_DUMP): Update for configure name change.

* admin/CPP-DEFINES: Remove USE_MMAP_FOR_BUFFERS, CANNOT_DUMP.

* etc/DEBUG: Update SYSTEM_MALLOC and CANNOT_DUMP references.
Some re-filling.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
(USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH): Set with shell, not cpp.
(LIBX): Remove, just use -lX11 in the one place this was used.
(cannot_dump): Replace with CANNOT_DUMP.

* src/Makefile.in (CANNOT_DUMP): Update for configure name change.

* src/s/freebsd.h (USE_MMAP_FOR_BUFFERS):
* src/s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
* src/s/darwin.h (SYSTEM_MALLOC):
* src/s/sol2-10.h (SYSTEM_MALLOC): Move to configure.

* src/m/alpha.h: Remove old comment.
* src/s/aix4-2.h: Update comment.
* src/s/template.h: Remove USE_MMAP_FOR_BUFFERS.

* msdos/sed1v2.inp (CANNOT_DUMP): Update for configure name change.

* admin/CPP-DEFINES: Remove USE_MMAP_FOR_BUFFERS, CANNOT_DUMP.

* etc/DEBUG: Update SYSTEM_MALLOC and CANNOT_DUMP references.
Some re-filling.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move UNEXEC definition to autoconf.</title>
<updated>2010-06-03T22:16:02+00:00</updated>
<author>
<name>Dan Nicolaescu</name>
</author>
<published>2010-06-03T22:16:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=eb697db59773f60b5db4ad30a8011221385b90c5'/>
<id>eb697db59773f60b5db4ad30a8011221385b90c5</id>
<content type='text'>
* configure.in (unxec): Do not define and substitute.
(UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.

* msdos/sed1v2.inp (UNEXEC_OBJ): Use UNEXEC_OBJ instead of unexec.

* src/s/usg5-4.h (UNEXEC): Remove, move to configure.in.
* src/s/sol2-10.h (UNEXEC):
* src/s/irix6-5.h (UNEXEC):
* src/s/hpux10-20.h (UNEXEC):
* src/s/gnu-linux.h (UNEXEC):
* src/s/darwin.h (UNEXEC):
* src/s/cygwin.h (UNEXEC):
* src/s/bsd-common.h (UNEXEC):
* src/s/aix4-2.h (UNEXEC):
* src/m/alpha.h (UNEXEC): Likewise.
* src/Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* configure.in (unxec): Do not define and substitute.
(UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.

* msdos/sed1v2.inp (UNEXEC_OBJ): Use UNEXEC_OBJ instead of unexec.

* src/s/usg5-4.h (UNEXEC): Remove, move to configure.in.
* src/s/sol2-10.h (UNEXEC):
* src/s/irix6-5.h (UNEXEC):
* src/s/hpux10-20.h (UNEXEC):
* src/s/gnu-linux.h (UNEXEC):
* src/s/darwin.h (UNEXEC):
* src/s/cygwin.h (UNEXEC):
* src/s/bsd-common.h (UNEXEC):
* src/s/aix4-2.h (UNEXEC):
* src/m/alpha.h (UNEXEC): Likewise.
* src/Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
</pre>
</div>
</content>
</entry>
<entry>
<title>* src/s/sol2-10.h: Comment fix.</title>
<updated>2010-06-03T05:57:11+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2010-06-03T05:57:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=72c02b8ad5b44df1c59c8ed4b1f906219a8448b2'/>
<id>72c02b8ad5b44df1c59c8ed4b1f906219a8448b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reformat some comments in src/s/*.h.</title>
<updated>2010-05-12T06:53:03+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2010-05-12T06:53:03+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e05aebe90549195bedca9ac550297233aeae9ac4'/>
<id>e05aebe90549195bedca9ac550297233aeae9ac4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* sysdep.c (system_process_attributes): Add implementation for Solaris.</title>
<updated>2008-12-19T20:58:37+00:00</updated>
<author>
<name>Dan Nicolaescu</name>
</author>
<published>2008-12-19T20:58:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f4f634e8de0b13416df15e027a151d6401037ca8'/>
<id>f4f634e8de0b13416df15e027a151d6401037ca8</id>
<content type='text'>
* s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add arch tagline</title>
<updated>2008-10-27T02:05:42+00:00</updated>
<author>
<name>Miles Bader</name>
</author>
<published>2008-10-27T02:05:42+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=24eccbe29aedd6a1ce13ffc7888afb2065976b32'/>
<id>24eccbe29aedd6a1ce13ffc7888afb2065976b32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* configure (*-sunos5*, *-solaris* ): Use the new file sol2-10.h.</title>
<updated>2008-10-23T19:32:19+00:00</updated>
<author>
<name>Dan Nicolaescu</name>
</author>
<published>2008-10-23T19:32:19+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9b3362b8a14e134f2f72bb621d76b9cfaf44bedb'/>
<id>9b3362b8a14e134f2f72bb621d76b9cfaf44bedb</id>
<content type='text'>
Use sol2-6.h for Solaris 7-9.
* s/sol2-10.h: New file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use sol2-6.h for Solaris 7-9.
* s/sol2-10.h: New file.
</pre>
</div>
</content>
</entry>
</feed>
