mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Update.
1999-04-19 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * manual/conf.texi (Utility Limits): Remove duplicate description of BC_DIM_MAX.
This commit is contained in:
parent
d788be1eb4
commit
a3ab859c9c
@ -1,3 +1,8 @@
|
||||
1999-04-19 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
|
||||
|
||||
* manual/conf.texi (Utility Limits): Remove duplicate description
|
||||
of BC_DIM_MAX.
|
||||
|
||||
1999-04-19 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Correctly initialize
|
||||
|
@ -1440,6 +1440,13 @@ The largest value of @code{obase} that the @code{bc} utility is
|
||||
guaranteed to support.
|
||||
@end deftypevr
|
||||
|
||||
@comment limits.h
|
||||
@comment POSIX.2
|
||||
@deftypevr Macro int BC_DIM_MAX
|
||||
The largest number of elements in one array that the @code{bc} utility
|
||||
is guaranteed to support.
|
||||
@end deftypevr
|
||||
|
||||
@comment limits.h
|
||||
@comment POSIX.2
|
||||
@deftypevr Macro int BC_SCALE_MAX
|
||||
@ -1447,13 +1454,6 @@ The largest value of @code{scale} that the @code{bc} utility is
|
||||
guaranteed to support.
|
||||
@end deftypevr
|
||||
|
||||
@comment limits.h
|
||||
@comment POSIX.2
|
||||
@deftypevr Macro int BC_DIM_MAX
|
||||
The largest number of elements in one array that the @code{bc} utility
|
||||
is guaranteed to support.
|
||||
@end deftypevr
|
||||
|
||||
@comment limits.h
|
||||
@comment POSIX.2
|
||||
@deftypevr Macro int BC_STRING_MAX
|
||||
@ -1461,13 +1461,6 @@ The largest number of characters in one string constant that the
|
||||
@code{bc} utility is guaranteed to support.
|
||||
@end deftypevr
|
||||
|
||||
@comment limits.h
|
||||
@comment POSIX.2
|
||||
@deftypevr Macro int BC_DIM_MAX
|
||||
The largest number of elements in one array that the @code{bc} utility
|
||||
is guaranteed to support.
|
||||
@end deftypevr
|
||||
|
||||
@comment limits.h
|
||||
@comment POSIX.2
|
||||
@deftypevr Macro int COLL_WEIGHTS_MAX
|
||||
|
Loading…
Reference in New Issue
Block a user