home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / sharutils-4.1-src.tgz / tar.out / fsf / sharutils / ChangeLog < prev    next >
Text File  |  1996-09-28  |  19KB  |  511 lines

  1. Sat Nov  5 15:57:17 1994  Francois Pinard  (pinard@icule)
  2.  
  3.     * Version 4.1.
  4.  
  5.     * Makefile.in (realclean): Also remove stamp-vti.
  6.     Reported by Eric Backus.
  7.  
  8.     * uudecode.c: Declare getpwnam.
  9.     Reported by Christopher Sawtell.
  10.  
  11.     * configure.in: Check is stat macros are dependable.
  12.     * system.h: Include <sys/stat.h> and define permission bits.
  13.     Conditionnaly define S_ISDIR and S_ISREG.
  14.     * shar.c: Use S_ISDIR and S_ISREG.
  15.     * uudecode.c, uuencode.c: Delete code now in "system.h".
  16.     Reported by Andy Seaborne.
  17.  
  18. Wed Nov  2 00:24:41 1994  Francois Pinard  (pinard@icule)
  19.  
  20.     * shar.c: Delete verbose_mode and -v, which was a poor choice for
  21.     meaning *no*-verbose.  Instead, introduce quiet_mode and
  22.     quiet_unshar_mode, driven by new options -q and -Q.
  23.     Reported by Christopher Sawtell.
  24.  
  25.     * uuencode.c: Normalize usage (), use EXIT_* symbols and error ().
  26.     * uudecode.c: Idem.  Also rename rval to exit_status.
  27.  
  28.     Some systems (DEC Alpha OSF 2.0) declares basename with a
  29.     non-const argument in <string.h>, so conflicting with "system.h".
  30.     * configure.in: Check for basename, replace it when not found.
  31.  
  32.     * configure.in: Check for const only after having found possible
  33.     ANSIfying compiler flags, this is of no use to check it before.
  34.  
  35.     * Makefile.in: Adjusted.
  36.     * system.h: Use a degenerated prototype when basename found.
  37.     Reported by Kaveh R. Ghazi and Nelson Beebe.
  38.  
  39. Tue Nov  1 23:11:26 1994  Francois Pinard  (pinard@icule)
  40.  
  41.     * uudecode.c, uuencode.c: Remove inclusion of <stdio.h> and
  42.     <sys/types.h>, already included from "system.h".
  43.     Reported by Christopher Sawtell.
  44.  
  45.     * configure.in: Check if closedir return void.  CLOSEDIR_VOID was
  46.     already tested in shar.c, but the symbol not configured.
  47.     Reported by Karl Vogel, Kaveh Ghazi and Michael Rendell.
  48.  
  49. Mon Oct 31 20:59:16 1994  Francois Pinard  (pinard@icule)
  50.  
  51.     * Makefile.in (BACKLOG): Goal deleted.  It was depending on files
  52.     which are not part of the distribution.
  53.  
  54.     * uudecode.c, uuencode.c: Declare program_name const char *, not
  55.     static char *.
  56.     Reported by Andy Seaborne, Eric Backus, Joseph E. Sacco, Karl
  57.     Vogel and Kaveh R. Ghazi.
  58.  
  59. Sun Oct 30 08:30:35 1994  Francois Pinard  (pinard@icule)
  60.  
  61.     * configure.in: Check for fchmod.
  62.     * uudecode.c: Use chmod if fchmod does not exist.
  63.     Reported by Andrew Walduck, Andrew B. Smith, Bill Campbell,
  64.     Christopher Sawtell, Donald Page, Elliott Pacetti and Robert J.C.
  65.     Kyanko.
  66.  
  67.     * configure.in: Check for memcpy and strchr.
  68.     * system.h: Rearrange how mem* and str* are used.
  69.     Reported by Kaveh R. Ghazi.
  70.  
  71.     * configure.in: When cross-compiling, do not check if characters
  72.     are unsigned, and let __CHAR_UNSIGNED__ undefined.  This is safe.
  73.     Reported by David MacKenzie.
  74.  
  75.     * system.h: Use #if rather than #ifdef to check __STDC__.
  76.  
  77.     * Makefile.in: Clean up, following the one in GNU m4.  I will not
  78.     detail all the changes here.
  79.     * configure.in: Likewise.  Also added --disable-uucode.
  80.  
  81.     * acconfig.h: Document PRODUCT and VERSION.
  82.     * version.c: Deleted.
  83.     * shar.h: Delete previous VERSION definition.
  84.     * shar.c, unshar.c, uudecode.c, uuencode.c: Use PRODUCT and VERSION.
  85.     * Makefile.in: Adjusted.
  86.  
  87.     * system.h: Renamed from shar.h.  All includers adjusted.
  88.     * alloca.c: New, from elsewhere.
  89.     * configure.in: Configure alloca.
  90.     * Makefile.in: Adjusted.
  91.  
  92.     * Makefile.in (BACKLOG): New.  Distribute file BACKLOG.
  93.  
  94.     * Makefile.in (TAGS): Distribute it.  Clean it in realclean.
  95.     Reported by Karl Berry.
  96.  
  97. Sun Oct  9 08:43:28 1994  Francois Pinard  (pinard@icule)
  98.  
  99.     * shar.h: Get rid of CONFIG_BROKETS.
  100.  
  101. Sat Sep 24 09:49:22 1994  Francois Pinard  (pinard@icule)
  102.  
  103.     * encode.c: New name for uushar.c.
  104.     * Makefile.in: Adjusted.
  105.  
  106. Fri Sep 23 08:20:10 1994  Francois Pinard  (pinard@icule)
  107.  
  108.     * uudecode.c: Include <sys/types.h> before <sys/stat.h>.
  109.     Reported by Andrew Walduck, Christopher Sawtell, Gregory Neil
  110.     Shapiro, Horst von Brand, Ian Jackson, Karl Berry, Kaveh R. Ghazi,
  111.     Ken Olstad, Meade Roberts, Nelson H. F. Beebe and Richard Segal.
  112.  
  113.     * Makefile.in: Handle uudecode and uuencode installation.
  114.     (man1dir, man1ext): Renamed from mandir and manext.
  115.     (libshutl.a): Renamed from libshar.a.
  116.     (check): New, from GNU uuencode-1.0's Makefile.in.
  117.     * testdata, uudecode.c, uudecode.1, uuencode.c, uuencode.1,
  118.     uuencode.5, version.c : New, from GNU uuencode-1.0.
  119.  
  120.     Rename the package from shar to sharutils:
  121.     * shar.h (VERSION): Define to "GNU sharutils M.N", instead of only
  122.     numbers, to account for the change in the name of the package.
  123.     * shar.c (generate_full_header, main): Adapt.
  124.     * unshar.c (main): Adapt.
  125.     * sharutils.texi: Renamed from shar.texinfo.
  126.     * Makefile.in: Adjust file names for documents.
  127.  
  128.     * shar.c (main): Initialize program_name from argv[0] without
  129.     basename'ing it.
  130.     * unshar.c (main): Idem.
  131.     Reported by Karl Berry.
  132.  
  133. Tue Sep 13 12:52:40 1994  Francois Pinard  (pinard@icule)
  134.  
  135.     * shar.c (generate_configure): Echo a message suggesting the
  136.     installation of GNU touch when no valid touch is found.
  137.  
  138. Thu Sep  8 21:33:43 1994  Francois Pinard  (pinard@icule)
  139.  
  140.     * configure.in: Use AC_FUNC_STRFTIME.
  141.  
  142. Tue Sep  6 12:08:49 1994  Francois Pinard  (pinard@icule)
  143.  
  144.     * Makefile.in (TAGS): Remove -t from etags call.
  145.  
  146. Fri Sep  2 14:19:09 1994  Francois Pinard  (pinard@icule)
  147.  
  148.     * whoami.c: Include <limits.h> prior to <sys/utsname.c>.
  149.     * configure.in: Check for <limits.h>.
  150.     Reported by Michael Rendell.
  151.  
  152. Thu Sep  1 19:28:36 1994  Francois Pinard  (pinard@icule)
  153.  
  154.     * Version 4.0.
  155.  
  156.     * shar.c: Replace optional_prefix_mode with mandatory_prefix_mode,
  157.     with inverted meaning.
  158.     (main): Delay setting the mode to after parameter decoding.
  159.     Initialize to -T instead of -M in vanilla mode, if not otherwise
  160.     set.  Diagnose any override.
  161.     Reported by Eric Backus.
  162.  
  163.     * Makefile.in (LIBOBJS): Cut the line differently, so \ will be
  164.     followed by something even if @LIBOBJS@ sustitutes to nothing.
  165.     Reported by Andy Seaborne and Dave Anglin.
  166.  
  167. Wed Aug 31 12:14:04 1994  Francois Pinard  (pinard@icule)
  168.  
  169.     * Makefile.in (distclean): Delete config.log.
  170.  
  171. Sun Aug 28 14:38:07 1994  Francois Pinard  (pinard@icule)
  172.  
  173.     * shar.c (main): Cast byte_is_binary to (char *) for memset's.
  174.     Reported by Joseph E. Sacco.
  175.  
  176. Fri Aug 26 16:23:58 1994  Francois Pinard  (pinard@icule)
  177.  
  178.     * unshar.c (matched_by): Initialize pattern_cursor and
  179.     result_cursor to NULL, for fails to be properly handled.
  180.     Reported by Joseph E. Sacco.
  181.  
  182.     * shar.c (shar): Give some value to input and remaining_size.
  183.     Reported by Joseph E. Sacco.
  184.  
  185. Thu Aug 25 14:52:28 1994  Francois Pinard  (pinard@icule)
  186.  
  187.     * shar.c (main): In vanilla mode (-V), defaults to text mode (-T)
  188.     instead of mixed mode (-M).
  189.     Reported by Eric Backus.
  190.  
  191.     * shar.c (generate_configure): New name for generate_touch_test.
  192.     When -X, configure a way for doing echo without newline, copying
  193.     the trick from Autoconf 2.0's AC_PROG_ECHO_N.  Do something simple
  194.     when in vanilla mode.
  195.     (shar): Do not use newlines with questions.  Rename shar_reply to
  196.     shar_skip, with meaning reversed, other little cleanups.
  197.  
  198.     * shar.c (generate_configure): Configure if /dev/tty exists,
  199.     copying the trick from older GNU tar configure.in.  Do not use
  200.     /dev/tty when in vanilla mode.
  201.     (shar):  Possibly use /dev/tty to read the user reply.  This
  202.     should help using unshar to read shars generated with -X.
  203.     Reported by Eric Backus.
  204.  
  205.     * configure.in: Replace mktime if missing.
  206.     * mktime.c: New, from elsewhere.
  207.     * Makefile.in: Distribute it.
  208.     Reported by Karl Vogel and Kaveh R. Ghazi.
  209.  
  210. Wed Aug 24 08:54:03 1994  Francois Pinard  (pinard@icule)
  211.  
  212.     * configure.in: Implement --with-dmalloc.
  213.     * acconfig.h: Document WITH_DMALLOC.
  214.     * shar.h: Add code for when WITH_DMALLOC.
  215.  
  216.     * shar.c (walktree): To know how to initialize restore_name, check
  217.     local_name_copy, not restore_name!
  218.     Reported by Andy Seaborne.
  219.  
  220. Tue Aug 23 20:13:38 1994  Francois Pinard  (pinard@icule)
  221.  
  222.     * shar.c (mode_string): Declare argument unsigned, instead of
  223.     unsigned short.  This eliminates warnings on some systems.
  224.     (shar): Cast masked st_mode to unsigned int, for matching format.
  225.     * unshar.c (main): Cast getpid to int, for matching format.
  226.  
  227.     * configure.in: Use `-g -O' instead of `-g' as CFLAGS default
  228.     value, when GNU C is being used.  Delay testing for presets.
  229.  
  230.     * Makefile.in (dist, shar): Correct for when a different build
  231.     directory.
  232.  
  233.     * configure.in: Replace strftime if missing, and study struct tm.
  234.     * strftime.c: New, from elsewhere.
  235.     * Makefile.in: Distribute it.
  236.     * shar.c (generate_full_header): Use it, instead of printing UTC.
  237.     Reported by Ulrich Drepper.
  238.  
  239.     * shar.c (walktree): Merge both versions, using NO_WALKTREE to
  240.     choose which heart to execute.  Remove length limitation on names.
  241.     Copy the received name, remove trailing slashes from the copy
  242.     before further processing, free the copy at end.  Trailing
  243.     backslashes were showing duplicated in the generated shar. Use
  244.     basename instead of explicit code.
  245.     (walkdown): Revised.  Remove length parameter on call.  Remove
  246.     length limitations on names.  Do not restore the string terminator
  247.     for error messages, since the original string is not altered anymore.
  248.     * xstrdup.c: New, from elsewhere.
  249.     * Makefile.in: Compile it, distribute it.
  250.     * shar.h: Declare xstrdup.  Also declare xrealloc.
  251.  
  252.     * shar.c, unshar.c: Remove register specifiers.
  253.  
  254.     * shar.c: Refresh for Autoconf 2.0 renamings about dirent.
  255.     Reported by Karl Vogel and Kaveh R. Ghazi.
  256.  
  257. Mon Aug 15 12:46:19 1994  Francois Pinard  (pinard@icule)
  258.  
  259.     Get rid of warnings in unshar.c about undeclared system functions.
  260.     * shar.h: Include <unistd.h> if we have it.
  261.     * shar.c: Don't.
  262.     Reported by Joseph E. Sacco.
  263.  
  264.     * shar.c (shar): Define file_type earlier, for error messages.
  265.     Reported by Andy Seaborne and Joseph E. Sacco.
  266.  
  267. Sat Aug 13 09:19:01 1994  Francois Pinard  (pinard@icule)
  268.  
  269.     * configure.in: Check for <sys/wait.h>.
  270.     * shar.h: Include <sys/wait.h> if we have it.
  271.  
  272.     * shar.c (mode_string): Renamed from mode_map.  Remove unused
  273.     code, `t' editing, and second argument.
  274.     (generate_one_header_line): Do not pass a second NULL argument to
  275.     mode_string.  Do not mask out bits which are untested anyway.
  276.  
  277. Fri Aug 12 09:57:07 1994  Francois Pinard  (pinard@icule)
  278.  
  279.     * shar.c (shar): Use `uudecode FILE < FILE' instead of just
  280.     `uudecode < FILE', for those uudecode unwilling to merely read
  281.     their standard input.  This will work only when -P is used.
  282.     Reported by Laurent Bourbeau.
  283.  
  284. Thu Aug 11 01:16:36 1994  Francois Pinard  (pinard@icule)
  285.  
  286.     * shar.c (shar): Add newlines to incomplete lines inside the
  287.     reading loop, instead of after it; because fgets should not alter
  288.     the buffer when it returns NULL.  Also remove useless similar
  289.     lines in code for switching files.
  290.     Reported by Eric Backus.
  291.  
  292. Wed Aug 10 14:12:42 1994  Francois Pinard  (pinard@icule)
  293.  
  294.     * shar.c (shar): Completely avoid sed, compress, gzip and uuencode
  295.     for empty files.  Just touch or empty files instead, while ensuring
  296.     restoration of access modes and time stamps, as usual.
  297.     Reported by Eric Backus.
  298.  
  299.     * shar.c (usage): Say that -M, not -T, is the default.
  300.     Reported by Eric Backus.
  301.  
  302.     * Makefile.in (prefix, exec_prefix): Get value from configure.
  303.     Reported by Eric Backus and Gordon Joly.
  304.  
  305.     * configure.in: Use a memset replacement as required.
  306.     * memset.c: New, from elsewhere.
  307.     * Makefile.in: Use it, distribute it.
  308.     Reported by Karl Vogel and Kaveh R. Ghazi.
  309.  
  310. Tue Aug  9 13:44:28 1994  Francois Pinard  (pinard@icule)
  311.  
  312.     * configure.in: Updated for Autoconf 2.0.
  313.     * Makefile.in (distclean): Remove config.cache.
  314.  
  315. Sat Jul 30 11:52:43 1994  Francois Pinard  (pinard@icule)
  316.  
  317.     * shar.c (generate_full_header): Use time_t instead of long.
  318.     Reported by David J. MacKenzie and Michael Rendell.
  319.  
  320. Fri Jul 29 08:53:32 1994  Francois Pinard  (pinard@icule)
  321.  
  322.     * shar.c (usage): Improve the wording, here and there.
  323.     Reported by Karl Berry.
  324.  
  325. Thu Jul 28 17:26:00 1994  Francois Pinard  (pinard@icule)
  326.  
  327.     * shar.c (shar): Capitalize `Saving...' messages, also use lower
  328.     case for file types.
  329.  
  330.     * unshar.c (unarchive_shar_file): Use `sh -s - -c' if pass_c_flag.
  331.     Bash as sh diagnosed a missing argument to -c with `sh -s -c'.
  332.  
  333.     * shar.c (shar): For mixed mode determination, look for special
  334.     characters in the input file, instead of calling `file' on the
  335.     input file and studying its output.
  336.     (main): Initialize the byte_is_binary table.
  337.     * configure.in: Find out if characters are signed or not.
  338.     Reported by Andrew A. Chernov and Jan Djarv.
  339.  
  340.     * shar.c (shar): Do not try completing an incomplete line with a
  341.     newline, if that incomplete line contains no character.  This case
  342.     occurs for an empty file, in particular.
  343.     Reported by Eric Backus and Jan Djarv.
  344.  
  345.     * shar.c (set_file_mode): New routine.  Use it at places where the
  346.     various file_mode variables were set.
  347.     (main): Allow for intermixing -M when -p.  Make -M the default.
  348.     Reported by Eric Backus and Karl Berry.
  349.  
  350. Thu Jul 21 21:04:12 1994  Francois Pinard  (pinard@icule)
  351.  
  352.     * Makefile.in (realclean): Do not remove stamp-h.in.
  353.     Reported by Karl Berry.
  354.  
  355. Tue Jul 19 09:58:03 1994  Francois Pinard  (pinard@icule)
  356.  
  357.     * Avoid declaring getpwuid with POSIX, as per GNU find 3.8.
  358.     Reported by Kaveh R. Ghazi.
  359.  
  360. Mon Jul 18 21:06:41 1994  Francois Pinard  (pinard@icule)
  361.  
  362.     * Makefile.in: Use $(binprefix).
  363.     Reported by Gordon Joly.
  364.  
  365. Sat Jul 16 09:28:47 1994  Francois Pinard  (pinard@icule)
  366.  
  367.     * shar.c: Change `shar' by `GNU shar' wherever the program
  368.     identifies itself.
  369.     * unshar.c: Change `unshar' by `GNU unshar' wherever the program
  370.     identifies itself.
  371.  
  372.     * shar.texinfo: New documentation.
  373.     * Makefile.in: Prepare and install GNU documentation.  This solves
  374.     a problem about exit status for an if with no else in install.
  375.     (install): Do not install man pages anymore, they are obsolete.
  376.     (install-man): New goal, for those who do want obsolete things.
  377.     Reported by Karl Berry.
  378.  
  379. Fri Jul 15 11:19:10 1994  Francois Pinard  (pinard@icule)
  380.  
  381.     * Version 3.52.3.
  382.  
  383.     * shar.c: Add -z and -Z options, change --compressed-files to
  384.     --compress and --gzipped-files to --gzip, also --uuencoded-files
  385.     to --uuencode for uniformity.  Have -C tell it will be deprecated.
  386.     Reported by Noah Friedman.
  387.  
  388.     * shar.c: Rename --normal-files to --text-files, --maybe-uuencoded
  389.     to --mixed-uuencode.
  390.  
  391.     * shar.c (main): Dynamically initialize output to stdout, instead
  392.     of statically.  GNU libc does not allow stdout as a constant.
  393.     Reported by Joseph E. Sacco.
  394.  
  395.     * shar.c (shar): Protect lines already starting with the sed
  396.     prefix, so `X' will be preserved at beginning of lines.
  397.     Reported by Eric Backus.
  398.  
  399. Thu Jul 14 10:14:44 1994  Francois Pinard  (pinard@icule)
  400.  
  401.     * Version 3.52.2.
  402.  
  403.     * shar.c, unshar.c: Install long options, --help and --version.
  404.  
  405.     * shar.c (walktree, walkdown): Use walker_t instead of explicit
  406.     functionnal argument, for easing ansi2knr's life.
  407.     Reported by Andy Seaborne, Karl Vogel and Thomas E. Dickey.
  408.  
  409. Wed Jul 13 15:23:55 1994  Francois Pinard  (pinard@icule)
  410.  
  411.     * basename.c: New, from elsewhere.
  412.     * shar.h: Declare basename.  Remove strrchr definition.
  413.     * Makefile.in: Adjusted.
  414.     * shar.c: Use basename instead of strrchr.
  415.  
  416.     * shar.c (shar): Correct a few things in the generated scripts...
  417.     Indent them the way configure scripts are.  Protect restored file
  418.     name with quotes when used with chown.  Limit shar work file names
  419.     to 12 characters beginning with `_shar' and ending with `.tmp'.
  420.     Have work shell variables begin with `shar_'.  For reading the
  421.     part number, use cat inside backticks instead of a parenthesized
  422.     subshell.  Avoid using the `true' program or script, use the `:'
  423.     shell construct instead.  Avoid using `test X -a Y', use `test X
  424.     && test Y' instead.
  425.  
  426. Tue Jul 12 00:07:14 1994  Francois Pinard  (pinard@icule)
  427.  
  428.     The following starts a general cleanup, which will slowly continue
  429.     as things evolve, without further entries in this ChangeLog.
  430.     * all: Make better use of const, static.  Remove unused variables,
  431.     rename all others.  Uniformize exit codes, error messages, etc.
  432.     * shar.h: Renamed from system.h.  Move in some common declarations
  433.     from other modules, add missing declarations.
  434.     * Makefile.in: Adjusted.
  435.  
  436.     * Makefile.in (dist-shar): New goal.  Since shar parts have to be
  437.     unshared in sequence, we can rely on the order in which files are
  438.     shar'ed to induce a good topological order in the timestamps at
  439.     the receiving site.  DISTFILES ordering is important from now on.
  440.     Reported by Thomas E. Dickey.
  441.  
  442.     * shar.c (setTOUCH): Ensure that touch does use the date, the
  443.     previous test was grepping standard error, it was doomed to fail.
  444.     Reported by Bill Aten and Thomas E. Dickey.
  445.  
  446.     * shar.c: Use the touch feature by default in generated shars, the
  447.     timestamps should be transmitted as far as possible.  Warn at
  448.     unshar time if a shar file needs touch, and if touch is found to
  449.     be unusable.  Try to avoid clashes when there are many unshar's
  450.     running in parallel.  This code is not completely solid, yet the
  451.     probability of a clash is far weaker than before.
  452.  
  453.     * Makefile.in (distclean): Remove stamp-h.
  454.     (realclean): Remove stamp-h.in.
  455.     Reported by Thomas E. Dickey.
  456.  
  457. Mon Jul 11 22:34:53 1994  Francois Pinard  (pinard@icule)
  458.  
  459.     * shar.c (shar): Consider a tilde at the beginning of a line as
  460.     special.  This avoids trouble when using an old version of mail to
  461.     send a shar file.
  462.     Reported by Karl Vogel.
  463.  
  464.     * system.h: Remove declaration of malloc and realloc, they are
  465.     unused.
  466.     Declare voidstar depending on __STDC__.
  467.     Check PROTOTYPES instead of __STDC__ for defining _().
  468.  
  469.     * shar.c: Declare xmalloc.  Use it instead of malloc.
  470.     Remove some useless code to report memory allocation errors.
  471.  
  472.     * Makefile.in (clean): Remove ansi2knr executable.
  473.     Reported by Karl Vogel.
  474.  
  475.     * Makefile.in (install): Do not try installing shar.info, it does
  476.     not exist yet.
  477.     Reported by Bill Aten, Karl Vogel and Thomas E. Dickey.
  478.  
  479.     * configure.in: Have CFLAGS and LDFLAGS substituted from the
  480.     environment.
  481.     Reported by Karl Vogel.
  482.  
  483.     * configure.in: Use special defines fo AIX and Minix.
  484.  
  485. Fri Jul  8 00:17:45 1994  Francois Pinard  (pinard@icule)
  486.  
  487.     * ansi2knr.1: New file, from elsewhere.
  488.     * Makefile.in (DISTFILES): Distribute it.
  489.  
  490.     * shar.c, unshar.c, uushar.c, who@where.c: Merge in successive
  491.     diffs from 3.49 towards 3.52, privately sent around 1990-10.
  492.     Reported by Richard H. Gumpertz.
  493.  
  494. Sun Jun  5 16:02:15 1994  Francois Pinard  (pinard@icule)
  495.  
  496.     * Version 3.52.1.
  497.  
  498.     * shar.c, unshar.c, uushar.c, who@where.c: From shar 3.49
  499.     distribution.  Remove various logs and group them into file
  500.     ChangeLog.shar.  Indent sources to GNU standards.  Modify as
  501.     needed for auto-configuration.  Replace perror() by error().
  502.     Replace both getwd() and getcwd() by xgetcwd().
  503.  
  504.     * unshar.c: Remove getopt functions, for GNU getopt is used
  505.     instead.
  506.  
  507.     * shar.c: Add -G and -gN for gzip compression.
  508.  
  509. This branch pops out of shar, version 3.49, as published on alt.sources
  510. on 1990-09-24.  For previous history, see ChangeLog.OLD.
  511.