Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Bug fixes. Coverity fixes. Use GOption. sysconfdir fixes.
|
|
* Fixed minor problems in the PDF extractors
* Improved PNG extractor
|
|
|
|
- when building with gcc, the solaris /usr/ccs/bin/as assembler is still
used in a couple of places but the correct flags aren't set.
- The object directory has a different name when building with gcc instead
of the sun studio compilers.
- There are a couple of libs which are installed that aren't part of the install
for other systems (freebl).
|
|
platforms.
|
|
1. Changes to Readline
a. Fixed a problem that caused segmentation faults when using readline in
callback mode and typing consecutive DEL characters on an empty line.
b. Fixed several redisplay problems with multibyte characters, all having to
do with the different code paths and variable meanings between single-byte
and multibyte character redisplay.
c. Fixed a problem with key sequence translation when presented with the
sequence \M-\C-x.
d. Fixed a problem that prevented the `a' command in vi mode from being
undone and redone properly.
e. Fixed a problem that prevented empty inserts in vi mode from being undone
properly.
f. Fixed a problem that caused readline to initialize with an incorrect idea
of whether or not the terminal can autowrap.
g. Fixed output of key bindings (like bash `bind -p') to honor the setting of
convert-meta and use \e where appropriate.
h. Changed the default filename completion function to call the filename
dequoting function if the directory completion hook isn't set. This means
that any directory completion hooks need to dequote the directory name,
since application-specific hooks need to know how the word was quoted,
even if no other changes are made.
i. Fixed a bug with creating the prompt for a non-interactive search string
when there are non-printing characters in the primary prompt.
j. Fixed a bug that caused prompts with invisible characters to be redrawn
multiple times in a multibyte locale.
k. Fixed a bug that could cause the key sequence scanning code to return the
wrong function.
l. Fixed a problem with the callback interface that caused it to fail when
using multi-character keyboard macros.
m. Fixed a bug that could cause a core dump when an edited history entry was
re-executed under certain conditions.
n. Fixed a bug that caused readline to reference freed memory when attmpting
to display a portion of the prompt.
o. Fixed a bug with prompt redisplay in a multi-byte locale to avoid redrawing
the prompt and input line multiple times.
p. Fixed history expansion to not be confused by here-string redirection.
q. Readline no longer treats read errors by converting them to newlines, as
it does with EOF. This caused partial lines to be returned from readline().
r. Fixed a redisplay bug that occurred in multibyte-capable locales when the
prompt was one character longer than the screen width.
2. New Features in Readline
a. Calling applications can now set the keyboard timeout to 0, allowing
poll-like behavior.
b. The value of SYS_INPUTRC (configurable at compilation time) is now used as
the default last-ditch startup file.
c. The history file reading functions now allow windows-like \r\n line
terminators.
|
|
|
|
Replaced two patches with one file in files/, to keep the code readable.
|
|
|
|
|
|
their contents to what this kind of files looks currently.
Not much has changed, except that PKGMANDIR is honoured.
|
|
|
|
Patch provided by Martin Wilke via PR 34329.
Changes:
1.04 Mon Aug 20 22:26:15 PST 2006
- New maintainer, Fred Moyer <fred@redhotpenguin.com>
- Add Devel::Cover support, current coverage is 71%
- Moved check for Test::More to MY::test
|
|
Changes:
0.06 Wed Sep 20 14:35:55 BST 2006
- Sync the japanese docs (as best as possible!)
0.05 Sat Aug 26 18:27:12 UTC 2006
- Use correct bug reporting address (Jonathan Rockway)
|
|
Based on patch provided by Martin Wilke via PR 34369.
And delete p5-Test-Simple>=0.62 dependency, because perl5 base package
contain Test::Simple version 0.62 now.
hange log for Test::Pod
1.26 - Wed Jul 19 09:54:48 CDT 2006
No new functionality in this version.
[FIXES]
* Fixed a Win32 build bug.
* Fixed a bug in the SYNOPSIS.
1.24 - Wed Feb 1 15:18:06 PST 2006
[THINGS THAT MAY BREAK YOUR CODE]
* The long-deprecated pod_ok() is now gone, along with all its
constants.
[ENHANCEMENTS]
* Now runs properly under VMS. Thanks to Peter Edwards.
|
|
Patch provided by Martin Wilke via PR 34368.
1.08 Wed Jan 25 21:59:49 CST 2006
[FIXES]
* File and directory names may now contain periods and hyphens.
* Now exports all_modules().
1.07_01 Wed Dec 28 23:10:31 CST 2005
[ENHANCEMENTS]
* Can now use an alternate class that implements the Pod::Coverage
interface. This is mostly useful for avoiding the necessity to
redocument or itemize overriden methods in a subclass by using
Pod::Coverage::CountParents. Thanks to Ricardo Signes.
|
|
ndreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>
* release 2.0604
* adjust test suite to accept main::+ introduced by named captures
2006-09-20 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>
* relase 2.0603
* add LICENSE field to Makefile.PL to also have it in the META.yml
2006-07-19 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>
* release 2.0602
* adjust test suite to accept new variable in bleadperl, the hash
$main::^H
2006-05-03 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>
* release 2.0601
* add copyright and license
|
|
0.64 Sun Jul 16 02:47:29 PDT 2006
* 0.63's change to test_fail() broke backwards compatibility. They
have been removed for the time being. test_pass() went with it.
This is [rt.cpan.org 11317] and [rt.cpan.org 11319].
- skip() will now warn if you get the args backwards.
0.63 Sun Jul 9 02:36:36 PDT 2006
* Fixed can_ok() to gracefully handle no class name.
Submitted by "Pete Krawczyk" <perl@bsod.net>
Implemented by "Richard Foley" <richard.foley@rfi.net>
[rt.cpan.org 15654]
* Added test_pass() to Test::Builder::Tester rather than having to
call test_out("ok 1 - foo"). <chromatic@wgz.org> [rt.cpan.org 11317]
* test_fail() now accepts a test diagnostic rather than having to
call test_out() separately. <chromatic@wgz.org> [rt.cpan.org 11319]
- Changed Test::Builder::Tester docs to show best practice using
test_fail() and test_pass().
- isnt_num() doc example wrongly showed is_num(). <chromatic@wgz.org>
- Fixed a minor typo in the BAIL_OUT() docs. <Jeff Deifik>
- Removed the LICENSE field from the Makefile.PL as the release of
MakeMaker with that feature has been delayed.
|
|
to do portability checks on nonexistant files.
|
|
Patch provided by Martin Wilke via PR 34326.
Changes:
0.26 Thu Aug 24 18:16:08 EDT 2006
- Signature fixed on distribution
0.25 Wed Aug 23 01:25:36 EDT 2006
- The last release was...ill-considered and missing a "defined"
0.24
- Quiet down a warning on expirey
|
|
|
|
Most changes (since 0.3.6) were done in 0.3.7 appearently, where no
changelog doesn't exist for. I see many additions of MMX/SSE optimized
functions. The rest is bugfixes.
Pkgsrc patch: SSE2/3 are disabled on i386 for now because gcc doesn't
ensure stack alignment for automatic 128-bit variables. Future liboil
versions will work around this. See
http://lists.freedesktop.org/archives/liboil/2006-August/000102.html
and
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=368991
|
|
From Jake Kupersmith on pkgsrc-users. Noticed on Solaris.
|
|
|
|
thanks to Don Stewart for the nudge.
Changes from 1.0.4nb2 to 1.0.8:
+ performance much improved
+ a lot of bugs fixed
+ some improved functionality
|
|
changes:
-IDL namespace fix
-bugfixes
|
|
changes: bugfixes
|
|
changes:
-bugfixes
-implement AtkDocument
-translation updates
|
|
changes:
-fix bugs and leaks
-translation updates
|
|
|
|
package changes:
- Add test target support
- Needs gmake to build
Many changes since last packaged version (0.1.6): many bug fixes
and new features. Please see the file ChangeLog enclosed in the
source distribution or the on-line version at
http://www.ibr.cs.tu-bs.de/projects/libsmi/ChangeLog.html
|
|
|
|
Patch provided by MAINTAINER, Emil Skoeldberg via PR 34306.
Changes since 2.8.4:
* 2.8.8 (13.6 2006)
- Close include files when we are done reading them.
* 2.8.7 (13.6 2006)
- More informative error messages in case of I/O errors.
* 2.8.6 (31.3 2006)
- Fixed problem with continuation lines in fixed form, introduced in
version 2.8.5.
* 2.8.5 (29.3 2006)
Fixed two bugs
- Some cpp-lines continued by a \ at the end made makdepf90 hang.
- In fixed form, makedepf90 was sometimes tricked into beliving it was
inside a string, when it actually wasn't.
|
|
Patch provided by Martin Wilke via PR 34525.
- Changelog
- 1.9
Fix mb_want_warning(s) typo
Remove various non-critical stderr warnings.
Make old behaviour reproduce-able via setting MB_WARNINGS env var.
Set PID hint correctly.
- 1.8
Fix xsettings never actually getting used :(
A Little reformatting.
Rework pc file to use requires
Fix various GCC 4 warnings
Allow for timeout to be cleared.
Backout 2005-10-12 change, needs proper fix
Detach SHM test correctly via patch from Tapani
Hack to allow parsing of [icon theme] .desktop files
Tweak for people that try to compile without-x
Dont put ellipses right after a space
Check for AC_PATH_XTRA fail.
|
|
|
|
|
|
PKGREVISION++.
|
|
|
|
Linux 8086 development environment.
This is based on Bruce Evans's C compiler with additonal code, including
a reasonable C library for ELKS DOS or standalone, written by myself and
others.
This is a replacement for devel/bcc.
|
|
+ When sending mail, Bugzilla could throw the error "Insecure dependency in
exec while running with -T switch" (bug 340538).
+ Using the public webdot server (for dependency graphs) should work
again (bug 351243).
+ The "I'm added to or removed from this capacity" email preference
wasn't working for new bugs (bug 349852).
+ The original release of 2.22 incorrectly said it required Template-Toolkit
version 2.08. In actual fact, Bugzilla requires version 2.10 (bug 351478).
+ votes.cgi would crash if your bug was the one confirming a bug (bug 351300).
+ checksetup.pl now correctly reports if your Template::Plugin::GD module
is missing. If missing, it could lead to charts and graphs not working
(bug 345389).
+ The "Keyword" field on buglist.cgi was not sorted alphabetically, so
it wasn't very useful for sorting (bug 342828).
+ Sendmail will no longer complain about there being a newline in the
email address, when Bugzilla sends mail (bug 331365).
+ contrib/bzdbcopy.pl would try to insert an invalid value into the
database, unnecessarily (bug 335572).
+ Deleting a bug now correctly deletes its attachments from the database
(bug 339667).
|
|
New features include:
* Complete PostgreSQL Support
* Parameters In Sections
* One Codebase, Multiple Databases
* UTF-8 for New Installations
* Admins Can Impersonate Users
* Bug Import and Moving Improvements
* Adding Individual Bugs to Saved Searches
* Attach URLs
* Optional "Strict Isolation" for Groups
* "editcomponents" Change
* "shutdownhtml" Change
* Miscellaneous Improvements
For further details see:
http://www.bugzilla.org/releases/2.22/new-features.html
http://www.bugzilla.org/releases/2.22/release-notes.html
|
|
|
|
Overview of changes between 1.14.6 and 1.14.7
==============================================
* Fixed broken build with included lang modules.
* Bugs fixed in this release:
Bug 361938 - Can't include *-lang modules (./configure
--with-included-modules fails)
|
|
|
|
|
|
|
|
|
|
-------------------------------
These source files comprise a simple but efficient utility that allows the
display of a function call tree in a C program at run-time. It is also
possible to dump the results of a program execution to an ASCII file for
later examination.
* ptrace.c compiles your code to enable this run-time tracing
* etrace is a Python script that will perform the run-time tracing by
displaying the function names as they are called
* etrace.pl is a Perl script that will perform the run-time tracing by
displaying the function names as they are called. Moreover, etrace.pl
can be used to trace dynamic libraries.
|