- A new macro stepper that traces through macro expansion
step by step.
- A new "Lazy Scheme" language level.
- New support for prompts and composable continuations.
- Regexp support now includes the usual collection of
"Perl-compatible" features.
- Compiler improvements and bug fixes.
.zo file generation more deterministic. Package building
should work reliably now, so unbreak the port.
- Explicitly depend on -lXft.
- Change the build to always use the libjpeg and libpng
libraries bundled with the source package.
Upstream changes include:
- bug-fixes,
- improved 3m performance,
- HtDC libraries have been reorganized into four packages,
- improvements to the 'Debug' button, including persistent
breakpoints,
- expressiveness improvements and a 2x performance boost
for tight loops that do a lot of contract checking.
Major changes include:
- A new JIT compiler for mzscheme.
- The installed port uses a hier(7)-compatible directory
structure under ${PREFIX}.
- ProfessorJ includes a unit-testing mechanism.
- The default exception handler in mzscheme now shows
stack-trace information.
The port now offers a new option 'MMM' that builds DrScheme with
the experimental 3M garbage collector.
a foreign function interface, anti-aliased text, and many other
extensions and improvements.
- Add a port knob 'CAIRO' to conditionally allow compilation with
the Cairo graphics library.
Add the virtual category "scheme" to the maintained ports
(except sxm). I guess no maintainer would deny this trivial
change.
PR: ports/56052
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
compensate for the fact the master tarball does not have a version
number in its filename. This prevents older copies of the sources
being picked up during the "fetch" phase.