Skip to content

Commit 973e08b

Browse files
committed
version bump to 3.5
1 parent ef78a5b commit 973e08b

File tree

7 files changed

+73
-48
lines changed

7 files changed

+73
-48
lines changed

ChangeLog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# 3.5 (unreleased master branch)
1+
# 3.6 (unreleased master branch)
2+
3+
### New Features
4+
5+
### Bugfixes
6+
7+
8+
# 3.5 (22-02-2019)
29

310
### New Features
411

compile

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#! /bin/sh
22
# Wrapper for compilers which do not understand '-c -o'.
33

4-
scriptversion=2012-10-14.11; # UTC
4+
scriptversion=2018-03-07.03; # UTC
55

6-
# Copyright (C) 1999-2014 Free Software Foundation, Inc.
6+
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
77
# Written by Tom Tromey <tromey@cygnus.com>.
88
#
99
# This program is free software; you can redistribute it and/or modify
@@ -17,7 +17,7 @@ scriptversion=2012-10-14.11; # UTC
1717
# GNU General Public License for more details.
1818
#
1919
# You should have received a copy of the GNU General Public License
20-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
20+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2121

2222
# As a special exception to the GNU General Public License, if you
2323
# distribute this file as part of a program that contains a
@@ -255,7 +255,8 @@ EOF
255255
echo "compile $scriptversion"
256256
exit $?
257257
;;
258-
cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
258+
cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
259+
icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
259260
func_cl_wrapper "$@" # Doesn't return...
260261
;;
261262
esac
@@ -339,9 +340,9 @@ exit $ret
339340
# Local Variables:
340341
# mode: shell-script
341342
# sh-indentation: 2
342-
# eval: (add-hook 'write-file-hooks 'time-stamp)
343+
# eval: (add-hook 'before-save-hook 'time-stamp)
343344
# time-stamp-start: "scriptversion="
344345
# time-stamp-format: "%:y-%02m-%02d.%02H"
345-
# time-stamp-time-zone: "UTC"
346+
# time-stamp-time-zone: "UTC0"
346347
# time-stamp-end: "; # UTC"
347348
# End:

configure

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for carbon-c-relay 3.4.
3+
# Generated by GNU Autoconf 2.69 for carbon-c-relay 3.5.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
577577
# Identity of this package.
578578
PACKAGE_NAME='carbon-c-relay'
579579
PACKAGE_TARNAME='carbon-c-relay'
580-
PACKAGE_VERSION='3.4'
581-
PACKAGE_STRING='carbon-c-relay 3.4'
580+
PACKAGE_VERSION='3.5'
581+
PACKAGE_STRING='carbon-c-relay 3.5'
582582
PACKAGE_BUGREPORT=''
583583
PACKAGE_URL=''
584584

@@ -1278,7 +1278,7 @@ if test "$ac_init_help" = "long"; then
12781278
# Omit some internal or obsolete options to make the list less imposing.
12791279
# This message is too long to be a string in the A/UX 3.1 sh.
12801280
cat <<_ACEOF
1281-
\`configure' configures carbon-c-relay 3.4 to adapt to many kinds of systems.
1281+
\`configure' configures carbon-c-relay 3.5 to adapt to many kinds of systems.
12821282
12831283
Usage: $0 [OPTION]... [VAR=VALUE]...
12841284
@@ -1344,7 +1344,7 @@ fi
13441344

13451345
if test -n "$ac_init_help"; then
13461346
case $ac_init_help in
1347-
short | recursive ) echo "Configuration of carbon-c-relay 3.4:";;
1347+
short | recursive ) echo "Configuration of carbon-c-relay 3.5:";;
13481348
esac
13491349
cat <<\_ACEOF
13501350
@@ -1446,7 +1446,7 @@ fi
14461446
test -n "$ac_init_help" && exit $ac_status
14471447
if $ac_init_version; then
14481448
cat <<\_ACEOF
1449-
carbon-c-relay configure 3.4
1449+
carbon-c-relay configure 3.5
14501450
generated by GNU Autoconf 2.69
14511451
14521452
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1865,7 +1865,7 @@ cat >config.log <<_ACEOF
18651865
This file contains any messages produced by compilers while
18661866
running configure, to aid debugging if configure makes a mistake.
18671867
1868-
It was created by carbon-c-relay $as_me 3.4, which was
1868+
It was created by carbon-c-relay $as_me 3.5, which was
18691869
generated by GNU Autoconf 2.69. Invocation command line was
18701870
18711871
$ $0 $@
@@ -2213,7 +2213,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
22132213
ac_compiler_gnu=$ac_cv_c_compiler_gnu
22142214

22152215

2216-
RELEASEDATE=2018-10-18
2216+
RELEASEDATE=2019-02-22
22172217

22182218
ac_config_headers="$ac_config_headers config.h"
22192219

@@ -2732,7 +2732,7 @@ fi
27322732

27332733
# Define the identity of the package.
27342734
PACKAGE='carbon-c-relay'
2735-
VERSION='3.4'
2735+
VERSION='3.5'
27362736

27372737

27382738
cat >>confdefs.h <<_ACEOF
@@ -6307,7 +6307,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
63076307
# report actual input values of CONFIG_FILES etc. instead of their
63086308
# values after options handling.
63096309
ac_log="
6310-
This file was extended by carbon-c-relay $as_me 3.4, which was
6310+
This file was extended by carbon-c-relay $as_me 3.5, which was
63116311
generated by GNU Autoconf 2.69. Invocation command line was
63126312
63136313
CONFIG_FILES = $CONFIG_FILES
@@ -6373,7 +6373,7 @@ _ACEOF
63736373
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
63746374
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
63756375
ac_cs_version="\\
6376-
carbon-c-relay config.status 3.4
6376+
carbon-c-relay config.status 3.5
63776377
configured by $0, generated by GNU Autoconf 2.69,
63786378
with options \\"\$ac_cs_config\\"
63796379

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([carbon-c-relay], [3.4], [])
6-
AC_SUBST([RELEASEDATE], [2018-10-18])
5+
AC_INIT([carbon-c-relay], [3.5], [])
6+
AC_SUBST([RELEASEDATE], [2019-02-22])
77
AC_CONFIG_HEADERS([config.h])
88
AM_INIT_AUTOMAKE
99

depcomp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#! /bin/sh
22
# depcomp - compile a program generating dependencies as side-effects
33

4-
scriptversion=2013-05-30.07; # UTC
4+
scriptversion=2018-03-07.03; # UTC
55

6-
# Copyright (C) 1999-2014 Free Software Foundation, Inc.
6+
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
77

88
# This program is free software; you can redistribute it and/or modify
99
# it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@ scriptversion=2013-05-30.07; # UTC
1616
# GNU General Public License for more details.
1717

1818
# You should have received a copy of the GNU General Public License
19-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2020

2121
# As a special exception to the GNU General Public License, if you
2222
# distribute this file as part of a program that contains a
@@ -783,9 +783,9 @@ exit 0
783783
# Local Variables:
784784
# mode: shell-script
785785
# sh-indentation: 2
786-
# eval: (add-hook 'write-file-hooks 'time-stamp)
786+
# eval: (add-hook 'before-save-hook 'time-stamp)
787787
# time-stamp-start: "scriptversion="
788788
# time-stamp-format: "%:y-%02m-%02d.%02H"
789-
# time-stamp-time-zone: "UTC"
789+
# time-stamp-time-zone: "UTC0"
790790
# time-stamp-end: "; # UTC"
791791
# End:

install-sh

Lines changed: 32 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
# install - install a program, script, or datafile
33

4-
scriptversion=2013-12-25.23; # UTC
4+
scriptversion=2018-03-11.20; # UTC
55

66
# This originates from X11R5 (mit/util/scripts/install.sh), which was
77
# later released in X11R6 (xc/config/util/install.sh) with the
@@ -271,15 +271,18 @@ do
271271
fi
272272
dst=$dst_arg
273273

274-
# If destination is a directory, append the input filename; won't work
275-
# if double slashes aren't ignored.
274+
# If destination is a directory, append the input filename.
276275
if test -d "$dst"; then
277276
if test "$is_target_a_directory" = never; then
278277
echo "$0: $dst_arg: Is a directory" >&2
279278
exit 1
280279
fi
281280
dstdir=$dst
282-
dst=$dstdir/`basename "$src"`
281+
dstbase=`basename "$src"`
282+
case $dst in
283+
*/) dst=$dst$dstbase;;
284+
*) dst=$dst/$dstbase;;
285+
esac
283286
dstdir_status=0
284287
else
285288
dstdir=`dirname "$dst"`
@@ -288,6 +291,11 @@ do
288291
fi
289292
fi
290293

294+
case $dstdir in
295+
*/) dstdirslash=$dstdir;;
296+
*) dstdirslash=$dstdir/;;
297+
esac
298+
291299
obsolete_mkdir_used=false
292300

293301
if test $dstdir_status != 0; then
@@ -324,34 +332,43 @@ do
324332
# is incompatible with FreeBSD 'install' when (umask & 300) != 0.
325333
;;
326334
*)
335+
# Note that $RANDOM variable is not portable (e.g. dash); Use it
336+
# here however when possible just to lower collision chance.
327337
tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
328-
trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
329338

339+
trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0
340+
341+
# Because "mkdir -p" follows existing symlinks and we likely work
342+
# directly in world-writeable /tmp, make sure that the '$tmpdir'
343+
# directory is successfully created first before we actually test
344+
# 'mkdir -p' feature.
330345
if (umask $mkdir_umask &&
331-
exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
346+
$mkdirprog $mkdir_mode "$tmpdir" &&
347+
exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1
332348
then
333349
if test -z "$dir_arg" || {
334350
# Check for POSIX incompatibilities with -m.
335351
# HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
336352
# other-writable bit of parent directory when it shouldn't.
337353
# FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
338-
ls_ld_tmpdir=`ls -ld "$tmpdir"`
354+
test_tmpdir="$tmpdir/a"
355+
ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
339356
case $ls_ld_tmpdir in
340357
d????-?r-*) different_mode=700;;
341358
d????-?--*) different_mode=755;;
342359
*) false;;
343360
esac &&
344-
$mkdirprog -m$different_mode -p -- "$tmpdir" && {
345-
ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
361+
$mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
362+
ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
346363
test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
347364
}
348365
}
349366
then posix_mkdir=:
350367
fi
351-
rmdir "$tmpdir/d" "$tmpdir"
368+
rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir"
352369
else
353370
# Remove any dirs left behind by ancient mkdir implementations.
354-
rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
371+
rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null
355372
fi
356373
trap '' 0;;
357374
esac;;
@@ -427,8 +444,8 @@ do
427444
else
428445

429446
# Make a couple of temp file names in the proper directory.
430-
dsttmp=$dstdir/_inst.$$_
431-
rmtmp=$dstdir/_rm.$$_
447+
dsttmp=${dstdirslash}_inst.$$_
448+
rmtmp=${dstdirslash}_rm.$$_
432449

433450
# Trap to clean up those temp files at exit.
434451
trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
@@ -493,9 +510,9 @@ do
493510
done
494511

495512
# Local variables:
496-
# eval: (add-hook 'write-file-hooks 'time-stamp)
513+
# eval: (add-hook 'before-save-hook 'time-stamp)
497514
# time-stamp-start: "scriptversion="
498515
# time-stamp-format: "%:y-%02m-%02d.%02H"
499-
# time-stamp-time-zone: "UTC"
516+
# time-stamp-time-zone: "UTC0"
500517
# time-stamp-end: "; # UTC"
501518
# End:

missing

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#! /bin/sh
22
# Common wrapper for a few potentially missing GNU programs.
33

4-
scriptversion=2013-10-28.13; # UTC
4+
scriptversion=2018-03-07.03; # UTC
55

6-
# Copyright (C) 1996-2014 Free Software Foundation, Inc.
6+
# Copyright (C) 1996-2018 Free Software Foundation, Inc.
77
# Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
88

99
# This program is free software; you can redistribute it and/or modify
@@ -17,7 +17,7 @@ scriptversion=2013-10-28.13; # UTC
1717
# GNU General Public License for more details.
1818

1919
# You should have received a copy of the GNU General Public License
20-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
20+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2121

2222
# As a special exception to the GNU General Public License, if you
2323
# distribute this file as part of a program that contains a
@@ -101,9 +101,9 @@ else
101101
exit $st
102102
fi
103103

104-
perl_URL=http://www.perl.org/
105-
flex_URL=http://flex.sourceforge.net/
106-
gnu_software_URL=http://www.gnu.org/software
104+
perl_URL=https://www.perl.org/
105+
flex_URL=https://github.com/westes/flex
106+
gnu_software_URL=https://www.gnu.org/software
107107

108108
program_details ()
109109
{
@@ -207,9 +207,9 @@ give_advice "$1" | sed -e '1s/^/WARNING: /' \
207207
exit $st
208208

209209
# Local variables:
210-
# eval: (add-hook 'write-file-hooks 'time-stamp)
210+
# eval: (add-hook 'before-save-hook 'time-stamp)
211211
# time-stamp-start: "scriptversion="
212212
# time-stamp-format: "%:y-%02m-%02d.%02H"
213-
# time-stamp-time-zone: "UTC"
213+
# time-stamp-time-zone: "UTC0"
214214
# time-stamp-end: "; # UTC"
215215
# End:

0 commit comments

Comments
 (0)