mirror of git://sourceware.org/git/glibc.git
Update.
* sysdeps/sparc/sparc32/sparcv9/Dist: Add hp-timing.c. * sysdeps/sparc/sparc64/Dist: Add hp-timing.c. 2001-04-07 Bruno Haible <haible@clisp.cons.org>
This commit is contained in:
parent
1dc843f70a
commit
9deee4bb2a
|
|
@ -1,5 +1,8 @@
|
||||||
2001-04-09 Ulrich Drepper <drepper@redhat.com>
|
2001-04-09 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/sparc/sparc32/sparcv9/Dist: Add hp-timing.c.
|
||||||
|
* sysdeps/sparc/sparc64/Dist: Add hp-timing.c.
|
||||||
|
|
||||||
* libio/Makefile (distribute): Add fd_to_filename.h.
|
* libio/Makefile (distribute): Add fd_to_filename.h.
|
||||||
|
|
||||||
2001-04-05 David S. Miller <davem@redhat.com>
|
2001-04-05 David S. Miller <davem@redhat.com>
|
||||||
|
|
@ -26,7 +29,7 @@
|
||||||
error_print_progname != NULL.
|
error_print_progname != NULL.
|
||||||
(error_at_line): Likewise.
|
(error_at_line): Likewise.
|
||||||
|
|
||||||
2001-04-07 Bruno Haible <haible@clisp.cons.org>
|
2001-04-07 Bruno Haible <haible@clisp.cons.org>
|
||||||
|
|
||||||
* intl/gettextP.h (struct loaded_domain): Add codeset_cntr field.
|
* intl/gettextP.h (struct loaded_domain): Add codeset_cntr field.
|
||||||
(struct binding): Add codeset_cntr field.
|
(struct binding): Add codeset_cntr field.
|
||||||
|
|
|
||||||
|
|
@ -4555,7 +4555,7 @@ flushed. Solaris introduced a function especially for this. It was
|
||||||
always available in the GNU C library in some form but never officially
|
always available in the GNU C library in some form but never officially
|
||||||
exported.
|
exported.
|
||||||
|
|
||||||
@comment stdio.h
|
@comment stdio_ext.h
|
||||||
@comment GNU
|
@comment GNU
|
||||||
@deftypefun void _flushlbf (void)
|
@deftypefun void _flushlbf (void)
|
||||||
The @code{_flushlbf} function flushes all line buffered streams
|
The @code{_flushlbf} function flushes all line buffered streams
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
dotmul.S
|
dotmul.S
|
||||||
|
hp-timing.c
|
||||||
rem.S
|
rem.S
|
||||||
sdiv.S
|
sdiv.S
|
||||||
udiv.S
|
udiv.S
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
hp-timing.c
|
||||||
Loading…
Reference in New Issue