From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26092 invoked by alias); 3 Jun 2002 20:00:43 -0000 Mailing-List: contact sid-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-cvs-owner@sources.redhat.com Received: (qmail 25994 invoked by uid 447); 3 Jun 2002 20:00:39 -0000 Date: Mon, 03 Jun 2002 13:00:00 -0000 Message-ID: <20020603200039.25992.qmail@sources.redhat.com> From: jjohnstn@sources.redhat.com To: sid-cvs@sources.redhat.com Subject: src/sid/component/gloss ChangeLog gloss.cxx gl ... X-SW-Source: 2002-q2/txt/msg00011.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: jjohnstn@sources.redhat.com 2002-06-03 13:00:39 Modified files: sid/component/gloss: ChangeLog gloss.cxx gloss.h Log message: 2002-06-03 Jeff Johnston * gloss.cxx (gloss32::gloss32): Add "state-snapshot" attribute. Also Add new attribute "exit-code" which points to the exit code. Set initial value to 0. (gloss32::setup_fds): New method that sets up fds. (gloss32::reset): Code moved to setup_fds. New code is call to setup_fds(). Set initial exit code to 0. (gloss32::stream_state): New method to save state. (gloss32::destream_state): New method to restore state. (gloss32::do_sys_exit): Set exit_code with exit value. (operator <<, operator >>): New functions to stream/destream gloss32. * gloss.h (gloss32): Add setup_fds, stream_state, and destream_state prototypes as well as declaring operator << and operator >> friends. (gloss32::exit_code): New variable. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/gloss/ChangeLog.diff?cvsroot=src&r1=1.22&r2=1.23 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/gloss/gloss.cxx.diff?cvsroot=src&r1=1.16&r2=1.17 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/gloss/gloss.h.diff?cvsroot=src&r1=1.9&r2=1.10