Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* hardcopy allows for terminal='svg' (using a patch from Spyros Blanas)
* Use with_ instead of with as that will be a python keyword in the
future.
* Added an option "filename" to Data and GridData in PlotItems.py.
This allows saving the data to a permanent, rather than temporary,
file. (Patch contributed by Matthew Fulmer.)
* Added a 'pdf' terminal definition (using a patch from Jim Kleckner).
* Added close() and __del__() methods to the Gnuplot class. This
might help with some cases of premature temporary file deletion.
(Suggested by Jim Kleckner.)
|
|
the new wrappers, so just use the former.
|
|
|
|
|
|
|
|
mserv-php is a web interface to the mserv jukebox system.
It was a real quick hack, so there may be some inconsistencies.
|
|
XXX this package is severly outdated, should be replaced by java-db4.
|
|
- extract with bsdtar instead of gtar
- bump rev
|
|
|
|
ECL 9.12.3:
===========
* Visible changes:
- When converting rationals to floats, ECL now rounds instead of using the
routine in GMP, which truncates.
- LOAD open streams in buffered mode. It does not cause any significant
performance increase except in broken network filesystems that lack
buffering such as some implementations of NFS.
ECL 9.12.2:
===========
* Bugs fixed:
- RANDOM broken on 64-bits architectures.
- The debugger now shows the package names of inspected variables.
- The code in CLX that dealt with interrupts had become outdated.
* Other changes:
- Methods now show up in the debugger with their original name.
- Enlarged the string buffers used for reading and parsing lisp data.
ECL 9.12.1:
===========
* Platform support:
- Support for Itanium.
- Support for Solaris and SunStudio compiler.
- Support for Microsoft Visual Studio C++ 10 beta.
- Support for Cygwin.
* Visible changes:
- New function EXT:ARRAY-RAW-DATA returns a non-adjustable vector of type
(UNSIGNED-BYTE 8) with the content of an array. The returned array overlaps
with the original, so any change on one will affect the other.
- LOAD works on special files (/dev/null and the like).
- New command line option --version outputs the version number preceded
by the implementation name ("ECL 9.11.1" in this particular release).
- MULTIPLE-VALUE-BIND is optimally replaced with a LET form when the number
of variables is 1.
- ECL now accepts Windows' UNC pathnames.
(with-open-file (s #P"//JUANJO-IMAC/Public Folder/index.html"
:direction :input)
(loop for l = (read-line s nil nil)
while l
do (princ l)))
- The default memory limits are increased up to 512Mb for 32 bit images and
4Gb for 64-bits systems.
- The bignums generated by RANDOM did not contain enough random bits.
* Bugs fixed:
- In single-threaded builds, ECL did not properly restore the signal mask
before jumping out of a signal handler.
- Floating point exceptions were sometimes ignored, leading to infinite loops.
- A new configuration flag is added, --with-dffi. This flag allows
deactivating the foreign function interface when the compiler does not
support inline assembly with the GCC syntax and libffi is not available.
- In a multithreaded ECL, when handling a Ctr-C/SIGINT asynchronous interrupt,
the CONTINUE restart was not always available.
- In cygwin, LOAD was unable to load and execute binary files.
- In cygwin, FASL files can not lack a file extension, because dlopen()
then looks for a file ending in ".dll" and fails.
- In cygwin, files that are dlopen'ed must have executable permissions.
- ECL ignored the IGNORABLE declaration.
- The IGNORE/IGNORABLE declarations accept (but ignore) arguments of the
for (FUNCTION function-name).
- SUBTYPEP caused a SIGSEGV when the input was a not finalized class.
- Due to the SUBTYPEP bug, ECL could not compile DEFMETHOD forms whose
arguments referenced non-finalized classes
- When supplied an error value, (EXT:SAFE-EVAL form env &optional err-value)
never returned the output of the evaluated form.
- FIND-SYMBOL accepted string designators instead of just strings, as
mandated by the ANSI specification.
- APPEND copied also the last argument.
- (LOG #C(x x)) now produces a better result when x == 0
- (ATAN #C(0.0 1.0)) no longer produces an infinite recursion.
- Solved a hard to hit bug in DEFCLASS's routine for detecting collisions in
slot names
- LOG and LOG1P did not work properly with NaNs under linux.
- ECL had problems combining #. and #n=/#n# reader macros.
- FDEFINITION and SYMBOL-FUNCTION caused an incorrect error condition when
acting on NIL.
- The optimizer for TYPEP did not work when passed three arguments.
* Clos:
- CLOS:SET-FUNCALLABLE-INSTANCE-FUNCTION broke the value if SI:INSTANCE-SIG,
preventing any further access to the instance slots.
- The optimized slot accessors check that the instances are up to date.
- The use of MAKE-INSTANCES-OBSOLETE now forces UPDATE-INSTANCE-FOR-REDEFINED-CLASS
to be invoked even if the slots did not change.
- ENSURE-GENERIC-FUNCTION-USING-CLASS does not provide a default method class.
* Sockets:
- The socket option TCP_NODELAY option has been fixed: it was improperly using
the socket interface SOL_SOCKET instead of IPPROTO_TCP (Chun Tian)
- sockopt-linger and (setf sockopt-linger) now work as they should, using
the struct linger argument (M. Mondor)
* ASDF:
- ASDF:MAKE-BUILD now accepts also a :PROLOGUE-CODE argument with code to
be executed before all lisp files are run.
- C:BUILDER's argument :PROLOGUE-CODE can now be a lisp form. In the case of
standalone programs the prologue code is always executed after cl_boot() has
been invoked.
- QUIT did not work from standalone executables created with neither ASDF
nor with C:BUILDER.
|
|
|
|
changes: fix non-standard / illegal code which broke build on some
platforms (was patched in pkgsrc)
|
|
|
|
|
|
|
|
|
|
1.2.1:
This is a bug fix release. A few random crashers were fixed. The
installation prodecure was fixed when doing --disable-schemas-install.
1.2.0:
The results have been worked to have better, easier to skim
formatting. New German, French, and Spanish dictionaries have been added.
The dictionaries are now user-organizable. The radicals in the Radical
search tool now grey out when certain combinations do not return any
kanji. There are other general improvements to make the program easier to
use and remove bugs.
1.1.0:
The main window has a more balanced interface. Bugs have been
squashed here and there. Much code has been refactored, including
doxygen documentation. This release requires GNOME 2.26 level
dependencies, which corresponds approximately to Fedora 11 or Ubuntu
9. There is now an IRC channel at irc://irc.freenode.net/gwaei for
helping users with problems.
|
|
|
|
|
|
Window flickering on tag switches caused by maps/unmaps was mostly
fixed. A bug in infloating layout that caused explicit CPU usage
on multi-head machines was fixed. Focus issues with toggleview were
resolved, and panels are now handled much better then before.
|
|
|
|
September 17, 2009: ortp-0.16.1
- minor compilation fixes
|
|
|
|
Changes in 0.135:
New System Drivers Supported (in no particular order):
------------------------------------------------------
- Philips CD-i [Harmony]
- Fujitsu FM Towns Car Marty (not working) [Barry Rodewald]
- Macintosh II (FDHD), IIx, IIcx, IIci, IIsi, LC, LC II, and
Classic II (not working) [R. Belmont]
- P8000 (not working) [Matt Knoth, Fabio Priuli]
- Sharp X68000 XVI and X68030 (not working). [Barry
Rodewald]
Systems Promoted from GAME_NOT_WORKING:
---------------------------------------
- Atari 800XL [Mariusz Wojcieszek]
- Beta [Curt Coder]
- Cosmicos [Curt Coder]
- Microbee 56k [Robbbert]
- Nokia MikroMikko 1 M6 [Curt Coder, Kara Trace]
- Philips CD-i [Harmony]
- Sony PocketStation [Harmony]
- TRS-80 Model 4 [Robbbert]
- TRS-80 Model 4P [Robbbert]
Skeleton drivers:
-----------------
- Amiga 3000
- Amstrad PenPad PDA 600
- Cosmicos
- Epson HX20
- NeXT
- Robotron A7150
- SGI IP6 4D/PI workstation
Changes in 0.134:
New System Drivers Supported (in no particular order):
------------------------------------------------------
- 4004 Nixie Tube Clock [Miodrag Milanovic]
- Busicom 141-PF [Miodrag Milanovic]
- Mikron-2 [Miodrag Milanovic]
- Nintendo Game Boy Advance [R. Belmont, Harmony]
- Tandy 1000RL [Wilbert Pol]
- DECTalk DTC-01 [Lord Nightmare]
- Ensoniq ESQ-1 (not working) [R. Belmont]
- Game Park GP32 (not working) [R. Belmont]
- Game Park Holdings GP2X (not working) [R. Belmont]
Systems Promoted from GAME_NOT_WORKING:
---------------------------------------
- Elektor Junior [Manfred Schneider]
- Elwro 800 Junior [Mariusz Wojcieszek]
- Sharp X1 / X1 Turbo [Angelo Salese]
Skeleton drivers:
-----------------
- HC-88
- Cobra / Cobra 80K
- Kaypro 4/plus88
- Kaypro 4 4-84
- Tatung Einstein 256
|
|
|
|
Changes in version 2.28.2 are:
* Add license to reference documentation.
* Sent output of g_printerr to syslog.
* No error when can't unlock login keyring.
* Fix assertion when comparing attributes.
* Fix freeing of unallocated memory in test.
* Don't barf on certificates with unsupported algorithm.
* Fix some memory leaks.
|
|
|
|
Evolution-Data-Server 2.28.2 2009-12-14
---------------------------------------
Bug Fixes:
#394567 - Use correct FBTYPE values in GroupWise calendar backend
(Jari Urpalainen)
#574940 - Crash in message_info_to_db() (Milan Crha)
#593023 - Deleting an imported recurrent event will remain (Milan Crha)
#594502 - Some google calendar meetings don't show up (Milan Crha)
#598971 - Preserve selection in ENameSelectorEntry if possible
(Milan Crha)
#599671 - gtk_tree_view_column_get_cell_renderers() is deprecated
(Matthew Barnes)
#600449 - segfault in camel_msgport_destroy (Milan Crha)
#600573 - e-addressbook-factory aborts on ldap lookup (Milan Crha)
#602719 - Crash in ep_set_proxy with no proxy user or password
(Milan Crha)
#603437 - Fix few memory leaks (Milan Crha)
#603689 - Improper escaping of folder name (Lucian Langa)
Other Changes:
Use EAGAIN instead of ETIMEDOUT on Windows (Tor Lillqvist)
Don't use commas on the Requires line (Tor Lillqvist)
Fix a memory leak. (Wang Xin)
Fix a crash due to un initialized variable. (Srinivasa Ragavan)
Use SQLite's default cache size of 2000 pages in folders.db
(C de-Avillez)
Translations:
Ivar Smolin (et)
Lucian Grijincu (ro)
Leonid Kanter (ru)
|
|
|
|
Added timer label, minutes and seconds to restart detail message.
Fixed color setting bug involving null attr. Set 'no context' and 'no keyword' when appropriate. Make F1 (help) and F2 (calendar) act as toggles that also work when the entry bar is active. Add memoized hash for clip so that ^S will always save the current view to the clipboard.
Fixed attr = None bug in OL.htm.
Added icalendar to 'install_requires' in setup.py.
Fixed negative sign bug in date_calculator.
Added ~ to ` as triggers for leader.
Improved error handling for date calculator.
Added calc_days to both the gui and command line.
Added diff_days to calculate the difference in days between two dates. Bound to c in the gui.
Only process D, f, m an u in agenda and list views.
When displaying ids, restore the scroll position to its prior position.
Added max_width setting to class OL and wrapping to this width in reckoning reports. Removed depreciated 'extent' setting from rc.
Fixed bug in processing option for ending date (-e). Fixed bug in setting default colors for entry bar to black on black. Display c_position, d_position, k_level and itemize settings in reckoning title.
Cleaned up comments.
Use default colors from main screen for entry bar when inactive. Use separate settings when active.
Added separate print color settings to etmrc.
Allow setting a special color for the entry bar text.
Added filtering to agenda view.
Added support for setting background and font colors in the gui.
Fixed missing key error for repeating tasks without an 'o' in data.py.
Run check_rotating when self.today changes.
Fixed bug in process_entry involving appending to an undefined list.
Fixed bug in which open_project failed to set changed = True.
Removed broken support for remind style reminders. Fixed documentation to reflect this change.
Changed prompt for modifying and creating to reflect the action.
Alert queue display tweaks.
Various documentation tweaks. When alert queue is empty, state it instead of showing an empty queue.
Restored use of GenStaticText which had inadvertently been eliminated.
Made alert queue display more succent.
Make defaults for colors, fonts and window sizes different for mac and not mac.
Switched details bar to wx.lib.stattext.GenStaticText to avoid bgcolor problems in linux.
Fixed bug in checking the length of an undefined list in get_next.
Moved 'etm' from the title bar to the detail bar in the gui.
Strip entrybar text to avoid key errors. Fixed footer in console cur output.
Changed fault font specification that raised exception under windows.
Show confirmation when saving view to clipboard.
Various documentation tweaks.
Fixed bug in which a task without a due date would not be processed properly.
Store calendar_html output to self.html to allow printing.
Fixed bug in pre formatting.
Fixed bug in reckoning in which time_hash was not being reset. Added save view to clipboard.
More str() removals.
Removed str() constructs to avoid unicode problems in linux.
Removed advance formating requiring python 2.6.
Fixed bug in which starting and ending times would not be displayed for list-only events.
Added 'T' as an alternative to 't' in show to limit display to unfinished tasks.
Fixed locale for calendar and allow entry and display of unicode characters.
Fixed locale bug in calendar.
Fixed bug in marking the last rep of a list-only task complete.
Added wxwidth and wxheight to rc. Fixed bug in setting html column widths.
Background color tweaks for linux.
Changed binding for return in entry_bar to work in linux.
Use htmlfont setting from rc.
Removed locale stuff and added codecs as in wxremind.
Added font sizes to rc. Set self.data.today in etm_wx show_view.
|
|
|
|
evolution-data-server-2.28.2, evolution-exchange-2.28.2,
evolution-mapi-0.28.2 [GNOME 2.28], fbreader-0.12.1, fotoxx-9.0,
ghc-6.12.1, gnome-keyring-2.28.2, gtkhtml324-3.28.2, gupnp-igd-0.1.5
[needs gupnp-1.0 >= 0.13.2], gvfs-1.4.3, libgnomekbd-2.28.2,
libpciaccess-0.11.0, licq-1.3.8, mkvtoolnix-3.0.0, mousetweaks-2.28.2,
nautilus-2.28.3, orca-2.28.2, postgresql84-8.4.2, puzzles-8780,
scapy-2.1.0, xorg-util-macros-1.4.1.
|
|
|
|
Turtle serializing performance improvement by Chris Cannam
librdfa RDFa parser updates to fix empty datatype, xml:lang and 1-char
prefixes by Manu Sporny
Fix a crash when the GRDDL parser reported errors
Enable large file support for 32-bit systems
Several resilience improvements by Lauri Aalto
Other minor portability and bug fixes
Fixed reported issues: 0000306 0000307 0000310 and 0000312.
|
|
|
|
2009-11-21 Release 5.834
Gisle Aas (4):
Check for sane default_headers argument [RT#50393]
Add $ua->local_address attribute [RT#40912]
Test that generation of boundary works [RT#49396]
Page does not display the "standard" apache listing any more
Ville Skyttä (2):
Remove unneeded executable permissions.
Switch compression/decompression to use the IO::Compress/IO::Uncompress and
Compress::Raw::Zlib family of modules.
Slaven Rezic (1):
lwp-request should use stderr for auth [RT#21620]
|
|
|
|
1.92 Fri Dec 11 11:47:56 CST 2009
ack is now hosted at github: http://github.com/petdance/ack
[FIXES]
The --pager flag would not work. Now it does. Thanks Packy
Anderson.
File matching for Emacs work files that match #*# was wrong.
It was checking the entire path, not just the basename. This
is fixed. (http://github.com/petdance/ack/issues/closed/#issue/101)
Fixed URLs that pointed to old Google Code.
[ENHANCEMENTS]
Added Scala support. Thanks to Dan Sully.
Added .phtml as an extension for PHP.
Using -f or -g now return a proper error code. If files are
found, ack returns 0. If none are found, ack returns 1. This
is a change in the specification, but the code didn't match the
specfication anyway.
No man pages are created for any of the .pm files any more.
|
|
|
|
1.41 Fri 11 Dec 2009
- Fixes a performance bug reported by Apocalypse.
Single line double-quoted strings longer than 32,000ish characters
resulted in the regular expression engine crashing due to
excessive recursion. Changed to a different regex that will most
likely only crash after 32,000 ESCAPED characters. If I could use
negative look-behind assertions (I can't because I need 5.004)
this whole issue would be MUCH simpler to fix.
|
|
|
|
1.47 - December 8, 2009
- Made sure XML::RSS::save() can do its thing when in taint mode:
- http://rt.cpan.org/Public/Bug/Display.html?id=52334
|
|
|
|
|
|
2009-11-23 Gisle Aas <gisle@ActiveState.com>
Release 1.51
Fixup a test that was broken on Windows
2009-11-21 Gisle Aas <gisle@ActiveState.com>
Release 1.50
The main news in this release is the initial attempt at providing
support to IRIs. URI objects now support the 'as_iri' and 'ihost'
methods.
Gisle Aas (28):
Added more tests for setting IPv6 addresses using the host method
Document how the host methods deal with IPv6 addresses
A "test case" to start IDNA prototype from
Escape IDNA hostnames
Introduce the as_unicode method
Make as_unicode undo punycode for server URLs
An IRI class might be helpful (RFC 3987)
Must punycode each part of the domain name separately
Include initial private Punycode module
Get URI::_punycode working
punycode of plain ascii should not edit with "-"
Some more tests from RFC 3492
Add private URI::_idna module based on encodings/idna.py
Start using URI::_idna for encoding of URIs
Avoid various use of undef warnings
Fix test affected by IDNA
Keep reference to IDNA::Punycode in the URI::_punycode docs
Ensure upgraded strings as input
Update manifest with the new idna/punycode files
Rename as_unicde to as_iri
draft-duerst-iri-bis-07: The proposed RFC 3987 update
Load Encode when its used
Rename host_unicode as ihost
Add basic iri test
Hack to make as_iri turn A-labels into U-labels
Make as_iri leave escapes not forming valid UTF-8 sequences
Merge branch 'iri'
Don't include RFCs in the cpan tarball
Michael G. Schwern (3):
Fix != overloading to match ==
Note that mailto does not contain a host() and this is not a bug.
Strip brackets off IPv6 hosts [RT#34309]
|
|
|
|
1.20 -- Sat Dec 12 06:38:14 CST 2009
* Typo => s/timezome/timezone/ [yanick]
* RT#52387 Fix %s formating to use timelocal when no timezone is given
* RT#51664 fix str2time('16 Oct 09') to not give a negative result
|
|
|
|
2009-12-09 David E. Wheeler <david@justatheory.org>
* Release 3.11
Restored code to HTMLBatch that allows the TOC (index) to be created
in batch jobs (RT #52324 from Martin J. Evans).
Added resources to META.yml, including bug tracker, license, and
repository.
Turned man page links into links to man.he.net in Pod::Simple::HTML
and Pod::Simple::XHTML output. Subclass and override
resolve_man_page_link() to use a different URL.
Added the resolve_pod_page_link() and resolve_man_page_link() methods
to Pod::Simple::XHTML to make it easier for subclasses to change the
URLs created for POD and man page links.
Fixed the output of entities in L<> tags by Pod::Simple::XHTML.
Fixed the output of POD links from Pod::Simple::XHTML so that the
section part (/foo) is turned into a proper fragment identfier (#foo)
in the resulting search.cpan.org link.
Pod::Simple::Text now outputs URLs for links created in the
L<text|URL> format. For example, L<Perl|http://perl.org> is now
output as "Perl <http://perl.org>" rather than just as "Perl".
Updated perlpod.pod and perlpodspec.pod to sync up with Perl core
(and to be released in Perl 5.12). Changes include:
* Removing the prohibition against L<text|href>
* Deprecation of L<section> and L<"section">
* Legalization of "=begin formatname parameter"
A couple of bug fixes in Pod::Simple::HTML from Graham Barr.
Added the do_section() method to Pod::Simple::HTML. Graham Barr.
Word-smithed the "DESCRIPTION" a bit and wrote the README.
Synced up all module version numbers to 3.11 except for
Pod::Simple::HTMLLegacy, which is at 5.01 and should not have its
version number lowered.
2009-11-12 David E. Wheeler <david@justatheory.org>
* Release 3.11
Converted test files that had DOS endings to have Unix endings
(RT #50922 from Steve Hay).
Skip tests on VMS where the lack of filename case preservation can
wreak havoc (RT #51184 from Craig A. Berry).
Fix nested definition list format in the XHTML output
(RT #51187 from Lars Dɪᴇᴄᴋᴏᴡ).
Added some files missing from the MANIFEST (and therefore the
distribution) in the last two releases.
|