Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
ttyname_r does not work.
|
|
|
|
yet in pkglint.
|
|
package records the package subdir in the +BUILD_INFO, which is used by
several pkgtools to look up metainformation about the package, and that
metainfo will be wrong until the package is rebuilt (now as nb3).
|
|
is not required for normal use, only for development work.)
|
|
|
|
why the author of this software should learn more about ABI compatibility.
|
|
|
|
changes:
- Revert theme change since it breaks gecko < 1.9
- Make deprecated keywords grey
- Only search for books in the XDG data/home directories
-bugfixes
-translation updates
|
|
1.2a:
* Made HTTP support more usable
* Various portability fixes.
1.2:
* Support for non-blocking DNS resolution; from Adam Langley
and Nick Mathewson.
* Support for lightweight HTTP clients and servers.
* Support for Sun's Event Ports from David Pacheco of Sun.
|
|
|
|
never be necessary to explicitly link against it, since that is the job
of the C++ compiler. So use that instead of the C compiler for linking
the programs.
This fixes the build on Solaris with SunPro.
|
|
|
|
Many changes, the most notable appear to be improved DFT support,
addition of SRFI-94 (Type-Restricted Numerical Functions) and
SRFI-23 (Error reporting mechanism), and some cleanup/fixing.
See the ANNOUNCE file for details.
There are reports that the 3a4 version breaks gnucash on Debian;
neither wiz nor me could reproduce this.
|
|
|
|
Geany is a small and lightweight integrated development environment.
It was developed to provide a small and fast IDE, which has only a few
dependencies from other packages. Another goal was to be as independent
as possible from a special Desktop Environment like KDE or GNOME.
Approved by jlam@
|
|
|
|
|
|
The Cache modules are designed to assist a developer in persisting
data for a specified period of time. Often these modules are used
in web applications to store data locally to save repeated and
redundant expensive calls to remote machines or databases.
The Cache interface is implemented by derived classes that store
cached data in different manners (such as as files on a filesystem,
or in memory).
To use the Cache system, a cache implementation must be chosen to
suit your needs. The most common is Cache::File, which is suitable
for sharing data between multiple invocations and even between
concurrent processes.
|
|
File::NFSLock - perl module to do NFS (or not) locking
Program based of concept of hard linking of files being atomic
across NFS. This concept was mentioned in Mail::Box::Locker (which
was originally presented in Mail::Folder::Maildir). Some routine
flow is taken from there -- particularly the idea of creating a
random local file, hard linking a common file to the local file,
and then checking the nlink status. Some ideologies were not complete
(uncache mechanism, shared locking) and some coding was even
incorrect (wrong stat index). File::NFSLock was written to be light,
generic, and fast.
|
|
0.60 Sun Nov 16 16:58:12 EST 2003
- ensured that $elem->heap can be tested for undef
to determine whether it is actually on a heap at
the moment
- requested by Dan Bolser <dmb@mrc-dunn.cam.ac.uk>
- fixed bug in Heap::Binary delete
- noted by Arun Bhalla <bhalla@uiuc.edu>
- changes to t/test.t
- added tests for delete
- made test run against all Heap variants
- made test configurable to get a small test case
for solving bugs
- fixed bug in Heap::Binomial delete
- Heap::Fibonacci delete worked in tests
0.70 Fri Dec 5 00:55:41 EST 2003
- finally got around to renaming minimum and
extract_minimum methods to top and extract_top
- prompted by Steve Lembark <lembark@wrkhors.com>
- old names are still supported, but depracated
0.71 Thu Jun 17 12:25:36 EDT 2004
- fixed a memory leak in Heap::Fibonacci
- the DESTROY method did'nt traverse fully
- one final reference to extract_minimum in doc for Heap.pm
- both issues reported by Christian Plessl <plessl@tik.ee.ethz.ch>
|
|
database into ~/.terminfo, so make sure that directory exists.
|
|
* updated config.sub to newer version
* added custom RGBA blitter function that sets/maintains target alpha
* added setAlpha function that sets alpha values in 32bit surfaces
* added TextGfxBlit testprogram for new functions
* Fixed C++ type in .h files (thanks Olivier)
* Update some text in README and .spec file
* Removed broken Uint filter routines from test program
* "Cosmetic" changes to test programs and Automake.am
|
|
- There is no configure test for limits.h, just use it.
- M_READ is a define pulled in from system headers
- s/= =/=/ in a Makefile
|
|
Fixes PR pkg/35520.
|
|
* Fix code generation when using the latest m4, and functions named
mkstemp, as experienced on Ubuntu Feisty.
|
|
Based on patch provided in PR 35539.
And I made two modification related to pkgsrc.
PKGSRC CHANGES:
Make document & nls files to be installed into standard location.
Add test target.
RELEASE NOTES:
Version 1.16 (20-Dec-2005)
* There is a new fmerge -ignore-identical-conflicts option which may be
used to suppress logical conflicts in which the same thing is done by
both variants. This is often a better match for users' expectations for
merging source code.
Version 1.15 (8-Nov-2005)
* There is a new fcomp -no-binary option, which may be used to prevent
the comparison of binary files, instead it treats them both as empty.
* A small build problem on MacOS X has been fixed.
Version 1.14 (8-Jun-2004)
* The ./configure script now understands the --with-nlsdir option, so
that you can place the .mo files.
* The fhist(1) program is now able to cope with numeric modules names.
* The occasional false negative from test 26 has been fixed. It was
failing for some users because of message translation
(internationalization) issues.
|
|
From activesupport svn:
Ruby 1.8-cvs and 1.9 define a private Time#to_date that overrides Active
Support. Make it public to preserve compatibility.
Bump PKGREVISION.
|
|
+ Make Bugzilla compatible with Template Toolkit 2.15 (bug 357374)
+ Make Bugzilla compatible with versions of MySQL higher than 5.0.25
(bug 321645)
+ Sanity Check can now only be run by people with the "admin" privilege.
(bug 91761)
+ Security [XSS] fix
https://bugzilla.mozilla.org/show_bug.cgi?id=367674
|
|
2.16.3
======
Fixes
- Remove warnings (Kjartan Maraas)
- Code cleanups (Christian Persch)
Translators
- Khaled Hosny (ar)
- Ihar Hrachyshka (be)
- Jordi Mallach (ca)
- Og Maciel (pt_BR)
|
|
|
|
2.003 2 January 2007
* Added explicit version checking
2.002 29 December 2006
* Documentation updates.
* Fix append mode with gzopen.
rt-cpan.org 24041
* Allow gzopen to read from and write to a scalar reference.
2.001 1 November 2006
* Remove beta status.
2.000_14 26 October 2006
* No changes.
2.000_13 20 June 2006
* No changes.
2.000_12 16 April 2006
* Fixed gzread to zap the output buffer to an empty string when zero
bytes are requested. This matches the behaviour of C::Z 1.x
2.000_11 10 April 2006
* No changes.
2.000_10 13 March 2006
* Changed gzread so that its behaviour matches C::Z::gzread 1.x if it
is called after eof. In this case it will write an empty string
into the output parameter. This change is solely for backward
compatability reasons.
2.000_09 3 March 2006
* Posted to CPAN
2.000_08 2 March 2006
* Breakout zlib specific code into separate modules.
* Limited support for reading/writing zip files
2.000_06 5 October 2005
* Added eof parameter to Compress::Zlib::inflate method.
* Fixed issue with 64-bit
2.000_05 4 October 2005
* Renamed IO::* to IO::Compress::* & IO::Uncompress::*
2.000_04 23 September 2005
* Fixed some more non-portable test that were failing on VMS.
* fixed problem where error messages in the oneshot interface were
getting lost.
2.000_03 12 September 2005
* Fixed some non-portable test that were failing on VMS.
* Fixed export of zlib constants from the IO::* classes
2.000_02 6 September 2005
* Split Append mode into Append and Merge
* Fixed typos in the documentation.
* Added pod/FAQ.pod
* Added libscan to Makefile.PL
* Added InputLength for IO::Gunzip et al
2.000_01 22 August 2005
* Fixed VERSION in Compress::Gzip::Constants
* Removed Compress::Gzip::Info from the distribution.
2.000_00 21 August 2005
* First Beta relase of Compress::zlib rewrite.
|
|
This module provides a Perl interface to allow reading and writing of RFC
1950, 1951, 1952 (i.e. gzip) and zip files/buffers.
|
|
This module provides a Perl interface to the zlib compression library.
|
|
This module is the base class for all IO::Compress and IO::Uncompress
modules.
|
|
|
|
|
|
changes:
* Updated manual and converted from DocBook to Texinfo
* Added pkg-config support
* Added Libtool support
* Updated GNU Build System
-bugfixes
* Added a new kind of test, looping tests
* Added possibility to turn off timeout tests
|
|
changes:
- Spell-checked docs.
- Fix various bugs that could cause ellipsization to stop prematurely.
- Fix rendering of background color being off in presence of rise attribute.
-bugfixes
|
|
|
|
|
|
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html
(latest 3.1/i386 bulk build of 2006Q4).
Feel free to fix them...
|
|
|
|
|
|
Includes strings.h for Posix compliance.
|
|
about that.
Pointed out by Hugh Brown in pkg/35518.
|
|
|
|
Changes:
* Fixed serious bugs (depends on GC)
* Support GTK+-2.10 and the latest version of each libraries.
* Don't include Ruby/GStreamer and Ruby/Libgda. We cancel to
support Ruby/GStreamer and Ruby/Libgda.
* Cancel to support ruby-1.6.x and GTK+-2.4 or earlier.
|