Age | Commit message (Collapse) | Author | Files | Lines |
|
using buildlink3, fetchable, and buildable with gcc3.
Requested by the package's maintainer.
|
|
|
|
|
|
While here, be explicit as to why we can not build and install the package
in separate steps instead of silently setting NO_BUILD.
|
|
|
|
java-wrapper is a small wrapper that overrides the most common Java programs.
It executes the right Java implementation based on user's preference.
|
|
Sedlacik <salo@xtrmntr.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is a bug-fix release for Python 2.3 that fixes a number of bugs,
including a couple of weakref bugs and a bug in pickle version 2. There
are also a number of fixes to the standard library, and some build
fixes - see the release notes ( http://www.python.org/2.3.4/NEWS.html )
for details.
|
|
|
|
|
|
It conflicts with no other package.
|
|
This package conflicts with no other package.
|
|
conflict with any other package.
|
|
This package conflicts with no other package.
|
|
|
|
infrastructure handles compiler issues aoutomagically.
|
|
There are too many changes compared to version 5.04.3 to list here...
The changes are described in:
http://www.haskell.org/ghc/docs/6.0.1/html/users_guide/release-6-0.html
http://www.haskell.org/ghc/docs/6.2.1/html/users_guide/release-6-2.html
|
|
Changes:
0.6.6 (29 May 2004)
System.Windows.Forms & System.Drawing:
* HelpProvider, TabPageCollection (Russell Stuart).
* Button.PerformClick should only work when button is enabled and
visible (Jens Kuehner).
* Allow multiple texture brushes to use the same image (Gopal V).
* Generate image masks from alpha information (Gopal V).
* Null reference exception in MessageBox (Gopal V).
* UpDown controls (Klaus Treichel).
* Ignore KeyPress events in TextBox that are already handled (Gopal V).
* Process application KeyPress's before local (Heiko Weiss).
* Fixes to MainMenu, SystemIcons, CheckListBox (Gopal V).
* Bug in empty TreeView's (leppie).
* Performance improvements to MainMenu, Control, ContextMenu (Richard B).
* Double-click bug in TextBox (David Logan).
* Deserialization of images (Gopal V).
* Double buffering of TabControl (Thong Nguyen).
* Fixes to ScrollableControl (Gopal V).
* ColumnHeader, ListBindingConverter, ImageIndexConverter (Klaus Treichel).
Xsharp:
* Properly fall back to DISPLAY when displayName null (Ilyak Kasnacheev).
* Improve ICE and DCOP to the point of being useful (Ilyak Kasnacheev).
* Recognize transparent "ParentRelative" backgrounds (Rhys Weatherley).
* Detect MDI top-level windows properly (David Logan, Gopal V).
System.Xml:
* Fix parsing of empty elements (Richard Baumann).
* Various fixes for ml-pnet (Klaus Treichel, Gopal V).
* Fixes to element list enumeration (Gopal V).
* Attribute handling in XmlDocument (Richard Baumann).
* Whitespace and namespace handling (Richard Baumann).
* Proper name table usage in NameCache (Richard Baumann).
* Lots of small fixes and TODO's (Richard Baumann).
* Implement XmlSerialization classes (Richard Baumann).
* Fixes for compatibility with ml-pnet (Klaus Treichel).
* XmlDocument.Save (Andres March).
* Change default namespace URL to expected value (Gopal V).
* Processing instructions (Richard Baumann).
Serialization:
* Binary serialization for decimal, array, string, null (Andre Seidelt).
* Implement binary de-serialization (Andre Seidelt).
* Fix incompatibilities between systems (Andre Seidelt).
* Serialization of keys and array elements (Andre Seidelt).
* Handle ISerializable types properly (Andre Seidelt).
JScript:
* Array accesses in JScript (Carl-Adam Brengesjo).
* Argument passing fixes (Carl-Adam Brengesjo).
* Parse problems with ++ and -- (Gopal V).
* --help and --version for jsrun command (Carl-Adam Brengesjo).
* Use ScriptStream for output where required (Carl-Adam Brengesjo).
Networking:
* Sign extension bug in IPv4 addresses (Russell Stuart).
* TcpClient fix (Gopal V).
* Stub out cookie and certificate handling in HTTP classes (Gopal V).
* SSL tunnelling for HTTP proxies (Gopal V).
* Fix parsing of IPv6 hex addresses (Gopal V).
Threading:
* Internalcall fixes and tests for pnet threading changes (Thong Nguyen).
* Rewrote the Threading.Timer class (Russell Stuart).
* Asynchonrous delegates (Thong Nguyen).
* Minor typo that prevented LocalDataStoreSlot from working (Gopal V).
Other:
* Improvements to "csupport" for pnetC (Rhys Weatherley).
* Bug in TimeSpan (Gopal V).
* Fix stream length and buffering in StreamReader/XmlStreamReader (Gopal V).
* Hex number parsing (Russell Stuart).
* Fixes to file routines to make them more ECMA compliant (Russell Stuart).
* Interfaces should be assignable to System.Object (Russell Stuart).
* Fixes to Hashtable for removed entries (Russell Stuart).
* Partial names in Assembly.LoadFrom (Gopal V).
* CodeCompiler/ShellExecute bug with redirected stderr (Gopal V).
* Only use response files in CodeCompile with long cmdlines (Gopal V).
* Small patch to Security Element (Carl-Adam Brengesjo).
* Change "test -e" to "test -f" for Solaris compat (Sebastien BOCQ).
* Patches to generic classes (Richard Baumann).
* Test cases for System.Reflection.Emit (Jonas Printzen).
* ClrConstructor.InvokeOnEmpty for post-allocation construction (Gopal V).
* Bugs in "machine.default" file (Gopal V).
* "default1.1" profile to build 1.1 and install as default (Rhys W).
* Parse fixes to System.Configuration handlers (Gopal V).
* Use non-null evidence in AppDomain.CreateInstance (Gopal V).
* Handle "file://" URL's in Assembly.LoadFrom (Gopal V).
|
|
Changes:
0.6.6 (29 May 2004)
Runtime engine:
* GetManifestResourceNames internalcall (Russell Stuart).
* Add the --trace option to ilrun (Gopal V).
* Fix some I4/I/M/T cases in the verifier (Rhys Weatherley, Gopal V).
* Fix to Directory.GetFiles internalcall (Russell Stuart).
* Many fixes and speedups to the monitor implementation (Thong Nguyen).
* Remap some gtk# dll references (Ilyak Kasnacheev).
* Automatically load assemblies during "GetType" (Gopal V).
* Handling for interruptes and aborts (Thong Nguyen).
* Verification of indirect method calls (Gopal V).
* Resolve classes properly before layout (Gopal V).
* Support for Interlocked* functions (Thong Nguyen).
* Looser association of real threads with engine threads, to make
it easier to move to app domains in the future (Thong Nguyen).
* Asynchronous delegates (Thong Nguyen).
* Better shutdown logic for multi-threaded programs (Thong Nguyen).
* ILExecThreadBoxNoValue (Thong Nguyen).
* Dynamic invocation of methods with out/ref parameters (Thong Nguyen).
* Include inherited interfaces in return from "GetInterfaces" (Gopal V).
* Entry points must be in .exe's, not .dll's (Gopal V).
* Problems in OutputExceptionTable with nested try/catch (Rhys W).
* Fixes to make ilrun compile with gcc 3.4.0 (Norbert Bellow).
* Implement Thread.Abort (Thong Nguyen).
* Use interlocked increments for profile counts (Thong Nguyen).
C# Compiler:
* Stack underflow problem in codegen for "switch" (Rhys Weatherley).
* Problem with 8-bit characters in pre-processor lines (Rhys Weatherley).
* "/recurse" option for compiler compat mode (Gopal V).
* Fix semantic analysis for identifers and member accesses (Gopal V).
* Resolve aliases for fully qualified namespaces (Gopal V).
* "goto case" should emit a leave inside a "try" (Russell Stuart).
* Bug with ';' in #endregion directives (Russell Stuart).
* Handle "protected internal" across assemblies (Richard Baumann).
* Disambiguate static members and types with the same name (Gopal V).
C Compiler:
* Add dependency options to the pre-processor (-M, -MD, etc) (Rhys W).
* Fixes for bit field accesses (Rhys Weatherley).
* Complex structure initializers (Rhys Weatherley).
* Array access on managed arrays (Gopal V).
Linker:
* Strong alias linking for vararg methods (Rhys Weatherley).
Csant:
* Comma-separated lists of target dependencies (Russell Stuart).
* Directory deletion and copying (Russell Stuart).
Platform Support:
* Win32-specific filename expansion (Rhys Weatherley).
* Disable zlib under mingw32 because of dependency issues (Rhys W).
* Fixes for Win32 file operations (Thong Nguyen).
* Integrate libgc version 6.3alpha6 (Thong Nguyen).
* Overflow bugs in time routines (Thong Nguyen).
* ILGetSinceRebootTime for Windows (Thong Nguyen).
|
|
Changes:
0.6.6 (29 May 2004)
* Use dependency tracking in Makefile's because cscc supports it.
* Make word sizes dynamic, and remove __WORDSIZE.
* Implement "fcntl".
* Implement the basic infrastructure for socket and netdb functions.
* Import inet* routines from glibc.
* Mismatched definitions for __pt_thread_run and __syscall_seek (Gopal V).
|
|
Changes:
A regression in 1.20 that caused us to complain about supposedly
invalid .class files has been rectified. Some minor error message
improvements have been made.
|
|
part 2/2
|
|
part 1/2
|
|
patch provided by Michal Pasternak in PR pkg/25739
changes:
Version 0.9.2.1
Shazbot! Setup.y still wasn't right. Maybe this time...
Version 0.9.2
Enhancements:
Global variable and attribute names are now interned.
String literals are only converted to Python strings once, instead of each
time they're used.
Python string literals may now contain NUL characters.
Bug fixes:
Setup.py still wasn't right!
Corrected a problem introduced by moving the Plex package into the Pyrex
package.
Version 0.9.1.1
Corrected a small mistake in the setup.py.
Fixed a problem with the distutils extension.
Hopefully stopped cheesefinder.c from disappearing once and for all.
Version 0.9.1
Enhancements:
Inherited C methods can be called in the usual way.
Python classes get the right __modname__ now.
Test suite and testing framework available for download (but will require modification to work on anything other than MacOS X for now).
Plus oodles of bug fixes -- see the CHANGES file for details.
|
|
|
|
|
|
|
|
problems found after fixing malloc problems
|
|
|
|
portable to some operating systems (eg UnixWare or IRIX 5).
|
|
"make makedistinfo".
|
|
|
|
can easily coexist with other Java implementations. This basically means
that they are now installed under ${PREFIX}/java/sablevm and that a wrapper
is created under ${PREFIX}/bin (sablevm-java) to exec this VM.
|
|
modifications of PREFIX's value. Bump PKGREVISION to 1.
|
|
packages now install several wrappers under ${PREFIX}/bin to run the
binaries installed under ${JAVA_HOME}/bin easily. While here, drop
the direct modification of PREFIX. Bump PKGREVISION to 1.
|
|
package now install several wrappers under ${PREFIX}/bin to run the
binaries installed under ${JAVA_HOME}/bin easily. While here, drop
the direct modification of PREFIX. No revision bump since these
packages were updated just some minutes ago.
|
|
- GetCurrentThreadCpuTime returns wrong information
- infinite loop in sun.net.www.http. KeepAliveStream [due to skip()]
- fatal error handler enhancements
- RFE: DNS-related functions in PAC file support do not support foward DNS
lookups
- Reading entries from certain zipped files causes JVM death (native exception)
- Missing encoding conversion in PlainSocketImpl.socketCreate
- in with J2se1.3 in multithread situation, socket reads data unexpectly
- REGRESSION 1.4: PropertyDescriptors do not find the most specific methods
- C2 crash in adjust_check
- Null Pointer in creating Window
- Signature timestamps in signed jar files break forward compatibility
- java.sql.TimeStamp results in wrong time for some timezones when dates are
in BC
- (thread) Thread.interrupt() is not executed after first try
- REGRESSION:Ctor IndexedPropertyDescriptor works incorrectly
- Netscape hang situation
|
|
Update gcc3-c++ to 3.3.3nb1
Update gcc3-c to 3.3.3nb2
Update gcc3-f77 to 3.3.3nb1
Update gcc3-java to 3.3.3nb1
Update gcc3-objc to 3.3.3nb1
Update gcc3 to 3.3.3nb1
gcc arm: fix GCC _P_R_ target/14302
Apply gcc fix for gcc PR target/14302 to fix ARM compiler
issues triggered by at least glib, glib2, and pkgconfig.
2004-02-26 Richard Earnshaw <rearnsha@arm.com>
Daniel Jacobowitz <drow@mvista.com>
PR target/14302
* arm.h (ARM_GO_IF_LEGITIMATE_ADDRESS): Don't check the mode
size for minipool references.
|
|
not the complete version string out of struct utsname. This seems to
be more in line with what other Java implementations do.
|
|
|
|
|
|
author Tim Bishop.
The libstatgrab library provides an easy to use interface for
accessing system statistics and information. Available statistics
include CPU, Load, Memory, Swap, Disk I/O, and Network I/O.
Also part of the package are two tools; saidar provides a curses-based
interface to viewing live system statistics, and statgrab is a
sysctl-like interface to the statistics.
|
|
Closes PR 25651 by Georg Schwarz.
|
|
there exists a 'cc', leading to buildlink creating a 'cc' wrapper pointing
to the original 'cc', which then won't work with the gcc flags, while the
'gcc' wrapper does work (since packages simply call 'cc' (or 'gcc') and
rely on buildlink having prepended the path to the right wrapper).
|