<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/fpc.git/packages/fcl-process, branch avr</title>
<subtitle>svn.freepascal.org: svn/fpc
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/'/>
<entry>
<title>  * regenerated with current fpcmake</title>
<updated>2011-03-12T20:03:22+00:00</updated>
<author>
<name>jonas</name>
<email>jonas@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2011-03-12T20:03:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=c43ed0331e51b28bfd6c9243b440f20682a3c171'/>
<id>c43ed0331e51b28bfd6c9243b440f20682a3c171</id>
<content type='text'>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@17122 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@17122 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>Added netware and netwlibc as dummy target, regenerated makefile</title>
<updated>2011-02-06T14:58:12+00:00</updated>
<author>
<name>armin</name>
<email>armin@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2011-02-06T14:58:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=3dd9e6af947574bc9f2ebaac6746ddbbc1ad27f1'/>
<id>3dd9e6af947574bc9f2ebaac6746ddbbc1ad27f1</id>
<content type='text'>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16884 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16884 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title> * Patch from #18617   Forkevent from Seth Grover.</title>
<updated>2011-01-27T19:15:10+00:00</updated>
<author>
<name>marco</name>
<email>marco@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2011-01-27T19:15:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=aadf5c02dc6444b540998197c634b9593f7b7873'/>
<id>aadf5c02dc6444b540998197c634b9593f7b7873</id>
<content type='text'>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16822 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16822 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>  + use "Terminal" under Haiku to launch external programs (patch by</title>
<updated>2010-10-08T13:06:06+00:00</updated>
<author>
<name>jonas</name>
<email>jonas@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2010-10-08T13:06:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=5c5689f0bd24510b27a909831d84a18e16aa1763'/>
<id>5c5689f0bd24510b27a909831d84a18e16aa1763</id>
<content type='text'>
    Olivier Coursiere, mantis #17392)


git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16107 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    Olivier Coursiere, mantis #17392)


git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16107 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>  + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and</title>
<updated>2010-09-29T21:56:47+00:00</updated>
<author>
<name>jonas</name>
<email>jonas@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2010-09-29T21:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=1afbfb7777fec3a15b9dfb3b5a696502a9a67920'/>
<id>1afbfb7777fec3a15b9dfb3b5a696502a9a67920</id>
<content type='text'>
    later: the same as i386/darwin, except
      a) uses the non-fragile Objective-C ABI/runtime
      b) does not require stubs for direct calls/jumps (not required for
         i386/darwin under 10.6 and later either, but still generated
         there for backwards compatibility)
      c) only the same packages are enabled as for ARM/Darwin
      d) MacOSAll is compiled specifically for the iPhoneSimulator SDK
    This target also defines the symbol "darwin" apart from the target
    name "iphonesim" for source code compatibility reasons.


git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16065 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    later: the same as i386/darwin, except
      a) uses the non-fragile Objective-C ABI/runtime
      b) does not require stubs for direct calls/jumps (not required for
         i386/darwin under 10.6 and later either, but still generated
         there for backwards compatibility)
      c) only the same packages are enabled as for ARM/Darwin
      d) MacOSAll is compiled specifically for the iPhoneSimulator SDK
    This target also defines the symbol "darwin" apart from the target
    name "iphonesim" for source code compatibility reasons.


git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16065 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title> * Mantis ipcserver problem solved caused by the adding of locking in the rtl</title>
<updated>2009-12-11T22:33:10+00:00</updated>
<author>
<name>marco</name>
<email>marco@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2009-12-11T22:33:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=b262e0399fe47f8b36b9d2ce16a39c36981e7053'/>
<id>b262e0399fe47f8b36b9d2ce16a39c36981e7053</id>
<content type='text'>
     (mantis 15219)



git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14415 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
     (mantis 15219)



git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14415 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title> * Update Makefiles</title>
<updated>2009-12-10T08:36:52+00:00</updated>
<author>
<name>pierre</name>
<email>pierre@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2009-12-10T08:36:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=c54e19a489c97317ac1fe648ce3ae5cb8e77590e'/>
<id>c54e19a489c97317ac1fe648ce3ae5cb8e77590e</id>
<content type='text'>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14385 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14385 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title> * patch (don't call waitprocess if not running) from Mantis 14707</title>
<updated>2009-11-03T22:16:39+00:00</updated>
<author>
<name>marco</name>
<email>marco@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2009-11-03T22:16:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=1e1d893e776c55f13348221710b7d258a6f23ec2'/>
<id>1e1d893e776c55f13348221710b7d258a6f23ec2</id>
<content type='text'>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14022 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14022 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title> * Patch from Mantis 14709</title>
<updated>2009-11-03T22:15:29+00:00</updated>
<author>
<name>marco</name>
<email>marco@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2009-11-03T22:15:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=e1549d2abed20ebe9473c03ab32a1ffe059ab2de'/>
<id>e1549d2abed20ebe9473c03ab32a1ffe059ab2de</id>
<content type='text'>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14020 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14020 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>  * use "open" rather than xterm for poNewConsole on Darwin (patch by</title>
<updated>2009-11-01T14:53:45+00:00</updated>
<author>
<name>jonas</name>
<email>jonas@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2009-11-01T14:53:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=a1071a8c5d305644d7e096c9ea466466b135b809'/>
<id>a1071a8c5d305644d7e096c9ea466466b135b809</id>
<content type='text'>
    Dmitry Boyarintsev, fixes mantis #14957)


git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14000 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    Dmitry Boyarintsev, fixes mantis #14957)


git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14000 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
</feed>
