aboutsummaryrefslogtreecommitdiff
path: root/fastjar
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-25 02:53:24 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-25 02:53:24 +0000
commit492aac15d7687e0827ff704bc0b2e7938b64b848 (patch)
tree2c918e265de04c195d18ee774dffc3e9057c94e9 /fastjar
parentf0073d177daf8072b64e3c0cb10002cc73725e12 (diff)
Cleaned up ChangeLog snafu
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-3_3-branch@61757 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fastjar')
-rw-r--r--fastjar/ChangeLog34
1 files changed, 0 insertions, 34 deletions
diff --git a/fastjar/ChangeLog b/fastjar/ChangeLog
index 8530a10667d..9a15f69dbdd 100644
--- a/fastjar/ChangeLog
+++ b/fastjar/ChangeLog
@@ -4,40 +4,6 @@
with a '\0' to guard against the case where the formatted
time string is more than the size allowed by the buffer.
-Patch:
--------------------------- 8< --------------------------
---- ChangeLog Mon Jan 20 23:27:56 2003
-+++ ChangeLog Mon Jan 20 23:31:42 2003
-@@ -1572,5 +1572,5 @@
- time_t tdate;
- struct tm *s_tm;
-- char ascii_date[30];
-+ char ascii_date[31];
- zipentry ze;
-
-@@ -1663,4 +1663,5 @@
- s_tm = localtime(&tdate);
- strftime(ascii_date, 30, "%a %b %d %H:%M:%S %Z %Y", s_tm);
-+ ascii_date[30] = '\0';
- }
-
-@@ -1782,4 +1783,5 @@
- s_tm = localtime(&tdate);
- strftime(ascii_date, 30, "%a %b %d %H:%M:%S %Z %Y", s_tm);
-+ ascii_date[30] = '\0';
- }
-
--------------------------- 8< --------------------------
-
-Sincerely Yours,
-Ranjit.
-
---
-Ranjit Mathew Email: rmathew AT hotmail DOT com
-Bangalore,
-INDIA. Web: http://ranjitmathew.tripod.com/
-
-
2002-12-30 DJ Delorie <dj@redhat.com>
* Makefile.am (jar.1, grepjar.1): Protect against