Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
caf82551
Commit
caf82551
authored
Feb 08, 2011
by
Paul Eggert
Browse files
Sync texinfo.tex and sed-related fixes from gnulib.
parent
4d04fdc9
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
4 deletions
+20
-4
ChangeLog
ChangeLog
+9
-0
doc/misc/ChangeLog
doc/misc/ChangeLog
+4
-0
doc/misc/texinfo.tex
doc/misc/texinfo.tex
+2
-2
lib/Makefile.in
lib/Makefile.in
+3
-1
lib/gnulib.mk
lib/gnulib.mk
+2
-1
No files found.
ChangeLog
View file @
caf82551
2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
* lib/Makefile.in, lib/gnulib.mk: Regenerate.
This merges the following fix from gnulib:
2011-02-08 Bruno Haible <bruno@clisp.org>
Split large sed scripts, for HP-UX sed.
2011-02-08 Tom Tromey <tromey@redhat.com>
* configure: Rebuild.
...
...
doc/misc/ChangeLog
View file @
caf82551
2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
* texinfo.tex: Update to version 2011-02-07.16.
2011-02-07 Michael Albinus <michael.albinus@gmx.de>
* dbus.texi (Bus names): Adapt descriptions for
...
...
doc/misc/texinfo.tex
View file @
caf82551
...
...
@@ -3,7 +3,7 @@
% Load plain if necessary, i.e., if running under initex.
\expandafter\ifx\csname
fmtname
\endcsname\relax\input
plain
\fi
%
\def\texinfoversion
{
2011-02-0
1
.1
0
}
\def\texinfoversion
{
2011-02-0
7
.1
6
}
%
% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
...
...
@@ -8360,7 +8360,7 @@
\gdef
^^
b9
{$^
1
$}
\gdef
^^
ba
{
\ordm
}
%
\gdef
^^
bb
{
\guilletright
}
\gdef
^^
bb
{
\guille
me
tright
}
\gdef
^^
bc
{$
1
\over
4
$}
\gdef
^^
bd
{$
1
\over
2
$}
\gdef
^^
be
{$
3
\over
4
$}
...
...
lib/Makefile.in
View file @
caf82551
...
...
@@ -307,6 +307,7 @@ NEXT_STDDEF_H = @NEXT_STDDEF_H@
NEXT_TIME_H
=
@NEXT_TIME_H@
NEXT_UNISTD_H
=
@NEXT_UNISTD_H@
NS_OBJ
=
@NS_OBJ@
NS_OBJC_OBJ
=
@NS_OBJC_OBJ@
NS_SUPPORT
=
@NS_SUPPORT@
OBJEXT
=
@OBJEXT@
OLDXMENU
=
@OLDXMENU@
...
...
@@ -939,7 +940,8 @@ unistd.h: unistd.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-e
's|@''HAVE_DECL_TTYNAME_R''@|
$(HAVE_DECL_TTYNAME_R)
|g'
\
-e
's|@''HAVE_OS_H''@|
$(HAVE_OS_H)
|g'
\
-e
's|@''HAVE_SYS_PARAM_H''@|
$(HAVE_SYS_PARAM_H)
|g'
\
-e
's|@''REPLACE_CHOWN''@|
$(REPLACE_CHOWN)
|g'
\
|
\
sed
-e
's|@''REPLACE_CHOWN''@|
$(REPLACE_CHOWN)
|g'
\
-e
's|@''REPLACE_CLOSE''@|
$(REPLACE_CLOSE)
|g'
\
-e
's|@''REPLACE_DUP''@|
$(REPLACE_DUP)
|g'
\
-e
's|@''REPLACE_DUP2''@|
$(REPLACE_DUP2)
|g'
\
...
...
lib/gnulib.mk
View file @
caf82551
...
...
@@ -327,7 +327,8 @@ unistd.h: unistd.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-e
's|@''HAVE_DECL_TTYNAME_R''@|
$(HAVE_DECL_TTYNAME_R)
|g'
\
-e
's|@''HAVE_OS_H''@|
$(HAVE_OS_H)
|g'
\
-e
's|@''HAVE_SYS_PARAM_H''@|
$(HAVE_SYS_PARAM_H)
|g'
\
-e
's|@''REPLACE_CHOWN''@|
$(REPLACE_CHOWN)
|g'
\
|
\
sed
-e
's|@''REPLACE_CHOWN''@|
$(REPLACE_CHOWN)
|g'
\
-e
's|@''REPLACE_CLOSE''@|
$(REPLACE_CLOSE)
|g'
\
-e
's|@''REPLACE_DUP''@|
$(REPLACE_DUP)
|g'
\
-e
's|@''REPLACE_DUP2''@|
$(REPLACE_DUP2)
|g'
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment