Revision: 11650
          
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11650&view=rev
Author:   druzus
Date:     2009-07-06 22:18:53 +0000 (Mon, 06 Jul 2009)

Log Message:
-----------
2009-07-07 00:18 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
  * harbour/source/rtl/gttrm/gttrm.c
    ! do not catch SIGCHLD

  * harbour/include/hbapifs.h
  * harbour/source/rtl/hbproces.c
    + added C function: hb_fsProcessRun()

  * harbour/source/rtl/hbprocfn.c
    + added .prg function:
      hb_processRun( <cCommand>, [ <cStdIn> ], [ @<cStdOut> ], ;
                     [ @<cStdErr> ], [ <lDetach> ] ) -> <nResult>
      This function is implemented for all builds also in DOS ones where
      temporary files are used to simulate pipes.
      TODO: in OS2 builds it should be possible to implement this function
            without temporary files just like in *nixes and MS-Windows builds.
            I would like to ask OS2 users to make it.

Modified Paths:
--------------
    trunk/harbour/ChangeLog
    trunk/harbour/include/hbapifs.h
    trunk/harbour/source/rtl/gttrm/gttrm.c
    trunk/harbour/source/rtl/hbproces.c
    trunk/harbour/source/rtl/hbprocfn.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to