Age | Commit message (Collapse) | Author | Files | Lines |
|
Added basic array support and preliminary shell functionality.
|
|
2.6.1 update. Bump PKGREVISION.
|
|
Pkgsrc changes:
o Adapt patch to work around dl-handle re-use to eliminate warnings
o Adapt PLIST to new contents
Upstream changes:
- Core changes
+ GC performance and encapsulation were greatly improved.
+ PMC freeze refactored.
+ More Makefile and build improvements.
- API Changes
+ The Array PMC was removed.
+ Several deprecated vtables were removed.
+ The OrderedHash PMC was substantialy improved.
- Platforms
+ Packaging improvements on some operating systems.
- Tools
+ Some cases in pbc_merge are now handled.
+ Improvements were made to the dependency checker.
+ New tool nativecall.pir added.
|
|
|
|
|
|
|
|
Changes since version 2.4 are documented at:
http://www.mono-project.com/Release_Notes_Mono_2.6
http://www.mono-project.com/Release_Notes_Mono_2.6.1
|
|
|
|
Based on a suggestion by Steven Drake.
|
|
|
|
|
|
selected by pkgsrc
this automatically affects pkgs which use FIND_PACKAGE(PythonInterp)
or FIND_PACKAGE(PythonLibs)
|
|
there's no point having special PLIST handling for it.
|
|
|
|
Tested on Linux.
|
|
Many improvements, bug and compatibility fixes since previous 5.0.0 package.
|
|
|
|
installed. This case is still not really handled, e.g. the PLIST is
wrong, but at least the build will continue.
|
|
|
|
|
|
I'm attempting to upstream our patches through the formal procedure.
(Snoracle does not make contribution easy.)
|
|
Finish splitting package into VM and Image parts.
|
|
|
|
|
|
Squeak is Smalltalk implementation which is direct ancestor
of Alan Kay's Smalltalk-80.
|
|
- correctly override the libtool used by the build.
- patch-ao: rearrange linker arguments so that vm/vm.a pulls in the libraries.
- patch-ap: fix building of npsqueak browser plugin (use cc as compiler. add
.so suffix to plugin)
- for whatever reason the plugins are now installed with .a and .so suffixes.
adjust PLISTs accordingly.
I can now at least start the vm again.
|
|
Lots of changes since 5.6.17.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Noticed by Volkmar Seifert via PR#42749.
|
|
|
|
|
|
|
|
This avoids error messages from "perllink" while deinstalling (or
updateing) a Perl module package.
Fixed based on an analysis provided by Steven Drake on "tech-pkg".
|
|
|
|
packaging fake root should be set with -P.
(-R is for really using there and package will be registerd as there).
|
|
and also move -f option here.
|
|
- add /usr/pkg/lib/jni and /usr/pkg/lib to java.library.path
- bump pkgrevision
|
|
Pkgsrc changes:
o Adjust PLIST to fit with new contents.
Upstream changes:
Parrot 2.0.0 News:
* Features
o Context PMCs now support attribute-based introspection
o Context and CallSignature PMCs merged into CallContext
o .lex directive throws exceptions when used with incorrect
register types
* Platforms
o Packaging improved for free OS distributions
o PPC, PPC64, and ARM now tested when running Linux
* Performance
o Minor improvements to the profiling runcore
o Improvements from the CallContext PMC merge
* New deprecations
o In/out parameters in STRING modification functions
o Void handling in NCI signatures
o Parameter passing opcodes order in PBC
* Tests
o Continued migration of core tests from Perl 5 to PIR
* Tools
o dependency checker improved
* Miscellaneous
o Deprecation cycle length changed to three months from six
o GC accuracy improved
o PMC freeze improvements; much more reliable
o Makefile improvements for dependency handling
|
|
Changes:
Version 4.2.4, January 2010
Added scheme/flonum and scheme/fixnum
Extended scheme/unsafe/ops
Changed JIT to support unboxed local binding of known-flonum
arguments to unsafe-fl functions
Changed JIT to inline numeric ops with more than 2 arguments
Added #:save-errno option for foreign-function types
Added module->imports and module->exports
Version 4.2.3, November 2009
Changed _pointer (in scheme/foreign) to mean a pointer that does not
refer to GCable memory; added _gcpointer
Added scheme/vector
|
|
|
|
|