The following package has been upgraded in the Cygwin distribution:
* grep 3.8
GNU grep searches one or more input files for lines containing a match
to a specified pattern. By default, grep outputs the matching lines. The
GNU implementation includes several useful extensions over POSIX.
For mo
The following test packages have been uploaded to the Cygwin distribution:
* libreadline7 8.2
* libreadline-devel 8.2
The readline library will read a line from the terminal and return it,
allowing the user to edit the line with the standard emacs editing keys.
It allows the programm
Version 1.21.0-1 of jdupes has been uploaded.
jdupes is a program for finding and acting on duplicate files
On GitHub it is possible to find the changelog for the new release:
https://github.com/jbruchon/jdupes/releases
Federico
--
Problem reports: https://cygwin.com/problems.html
FAQ:
Greetings, Ken Brown!
> On 10/2/2022 1:16 AM, Hans Henrik Bergan wrote:
>> ... actually i forgot that the default fopen mode is "rb"
> [...]
>> changing the code to SplFileObject("bug.txt", "rb");
>> makes the code work
> I don't think you wrote what you meant. You're not saying that explicitly
Greetings, Hans Henrik Bergan!
> ... actually i forgot that the default fopen mode is "rb" ... anyhow, here
> is what's supposed to happen:
> $ touch bug.txt; chmod 0777 bug.txt; php -r '$o=new
> SplFileObject("bug.txt");var_dump($o->fwrite("test"));var_dump(error_get_last());'
> PHP Notice: SplF
>> $ magick test.heic test.jpg
>> $ mogrify -format jpg test.heic
>> Any ideas?
EITHER (a) your syntax might be faulty? Try:
$ convert test.heic test.jpg
OR (b) you need to install the two packages libheif-tool and libheif-devel into
your Cygwin platform;
and then try the same thing:
$ convert te
6 matches
Mail list logo