annotate zlib/ChangeLog.jit @ 144:8f4e72ab4e11

fix segmentation fault caused by nothing next cur_op to end
author Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Sun, 23 Dec 2018 21:23:56 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 2014-09-24 David Malcolm <dmalcolm@redhat.com>
kono
parents:
diff changeset
2
kono
parents:
diff changeset
3 * ChangeLog.jit: Add copyright footer.
kono
parents:
diff changeset
4
kono
parents:
diff changeset
5 2013-10-07 David Malcolm <dmalcolm@redhat.com>
kono
parents:
diff changeset
6
kono
parents:
diff changeset
7 * Makefile.am: Add PICFLAG to libz_a_CFLAGS.
kono
parents:
diff changeset
8 * configure.ac (--enable-host-shared): Set up PICFLAG rather
kono
parents:
diff changeset
9 than attempting to append -fPIC to CFLAGS.
kono
parents:
diff changeset
10 * Makefile.in: Regenerate.
kono
parents:
diff changeset
11 * configure: Regenerate.
kono
parents:
diff changeset
12
kono
parents:
diff changeset
13 2013-10-03 David Malcolm <dmalcolm@redhat.com>
kono
parents:
diff changeset
14
kono
parents:
diff changeset
15 * configure.ac: Add --enable-host-shared.
kono
parents:
diff changeset
16 * configure: Regenerate.
kono
parents:
diff changeset
17
kono
parents:
diff changeset
18 Copyright (C) 2013-2014 Free Software Foundation, Inc.
kono
parents:
diff changeset
19
kono
parents:
diff changeset
20 Copying and distribution of this file, with or without modification,
kono
parents:
diff changeset
21 are permitted in any medium without royalty provided the copyright
kono
parents:
diff changeset
22 notice and this notice are preserved.