Fixed pad_offset for the 16 bits per pixel case. This means that you
will no longer get warped images that appear to be tilting over
sideways on platforms with this pixel depth, when viewing a file with
an odd number of X entries. Also added the "-frames" option, but it is
not enabled by default in the configure file.
Changes:
Fixed pad_offset for the 16 bits per pixel case. This means that you
will no longer get warped images that appear to be tilting over
sideways on platforms with this pixel depth, when viewing a file with
an odd number of X entries. Also added the "-frames" option, but it is
not enabled by default in the configure file.
Version 1.33
Charles Hayden fixed a nasty GC bug of the new stack frame, while in
the process of porting TinyScheme to C++. He also submitted other
changes, and other people also had comments or requests, but the GC
bug was so important that this version is put through the door to
correct it.
Version 1.32
Stephen Gildea put some quality time on TinyScheme again, and made
a whole lot of changes to the interpreter that made it noticeably
faster.
Version 1.33
Charles Hayden fixed a nasty GC bug of the new stack frame, while in
the process of porting TinyScheme to C++. He also submitted other
changes, and other people also had comments or requests, but the GC
bug was so important that this version is put through the door to
correct it.
Version 1.32
Stephen Gildea put some quality time on TinyScheme again, and made
a whole lot of changes to the interpreter that made it noticeably
faster.
dnspython is a DNS toolkit for Python. It provides both high and low
level access to DNS. The high level classes perform queries for data
of a given name, type, and class, and return an answer set. The low
level classes allow direct manipulation of DNS zones, messages, names,
and records.
SwiftSurf is a web proxy that can handle http (1.0 and 1.1) and
https. Moreover, it allows page filtering and authentication through a
password.
SwiftSurf is written in Ocaml.
* For consistency use SYS_bsd for system type
on powerpc. We differ from SYS_elf (presumably Linux) on
a few points here anyway.
* Fix signal handling on powerpc which caused a
seg fault when compiling native code version of coq.
* Install ocamllex.opt, camlp4o.opt and camlp4r.opt too.
Here are the new features in version 3.2:
1. New option -mkhtml to generate HTML documentation files from
the source code. Thanks go to Mark McVeigh for contributing
this feature.
2. I/O unit usage information is now provided under the -symtab
option. A table is printed listing each I/O unit by name
and/or number, together with the opera- tions performed on it.
3. A single large project file, created by concatenating a number
of separately produced project files, can be input for use as a
library project file.
4. Combined type declarations and data-statement-like
initializers, as in INTEGER N / 100 / are accepted.
5. Fixed a bug that caused ftnchek to crash if a parameter is
declared with the same name as the subprogram containing it.
New error message for same.
6. Fixed a bug in checking type agreement between variables and
their initial values in Fortran 90-style declarations with
initializers, as in INTEGER :: N=100.
7. New error message when an internal file is a constant rather
than a variable. Some compilers permit this for READ
operations, but it is prohibited by the F90 Standard.
Here are the new features in version 3.2:
1. New option -mkhtml to generate HTML documentation files from
the source code. Thanks go to Mark McVeigh for contributing
this feature.
2. I/O unit usage information is now provided under the -symtab
option. A table is printed listing each I/O unit by name
and/or number, together with the opera- tions performed on it.
3. A single large project file, created by concatenating a number
of separately produced project files, can be input for use as a
library project file.
4. Combined type declarations and data-statement-like
initializers, as in INTEGER N / 100 / are accepted.
5. Fixed a bug that caused ftnchek to crash if a parameter is
declared with the same name as the subprogram containing it.
New error message for same.
6. Fixed a bug in checking type agreement between variables and
their initial values in Fortran 90-style declarations with
initializers, as in INTEGER :: N=100.
7. New error message when an internal file is a constant rather
than a variable. Some compilers permit this for READ
operations, but it is prohibited by the F90 Standard.
Changes from Zile 1.6.1 - Zile 1.6.2
* Fixed a few core dumps.
* Fixed some bugs with patches from Nicolas Duboc.
* Fixed a build problem where dumb makes tried to build "-lncurses".
Changes from Zile 1.6.1 - Zile 1.6.2
* Fixed a few core dumps.
* Fixed some bugs with patches from Nicolas Duboc.
* Fixed a build problem where dumb makes tried to build "-lncurses".
arguments to makeinfo(1). This was made necessary by the fact that under
IRIX64 makeinfo(1) does not use a default split-size of 50000, which breaks
our PLISTs. After feedback from seb@, initialize MAKEINFO_ARGS per default
to _OPSYS_MAKEINFO_ARGS, which is set in defs.<OPSYS>.mk (currently only
for IRIX using 64-bit ABI).
are updated too
change created etc/vmware/config to include "xkeymap.usekeycodeMapIfXFree86 =
true", so that the keyboard mapping would work correctly
list of changes isn't available, presumably bugfixes only
change the package version to 3.2.1.1 to accomodate introduction of teeny
version number by VMware
list of changes isn't available, presumably bugfixes only
problem. The symptoms appear to match the situation where a library exists
in /usr/lib that matches the name of the pkgsrc-installed library, but the
corresponding .la file doesn't exist in /usr/lib. Fix this by using
building a fake libtool archive if we use the system library.