diff options
author | Tom Tromey <tromey@redhat.com> | 2001-07-04 18:33:53 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2001-07-04 18:33:53 +0000 |
commit | 72ea889aa5741088c055de3cf428c6d2ad895b29 (patch) | |
tree | be285726d9525aba995523a95cf2043841ae3839 /fastjar/ChangeLog | |
parent | 2b1b6bf903b908e98ea861317289a3c15e0bd0df (diff) | |
download | gcc-72ea889aa5741088c055de3cf428c6d2ad895b29.zip gcc-72ea889aa5741088c055de3cf428c6d2ad895b29.tar.gz gcc-72ea889aa5741088c055de3cf428c6d2ad895b29.tar.bz2 |
Modified from patch by Julian Hall <jules@acris.co.uk>:
* jartool.c (errno): Conditionally declare.
(O_BINARY): Conditionally define.
(main): Use open, not creat. Use O_BINARY everywhere.
(make_manifest): Use O_BINARY.
(add_to_jar): Likewise.
From-SVN: r43766
Diffstat (limited to 'fastjar/ChangeLog')
-rw-r--r-- | fastjar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fastjar/ChangeLog b/fastjar/ChangeLog index 8702928..d46ec26 100644 --- a/fastjar/ChangeLog +++ b/fastjar/ChangeLog @@ -1,3 +1,12 @@ +2001-07-04 Tom Tromey <tromey@redhat.com> + + Modified from patch by Julian Hall <jules@acris.co.uk>: + * jartool.c (errno): Conditionally declare. + (O_BINARY): Conditionally define. + (main): Use open, not creat. Use O_BINARY everywhere. + (make_manifest): Use O_BINARY. + (add_to_jar): Likewise. + 2001-06-28 Tom Tromey <tromey@redhat.com> * configure: Rebuilt. |