On Sat, 24 Jun 2017 19:21:57, Steven Penny wrote:
gcc-core, gcc-g++
==
- version: 5.4.0-1
- version: 6.3.0-1 [test]
- Jonathan Yong (JonY)
mingw64-x86_64-gcc-core, mingw64-x86_64-gcc-g++
===
- version: 5.4.0-3
- Jonathan Yong (JonY)
mi
On 08/09/2017 06:03 AM, Eric Blake wrote:
> On 08/09/2017 03:37 AM, Jannick wrote:
>
>> Which is a pretty much of a pain when there is no easy fallback solution
>> provided in case a major change is applied.
...
>> This is - to say the least - unpleasant in the light of what Cygwin claims
>> to be
Version 2.14.0-1 of Git has been uploaded and should be coming soon to a
mirror near you. This update includes the following packages:
- git
- git-cvs
- git-debuginfo
- git-email
- git-gui
- gitk
- git-p4
- git-svn
This is an update to the latest upstream release.
For a full list of the upstream
On 08/09/2017 03:37 AM, Jannick wrote:
> Which is a pretty much of a pain when there is no easy fallback solution
> provided in case a major change is applied. E.g. for sed - if I understand
> the reference to sed in https://cygwin.com/ml/cygwin/2017-08/msg00033.html
> correctly - a separate switc
Hi Roger,
On Wed, 9 Aug 2017 07:03:24 +, Roger Krebs wrote:
> I've added a BEGIN section at the beginning awk sript file setting the
record
> separator explicitly for the input file (RS) as well as for the output
file (ORS):
>
> BEGIN {
> RS="\r\n"
> ORS="\r\n"
> }
> {
>..
Hi,
I've added a BEGIN section at the beginning awk sript file setting the record
separator explicitly for the input file (RS) as well as for the output file
(ORS):
BEGIN {
RS="\r\n"
ORS="\r\n"
}
{
... your script
}
Especially the RS parameter wasn't necessary in the past bu
6 matches
Mail list logo