* SEMI: Version 1.14.4 (Hosorogi) released.
* semi-def.el (mime-browse-url-regexp): Allow nntps and ftps.
* mime-view.el (mime-display-multipart/related): When "start"
parameter specifies part, treat the part as root.
* mime-view.el (mime-display-multipart/related): New function; set up
for `mime-preview-condition'.
* mime-bbdb.el: Load "bbdb-hooks" when the symbol function
`bbdb-extract-field-value' is not bound or it is set up as an
autoloaded function. [cf. <emacs-mime-ja:799,842,843,844,845,846>]
* semi-def.el (mime-browse-url-regexp): Allow https.
* mime-edit.el (mime-edit-set-parameter): Get rid of the duplicated
optional fields.
* mime-view.el: Revert to use `static'.
of 2000; changes far too many to list here, please see http://www.boost.org
for details.
Download files from proper mastersite rather than downloading boost_all.tar.gz
so as to make it easier to track updates.
Update and modifications suggested in PR pkg/16894 by MarkoSchuetz at web dot de
-- this closes this PR.
returns zeroed data. Discovered by using MALLOC_OPTIONS=J.
coda-server's vice-setup-rvm runs to completition for me with this patch
finally!
bump pkg revision to nb1
Changes:
* Add COPYRIGHT AND LICENSE to Resource.pm.
* A space between the 2>/dev/null and the command is nice.
* I suck. Vivek Khera reported NINE MONTHS ago that
I was missing sub isrss(). My memory was jogged by
a message from Jeff Boes ONE MONTH ago. My apologies.
enhancements. Too many to list here - please see ChangeLog and/or
http://www.pango.org.
Patches to update the package were supplied by Julio Merino
(jmmv at hispabsd dot org) in pkg/17419 - muchas gracias!
(This closes pkg/17419.)
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
new ARM based machines (tested on CATS) and others.
Roll on CONFIG_GUESS_OVERRIDE.
This fixes part of pkg/16389 from Richard Earnshaw <rearnsha@arm.com>
argument; POSIX allows this, even though the replacement lib/dirname.c
(from glibc?) returns a strndup-ed strings *except* for the "." case.
[mmm, possible memory leaks]. Instead, just implement most of guts of
lib/dirname.c directly in assert_writeable(), always copy string, and
always free it. This fixes ``mkid -f /some/path/to/id''
+ Crank PKGREVISION.
* Fixed stray fsync calls when using partitions on BSD platforms.
* Fixed <sys/time.h> vs. <time.h> confusion.
* Fixed off by one bug in the RVM error table.
* Fixed crash when an expired connection receives a NAK.
* Increased lower bound on retransmission time to 300ms.
* Removed Linux specific optimization in processing time calculation which
made RPC2 clients assume a server can respond faster than it actually does.
* Fixed the very infrequent SFTP_SendResponse crash again, hopefully for real
this time.
* A non-masqueraded rpc2 client wouldn't send out it's SFTP packets through
the rpc2 socket when talkin to a masqueraded rpc2-server. This broke
backfetches through a firewall.
* Added delayed acks, when an RPC2 operation on the server is taking more than
200ms, an unsolicited RPC2_BUSY is sent back to the client to avoid
unnecessary retransmissions of the request.
* Stricter prototyping for callback functions.
* Fixed the very infrequent SFTP_SendResponse crash.
* Keeping track of current fd offset in sftp to allow non-multirpc transfers
from/to a non-seekable fd (eg. stdout).
As seen at Usenix 2002.
gscope is a software oscilloscope library build using the GTK and
GNOME toolkits. Gscope can be used to monitor, display and debug
various types of "real-time" data. Additionally, the scope can be
used for graphing file data that is in a tuple format.
doc/translator.pl, which has the side effect of allowing the docygen
package to be installed properly if you don't have '.' in your path.
Bump PKGREVISION.
- Updated master_sites
Changes :
- Attribute::Handlers now is core.
- Brought up to date with perl 5.8RC1 version
will be 5.8 if no more changes come in
- [#13686] This changes the behaviour of lexical attributes.
Prior to this lexical attributes were done at a compile time,
and they would loose their attribute on the next run over them.
Now perl 5.8 calls the attribute handler runtime whenever it
hits my.
- [#14448] Fixes cases with too high refcounts on lexical attributes
- [#15945] Do not warn about too late CHECK and INIT block if
A::H is pulled in using a require.
- Updated my email address
Changes since Optik-1.2 :
* Fixed a couple of lurking bugs found by PyChecker.
* You can now get away with not supplying an option's type,
no matter the action: Optik now assumes a default type of "string".
* You can now get away with not supplying an option's destination:
Optik now derives a default destination from the first long option,
or the first short option if no long options were given. Eg. an
option string "--foo-bar" has the default destination 'foo_bar'.
* Refactored both Option's and OptionParser's constructors to
make life easier for people extending Optik.
* Added the "examples/" subdirectory -- this is a repository of
examples of extending and using Optik; the goal is to provide
canonical implementations of various features that I don't want to
add to Optik proper, but that are occasionally requested. (Also,
this gives me a good place to test how Optik's extensibility.)
* Added support for long and complex option types, mainly for
completeness (patch by Matthew Mueller).
* Added make_option() as an alias for the Option constructor, because
someday there might be many Option classes (in which case
make_option() will become a factory function).
* Added the examples/ directory to the source distribution -- this
demonstrates various ways to extend Optik.
Changes for 0.8.9 to 0.8.10 :
* Add --unpack option to warn when unpacking a non-sequence
* Add --unpacklen option to warn when unpacking sequence of wrong size
* Add --changetypes option to warn when setting a variable to different types
* Add --stringiter option to warn when iterating over a string
* Add --input option to warn when using input()
* Fix crash with checking properties or deriving from objects (2.2 only)
* Fix crash with nested scopes and lambdas
* Fix spurious warnings for constant conditionals when using ('%s' % value)
* Fix spurious warnings for unused identifiers caused by from XXX import *
* Add more information when module cannot be imported
* Fix spurious warnings for implicit returns when using while 1:
* Fix spurious warnings for implicit returns when using try/finally:
* Fix spurious warning with globals that start w/__
* Fix spurious warnings for modifying default arguments
when calling {}.get(), {}.has_key(), [].index(), [].count(), etc.
* Fix spurious warnings in Python 1.5.2 when using from/import
(Please see CHANGELOG for more)