Skip to content

Commit e54fc9c

Browse files
committed
Prefer https URLs where possible.
1 parent 15adde5 commit e54fc9c

File tree

245 files changed

+285
-285
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

245 files changed

+285
-285
lines changed

ChangeLog

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
Extend CP1255 mapping.
311311
* lib/cp1255.h (cp1255_2uni, cp1255_page05): Map 0xCA to U+05BA.
312312
* tests/CP1255.TXT: Likewise.
313-
This matches http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WindowsBestFit/bestfit1255.txt
313+
This matches https://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WindowsBestFit/bestfit1255.txt
314314
and what the native Windows converter does since at least Windows XP.
315315

316316
2016-10-01 Ben Noordhuis <info@bnoordhuis.nl> (tiny change)
@@ -369,14 +369,14 @@
369369
explicitly. Complain if they don't exist.
370370
* Makefile.devel (lib/aliases_*.h): Pass the output filenames as
371371
arguments to genaliases.
372-
Reported at <http://savannah.gnu.org/bugs/?36748>.
372+
Reported at <https://savannah.gnu.org/bugs/?36748>.
373373

374374
Make it possible to run 'genaliases' on native Windows.
375375
* lib/genaliases.c (main): Expect 3 arguments. Open the output files
376376
explicitly. Complain if they don't exist. Improve error checking.
377377
* Makefile.devel (lib/aliases*.h): Pass the output filenames as
378378
arguments to genaliases.
379-
Reported at <http://savannah.gnu.org/bugs/?36748>.
379+
Reported at <https://savannah.gnu.org/bugs/?36748>.
380380

381381
2012-05-13 Bruno Haible <bruno@clisp.org>
382382

@@ -638,7 +638,7 @@
638638
Fix installation on OS/2.
639639
* src/Makefile.in (all, iconv_no_i18n): Add $(EXEEXT) suffix to
640640
iconv_no_i18n. This is the recommended way to use libtool, see
641-
<http://lists.gnu.org/archive/html/bug-libtool/2009-04/msg00013.html>.
641+
<https://lists.gnu.org/archive/html/bug-libtool/2009-04/msg00013.html>.
642642

643643
2011-03-31 Bruno Haible <bruno@clisp.org>
644644

@@ -659,7 +659,7 @@
659659
* lib/iconv.c (iconv_canonicalize): On Cygwin >= 1.7, map
660660
ei_local_wchar_t to ei_utf16le or ei_utf16be, not ei_ucs2internal.
661661
* lib/iconv_open1.h: Likewise.
662-
Rationale: <http://cygwin.com/ml/cygwin/2011-01/msg00410.html>.
662+
Rationale: <https://cygwin.com/ml/cygwin/2011-01/msg00410.html>.
663663

664664
2011-01-29 Bruno Haible <bruno@clisp.org>
665665

@@ -668,7 +668,7 @@
668668
ei_local_wchar_t to ei_utf16le or ei_utf16be, not ei_ucs2internal.
669669
* lib/iconv_open1.h: Likewise.
670670
Reported by Corinna Vinschen <corinna-cygwin@cygwin.com>
671-
in <http://cygwin.com/ml/cygwin/2011-01/msg00410.html>.
671+
in <https://cygwin.com/ml/cygwin/2011-01/msg00410.html>.
672672

673673
2010-11-23 Bruno Haible <bruno@clisp.org>
674674

@@ -1025,7 +1025,7 @@
10251025
(test-shiftseq, test-shiftseq.@OBJEXT@): New rules.
10261026
(clean): Remove test-shiftseq executable.
10271027
Reported by Roman Rybalko <roman_rybalko@users.sourceforge.net>
1028-
at <http://savannah.gnu.org/bugs/?24216>.
1028+
at <https://savannah.gnu.org/bugs/?24216>.
10291029

10301030
2008-09-07 Bruno Haible <bruno@clisp.org>
10311031

@@ -1047,7 +1047,7 @@
10471047

10481048
* lib/gbk.h (gbk_wctomb): Fix an out-of-bounds write.
10491049
Reported by Roman Rybalko <roman_rybalko@users.sourceforge.net>
1050-
at <http://savannah.gnu.org/bugs/?24214>.
1050+
at <https://savannah.gnu.org/bugs/?24214>.
10511051

10521052
2008-06-30 Bruno Haible <bruno@clisp.org>
10531053

@@ -1282,7 +1282,7 @@
12821282
2007-06-30 Bruno Haible <bruno@clisp.org>
12831283

12841284
* src/iconv.c (print_version): Use the standard --version output, see
1285-
<http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00302.html>.
1285+
<https://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00302.html>.
12861286

12871287
2007-06-30 Bruno Haible <bruno@clisp.org>
12881288

HACKING

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,35 @@ You will need reasonably recent versions of the build tools:
99

1010
* A C compiler. Such as GNU GCC.
1111
+ Homepage:
12-
http://gcc.gnu.org/
12+
https://gcc.gnu.org/
1313

1414
* GNU automake
1515
+ Homepage:
16-
http://www.gnu.org/software/automake/
16+
https://www.gnu.org/software/automake/
1717

1818
* GNU autoconf
1919
+ Homepage:
20-
http://www.gnu.org/software/autoconf/
20+
https://www.gnu.org/software/autoconf/
2121

2222
* GNU m4
2323
+ Homepage:
24-
http://www.gnu.org/software/m4/
24+
https://www.gnu.org/software/m4/
2525

2626
* GNU gperf
2727
+ Homepage:
28-
http://www.gnu.org/software/gperf/
28+
https://www.gnu.org/software/gperf/
2929

3030
* GNU groff 1.17 or newer
3131
+ Homepage:
32-
http://www.gnu.org/software/groff/
32+
https://www.gnu.org/software/groff/
3333

3434
* Perl
3535
+ Homepage:
36-
http://www.perl.org/
36+
https://www.perl.org/
3737

3838
* Either an internet connection or a recent copy of GNU gnulib.
3939
+ Homepage:
40-
http://www.gnu.org/software/gnulib/
40+
https://www.gnu.org/software/gnulib/
4141

4242
And, of course, the packages listed in the DEPENDENCIES file.
4343

INSTALL.windows

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ There are three ways to create binaries of this package for Microsoft Windows:
8282
make
8383

8484
You also need the scripts 'ar-lib' and 'compile' from
85-
http://git.savannah.gnu.org/gitweb/?p=automake.git;a=blob_plain;f=lib/ar-lib;hb=HEAD
86-
http://git.savannah.gnu.org/gitweb/?p=automake.git;a=blob_plain;f=lib/compile;hb=HEAD
85+
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=blob_plain;f=lib/ar-lib;hb=HEAD
86+
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=blob_plain;f=lib/compile;hb=HEAD
8787
respectively.
8888
They may also be included in this package, in directory 'build-aux/'.
8989
Save them; the instructions below assume that you stored them in $HOME/msvc/.

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,12 @@ The iconv _program_ and the documentation are under GPL, see file COPYING.
139139
Download
140140
--------
141141

142-
http://ftp.gnu.org/gnu/libiconv/libiconv-1.15.tar.gz
142+
https://ftp.gnu.org/gnu/libiconv/libiconv-1.15.tar.gz
143143

144144
Homepage
145145
--------
146146

147-
http://www.gnu.org/software/libiconv/
147+
https://www.gnu.org/software/libiconv/
148148

149149
Bug reports to
150150
--------------

autogen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# GNU General Public License for more details.
2626
#
2727
# You should have received a copy of the GNU General Public License
28-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
28+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2929

3030
# Usage: ./autogen.sh [--skip-gnulib]
3131
#

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dnl Library General Public License for more details.
1313
dnl
1414
dnl You should have received a copy of the GNU Library General Public
1515
dnl License along with the GNU LIBICONV Library; see the file COPYING.LIB.
16-
dnl If not, see <http://www.gnu.org/licenses/>.
16+
dnl If not, see <https://www.gnu.org/licenses/>.
1717

1818
AC_PREREQ([2.60])
1919
AC_INIT([libiconv], [1.15])

gnulib-local/lib/alloca.in.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
GNU General Public License for more details.
1313
1414
You should have received a copy of the GNU General Public License
15-
along with this program. If not, see <http://www.gnu.org/licenses/>. */
15+
along with this program. If not, see <https://www.gnu.org/licenses/>. */
1616

1717
/* When this file is included, it may be preceded only by preprocessor
1818
declarations. Thanks to AIX. Therefore we include it right after

gnulib-local/lib/xalloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
GNU General Public License for more details.
1414
1515
You should have received a copy of the GNU General Public License
16-
along with this program. If not, see <http://www.gnu.org/licenses/>. */
16+
along with this program. If not, see <https://www.gnu.org/licenses/>. */
1717

1818
#ifndef _XALLOC_H
1919
#define _XALLOC_H

gnulib-local/lib/xmalloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
GNU General Public License for more details.
1313
1414
You should have received a copy of the GNU General Public License
15-
along with this program. If not, see <http://www.gnu.org/licenses/>. */
15+
along with this program. If not, see <https://www.gnu.org/licenses/>. */
1616

1717
#include <config.h>
1818

gnulib-local/lib/xstrdup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
GNU General Public License for more details.
1313
1414
You should have received a copy of the GNU General Public License
15-
along with this program. If not, see <http://www.gnu.org/licenses/>. */
15+
along with this program. If not, see <https://www.gnu.org/licenses/>. */
1616

1717
#include <config.h>
1818

0 commit comments

Comments
 (0)