<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/lang/gforth, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-11-26T09:39:30Z</updated>
<entry>
<title>dlopen.buildlink3.mk will automatically include dlcompat/buildlink3.mk</title>
<updated>2004-11-26T09:39:30Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-11-26T09:39:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=712a46983eadbe479eb5b06de40807a3dba4a3b7'/>
<id>urn:sha1:712a46983eadbe479eb5b06de40807a3dba4a3b7</id>
<content type='text'>
only on Darwin, so remove OPSYS check in dlcompat/buildlink3.mk and
make packages include dlopen.buildlink3.mk instead.
</content>
</entry>
<entry>
<title>Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10</title>
<updated>2004-10-03T00:12:51Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2004-10-03T00:12:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b5510d5a2d7f9a1406603d922ae5d8548950233c'/>
<id>urn:sha1:b5510d5a2d7f9a1406603d922ae5d8548950233c</id>
<content type='text'>
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
</content>
</entry>
<entry>
<title>Remove the ${OPSYS} test around inclusion of dlcompat/buildlink3.mk,</title>
<updated>2004-07-18T09:38:26Z</updated>
<author>
<name>schmonz</name>
<email>schmonz</email>
</author>
<published>2004-07-18T09:38:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f435776445e223bde685a9f18096324e3bddf642'/>
<id>urn:sha1:f435776445e223bde685a9f18096324e3bddf642</id>
<content type='text'>
as that test is now done by the buildlink3 file itself.
</content>
</entry>
<entry>
<title>Convert to buildlink3.</title>
<updated>2004-05-02T04:59:23Z</updated>
<author>
<name>snj</name>
<email>snj</email>
</author>
<published>2004-05-02T04:59:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b15f33ae007e10bd5c8a5e3053c166f01474c8eb'/>
<id>urn:sha1:b15f33ae007e10bd5c8a5e3053c166f01474c8eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update from 0.5.0 to 0.6.2.  From Jorge Ramon Acereda Macia &lt;al004046 at anubis</title>
<updated>2003-12-05T00:26:38Z</updated>
<author>
<name>uebayasi</name>
<email>uebayasi</email>
</author>
<published>2003-12-05T00:26:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a1b48052910ecacc0b6e736d9086d7f9b5df8563'/>
<id>urn:sha1:a1b48052910ecacc0b6e736d9086d7f9b5df8563</id>
<content type='text'>
dot uji dot es&gt; in PR 23635.

User-visible changes between 0.6.1 and 0.6.2:

Bug fixes (in particular, gforth-0.6.2 compiles with gcc-3.3)
New words: LATEST, LATESTXT (LASTXT deprecated)
Operating environment: Added optional support for a C interface built
  on the ffcall libraries (more portable and powerful than the old
  one, but still not documented).  To use it, the ffcall libraries
  have to be installed before building Gforth (see INSTALL).
Miscellaneous: Gforth-fast now uses static superinstructions (some
  speedup on some platforms); generally this is transparent (apart
  from the speedup), but there are lots of command-line options for
  controlling the static superinstruction generation.

User-visible changes between 0.6.0 and 0.6.1:

Bug fixes (installation on big-endian machines sometimes did not work)

User-visible changes between 0.5.0 and 0.6.0:

Changes in behaviour:

S": interpreted use now ALLOCATEs the string (they live until BYE).
Long word names (512MB on 32-bit systems) are now supported (change to
  the header format).
New threaded code execution method: primitive-centric (allows the
  following), hybrid direct/indirect threaded (easier portability),
  with dynamic superinstructions (typical speedup on Athlon: factor
  2).  New engine gforth-itc for dealing with some potential
  backwards-compatibility problems (see "Direct or Indirect Threaded?"
  in the manual).

Operating environment:

Default dictionary size is now 4MB.
Large file support on OSs that support them (i.e., files with more
  than 2GB on 32-bit machines).
Gforth can now deal well with broken pipes in most situations.
vi tags files can be built with tags.fs (usage like etags.fs).
gforth.el mostly rewritten.
New image file format.

New words:

Keyboard input: EDIT-LINE K-PRIOR K-NEXT K-DELETE
File input: SLURP-FILE SLURP-FID
Programming tools: ID. .ID WORDLIST-WORDS SIMPLE-SEE
Conditional execution: [DEFINED] [UNDEFINED]
Defining Words: CONST-DOES&gt; ]]
Input stream: PARSE-WORD EXECUTE-PARSING EXECUTE-PARSING-FILE
String comparison: STR= STR&lt; STRING-PREFIX?
String literals: S\" .\" \"-PARSE
Floating point output: F.RDP F&gt;STR-RDP F&gt;BUF-RDP

Miscellaneous:

Generalized prims2x.fs into Vmgen (see README.vmgen etc.); used the
  new capabilities in prims (e.g., automatic handling of the return
  stack and instruction stream).
</content>
</entry>
<entry>
<title>Define 'unix' so that the program uses the right carriage return code.</title>
<updated>2003-11-03T18:35:24Z</updated>
<author>
<name>jmmv</name>
<email>jmmv</email>
</author>
<published>2003-11-03T18:35:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c35649bd13cadc07dfd8c1f4342da3039505b97a'/>
<id>urn:sha1:c35649bd13cadc07dfd8c1f4342da3039505b97a</id>
<content type='text'>
Bump PKGREVISION to 1.  From Jorge Acereda in PR pkg/23359.
</content>
</entry>
<entry>
<title>USE_NEW_TEXINFO is unnecessary now.</title>
<updated>2003-08-09T10:59:08Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2003-08-09T10:59:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1170bf854e7760a82ba67413eea1d0acd6d95ead'/>
<id>urn:sha1:1170bf854e7760a82ba67413eea1d0acd6d95ead</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/netbsd.org/NetBSD.org/</title>
<updated>2003-07-17T21:41:05Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2003-07-17T21:41:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8a11869b703aead0cb98488574404b2b233f0b64'/>
<id>urn:sha1:8a11869b703aead0cb98488574404b2b233f0b64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sprinkle some '@dirrm' and '@unexec ${RMDIR}' to achieve a clean</title>
<updated>2003-07-05T10:41:35Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2003-07-05T10:41:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d9524f5b570c72238c3aaf643c02b73e78e67124'/>
<id>urn:sha1:d9524f5b570c72238c3aaf643c02b73e78e67124</id>
<content type='text'>
deinstall.
</content>
</entry>
<entry>
<title>Convert to USE_NEW_TEXINFO.</title>
<updated>2003-07-05T10:29:16Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2003-07-05T10:29:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4afe0ec557994495249a8ce7366492f5396e0015'/>
<id>urn:sha1:4afe0ec557994495249a8ce7366492f5396e0015</id>
<content type='text'>
</content>
</entry>
</feed>
