Hi Cyril,

I had to revert this version of ltp-pan.c to an earlier pan.c revision
1.32 as the present ltp-pan.c was creating problems in lot of my
architecture(s). It simply hangs and does not move forward. I had to do
this immediate revert for the release. Please rebase your fixes (if any)
against the present checked in code.

Regards--
Subrata

-------- Forwarded Message --------
From: Subrata <[email protected]>
To: [email protected]
Subject: [Ltp-cvs] ltp/pan ltp-pan.c,1.1,1.2
Date: Mon, 01 Jun 2009 10:25:51 +0000

Update of /cvsroot/ltp/ltp/pan
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14486/ltp/pan

Modified Files:
        ltp-pan.c 
Log Message:
Reverting ltp-pan.c to 
http://ltp.cvs.sourceforge.net/viewvc/*checkout*/ltp/ltp/pan/pan.c?revision=1.32,
 as the existing one was not running and was hung at runtime. Signed-off-by: 
Subrata Modak <[email protected]>.


Index: ltp-pan.c
===================================================================
RCS file: /cvsroot/ltp/ltp/pan/ltp-pan.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ltp-pan.c   19 May 2009 09:39:11 -0000      1.1
--- ltp-pan.c   1 Jun 2009 10:25:49 -0000       1.2
***************
*** 63,67 ****
  #include <limits.h>
  #include <sys/utsname.h>
- #include <unistd.h>
  
  #include "splitstr.h"
--- 63,66 ----
***************
*** 71,103 ****
  struct coll_entry
  {
[...2480 lines suppressed...]
!     if( sig == 0 ){
!       lastsent = 0;
!     } else {
        rec_signal = sig;
!       if( sig == SIGUSR2 )
!           return;
!       if( lastsent == 0 )
!           send_signal = sig;
!       else if( lastsent == SIGUSR1 )
!           send_signal = SIGINT;
!       else if( lastsent == sig )
!           send_signal = SIGTERM;
!       else if( lastsent == SIGTERM )
!           send_signal = SIGHUP;
!       else if( lastsent == SIGHUP )
!           send_signal = SIGKILL;
        lastsent = send_signal;
+     }
  }
+ 


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Ltp-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-cvs


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to