Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
regressions in GCC relative to previous releases of GCC.
|
|
* Bug-fixes and improvements
|
|
Incompatible Changes
There are no changes incompatible with 5.8.4.
Core Enhancements
Perl's regular expression engine now contains support for matching on the intersection of two Unicode character classes. You can also now refer to user-defined character classes from within other user defined character classes.
Modules and Pragmata
* Carp improved to work nicely with Safe. Carp's message reporting should now be anomaly free - it will always print out line number information.
* CGI upgraded to version 3.05
* charnames now avoids clobbering $_
* Digest upgraded to version 1.08
* Encode upgraded to version 2.01
* FileCache upgraded to version 1.04
* libnet upgraded to version 1.19
* Pod::Parser upgraded to version 1.28
* Pod::Perldoc upgraded to version 3.13
* Pod::LaTeX upgraded to version 0.57
* Safe now works properly with Carp
* Scalar-List-Utils upgraded to version 1.14
* Shell's documentation has been re-written, and its historical partial auto-quoting of command arguments can now be disabled.
* Test upgraded to version 1.25
* Test::Harness upgraded to version 2.42
* Time::Local upgraded to version 1.10
* Unicode::Collate upgraded to version 0.40
* Unicode::Normalize upgraded to version 0.30
Utility Changes
Perl's debugger
The debugger can now emulate stepping backwards, by restarting and rerunning all bar the last command from a saved command history.
h2ph
h2ph is now able to understand a very limited set of C inline functions -- basically, the inline functions that look like CPP macros. This has been introduced to deal with some of the headers of the newest versions of the glibc. The standard warning still applies; to quote h2ph's documentation, you may need to dicker with the files produced.
Installation and Configuration Improvements
Perl 5.8.5 should build cleanly from source on LynxOS.
Selected Bug Fixes
* The in-place sort optimisation introduced in 5.8.4 had a bug. For example, in code such as
@a = sort ($b, @a)
the result would omit the value $b. This is now fixed.
* The optimisation for unnecessary assignments introduced in 5.8.4 could give spurious warnings. This has been fixed.
* Perl should now correctly detect and read BOM-marked and (BOMless) UTF-16 scripts of either endianness.
* Creating a new thread when weak references exist was buggy, and would often cause warnings at interpreter destruction time. The known bug is now fixed.
* Several obscure bugs involving manipulating Unicode strings with substr have been fixed.
* Previously if Perl's file globbing function encountered a directory that it did not have permission to open it would return immediately, leading to unexpected truncation of the list of results. This has been fixed, to be consistent with Unix shells' globbing behaviour.
* Thread creation time could vary wildly between identical runs. This was caused by a poor hashing algorithm in the thread cloning routines, which has now been fixed.
* The internals of the ithreads implementation were not checking if OS-level thread creation had failed. threads->create() now returns undef in if thead creation fails instead of crashing perl.
New or Changed Diagnostics
* Perl -V has several improvements
o correctly outputs local patch names that contain embedded code snippets or other characters that used to confuse it.
o arguments to -V that look like regexps will give multiple lines of output.
o a trailing colon suppresses the linefeed and ';' terminator, allowing embedding of queries into shell commands.
o a leading colon removes the 'name=' part of the response, allowing mapping to any name.
* When perl fails to find the specified script, it now outputs a second line suggesting that the user use the -S flag:
$ perl5.8.5 missing.pl
Can't open perl script "missing.pl": No such file or directory.
Use -S to search $PATH for it.
Changed Internals
The Unicode character class files used by the regular expression engine are now built at build time from the supplied Unicode consortium data files, instead of being shipped prebuilt. This makes the compressed Perl source tarball about 200K smaller. A side effect is that the layout of files inside lib/unicore has changed.
pkgsrc: fails the same test that 5.8.4 fails (sigaction).
|
|
g/c no longer needed Makefile.module
add support for building extensions off PECL; version for PECL packages
is built as ${PHP_BASE_VERS}.${PECL_VERSION}, i.e. PECL pkg version 1.0
would become php-pkg-4.3.9.1.0 or php-pkg-5.0.2.1.0 respectively
|
|
|
|
them to lang/php/
|
|
Added patch patterned after the one in lang/gcc3 to set rpath for libgcc
|
|
|
|
and the base name of program as PKG_PHP
|
|
(similar to PHP4 package), and also update to use PKG_OPTIONS
this fixes environment pollution for extension modules, particularily
CONFIGURE_ARGS
|
|
|
|
|
|
|
|
@unuexec ${RM} -rf
|
|
into BASE/data/<pkgname>/*
|
|
slashes. This is necessary e.g. for pear-DIME, which uses backslashes.
|
|
the former php4 version
|
|
|
|
to ${PREFIX}/libexec/cgi-bin; install also couple more files same way
as PHP4
Of particular note is that CLI ignores setting of register_argc_argv
(treats as if it would be On), so it's no longer necessary to do anything
special for Pear packages to work. g/c MESSAGE warning about the Pear issue.
|
|
|
|
extension-specific patches from php5/patches/
|
|
individual PHP extension packages with either PHP 4.x or PHP 5.x
convert existing php4-* packages to this framework and import as php-*
|
|
patch based upon the one Georg Schwarz provided in PR pkg/27402
|
|
python23.
|
|
on Solaris.
addresses PR pkg/27053 from Robert Lillack.
|
|
frontend is built.
|
|
|
|
|
|
|
|
Bump PKGREVISION.
|
|
tcl packages assume that this directory exists and never delete it
when deinstalled. This fixes the tcl-fbsql build problem noted in
recent bulk builds. Bump PKGREVISION.
|
|
Some of the key features of PHP 5 include:
* The Zend Engine II with a new object model and dozens of new features.
* XML support has been completely redone in PHP 5, all extensions
are now focused around the excellent libxml2 library
(http://www.xmlsoft.org/).
* A new SimpleXML extension for easily accessing and manipulating
XML as PHP objects. It can also interface with the DOM extension
and vice-versa.
* A brand new built-in SOAP extension for interoperability with Web Services.
* A new MySQL extension named MySQLi for developers using MySQL
4.1 and later. This new extension includes an object-oriented
interface in addition to a traditional interface; as well as support
for many of MySQL's new features, such as prepared statements.
* SQLite has been bundled with PHP. For more information on SQLite,
please visit their website.
* Streams have been greatly improved, including the ability to access
low-level socket operations on streams.
|
|
arguments to "-type"; use "f" and "l" instead.
|
|
|
|
|
|
|
|
it compiles properly on 2.0 and current systems. PowerPC processors
have lots of registers, so this isn't even a loss at all.
|
|
Bump PKGREVISION.
Thanks to Masao Uebayashi for the patch.
|
|
|
|
|
|
seem not to get extracted by the auto extractor.
|
|
|
|
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't
know which dependencies actually need libltdl, so it was a recursive bump.
Hopefully this recursive inclusion can be ripped out of
guile{,14}/buildlink3.mk at some point and bubble down to dependencies that
actually use libltdl, avoiding this headache in the future....
|
|
|
|
|
|
Update sun-j*4 to 14-2.6 (aka sun-jdk/jre version 1.4.2_06).
Bugs fixed since last according to http://java.sun.com/j2se/1.4.2/ReleaseNotes.html:
- jResourceBundle holds ClassLoader references using SoftReference (not weak)
- enablev006: JVMPI_EVENT_ OBJECT_ALLOC request crashes Server VM
- Update cacerts with new VeriSign ca certs
- (so) Selector.select() throws CancelledKeyException
- Internal Error occurs during offet conversion of byte code in rewrite/relocate
- SEGV in MapLoops test
- REGRESSION 1.4: PropertyDescriptors do not find the most specific methods
- REGRESSION 1.5: Introspector.getBeanInfo throws NPE if a primitive type is passe d
- CMS: vtest died with tiger b26
- JVM crashes during deoptimization phase
- CMS thread/SLT deadlock problem
- Unable to create Logger during JVM shutdown
- 64bit j2sdk1.4.2_01 and j2sdk1.4.2_03 dump core with oracle 64bit jdbc oci driver
- Cannot set different runtime parameters for different 1.4.2_x versions
- "java_g -version" dies on an assertion on RH9.0 and RHEL 3.0
- 1.4.2_05: 3 JCK tests failing with -Xcheck:jni flag on Linux
- RH Enterprise 3 and Suse Ent 8 server / desktop asian font properties needed
- Clent VM crash while compiling a large JSP generated method
- NullPointerException in reading an rtf-file into a javax.swing.text.rtf.RTFEdito
- RTFEditorKit wrongly parses rtf if fontname has unicode characters
- 1.4.2_04 Server VM - C2 crash in PhaseCFG::ScheduleLate on Solaris
- bf) Direct memory cannot be unreserved while reserving thread sleeps
- Hotspot compiler changes behaviour of program
- VM segv's running jvmti/jvmpi profiler
- J2SE 1.4.2 cannot display certain awt components in Asian characters in RH2.1 AS
- exception thows from jconsole when run any GUI which works fine with jdk1.4.x
- Can not eliminate implicit null checks for method invocations based on profile
- Regression 1.4.2_06b1 4937429 failing. cacerts in javaws and security dirs diffe
- /api/javax_swing/ SwingUtilities/descriptions.html fails for JCK14a, 1.4.2_06b1
- Regression:4683022 fails for 1.4.2_06-b01
- REGRESSION: ResourceBundle.getBundle(String, Locale) is broken in jdk 1.4.2_05
|
|
|
|
gettext-lib>=0.10.36. Set BUILDLINK_DEPENDS.gettext accordingly.
|
|
the distfiles are stored).
This problem was noticed by Richard Rauch and reported in PR 27205.
|