[Commit] nickle ChangeLog, 1.138, 1.139 Makefile.am, 1.65, 1.66 process.5c, NONE, 1.1

Bart Massey commit at keithp.com
Sun Nov 20 00:49:35 PST 2005


Committed by: bart

Update of /local/src/CVS/nickle
In directory home.keithp.com:/tmp/cvs-serv21039

Modified Files:
	ChangeLog Makefile.am 
Added Files:
	process.5c 
Log Message:
2005-11-20  Bart Massey <bart at cs.pdx.edu>

        * process.5c:
	New code to handle process creation provides system(),
	popen(), and run_process().
	


Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/nickle/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -d -r1.138 -r1.139
--- ChangeLog	27 Oct 2005 06:31:06 -0000	1.138
+++ ChangeLog	20 Nov 2005 08:49:33 -0000	1.139
@@ -1,3 +1,9 @@
+2005-11-20  Bart Massey <bart at cs.pdx.edu>
+
+        * process.5c:
+	New code to handle process creation provides system(),
+	popen(), and run_process().
+	
 2005-10-26  Bart Massey <bart at cs.pdx.edu>
 
         * parse-args.5c:

Index: Makefile.am
===================================================================
RCS file: /local/src/CVS/nickle/Makefile.am,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- Makefile.am	2 Oct 2005 18:30:19 -0000	1.65
+++ Makefile.am	20 Nov 2005 08:49:33 -0000	1.66
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-## Copyright © 1988-2004 Keith Packard and Bart Massey.
+## Copyright © 1988-2005 Keith Packard and Bart Massey.
 ## All Rights Reserved.  See the file COPYING in this directory
 ## for licensing information.
 
@@ -12,7 +12,7 @@
 NICKLEFILES = builtin.5c math.5c scanf.5c mutex.5c \
 	arc4.5c prng.5c command.5c abort.5c \
         printf.5c history.5c ctype.5c string.5c socket.5c \
-	file.5c parse-args.5c svg.5c
+	file.5c parse-args.5c svg.5c process.5c
 
 DEBIAN = debian/nickle.install debian/changelog debian/compat \
 	 debian/control debian/copyright debian/rules debian/lintian.override

--- NEW FILE: process.5c ---
(This appears to be a binary file; contents omitted.)



More information about the Commit mailing list