mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
Replace FSF snail mail address with URL in miscellaneous files.
This commit is contained in:
parent
57e128f551
commit
c524201ab0
13
ChangeLog
13
ChangeLog
@ -1,5 +1,18 @@
|
|||||||
2012-03-09 Paul Eggert <eggert@cs.ucla.edu>
|
2012-03-09 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
[BZ #13673]
|
||||||
|
* posix/bug-regex33.c: Replace FSF snail mail address with URL.
|
||||||
|
* stdio-common/bug-vfprintf-nargs.c: Likewise.
|
||||||
|
* sysdeps/i386/crti.S: Likewise.
|
||||||
|
* sysdeps/i386/crtn.S: Likewise.
|
||||||
|
* sysdeps/powerpc/powerpc32/crti.S: Likewise.
|
||||||
|
* sysdeps/powerpc/powerpc32/crtn.S: Likewise.
|
||||||
|
* sysdeps/powerpc/powerpc64/crti.S: Likewise.
|
||||||
|
* sysdeps/powerpc/powerpc64/crtn.S: Likewise.
|
||||||
|
* sysdeps/sh/crti.S: Likewise.
|
||||||
|
* sysdeps/sh/crtn.S: Likewise.
|
||||||
|
* sysdeps/x86_64/fpu/e_expf.S: Likewise.
|
||||||
|
|
||||||
[BZ #13673]
|
[BZ #13673]
|
||||||
* locale/programs/charmap-kw.gperf: Replace FSF snail mail address
|
* locale/programs/charmap-kw.gperf: Replace FSF snail mail address
|
||||||
with URL.
|
with URL.
|
||||||
|
4
NEWS
4
NEWS
@ -13,8 +13,8 @@ Version 2.16
|
|||||||
5077, 5461, 5805, 5993, 6884, 6907, 6911, 9739, 9902, 10110, 10135, 10140,
|
5077, 5461, 5805, 5993, 6884, 6907, 6911, 9739, 9902, 10110, 10135, 10140,
|
||||||
10210, 10545, 10716, 11174, 11322, 11365, 11494, 12047, 13058, 13525,
|
10210, 10545, 10716, 11174, 11322, 11365, 11494, 12047, 13058, 13525,
|
||||||
13526, 13527, 13528, 13529, 13530, 13531, 13532, 13533, 13547, 13551,
|
13526, 13527, 13528, 13529, 13530, 13531, 13532, 13533, 13547, 13551,
|
||||||
13552, 13553, 13555, 13559, 13583, 13618, 13637, 13656, 13695, 13704,
|
13552, 13553, 13555, 13559, 13583, 13618, 13637, 13656, 13673, 13695,
|
||||||
13706, 13726, 13738, 13786, 13792, 13806
|
13704, 13706, 13726, 13738, 13786, 13792, 13806
|
||||||
|
|
||||||
* ISO C11 support:
|
* ISO C11 support:
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2012-03-09 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
[BZ #13673]
|
||||||
|
* pt-crti.S: Replace FSF snail mail address with URL.
|
||||||
|
|
||||||
2012-03-09 Joseph Myers <joseph@codesourcery.com>
|
2012-03-09 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/pthread/pthread.h (__need_clockid_t, __need_timespec):
|
* sysdeps/pthread/pthread.h (__need_clockid_t, __need_timespec):
|
||||||
|
@ -30,9 +30,8 @@
|
|||||||
Lesser General Public License for more details.
|
Lesser General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
You should have received a copy of the GNU Lesser General Public
|
||||||
License along with the GNU C Library; if not, write to the Free
|
License along with the GNU C Library; if not, see
|
||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
<http://www.gnu.org/licenses/>. */
|
||||||
02111-1307 USA. */
|
|
||||||
|
|
||||||
/* Arrange for __pthread_initialize_minimal_internal to be called at
|
/* Arrange for __pthread_initialize_minimal_internal to be called at
|
||||||
libpthread startup, instead of conditionally calling
|
libpthread startup, instead of conditionally calling
|
||||||
|
@ -14,9 +14,8 @@
|
|||||||
Lesser General Public License for more details.
|
Lesser General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
You should have received a copy of the GNU Lesser General Public
|
||||||
License along with the GNU C Library; if not, write to the Free
|
License along with the GNU C Library; if not, see
|
||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
<http://www.gnu.org/licenses/>. */
|
||||||
02111-1307 USA. */
|
|
||||||
|
|
||||||
#define _GNU_SOURCE 1
|
#define _GNU_SOURCE 1
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
|
@ -14,9 +14,8 @@
|
|||||||
Lesser General Public License for more details.
|
Lesser General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
You should have received a copy of the GNU Lesser General Public
|
||||||
License along with the GNU C Library; if not, write to the Free
|
License along with the GNU C Library; if not, see
|
||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
<http://www.gnu.org/licenses/>. */
|
||||||
02111-1307 USA. */
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -30,9 +30,8 @@
|
|||||||
Lesser General Public License for more details.
|
Lesser General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
You should have received a copy of the GNU Lesser General Public
|
||||||
License along with the GNU C Library; if not, write to the Free
|
License along with the GNU C Library; if not, see
|
||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
<http://www.gnu.org/licenses/>. */
|
||||||
02111-1307 USA. */
|
|
||||||
|
|
||||||
/* crti.S puts a function prologue at the beginning of the .init and
|
/* crti.S puts a function prologue at the beginning of the .init and
|
||||||
.fini sections and defines global symbols for those addresses, so
|
.fini sections and defines global symbols for those addresses, so
|
||||||
|
@ -30,9 +30,8 @@
|
|||||||
Lesser General Public License for more details.
|
Lesser General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
You should have received a copy of the GNU Lesser General Public
|
||||||
License along with the GNU C Library; if not, write to the Free
|
License along with the GNU C Library; if not, see
|
||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
<http://www.gnu.org/licenses/>. */
|
||||||
02111-1307 USA. */
|
|
||||||
|
|
||||||
/* crtn.S puts function epilogues in the .init and .fini sections
|
/* crtn.S puts function epilogues in the .init and .fini sections
|
||||||
corresponding to the prologues in crti.S. */
|
corresponding to the prologues in crti.S. */
|
||||||
|
@ -30,9 +30,8 @@
|
|||||||
Lesser General Public License for more details.
|
Lesser General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
You should have received a copy of the GNU Lesser General Public
|
||||||
License along with the GNU C Library; if not, write to the Free
|
License along with the GNU C Library; if not, see
|
||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
<http://www.gnu.org/licenses/>. */
|
||||||
02111-1307 USA. */
|
|
||||||
|
|
||||||
/* crti.S puts a function prologue at the beginning of the .init and
|
/* crti.S puts a function prologue at the beginning of the .init and
|
||||||
.fini sections and defines global symbols for those addresses, so
|
.fini sections and defines global symbols for those addresses, so
|
||||||
|
@ -30,9 +30,8 @@
|
|||||||
Lesser General Public License for more details.
|
Lesser General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
You should have received a copy of the GNU Lesser General Public
|
||||||
License along with the GNU C Library; if not, write to the Free
|
License along with the GNU C Library; if not, see
|
||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
<http://www.gnu.org/licenses/>. */
|
||||||
02111-1307 USA. */
|
|
||||||
|
|
||||||
/* crtn.S puts function epilogues in the .init and .fini sections
|
/* crtn.S puts function epilogues in the .init and .fini sections
|
||||||
corresponding to the prologues in crti.S. */
|
corresponding to the prologues in crti.S. */
|
||||||
|
@ -30,9 +30,8 @@
|
|||||||
Lesser General Public License for more details.
|
Lesser General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
You should have received a copy of the GNU Lesser General Public
|
||||||
License along with the GNU C Library; if not, write to the Free
|
License along with the GNU C Library; if not, see
|
||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
<http://www.gnu.org/licenses/>. */
|
||||||
02111-1307 USA. */
|
|
||||||
|
|
||||||
/* crti.S puts a function prologue at the beginning of the .init and
|
/* crti.S puts a function prologue at the beginning of the .init and
|
||||||
.fini sections and defines global symbols for those addresses, so
|
.fini sections and defines global symbols for those addresses, so
|
||||||
|
@ -30,9 +30,8 @@
|
|||||||
Lesser General Public License for more details.
|
Lesser General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
You should have received a copy of the GNU Lesser General Public
|
||||||
License along with the GNU C Library; if not, write to the Free
|
License along with the GNU C Library; if not, see
|
||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
<http://www.gnu.org/licenses/>. */
|
||||||
02111-1307 USA. */
|
|
||||||
|
|
||||||
/* crtn.S puts function epilogues in the .init and .fini sections
|
/* crtn.S puts function epilogues in the .init and .fini sections
|
||||||
corresponding to the prologues in crti.S. */
|
corresponding to the prologues in crti.S. */
|
||||||
|
@ -30,9 +30,8 @@
|
|||||||
Lesser General Public License for more details.
|
Lesser General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
You should have received a copy of the GNU Lesser General Public
|
||||||
License along with the GNU C Library; if not, write to the Free
|
License along with the GNU C Library; if not, see
|
||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
<http://www.gnu.org/licenses/>. */
|
||||||
02111-1307 USA. */
|
|
||||||
|
|
||||||
/* crti.S puts a function prologue at the beginning of the .init and
|
/* crti.S puts a function prologue at the beginning of the .init and
|
||||||
.fini sections and defines global symbols for those addresses, so
|
.fini sections and defines global symbols for those addresses, so
|
||||||
|
@ -30,9 +30,8 @@
|
|||||||
Lesser General Public License for more details.
|
Lesser General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
You should have received a copy of the GNU Lesser General Public
|
||||||
License along with the GNU C Library; if not, write to the Free
|
License along with the GNU C Library; if not, see
|
||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
<http://www.gnu.org/licenses/>. */
|
||||||
02111-1307 USA. */
|
|
||||||
|
|
||||||
/* crtn.S puts function epilogues in the .init and .fini sections
|
/* crtn.S puts function epilogues in the .init and .fini sections
|
||||||
corresponding to the prologues in crti.S. */
|
corresponding to the prologues in crti.S. */
|
||||||
|
@ -14,9 +14,8 @@
|
|||||||
Lesser General Public License for more details.
|
Lesser General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public
|
You should have received a copy of the GNU Lesser General Public
|
||||||
License along with the GNU C Library; if not, write to the Free
|
License along with the GNU C Library; if not, see
|
||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
<http://www.gnu.org/licenses/>. */
|
||||||
02111-1307 USA. */
|
|
||||||
|
|
||||||
#include <sysdep.h>
|
#include <sysdep.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user