delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1999/03/30/09:10:23

Message-Id: <199903301409.IAA09201@darwin.sfbr.org>
Date: Tue, 30 Mar 1999 08:09:30 -0600 (CST)
From: Jeff Williams <jeffw AT darwin DOT sfbr DOT org>
Subject: tarchange.lst
To: djgpp AT delorie DOT com
MIME-Version: 1.0
X-Mailer: dtmail 1.2.0 CDE Version 1.2 SunOS 5.6 sun4m sparc
Reply-To: djgpp AT delorie DOT com

What is the purpose of the file `tarchange.lst'?  I sometimes find a
leftover, zero-length file by this name after working with djtar.
E.g., try `djtar --help'.  It appears from the sources (main of djtar.c
is the only place I find the string `tarchange') that tarchange is
supposed to contain ``changes'', but *what* changes?

TIA,
jtw

---from djtar.c---

  if (to_stdout)
  {
    setmode(fileno(stdout), O_TEXT);
    return 0;
  }
  else
  {
    change_file = fopen("tarchange.lst", "w");
    if (change_file != (FILE *)0)
    {
      dump_changes();
      fclose(change_file);
      return 0;
    }
    else
      return 1;
  }

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019