Commit graph

6 commits

Author SHA1 Message Date
wiz
05be0690cc Update to 1.0pre25, provided by Quentin Garnier in PR 20776.
Changes: hm, good question. More stuff converted to C code, I guess.
libftp removed.
2003-06-17 08:18:37 +00:00
jonb
696793a797 Update arch to version 1.0pre16. This fixes several problems:
1) Don't bother with GNU patch, now that our patch can handle
   our diff output for files that don't have newlines at the end.

2) There was a bug in the older versions of arch that could corrupt
   the archive libraries (think CVS repository corruption)

3) lots of other fixes that are scattered in Changelog files
   all over the place and mixed in with administrivial details.
   (Otherwise I would have listed them here...)

Now off to find a PR or two to close since we are in a freeze.
2002-07-24 22:59:28 +00:00
jonb
3107edfe3a Update to 1.0pre9, fix MASTER_SITES to use archive directory, so the next
update does not break the fetch.  Improve the method used to insert GNU
patch into the installed package.  Update fixes include:

* A set of changes to support "mawk".

  If "awk" is "mawk", certain Posix regexps that were used by
  arch aren't handled, causing commands to fail.  These have
  been replaced with regexps that all awks should understand.
  (Patch from Jan Harkes.)

* LC_ (locale) environment variables are now set more carefully.
  (Reported by Federico Di Gregorio.)

* A new command, `make-sync-tree' has been added.
  See "http://www.regexps.com/src/docs.d/arch/html/sync.html".

* The "Standard-date:" field in log messages is now GMT
  and includes the time-of-day.
  (Suggested by Daniele Nicolodi.)

* Remaining (reported) Solaris portability problems fixed.
  (Patches from Jonathan Geisler.)

* CDPATH is unset in `larch'

  If CDPATH is set, with some shells, `cd' produces unwanted
  output.  Therefore, `larch' unsets CDPATH. (Reported by
  John Ellson, diagnosed by Lele Gaifax.)

* Various minor bug fixes.  Among these are the configuration
  system changes requested by people who have tried building
  on cygwin, though I'm certain there's much more to be done
  before arch actually works on cygwin.

* Naming Conventions Tweaked
  Source files can now begin with "_" and must not end with ".a" or
  ".o".  The names "CVS.adm", "SCCS", and "RCSLOG" have been added to
  the list of "not a source file".  (reported by several people).

  Someone asked to also exclude some compiler intermediate
  files, such as "y.tab.c" -- I've not done that because it
  is common practice to distribute such files with programs
  to make bootstrapping easier.


* user id syntax liberalized

  "_" is now permitted in the unique id part of a user id.  This is
  really a partial fix -- `valid-id' should agree precisely with
  various standards on what is a legal email address and domain
  name, but the more extensive fix is being postponed until a
  more complete review of all of the naming convention functions
  takes place.  (Reported by don_dayley.)

* valid-log-file error message clarified

   In response to user confusion, `valid-log-file' now reports
   errors like:

        missing (or empty) "Summary:" header

   instead of just


        missing "Summary:" header

   (Reported by several people.)


* bugs in the hackerlab "tests/arrays-tests" and "tests/fs-tests" have
  been fixed (Reported and patched by Matthias Neeracher).

* an awk syntax error in `log-header-field' has been fixed
  (Reported and patch by Jan Harkes.)

* You can now use an alternative shell for configuration

  "config.status" files now start with "#!" lines and the
  "src/build-tools/scripts" configuration scripts use an
  explicitly chosen shell to call each other.  The top-level
  configure script now accepts a "--config-shell SHELL" option.

  This is a small step towards cygwin portability, and eases
  some of the portability constraints on "configure" for systems
  where "/bin/sh" is not quite posix.

  (Reported by Jason Diamond and others.)

* added a --pull option to push-mirror

  The new option speeds up the case of pushing from a remote archive
  to a local mirror.

* avoid dirent portability problems

  Some portability problems in libhackerlab's use of dirent have been
  fixed.  (Reported by several people.)

* `star-merge --finish' was broken.
  Now it isn't.

* `prepare-branch': bug fix from geisler

* `reconcile': bug fix from geisler

* `whats-missing': bug fix from geisler
2002-02-21 03:02:33 +00:00
jonb
45609c69bd Make this package use GNU patch so it doesn't barf all over the place. 2002-02-14 17:56:05 +00:00
jonb
cb6a57fde1 Add some documentation that I forgot last time. 8^( 2002-02-07 23:51:58 +00:00
jonb
edaa4bc921 The Arch revision control system. Many thanks to Amitai Schlair
<schmonz@schmonz.com> who did this in parallel to my efforts, faster
and slightly cleaner.  Thanks also to Tom Lord for timely help
yesterday and the actual fix for an alignment problem on the SPARC
platform.  (Which is already rolled into the distribution file.)
2002-02-07 19:09:36 +00:00