[Emc-developers] LOGOPEN change

2010-12-01 Thread Slavko Kocjancic
Hello... I was trying to change behaviour of (LOGOPEN, filename) feature to not truncate file when oppened (to add) As my knowledge with C is not good I can't manage to do in way I like and to be good for others too. My idea was to use (LOGOPEN, filename) as is and (LOGOPEN, filename, append)

Re: [Emc-developers] LOGOPEN change

2010-12-01 Thread Chris Radek
On Wed, Dec 01, 2010 at 12:49:52PM +0200, Slavko Kocjancic wrote: > Hello... > > I was trying to change behaviour of (LOGOPEN, filename) feature to not > truncate file when oppened (to add) > As my knowledge with C is not good I can't manage to do in way I like > and to be good for others too.

Re: [Emc-developers] LOGOPEN change

2010-12-01 Thread Slavko Kocjancic
S, Chris Radek piše: > On Wed, Dec 01, 2010 at 12:49:52PM +0200, Slavko Kocjancic wrote: >> Hello... >> >> I was trying to change behaviour of (LOGOPEN, filename) feature to not >> truncate file when oppened (to add) >> As my knowledge with C is not good I can't manage to do in way I like >> and t

Re: [Emc-developers] LOGOPEN change

2010-12-02 Thread Slavko Kocjancic
Ok.. I'm managed to add LOGAPPEND command to open log file for append (not to truncate it). Here are changes. The only english manual is updated. (net french) From f8ce650968df3599937f8187fca89fead20c967b Mon Sep 17 00:00:00 2001 From: slavko Date: Thu, 2 Dec 2010 10:47:01 +0100 Subject: [PATCH]

Re: [Emc-developers] LOGOPEN change

2010-12-02 Thread Chris Radek
On Thu, Dec 02, 2010 at 10:55:33AM +0100, Slavko Kocjancic wrote: > Ok.. > > I'm managed to add LOGAPPEND command to open log file for append (not to > truncate it). Here are changes. The only english manual is updated. (net > french) Thanks - excellent job making the patch - it was perfect. Th

Re: [Emc-developers] LOGOPEN change

2010-12-02 Thread Slavko Kocjancic
S, Chris Radek piše: > Thanks - excellent job making the patch - it was perfect. The only > thing I changed was your author name and email address. You can fix > those on your system with git config --global user.name and > user.email. > > I pushed your change to master. > > Chris > Thanks.

Re: [Emc-developers] LOGOPEN change

2010-12-03 Thread Kenneth Lerman
On 12/01/2010 05:49 AM, Slavko Kocjancic wrote: > Hello... > > I was trying to change behaviour of (LOGOPEN, filename) feature to not > truncate file when oppened (to add) > As my knowledge with C is not good I can't manage to do in way I like > and to be good for others too. > My idea was to use

Re: [Emc-developers] LOGOPEN change

2010-12-04 Thread Slavko Kocjancic
you didn't read the thread! They are already solved as LOGAPPEND command. 2010/12/3 Kenneth Lerman > On 12/01/2010 05:49 AM, Slavko Kocjancic wrote: > > Hello... > > > > I was trying to change behaviour of (LOGOPEN, filename) feature to not > > truncate file when oppened (to add) > > As my kno