Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2002 05:31:23 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/sh jobs.c jobs.h
Message-ID:  <200205311231.g4VCVNA98160@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2002/05/31 05:31:23 PDT

  Modified files:
    bin/sh               jobs.c jobs.h 
  Log:
  Instead of keeping just the jobid of the most recently bg'd or fg'd job,
  keep a linked list of the jobs, most recently used first. This is required
  to support the idea of `previous job', and to allow the jobs fg and bg
  default to be correct according to POSIX.
  
  Revision  Changes    Path
  1.35      +84 -9     src/bin/sh/jobs.c
  1.14      +1 -0      src/bin/sh/jobs.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205311231.g4VCVNA98160>