2015-07-01: Fixed a bug in the complex version of Vec.ssqr_diff.
Thanks to Akinori Abe for the patch!
2015-06-30: Fixed Oasis-related linking problem (again).
Really annoying, but Oasis still generates code that prevents
proper linking.
2015-06-29: Improved portability to some Linux-platforms.
Thanks to Akinori Abe for the patch!
2015-06-03: Fixed Oasis-related linking problem (again).
2015-05-31: Fixed several offset calculation bugs for certain default
argument combinations.
Thanks to Chris Hardin <chardin@janestreet.com> for the first
patch!
2015-03-16: Added support for the general Schur factorization for both real
and complex numbers:
* gees
Thanks to Florent Hoareau <h.florent@gmail.com> for this
contribution!
2014-10-22: Fixed string handling for new OCaml version 4.02 (String/Bytes
modules). Requires new findlib version (>= 1.5).
PR: 199226
Submitted by: tkato432@yahoo.com
more fragile towards the next upgrades. While it also does hide the moment
of the next version update, we should generally try keeping ports fetchable
at all times (and thus more robust).
This also reverts freefall login expansion in Makefile header: despite its
sanity and merit, it incidentally clashes with one of the PHB "rules" that
had recently plagued the Handbook. Correct fix would be to fix the latter,
but for now this particular issue is causing too much drama on the lists.
Requested by: mat
- Remove upstreamed patches
Changelog:
General compilation fixes.
Compilation fixes for libav.
Minor fixes for BSD compilation.
Minor fix for initialisation of "alien_overlay" effect.
Fix image file previews within File Open dialog (regression).
ChangeLog:
- Change default behavior of client-side GUI event handlers:
By default, events are now passed to handlers on parent DOM nodes as well,
just like in normal JavaScript.
Call [preventDefault] or [stopPropagation] to tweak that behavior.
WARNING: This change may break backward compatibility!
- URIs specified with 'file' .urp directive are implicitly allowed to be referenced.
- New HTML tags: <fieldset>, <legend>
- New urweb-mode Emacs command: 'urweb-close-matching-tag'
- Bug fixes
PR: 202263
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
- Add PACKAGE_VERSION variable to MAKE_ENV, which defines version of
package instead of build date
Changes: 69990a2...3a6be83
PR: 202009
Submitted by: lightside <lightside@gmx.com> (maintainer)
- Use LDFLAGS for -L/foo
- Sort plist to avoid noise on the next update
- Drop redundant slash in MASTER_SITES
- Clarify LICENSE
PR: 201843
Submitted by: tkato432@yahoo.com
- s6-svscan-log/run.sample: Switch deprecated -t option to log script flag t
- rc.d/s6: Send SIGHUP to catch-all logger instead of SIGKILL
- s6-notifywhenup is deprecated, see UPDATING@20150815
- Group DOCS and OPTIONS_DEFINE=DOCS
Changes: http://skarnet.org/software/s6/upgrade.html
PR: 201925
Submitted by: Colin Booth <colin@heliocat.net> (maintainer)