<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gcc.git/fixincludes/server.c, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/'/>
<entry>
<title>server.c (server_setup): Check return value of getcwd and in case of error set buff[0] to 0.</title>
<updated>2014-12-15T08:10:41+00:00</updated>
<author>
<name>Uros Bizjak</name>
<email>ubizjak@gmail.com</email>
</author>
<published>2014-12-15T08:10:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=451f11993580c3fb0b80da62885a00f8ee265304'/>
<id>451f11993580c3fb0b80da62885a00f8ee265304</id>
<content type='text'>
	* server.c (server_setup): Check return value of
	getcwd and in case of error set buff[0] to 0.

From-SVN: r218732
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* server.c (server_setup): Check return value of
	getcwd and in case of error set buff[0] to 0.

From-SVN: r218732
</pre>
</div>
</content>
</entry>
<entry>
<title>server.c (run_shell): Quote directory name passed to cd.</title>
<updated>2009-03-27T21:56:01+00:00</updated>
<author>
<name>Sandra Loosemore</name>
<email>sandra@codesourcery.com</email>
</author>
<published>2009-03-27T21:56:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=ea7557f04b00f388a1042e1c6e38ea0da17a1b93'/>
<id>ea7557f04b00f388a1042e1c6e38ea0da17a1b93</id>
<content type='text'>
2009-03-27  Sandra Loosemore  &lt;sandra@codesourcery.com&gt;

	fixincludes/
	* server.c (run_shell): Quote directory name passed to cd.

From-SVN: r145131
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2009-03-27  Sandra Loosemore  &lt;sandra@codesourcery.com&gt;

	fixincludes/
	* server.c (run_shell): Quote directory name passed to cd.

From-SVN: r145131
</pre>
</div>
</content>
</entry>
<entry>
<title>All files: Update with new FSF address.</title>
<updated>2005-08-15T00:50:43+00:00</updated>
<author>
<name>Kelley Cook</name>
<email>kcook@gcc.gnu.org</email>
</author>
<published>2005-08-15T00:50:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=df065c820f81aac8444e81aefef4b8177619c467'/>
<id>df065c820f81aac8444e81aefef4b8177619c467</id>
<content type='text'>
2005-08-14  Kelley Cook  &lt;kcook@gcc.gnu.org&gt;

	* All files: Update with new FSF address.

From-SVN: r103096
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2005-08-14  Kelley Cook  &lt;kcook@gcc.gnu.org&gt;

	* All files: Update with new FSF address.

From-SVN: r103096
</pre>
</div>
</content>
</entry>
<entry>
<title>fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.</title>
<updated>2005-05-15T18:28:36+00:00</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>gdr@integrable-solutions.net</email>
</author>
<published>2005-05-15T18:28:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=03a9fcb862d7cdabcd639c4b423dc8fbb138e167'/>
<id>03a9fcb862d7cdabcd639c4b423dc8fbb138e167</id>
<content type='text'>
        * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
        * server.c (load_data): Likewise.
        (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
        * fixincl.c: #include &lt;sys/wait.h&gt;
        (run_compiles): Use XCNEWVEC instead of xcalloc.
        (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
        * fixfixes.c (FIX_PROC_HEAD, main): Likewise.

From-SVN: r99740
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
        * server.c (load_data): Likewise.
        (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
        * fixincl.c: #include &lt;sys/wait.h&gt;
        (run_compiles): Use XCNEWVEC instead of xcalloc.
        (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
        * fixfixes.c (FIX_PROC_HEAD, main): Likewise.

From-SVN: r99740
</pre>
</div>
</content>
</entry>
<entry>
<title>Made fixincludes a toplevel build module.</title>
<updated>2004-08-31T09:27:00+00:00</updated>
<author>
<name>Paolo Bonzini</name>
<email>bonzini@gcc.gnu.org</email>
</author>
<published>2004-08-31T09:27:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=71b5d516bc6cd5fc865ac560e4bea70607207272'/>
<id>71b5d516bc6cd5fc865ac560e4bea70607207272</id>
<content type='text'>
toplevel:
2004-08-31  Paolo Bonzini  &lt;bonzini@gnu.org&gt;

	* Makefile.def (build_modules): Add fixincludes.
	(dependencies): Make gcc depend on fixincludes.
	* configure.in (build_tools): Add fixincludes.
	(build_configdirs): Always include build_libs.
	* Makefile.in: Regenerate.
	* configure: Regenerate.

contrib:
2004-08-04  Paolo Bonzini  &lt;bonzini@gnu.org&gt;

	* gcc_update: Add fixincludes.

fixincludes:
2004-08-31  Paolo Bonzini  &lt;bonzini@gnu.org&gt;

	* .cvsignore: New.
	* Makefile.in: From gcc/fixinc/Makefile.in, making it fully
	autoconfiscated.
	* configure.ac: New.
	* config.h.in: Generate.
	* configure: Generate.
	* aclocal.m4: New.
	* fixlib.h: Remove inclusions of gcc files.
	* system.h: New.

	Other files copied from gcc/fixinc.

gcc:
2004-08-31  Paolo Bonzini  &lt;bonzini@gnu.org&gt;

	* Makefile.in (build_subdir): New substitution.
	(fixinc.sh): Simplify heavily since fixincludes is already built.
	(stmp-fixinc): Depend on specs.ready.
	(install-mkheaders): Use new location of fixincludes.
	(clean): Do not descend into fixinc.
	(FORBUILD): Replace with ../$(build_subdir).
	* configure.ac (build_subdir): Substitute.
	(FORBUILD): Do not set.
	(all_outputs): Remove fixinc/Makefile.
	(default commands): Do not create links in fixinc.
	* mkfixinc.sh: New, from fixinc/mkfixinc.sh without
	the fixincludes configuration steps and substituting
	@FIXINCL@ in fixinc.in.
	* fixinc.in: New, from fixinc/fixincl.sh.

	* fixinc/*: Removed.

From-SVN: r86824
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
toplevel:
2004-08-31  Paolo Bonzini  &lt;bonzini@gnu.org&gt;

	* Makefile.def (build_modules): Add fixincludes.
	(dependencies): Make gcc depend on fixincludes.
	* configure.in (build_tools): Add fixincludes.
	(build_configdirs): Always include build_libs.
	* Makefile.in: Regenerate.
	* configure: Regenerate.

contrib:
2004-08-04  Paolo Bonzini  &lt;bonzini@gnu.org&gt;

	* gcc_update: Add fixincludes.

fixincludes:
2004-08-31  Paolo Bonzini  &lt;bonzini@gnu.org&gt;

	* .cvsignore: New.
	* Makefile.in: From gcc/fixinc/Makefile.in, making it fully
	autoconfiscated.
	* configure.ac: New.
	* config.h.in: Generate.
	* configure: Generate.
	* aclocal.m4: New.
	* fixlib.h: Remove inclusions of gcc files.
	* system.h: New.

	Other files copied from gcc/fixinc.

gcc:
2004-08-31  Paolo Bonzini  &lt;bonzini@gnu.org&gt;

	* Makefile.in (build_subdir): New substitution.
	(fixinc.sh): Simplify heavily since fixincludes is already built.
	(stmp-fixinc): Depend on specs.ready.
	(install-mkheaders): Use new location of fixincludes.
	(clean): Do not descend into fixinc.
	(FORBUILD): Replace with ../$(build_subdir).
	* configure.ac (build_subdir): Substitute.
	(FORBUILD): Do not set.
	(all_outputs): Remove fixinc/Makefile.
	(default commands): Do not create links in fixinc.
	* mkfixinc.sh: New, from fixinc/mkfixinc.sh without
	the fixincludes configuration steps and substituting
	@FIXINCL@ in fixinc.in.
	* fixinc.in: New, from fixinc/fixincl.sh.

	* fixinc/*: Removed.

From-SVN: r86824
</pre>
</div>
</content>
</entry>
</feed>
