]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 14 Sep 1998 16:38:49 +0000 (16:38 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 14 Sep 1998 16:38:49 +0000 (16:38 +0000)
1998-09-14 15:29  Ulrich Drepper  <drepper@cygnus.com>

* stdio-common/Makefile (headers): Remove bits/stdio_lim.h.
(install-others): Add bits/stdio_lim.h.
Add rule to install bits/stdio_lim.h.

* sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: New file.

* Makefile (distribute): Add include/sys/mman.h.

* sysdeps/powerpc/Dist: Add dl-machine.c and dl-start.S.
* sysdeps/unix/sysv/linux/Dist: Add sys/sendfile.h.
* sysdeps/unix/sysv/linux/arm/Dist: Add init-first.h.

ChangeLog
Makefile
manual/pattern.texi
stdio-common/Makefile
sysdeps/powerpc/Dist
sysdeps/unix/sysv/linux/Dist
sysdeps/unix/sysv/linux/arm/Dist
sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist [new file with mode: 0644]

index 6892e4fac800ba7884314cfe9c38b4e0ca9daeca..78985b5f0bfd8834f9b7913dd4dfdc01c105a720 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+1998-09-14 15:29  Ulrich Drepper  <drepper@cygnus.com>
+
+       * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.
+       (install-others): Add bits/stdio_lim.h.
+       Add rule to install bits/stdio_lim.h.
+
+       * sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: New file.
+
+       * Makefile (distribute): Add include/sys/mman.h.
+
+       * sysdeps/powerpc/Dist: Add dl-machine.c and dl-start.S.
+       * sysdeps/unix/sysv/linux/Dist: Add sys/sendfile.h.
+       * sysdeps/unix/sysv/linux/arm/Dist: Add init-first.h.
+
 1998-09-14 22:46  Tim Waugh  <tim@cyberelk.demon.co.uk>
 
        * posix/wordexp-test.c: Chet Ramey confirmed that bash's behaviour
index 21ae9d508a43672da5e7431e5e477c32c8fceb2c..8f1223b91b61b620d31a34795314a241d50040ee 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -253,6 +253,7 @@ distribute  :=      README README.libm INSTALL FAQ FAQ.in NOTES NEWS BUGS   \
                version.h shlib-versions rpm/Makefile rpm/template      \
                rpm/rpmrc glibcbug.in abi-tags stub-tag.h               \
                test-skeleton.c include/des.h Versions.def              \
+               include/sys/mman.h                                      \
                $(addprefix scripts/,                                   \
                            rellns-sh config.sub config.guess           \
                            mkinstalldirs move-if-change install-sh     \
index 4c191e49d5bcef087ff96f163f874119ab12f437..ad0fe68db20e292f986860aa669378d2c039276e 100644 (file)
@@ -962,10 +962,12 @@ Ordinary programs can perform word expansion just like the shell by
 calling the library function @code{wordexp}.
 
 @menu
-* Expansion Stages::   What word expansion does to a string.
-* Calling Wordexp::    How to call @code{wordexp}.
-* Flags for Wordexp::   Options you can enable in @code{wordexp}.
-* Wordexp Example::    A sample program that does word expansion.
+* Expansion Stages::            What word expansion does to a string.
+* Calling Wordexp::             How to call @code{wordexp}.
+* Flags for Wordexp::           Options you can enable in @code{wordexp}.
+* Wordexp Example::             A sample program that does word expansion.
+* Tilde Expansion::             Details of how tilde expansion works.
+* Variable Substitution::       Different types of variable substitution.
 @end menu
 
 @node Expansion Stages
@@ -1254,9 +1256,6 @@ expand_and_execute (const char *program, const char *options)
 @}
 @end smallexample
 
-
-@c No sense finishing this for here.
-@ignore
 @node Tilde Expansion
 @subsection Details of Tilde Expansion
 
@@ -1325,6 +1324,7 @@ Otherwise, print @var{message} as an error message on the standard error
 stream, and consider word expansion a failure.
 
 @c ??? How does wordexp report such an error?
+@c WRDE_BADVAL is returned.
 
 @item $@{@var{variable}:+@var{replacement}@}
 Substitute @var{replacement}, but only if @var{variable} is defined and
@@ -1386,4 +1386,4 @@ If there is more than one alternative for how to match against
 Thus, @samp{$@{foo%%r*@}} substitutes @samp{tracto}, because the shortest
 match for @samp{r*} at the end of @samp{tractor} is just @samp{r}.
 
-@end ignore
+@end table
index 183f1406612b3df0eafadca51b571cdb5e9b1ce7..b8f1418f7327724b0768ca517a50206d6be8df52 100644 (file)
@@ -21,7 +21,7 @@
 #
 subdir := stdio-common
 
-headers        := bits/stdio_lim.h printf.h
+headers        := printf.h
 
 routines       :=                                                            \
        ctermid cuserid                                                       \
@@ -36,6 +36,8 @@ routines      :=                                                            \
        remove rename                                                         \
        lockfile
 
+install-others := $(inst_includedir)/bits/stdio_lim.h
+
 aux    := errlist siglist
 distribute := _itoa.h printf-parse.h stdio_lim.h.in
 
@@ -56,6 +58,12 @@ CFLAGS-scanf4.c = -Wno-format
 CFLAGS-scanf7.c = -Wno-format
 CFLAGS-tst-printfsz.c = -Wno-format
 
+$(inst_includedir)/bits/stdio_lim.h: $(common-objpfx)bits/stdio_lim.h
+       $(make-target-directory)
+       if test -r $@ && cmp -s $< $@; \
+       then echo 'gnu/lib-names.h unchanged'; \
+       else $(INSTALL_DATA) $< $@; fi
+
 ifeq ($(stdio),libio)
 ifneq (,$(filter %REENTRANT, $(defines)))
 CPPFLAGS += -D_IO_MTSAFE_IO
index 90d0c02bd99a515e270bf9cfc8450eb60f052634..0c7ed9635bbc99ba319e39d107f6646856e31c3a 100644 (file)
@@ -1,3 +1,5 @@
+dl-machine.c
+dl-start.S
 fenv_const.c
 fenv_libc.h
 ppc-mcount.S
index 61d8795db8e320a569e236051d85b2b567f21665..2efa3dd9bba78889d5587e74a2c6e045c268e3aa 100644 (file)
@@ -59,6 +59,7 @@ sys/pci.h
 sys/prctl.h
 sys/procfs.h
 sys/quota.h
+sys/sendfile.h
 sys/socketvar.h
 sys/soundcard.h
 sys/sysctl.h
index d9872854452f4ae54b47f02e3a7d4715e05dd7ed..6e1be78f3abf44011689a57b930e7aaeffaa8af7 100644 (file)
@@ -1,2 +1,3 @@
 bits/mman.h
 clone.S
+init-first.h
diff --git a/sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist b/sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist
new file mode 100644 (file)
index 0000000..7832507
--- /dev/null
@@ -0,0 +1 @@
+sys/trap.h