<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/lang/pforth, branch pkgsrc-2014Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2013-10-28T23:47:56Z</updated>
<entry>
<title>Remove flags that have been GCC's since ~forever.</title>
<updated>2013-10-28T23:47:56Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2013-10-28T23:47:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ddc847b3916912a40c067b91ce12be62f1f4ce14'/>
<id>urn:sha1:ddc847b3916912a40c067b91ce12be62f1f4ce14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lang/pforth: replace -c89 with -std=c89</title>
<updated>2012-10-12T16:25:21Z</updated>
<author>
<name>marino</name>
<email>marino@pkgsrc.org</email>
</author>
<published>2012-10-12T16:25:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3df04bcd7a92e313ee393887cb4a0e2463bce230'/>
<id>urn:sha1:3df04bcd7a92e313ee393887cb4a0e2463bce230</id>
<content type='text'>
GCC 4.7 doesn't recognized -c89 and breaks immediate.  Use the -std
switch to fix the build.</content>
</entry>
<entry>
<title>Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.</title>
<updated>2012-10-02T20:11:34Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2012-10-02T20:11:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=03b2363e06490a335548301fb31e1f444a8a0d82'/>
<id>urn:sha1:03b2363e06490a335548301fb31e1f444a8a0d82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to pForth version 27.</title>
<updated>2010-11-22T01:25:48Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2010-11-22T01:25:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bfee0e5e4334c4501dda5accf2af39ce87c0fcd1'/>
<id>urn:sha1:bfee0e5e4334c4501dda5accf2af39ce87c0fcd1</id>
<content type='text'>
Assume maintainership.


Changes since version 21:

V27
    - Fixed REPOSITION-FILE FILE-SIZE and FILE-POSITION.
      They used to use single precision offset. Now use double as specified.
    - Delete object directories in Makefile clean.
    - Fixed "Issue 4: Filehandle remains locked upon INCLUDE error".
      http://code.google.com/p/pforth/issues/detail?id=4&amp;can=1
    - Fixed scrambled HISTORY on 64-bit systems. Was using CELL+ but really needed 4 +.
    - Fixed floating point input. Now accepts "1E" as 1.0. Was Issue #2.
    - Fixed lots of warning and made code compatible with C89 and ANSI. Uses -pedantic.
    - Use fseek and ftell on WIN32 instead of fseeko and ftello.
    - Makefile is now more standard. Builds in same dir as Makefile. Uses CFLAGS etc.
    - Add support for console IO with _WATCOMC_
    - Internal CStringToForth and ForthStringToC now take a destination size for safety.
    - Run units tests for CStringToForth and ForthStringToC if PF_UNIT_TESTS is defined.

V26  5/20/2010
    - 64-bit support for M* UM/MOD etc by Aleksej Saushev. Thanks Aleksej!

V25  5/19/2010
    - Added 64-bit CELL support contributed by Aleksej Saushev. Thanks Aleksej!
    - Added "-x c" to Makefile CCOPTS to prevent confusion with C++
	- Allow space after -d command line option.
	- Restore normal tty mode if pForth dictionary loading fails.

V24 2/20/09
	- Fixed Posix IO on Mac. ?TERMINAL was always returning true.
	- ACCCEPT now emits a space at end of line before output.
	- Fixed RESIZE because it was returning the wrong address.

V23 8/4/2008
	- Removed -v option from mkdir in build/unix/Makefile. It was not supported on FreeBSD.
	  Thank you Alexsej Saushev for reporting this.

V23  7/20/2008
    - Reorganized for Google Code project.

V22  (unreleased)
    - Added command line history and cursor control words.
	- Sped up UM* and M* by a factor of 3. Thanks to Steve Green for suggested algorithm.
	- Modified ACCEPT so that a line at the end of a file that does NOT have a line
	    terminator will now be processed.
	- Use _getch(), _putch(), and _kbhit() so that KEY, EMIT and ?TERMINAL will work on PC.
	- Fixed  : foo { -- } 55 ;  - Was entering local frame but not exiting. Now prints error.
    - Redefined MAKE_ID to protect it from 16 bit ints
    - John Providenza says "If you split local variables onto 2 lines, PForth crashes." Fixed. Also allow \
    - Fixed float evaluation in EVALUATE in "quit.fth".
    - Flush register cache for ffColon and ffSemiColon to prevent stack warnings from ;</content>
</entry>
<entry>
<title>Mark as generally not 64bit safe. Assumes int32 ~= void *.</title>
<updated>2010-02-15T16:41:46Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2010-02-15T16:41:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=108017c5393fc122ddf413eabb06209a1c0e5c60'/>
<id>urn:sha1:108017c5393fc122ddf413eabb06209a1c0e5c60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix file name after unzip changes. Bump PKGREVISION.</title>
<updated>2009-08-29T18:53:57Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2009-08-29T18:53:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=41c32c43eec65ff0ba87815d4b94f81e56a7d192'/>
<id>urn:sha1:41c32c43eec65ff0ba87815d4b94f81e56a7d192</id>
<content type='text'>
Reported by hasso.</content>
</entry>
<entry>
<title>Change default for zip extraction to leave files as they are.</title>
<updated>2009-08-25T11:56:34Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2009-08-25T11:56:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8c5134dbe00f3188d5832b193a30e30ca7a6ce45'/>
<id>urn:sha1:8c5134dbe00f3188d5832b193a30e30ca7a6ce45</id>
<content type='text'>
Previously, zip extraction by default converted to lower case.

Fix some packages that need it and remove -L from some packages
that manually set it.</content>
</entry>
<entry>
<title>Remove @dirrm entries from PLISTs</title>
<updated>2009-06-14T18:03:28Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2009-06-14T18:03:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=24151e2b9991726fa4bcd0ace9289f45de0f325e'/>
<id>urn:sha1:24151e2b9991726fa4bcd0ace9289f45de0f325e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mechanical changes to add DESTDIR support to packages that install</title>
<updated>2008-03-04T16:38:11Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2008-03-04T16:38:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8216d744ac7ee52a87a0c54540fc68d487f4ad1f'/>
<id>urn:sha1:8216d744ac7ee52a87a0c54540fc68d487f4ad1f</id>
<content type='text'>
their files via a custom do-install target.</content>
</entry>
<entry>
<title>Rename variable MAKEFILE to MAKE_FILE.</title>
<updated>2006-09-09T02:41:53Z</updated>
<author>
<name>obache</name>
<email>obache@pkgsrc.org</email>
</author>
<published>2006-09-09T02:41:53Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e896edb7fed80da6ae7d986bb31d0f459cbf72ea'/>
<id>urn:sha1:e896edb7fed80da6ae7d986bb31d0f459cbf72ea</id>
<content type='text'>
</content>
</entry>
</feed>
