Browse Source

merge from gcc

dberlin-typesystem-branch
DJ Delorie 25 years ago
parent
commit
e05c6d27bf
  1. 4
      include/ChangeLog
  2. 4
      include/partition.h
  3. 4
      libiberty/ChangeLog
  4. 4
      libiberty/partition.c

4
include/ChangeLog

@ -1,3 +1,7 @@
2001-05-16 Matt Kraai <kraai@alumni.carnegiemellon.edu>
* partition.h: Fix misspelling of `implementation'.
2001-05-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* ansidecl.h (NULL_PTR): Delete.

4
include/partition.h

@ -1,5 +1,5 @@
/* List implentation of a partition of consecutive integers.
Copyright (C) 2000 Free Software Foundation, Inc.
/* List implementation of a partition of consecutive integers.
Copyright (C) 2000, 2001 Free Software Foundation, Inc.
Contributed by CodeSourcery, LLC.
This file is part of GNU CC.

4
libiberty/ChangeLog

@ -1,3 +1,7 @@
2001-05-16 Matt Kraai <kraai@alumni.carnegiemellon.edu>
* partition.c: Fix misspelling of `implementation'.
2001-05-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
* md5.c (md5_init_ctx): Declare constants as unsigned.

4
libiberty/partition.c

@ -1,5 +1,5 @@
/* List implentation of a partition of consecutive integers.
Copyright (C) 2000 Free Software Foundation, Inc.
/* List implementation of a partition of consecutive integers.
Copyright (C) 2000, 2001 Free Software Foundation, Inc.
Contributed by CodeSourcery, LLC.
This file is part of GNU CC.

Loading…
Cancel
Save