Go to file
Ulrich Drepper 4c7d276eb1 Update.
2000-08-31  Bruno Haible  <haible@clisp.cons.org>

	* wctype/wcfuncs.c (iswblank): New function.
	* wctype/wcfuncs_l.c (__iswblank_l): New function.
	* wctype/wcextra.c: Remove file.
	* wctype/wcextra_l.c: Remove file.
	* wctype/Makefile (distribute): Remove wcextra and wcextra_l.

2000-08-31  Bruno Haible  <haible@clisp.cons.org>

	* locale/programs/ld-collate.c (collate_output): Remove redundant
	assert call.
	* string/strcoll.c: Likewise.
	* string/strxfrm.c: Include assert.h.  Add assert calls like in
	string/strcoll.c.

2000-08-31  Bruno Haible  <haible@clisp.cons.org>

	* locale/categories.def (_NL_COLLATE_HASH_SIZE,
	_NL_COLLATE_HASH_LAYERS, _NL_COLLATE_NAMES, _NL_CTYPE_NAMES,
	_NL_CTYPE_HASH_SIZE, _NL_CTYPE_HASH_LAYERS): Remove definitions.
	* locale/langinfo.h (_NL_COLLATE_HASH_SIZE, _NL_COLLATE_HASH_LAYERS,
	_NL_COLLATE_NAMES): Rename to _NL_COLLATE_GAP1/2/3 respectively.
	(_NL_CTYPE_NAMES): Rename to _NL_CTYPE_GAP3.
	(_NL_CTYPE_GAP3): Rename to _NL_CTYPE_GAP4.
	(_NL_CTYPE_HASH_SIZE, _NL_CTYPE_HASH_LAYERS): Rename to
	_NL_CTYPE_GAP5/6 respectively.

	* locale/C-ctype.c (_nl_C_LC_CTYPE): Update.
	* ctype/ctype-info.c (__ctype_names, __ctype_width): Remove variables.
	* locale/lc-ctype.c (_nl_postload_ctype): Assume new locale format.
	Don't initialize __ctype_names and __ctype_width.
	* wctype/cname-lookup.h: Remove file.
	* wctype/Makefile (distribute): Remove cname-lookup.h.
	* wctype/wchar-lookup.h: Include stdint.h.
	* wctype/wctype.c (__wctype): Assume new locale format.
	* wctype/wctype_l.c (__wctype_l): Likewise.
	* wctype/iswctype.c: Don't include cname-lookup.h.
	(__iswctype): Assume new locale format.
	* wctype/iswctype_l.c: Don't include cname-lookup.h.
	(__iswctype_l): Assume new locale format.
	* wctype/wctrans.c: Don't include ctype.h.
	(wctrans): Assume new locale format.
	* wctype/wctrans_l.c (__wctrans_l): Likewise.
	* wctype/towctrans.c: Don't include cname-lookup.h.
	(__towctrans): Assume new locale format.
	* wctype/towctrans_l.c: Don't include cname-lookup.h.
	(__towctrans_l): Assume new locale format.
	* wctype/wcfuncs.c: Don't include ctype.h and cname-lookup.h. Include
	localeinfo.h instead.
	(__NO_WCTYPE): Remove unused macro.
	(__ctype32_b, __ctype32_toupper, __ctype32_tolower): Remove
	declarations.
	(iswalnum, iswalpha, iswcntrl, iswdigit, iswlower, iswgraph, iswprint,
	iswpunct, iswspace, iswupper, iswxdigit): Assume new locale format.
	(towlower, towupper): Likewise.
	* wctype/wcfuncs_l.c: Don't include cname-lookup.h. Include
	localeinfo.h instead.
	(__NO_WCTYPE): Remove unused macro.
	(__iswalnum_l, __iswalpha_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
	__iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
	__iswxdigit_l): Assume new locale format.
	(__towlower_l, __towupper_l): Likewise.
	* wcsmbs/wcwidth.h: Don't include cname-lookup.h.
	(__ctype32_b): Remove declaration.
	(internal_wcwidth): Assume new locale format.
	* locale/programs/ld-ctype.c (struct locale_ctype_t): Remove fields
	plane_size, plane_cnt, names, width. Rename map to map_b, rename map32
	to map32_b, rename width_3level to width.
	(ctype_output): Always create new locale format. Don't emit
	_NL_CTYPE_NAMES, _NL_CTYPE_HASH_SIZE, _NL_CTYPE_HASH_LAYERS any more.
	(allocate_arrays): Always create new locale format.

	* locale/C-collate.c (_nl_C_LC_COLLATE): Update.
	* locale/weightwc.h (findidx): Assume new locale format.
	* string/strcoll.c (wcscoll): Remove local variables size, layers,
	names.
	* string/strxfrm.c (wcsxfrm): Likewise.
	* posix/fnmatch_loop.c (internal_fnwmatch): Likewise. Change type of
	local variable collseq to 'const char *'.
	(SUFFIX): Don't use, don't undefine.
	* posix/fnmatch.c: Remove SUFFIX definition.
	* locale/programs/ld-collate.c (struct locale_collate_t): Remove
	fields plane_size, plane_cnt, wcheads, wcseqorder. Rename
	wcheads_3level to wcheads, rename wcseqorder_3level to wcseqorder.
	(collate_finish): Always create new locale format. Remove local
	variables min_total, act_size.
	(collate_output): Always create new locale format. Remove local
	variables table_size, names, tablewc. Rename tablewc_3level to
	tablewc.

2000-08-31  Bruno Haible  <haible@clisp.cons.org>

	* locale/programs/ld-collate.c (obstack_int32_grow,
	obstack_int32_grow_fast): New inline functions.
	(output_weightwc, collate_output): Use them where possible.
2000-09-01 19:36:44 +00:00
aout
argp Update. 2000-08-21 04:18:25 +00:00
assert Update. 2000-08-02 00:09:25 +00:00
bare
bits Update. 2000-09-01 06:39:10 +00:00
catgets Update. 2000-09-01 06:39:10 +00:00
conf
conform Update. 2000-08-03 04:40:50 +00:00
crypt Update. 2000-08-24 06:11:27 +00:00
csu * Makeconfig (+link-bounded, link-libc-bounded, 2000-07-26 18:18:43 +00:00
ctype Update. 2000-09-01 19:36:44 +00:00
debug
dirent (alphasort, versionsort): Move __attribute_pure__ out of the __REDIRECT macro. 2000-08-23 18:03:00 +00:00
dlfcn Update. 2000-07-28 08:13:51 +00:00
elf Update. 2000-08-31 21:05:59 +00:00
gmon
gnulib Update. 2000-08-02 00:09:25 +00:00
grp Update. 2000-08-24 07:57:44 +00:00
hesiod Update. 2000-08-01 13:06:28 +00:00
hurd * hurd/hurdsig.c: Rearrange headers a bit. (_hurdsig_init): Block until _hurd_msgport_thread is initialized when cthreads is being used. 2000-08-22 19:31:27 +00:00
iconv (__gconv_open): Set res to __GCONV_NOMEM is malloc fails. 2000-09-01 07:29:10 +00:00
iconvdata Update. 2000-08-31 06:37:47 +00:00
include Update. 2000-08-31 02:27:07 +00:00
inet Update. 2000-09-01 02:26:05 +00:00
intl Update. 2000-09-01 02:26:05 +00:00
io Update. 2000-09-01 02:26:05 +00:00
libio Update. 2000-09-01 17:49:19 +00:00
linuxthreads Update. 2000-09-01 17:49:19 +00:00
linuxthreads_db Update. 2000-08-01 16:05:21 +00:00
locale Update. 2000-09-01 19:36:44 +00:00
localedata Update. 2000-09-01 17:49:19 +00:00
login
mach
malloc Update. 2000-08-31 07:34:24 +00:00
manual Update. 2000-08-25 11:40:02 +00:00
math Update. 2000-09-01 07:00:07 +00:00
misc Update. 2000-09-01 02:26:05 +00:00
nis Update. 2000-08-01 16:05:21 +00:00
nscd Update. 2000-07-17 22:09:30 +00:00
nss Define result to *result before including digits_dots.c. 2000-08-30 18:13:52 +00:00
po Update. 2000-08-28 08:00:42 +00:00
posix Update. 2000-09-01 19:36:44 +00:00
pwd
resolv (res_ourserver_p): Cleanup the type mess to avoid problems with now restrict parameter types. (convaddr4to6): Likewise. 2000-08-24 10:00:43 +00:00
resource
rpm
rt Update. 2000-08-21 06:49:52 +00:00
scripts
setjmp
shadow Update. 2000-08-21 04:18:25 +00:00
signal Update. 2000-08-29 20:17:40 +00:00
socket * misc/sys/select.h: Move prototypes of __select from here ... 2000-08-23 17:05:51 +00:00
soft-fp
stdio
stdio-common Update. 2000-08-31 08:50:08 +00:00
stdlib Update. 2000-09-01 06:39:10 +00:00
streams Update. 2000-08-21 06:49:52 +00:00
string Update. 2000-09-01 19:36:44 +00:00
sunrpc Update. 2000-08-24 08:53:30 +00:00
sysdeps Update. 2000-09-01 07:14:30 +00:00
sysvipc Update. 2000-09-01 02:26:05 +00:00
termios
time Update. 2000-09-01 02:26:05 +00:00
timezone Update. 2000-08-10 19:48:27 +00:00
wcsmbs Update. 2000-09-01 19:36:44 +00:00
wctype Update. 2000-09-01 19:36:44 +00:00
.cvsignore
abi-tags
aclocal.m4
BUGS Mention broken LC_COLLATE specification. 2000-08-28 04:08:02 +00:00
ChangeLog Update. 2000-09-01 19:36:44 +00:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
ChangeLog.10
config-name.in
config.h.in
config.make.in Update. 2000-07-21 04:12:25 +00:00
configure Update. 2000-08-31 21:05:59 +00:00
configure.in Update. 2000-08-31 21:05:59 +00:00
CONFORMANCE Update. 2000-08-16 02:05:38 +00:00
COPYING
COPYING.LIB
extra-lib.mk
FAQ Update. 2000-08-09 07:12:30 +00:00
FAQ.in Update. 2000-08-09 07:12:30 +00:00
glibcbug.in
INSTALL Update. 2000-08-09 07:12:30 +00:00
INTERFACE
Make-dist (dist): Resolve `..' in file names. 2000-08-01 12:16:52 +00:00
Makeconfig Update. 2000-08-25 18:07:41 +00:00
Makefile Update. 2000-08-03 04:40:50 +00:00
Makefile.in
Makerules * Makeconfig (+link-bounded, link-libc-bounded, 2000-07-26 18:18:43 +00:00
MakeTAGS
NAMESPACE
NEWS Update. 2000-08-29 03:44:11 +00:00
NOTES
o-iterator.mk
PROJECTS
README Update. 2000-08-31 23:34:32 +00:00
README-alpha
README.libm
README.template Update alpha entry, add mips and ia64. 2000-08-09 06:29:17 +00:00
Rules Update. 2000-07-29 08:11:47 +00:00
shlib-versions Add a rule for S/390 to the libm version list. 2000-08-28 11:09:29 +00:00
test-skeleton.c
version.h Update. 2000-08-31 21:42:39 +00:00
Versions.def

This directory contains the version 2.1.93 release of the GNU C Library.
Many bugs have been fixed since the last release.
Some bugs surely remain.

As of this release, the GNU C library is known to run on the following
configurations:

		*-*-gnu			GNU Hurd
		i[3456]86-*-linux-gnu	Linux-2.x on Intel
		m68k-*-linux-gnu	Linux-2.x on Motorola 680x0
		alpha*-*-linux-gnu	Linux-2.x on DEC Alpha
		powerpc-*-linux-gnu     Linux and MkLinux on PowerPC systems
		sparc-*-linux-gnu	Linux-2.x on SPARC
		sparc64-*-linux-gnu	Linux-2.x on UltraSPARC
		arm-*-none		ARM standalone systems
		arm-*-linux		Linux-2.x on ARM
		arm-*-linuxaout		Linux-2.x on ARM using a.out binaries
		mips*-*-linux-gnu	Linux-2.x on MIPS
		ia64-*-linux-gnu	Linux-2.x on ia64

Former releases of this library (version 1.09.1 and perhaps earlier
versions) used to run on the following configurations:

		alpha-dec-osf1
		i[3456]86-*-bsd4.3
		i[3456]86-*-isc2.2
		i[3456]86-*-isc3
		i[3456]86-*-sco3.2
		i[3456]86-*-sco3.2v4
		i[3456]86-*-sysv
		i[3456]86-*-sysv4
		i[3456]86-force_cpu386-none
		i[3456]86-sequent-bsd
		i960-nindy960-none
		m68k-hp-bsd4.3
		m68k-mvme135-none
		m68k-mvme136-none
		m68k-sony-newsos3
		m68k-sony-newsos4
		m68k-sun-sunos4
		mips-dec-ultrix4
		mips-sgi-irix4
		sparc-sun-solaris2
		sparc-sun-sunos4

Since no one has volunteered to test and fix the above configurations,
these are not supported at the moment.  It's expected that these don't
work anymore.  Porting the library is not hard.  If you are interested
in doing a port, please contact the glibc maintainers by sending
electronic mail to <bug-glibc@gnu.org>.

There are some add-ons which can be used together with GNU libc.  They
are designed in a way to ease the installation by integrating them in
the libc source tree.  Simply get the add-ons you need and use the
--enable-add-ons option of the `configure' script to tell where the
add-ons are found.  Please read the FAQ file for more details.

See the file INSTALL to find out how to configure, build, install, and port
the GNU C library.  You might also consider reading the WWW pages for the
GNU libc at http://www.gnu.org/software/libc/libc.html.

The GNU C Library is completely documented by the Texinfo manual found
in the `manual/' subdirectory.  The manual is still being updated and
contains some known errors and omissions; we regret that we do not
have the resources to work on the manual as much as we would like.
Please send comments on the manual to <bug-glibc-manual@gnu.org>, and
not to the library bug-reporting address.

The file NOTES contains a description of the feature-test macros used
in the GNU C library, explaining how you can tell the library what
facilities you want it to make available.

We prefer to get bug reports sent using the `glibcbug' shell script which
is installed together with the rest of the GNU libc to <bugs@gnu.org>.
Simply run this shell script and fill in the information.  Nevertheless
you can still send bug reports to <bug-glibc@gnu.org> as normal electronic
mails.

The GNU C Library is free software.  See the file COPYING.LIB for copying
conditions.