Jan-Benedict Glaw | abdef8e | 2014-11-17 03:30:13 +0100 | [diff] [blame] | 1 | 2014-09-25 David Malcolm <dmalcolm@redhat.com> |
| 2 | |
| 3 | * choose-temp.c (choose_tmpdir): Remove now-redundant local |
| 4 | copy of prototype. |
| 5 | * functions.texi: Regenerate. |
| 6 | * make-temp-file.c (choose_tmpdir): Convert return type from |
| 7 | char * to const char * - given that this returns a pointer to |
| 8 | a memoized allocation, the caller must not touch it. |
| 9 | |
| 10 | 2014-09-24 David Malcolm <dmalcolm@redhat.com> |
| 11 | |
| 12 | * ChangeLog.jit: Add copyright footer. |
| 13 | |
| 14 | 2013-10-03 David Malcolm <dmalcolm@redhat.com> |
| 15 | |
| 16 | * configure.ac: If --enable-host-shared, use -fPIC. |
| 17 | * configure: Regenerate. |
| 18 | |
| 19 | Copyright (C) 2013-2014 Free Software Foundation, Inc. |
| 20 | |
| 21 | Copying and distribution of this file, with or without modification, |
| 22 | are permitted in any medium without royalty provided the copyright |
| 23 | notice and this notice are preserved. |