changes:
* Fix corrupted background on big-endian computers
* Update background when the screen size changes
* Fix display name of some bookmarks
-translation updates
changes:
- multiload - don't poll CIFS filesystems
- stickynotes - fix support for note font colours
- libgweather - don't die on bad data from BOM-Au
-translation updates
changes:
- Fix so that GDM does not save the Failsafe GNOME or Xterm
session as the user's default.
-bugbixes
- Performance tunings
- Make sure focus is returned to the entry field when using the
"Options" button.
- The nohost icon has been updated to use official GNOME logo,
nobody icon has been given a facelist.
-translation updates
Mon May 2 07:04:46 2005 Google Inc.
* sparsehash: version 0.2 release
* Preliminary support for msvc++ compilation. (csilvers)
* Documentation fixes -- some example code was incomplete! (csilvers)
* Minimize size of config.h to avoid other-package conflicts (csilvers)
* Contribute a C-based version of sparsehash that served as the
inspiration for this code. One day, I hope to clean it up and
support it, but for now it's just in experimental/, for playing
around with. (csilvers)
* Change default namespace from std to google. (csilvers)
Thu Nov 3 20:12:31 2005 Google Inc.
* sparsehash: version 0.3 release
* Quiet compiler warnings on some compilers. (csilvers)
* Some documentation fixes: example code for dense_hash_map. (csilvers)
* Fix a bug where swap() wasn't swapping delete_key(). (csilvers)
* set_deleted_key() and set_empty_key() now take a key only,
allowing hash-map values to be forward-declared. (csilvers)
* support for std::insert_iterator (and std::inserter). (csilvers)
Sun Apr 23 22:42:35 2006 Google Inc.
* sparsehash: version 0.4 release
* Remove POD requirement for keys and values! (austern)
* Add tr1-compatible type-traits system to speed up POD ops. (austern)
* Fixed const-iterator bug where postfix ++ didn't compile. (csilvers)
* Fixed iterator comparison bugs where <= was incorrect. (csilvers)
* Clean up config.h to keep its #defines from conflicting. (csilvers)
* Big documentation sweep and cleanup. (csilvers)
* Update documentation to talk more about good hash fns. (csilvers)
* Fixes to compile on MSVC (working around some MSVC bugs). (rennie)
* Avoid resizing hashtable on operator[] lookups (austern)
pointers that something else is wrong. In this case, the file contained
_three_ instances of __sun__, but only two were in the patch, so pkglint
could not warn on the third one.
Now pango really builds on Solaris with SunPro (tested).
changes:
* Don't use gnome_help_display(), instead use internal func
* Fix to properly escape ampersand characters
* fix big memory leak
* Use xmlNewTextChild so ampersands aren't treated as entities
changes:
* URI's with anchors can be opened
-bugfixes
-translation updates
(I had to patch out one suboptimal bugfix because it caused locking
inconsistencies. I couldn't reproduce the bug it was supposedly fixing
either.)
WRKDIR against foreign processes. Instead, the PKG_DBDIR is locked,
preventing other (pkgsrc) processes from modifying the set of installed
packages while another one is doing that.
This allows to use "bmake update" efficiently on multi-processor
machines by just running it in four different package directories.
Note that the pkg_add and pkg_delete tools may still interfere with this
locking when they are directly run.
HUnit is a unit testing framework for Haskell inspired in the JUnit tool
for Java.
A test-centered methodology for software development is most effective
when tests are easy to create, change, and execute. The JUnit tool
pioneered support for test-first development in Java. HUnit is an
adaptation of JUnit to Haskell, a general-purpose, purely functional
programming language.
With HUnit (as with JUnit) you can easily create tests, name them, group
them into suites, and execute them, with the framework checking the
results automatically. Test specification in HUnit is even more concise
and flexible than in JUnit, thanks to the nature of the Haskell language.
HUnit currently includes only a text-based test controller, but the
framework is designed for easy extension.
changes:
- Properly sort image filenames containing numbers
- Thumbnailing fixes
- Fix printing for images with alpha channel
- Several code cleanups
- Make transparent color selection work
- Avoid losing EXIF data when saving changed jpeg images
- Fix crash with fast image switching
- Updated translations
This package is part of the Haskell Core Libraries. It includes the
System.Posix and System.Sendfile modules, both of which provide an
interface over native POSIX operating system calls.
the creation of packages for Hugs modules libraries. The former provides
the dependency on hugs and the latter an easy way to launch the Cabal
build utility.
Add that stuff to CONF_FILES instead.
Being here, update to the last stable version (1.1.13.8) and fix
installed pkgconfig files not to contain relative paths (which will
break with our buildlink harnesses).
changes:
* SoupServer now works even if you don't explicitly set an
encoding for the response.
* WWW-Authenticate and Proxy-Authenticate responses with no
realm parameter are now ignored
* Added soup_xmlrpc_message_from_string()
* simple-httpd and "get" now support HEAD