Updated: mintty 2.4.2

2016-07-27 Thread Thomas Wolff

I have uploaded mintty 2.4.2 with the following changes:

  * Revert change (#123) that spoiled wide character display (#570).
  * Changed bell to make sound by default (like xterm) (#568).

The homepage is at http://mintty.github.io/
It also links to the issue tracker.

--
Thomas


scite 3.6.6-1

2016-07-27 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* scite-3.6.6-1
* scintilla-win32-3.6.6-1

SciTE is a SCIntilla based Text Editor. Originally built to demonstrate 
Scintilla, it has grown to be a generally useful editor with facilities for 
building and running programs.

This is an update to the latest upstream release.

--
Yaakov


perl-Win32-GUI 1.13-1

2016-07-27 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* perl-Win32-GUI-1.13-1

Win32::GUI is a Win32-platform native graphical user interface toolkit for 
perl. Basically, it's an XS implementation of most of the functions found 
in user32.dll and gdi32.dll, with an object oriented perl interface and an 
event-based dialog model.

This is an update to the latest upstream release.

--
Yaakov


harfbuzz 1.2.7-1

2016-07-27 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* harfbuzz-1.2.7-1
* libharfbuzz0-1.2.7-1
* libharfbuzz-gobject0-1.2.7-1
* libharfbuzz-icu0-1.2.7-1
* libharfbuzz-devel-1.2.7-1
* libharfbuzz-gobject-devel-1.2.7-1
* libharfbuzz-icu-devel-1.2.7-1
* girepository-HarfBuzz0.0-1.2.7-1
* mingw64-i686-harfbuzz-1.2.7-1
* mingw64-i686-harfbuzz-icu-1.2.7-1
* mingw64-x86_64-harfbuzz-1.2.7-1
* mingw64-x86_64-harfbuzz-icu-1.2.7-1

HarfBuzz is an OpenType text shaping engine.

This is an update to the latest 1.2 release.  GObject bindings (primarily 
intended to be used via introspection) have been enabled in the native 
packages.

--
Yaakov


TEST RELEASE: Cygwin 2.6.0-0.3

2016-07-27 Thread Corinna Vinschen
Hi Cygwin developers and maintainers,
Hi everyone else,


I uploaded a new Cygwin test release 2.6.0-0.3.

Supposed to fix the problems reported in
https://cygwin.com/ml/cygwin/2016-07/msg00306.html and
https://cygwin.com/ml/cygwin/2016-07/msg00308.html.

===

For those building Cygwin from source, the new code is only available
in the topic/locales branch yet.

===

The 2.6.0 release is going to introducing the locale_t datatype, as well
as all functions related to locale_t locales and per-thread locales per
POSIX-1.2008.

So, rather than just providing a single, per-process locale, you can now
create new locales ("newlocale") and set it as locale for the current
thread ("uselocale") or use it directly with one of the new functions
taking a locale_t as parameter (i.e. isalpha_l).

The full list of new interfaces is:

  newlocale, freelocale, duplocale, uselocale

  isalnum_l, isalpha_l, isascii_l, isblank_l, iscntrl_l, isdigit_l,
  isgraph_l, islower_l, isprint_l, ispunct_l, isspace_l, isupper_l,
  iswalnum_l, iswalpha_l, iswblank_l, iswcntrl_l, iswctype_l,
  iswdigit_l, iswgraph_l, iswlower_l, iswprint_l, iswpunct_l,
  iswspace_l, iswupper_l, iswxdigit_l, isxdigit_l
  
  toascii_l, tolower_l, toupper_l, towctrans_l, towlower_l, towupper_l,
  wctrans_l, wctype_l

  strcasecmp_l, strcoll_l, strncasecmp_l, strxfrm_l

  wcscasecmp_l, wcscoll_l, wcstrncasecmp_l, wcstrxfrm_l

  strfmon_l, strftime_l

===

Since this is brand-new code, this code *will* have bugs.

It would be very helpful if interested developers and Cygwin package
maintainers could give this new stuff some good testing.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat


Updated: octave forge packages

2016-07-27 Thread Marco Atzeri

New versions of

octave-bsltl1.0.2-1
octave-generate_html0.1.12-1
octave-io   2.4.2-1

are available in the Cygwin distribution:

ADVISE
On cygwin none of the forge packages is autoloaded,
as some package could change substantially
the normal octave behaviour (eg "nan").

To load any package before usage run
 "pkg load "

see "help pkg" for details.

CHANGES
Latest upstream packages for octave 4.0.x

DESCRIPTION
The octave-forge project contains contributed functions
for GNU Octave which are not in the main distribution.

HOMEPAGE
http://octave.sourceforge.net

Full documentation and FAQ are available at:
http://octave.sourceforge.net/docs.html
http://octave.sourceforge.net/packages.php

Regards
Marco Atzeri

If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .