diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-27 23:09:37 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-27 23:09:37 +0000 |
commit | 1ac93b7be19f7c60637c7fcbad04e2e5ef16fbaf (patch) | |
tree | 47ab41cf167939df2b8beca6f770bb1b78324474 /fastjar/ChangeLog | |
parent | 00f41fc3f8f5a04011937c29d5f6b86fa83516c1 (diff) | |
download | gcc-1ac93b7be19f7c60637c7fcbad04e2e5ef16fbaf.tar.gz |
* jartool.c (jarfile): Remove length limitation.
(main): Use jt_strdup when initializing jarfile.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45217 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fastjar/ChangeLog')
-rw-r--r-- | fastjar/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fastjar/ChangeLog b/fastjar/ChangeLog index d46ec26c14f..684a0f2948e 100644 --- a/fastjar/ChangeLog +++ b/fastjar/ChangeLog @@ -1,3 +1,8 @@ +2001-08-27 Tom Tromey <tromey@redhat.com> + + * jartool.c (jarfile): Remove length limitation. + (main): Use jt_strdup when initializing jarfile. + 2001-07-04 Tom Tromey <tromey@redhat.com> Modified from patch by Julian Hall <jules@acris.co.uk>: |