glibc/sysdeps/generic
Roland McGrath cb09a2cda2 * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
name to find codeset name (if any) and normalize it.  If the
	normalized name differs, look up only that in the archive.
	* locale/programs/locarchive.c (add_locale_to_archive): If the name
	contains a codeset, normalize the codeset store only the normalized
	name in the archive.  If not, add an alias containing the locale's
	normalized codeset name.  Apply codeset name normalization when
	matching entries in the alias file.

	* locale/programs/locarchive.c (delete_locales_from_archive): Don't
	decrement HEAD->namehash_used here.
	(add_locale): Only need to insert name string when name_offset != 0.

	* locale/programs/localedef.c (options): Add -A/--alias-file.
	(alias_file): New variable.
	(parse_opt): Grok -A, set that.
	* locale/programs/localedef.h: Declare it.

	* locale/programs/locarchive.c (insert_name): New function, broken out
	of ...
	(add_locale_to_archive): ... here.  Call that.
	(add_alias): New function.
	(add_locale): New static function, add_locale_to_archive renamed.
	(add_locale_to_archive): Call that and use add_alias to add an alias
	for the name with codeset if the given name lacks it.
	(enlarge_archive): Call add_locale instead of add_locale_to_archive.

	* locale/Makefile (routines): Add loadarchive.
	* locale/loadarchive.c: New file, started from code by Ulrich Drepper.
	(_nl_load_locale_from_archive): New function.
	* locale/localeinfo.h: Declare it.
	* locale/findlocale.c (_nl_find_locale): If using default locale path,
	try _nl_load_locale_from_archive first.

	* locale/loadlocale.c (_nl_intern_locale_data): New function,
	broken out of _nl_load_locale.
	(_nl_load_locale): Call that.
	* locale/localeinfo.h: Declare it.
	(struct locale_data): Replace member `mmaped' with `alloc', an enum.
	(struct locale_data): Remove unused member `options'.
	* locale/findlocale.c (_nl_remove_locale): Update uses.
	* locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
	* locale/C-collate.c: Update initializer.
	* locale/C-identification.c: Likewise.
	* locale/C-measurement.c: Likewise.
	* locale/C-telephone.c: Likewise.
	* locale/C-address.c: Likewise.
	* locale/C-name.c: Likewise.
	* locale/C-paper.c: Likewise.
	* locale/C-time.c: Likewise.
	* locale/C-numeric.c: Likewise.
	* locale/C-monetary.c: Likewise.
	* locale/C-messages.c : Likewise.
	* locale/C-ctype.c: Likewise.

	* locale/hashval.h [! LONGBITS]: Include <limits.h> here and
	use CHAR_BIT instead of BITSPERBYTE.

	* locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
	_nl_unload_locale): Add `internal_function attribute_hidden' to decls.
	* locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
	(_nl_remove_locale): Likewise.
	* locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.

	* locale/findlocale.c (_nl_default_locale_path): New variable.
	(_nl_find_locale): If LOCALE_PATH is null, default to that.
	* locale/localeinfo.h: Declare it.
	* locale/setlocale.c (setlocale): Use _nl_default_locale_path
	in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
	* locale/newlocale.c (__newlocale): Likewise.

	* misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
	* inet/rexec.c (rexec_af): Add libc_hidden_def.
	* sysdeps/generic/morecore.c: Likewise.
	* signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
	(__libc_current_sigrtmax): Likewise.

2002-08-08  Roland McGrath  <roland@redhat.com>

	* locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
	* catgets/open_catalog.c (__open_catalog): Likewise.

	* locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
	from typo INITIAL_NUM_NANES.
	(create_archive): Update use.
2002-08-10 06:22:37 +00:00
..
bits * sysdeps/pthread/bits/libc-tsd.h: Include <tls.h>. 2002-08-02 03:32:24 +00:00
elf
net
netinet
sys
Dist
Makefile
_G_config.h
__longjmp.c
_exit.c
_strerror.c Update. 2002-08-03 21:19:56 +00:00
a.out.h
abort-instr.h
abort.c * include/search.h: Use libc_hidden_proto for hsearch_r, lfind. 2002-08-04 01:29:29 +00:00
accept.c
access.c
acct.c
add_n.c
addmul_1.c
adjtime.c
aio_cancel.c
aio_fsync.c
aio_misc.c
aio_misc.h
aio_notify.c
aio_read.c
aio_read64.c
aio_sigqueue.c
aio_suspend.c
aio_write.c
aio_write64.c
alarm.c * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr, 2002-08-04 03:30:56 +00:00
alphasort64.c
asm-syntax.h
atomicity.h
backtrace.c Update. 2002-07-15 03:58:49 +00:00
backtracesyms.c
backtracesymsfd.c
bb_init_func.c
bcopy.c
bind.c Update. 2002-05-15 00:22:23 +00:00
bp-checks.h
bp-semctl.h
bp-start.h
bp-sym.h
bp-thunks.h
brdinit.c
brk.c
bsd-_setjmp.c
bsd-setjmp.c
bzero.c
chdir.c
check_fds.c Update. 2002-04-14 20:15:40 +00:00
chflags.c
chmod.c
chown.c Update. 2002-08-03 07:02:10 +00:00
chroot.c
clock.c
clock_getcpuclockid.c
clock_getres.c
clock_gettime.c
clock_nanosleep.c
clock_settime.c
close.c Update. 2002-08-03 07:02:10 +00:00
closedir.c
cmp.c
configure
configure.in
confstr.h
connect.c
console.c
creat.c
creat64.c
ctermid.c
cuserid.c
dbl2mpn.c
det_endian.c
device-nrs.h
dirfd.c
dirstream.h
div.c
divmod_1.c
divrem.c
dl-brk.c
dl-cache.c
dl-cache.h
dl-dtprocnum.h
dl-environ.c
dl-hash.h
dl-iteratephdr-static.c
dl-librecon.h
dl-lookupcfg.h
dl-machine.h
dl-origin.c
dl-osinfo.h
dl-procinfo.c
dl-procinfo.h
dl-sbrk.c
dl-sysdep.c Update. 2002-07-20 17:31:30 +00:00
dl-tls.c (_dl_allocate_tls_init): Store dtv pointer at correct index. Clear BSS region now that memalign is used. 2002-08-06 00:51:51 +00:00
dl-tls.h
dup.c
dup2.c Update. 2002-08-03 07:02:10 +00:00
dwarf2.h
e_acoshl.c
e_acosl.c
e_asinl.c
e_atan2l.c
e_atanhl.c
e_coshl.c
e_exp2l.c
e_exp10.c
e_exp10f.c
e_exp10l.c
e_expl.c
e_fmodl.c
e_gammal_r.c
e_hypotl.c
e_j0l.c
e_j1l.c
e_jnl.c
e_lgammal_r.c
e_log2l.c
e_log10l.c
e_logl.c
e_powl.c
e_rem_pio2l.c
e_scalb.c
e_scalbf.c
e_scalbl.c
e_sinhl.c
e_sqrtl.c
enbl-secure.c
endutxent.c
entry.h
environ.c
errlist.c
errno-loc.c Update. 2002-07-20 01:14:41 +00:00
errqueue.h
euidaccess.c
exc2signal.c
execve.c
fattach.c
fchdir.c
fchflags.c
fchmod.c
fchown.c
fclrexcpt.c
fcntl.c Update. 2002-08-03 07:02:10 +00:00
fd_to_filename.h
fdatasync.c
fdetach.c
fedisblxcpt.c
feenablxcpt.c
fegetenv.c
fegetexcept.c
fegetround.c
feholdexcpt.c
fesetenv.c
fesetround.c
feupdateenv.c
fexecve.c
ffs.c
ffsll.c
fgetexcptflg.c
flock.c
fork.c
fpathconf.c
fpu_control.c
fpu_control.h
fraiseexcpt.c
frame.h
framestate.c
fsetexcptflg.c
fstatfs.c
fstatfs64.c
fstatvfs.c
fstatvfs64.c
fsync.c
ftestexcept.c
ftime.c
ftruncate.c
ftruncate64.c
fxstat.c Update. 2002-04-14 17:55:43 +00:00
fxstat64.c
gai_sigqueue.c
gai_strerror.c
gccframe.h
get_clockfreq.c
getaddrinfo.c * include/rpc/auth.h: Use libc_hidden_proto for getnetname, 2002-08-06 06:09:28 +00:00
getclktck.c
getcontext.c
getcwd.c
getdents.c
getdents64.c
getdomain.c
getdtsz.c
getegid.c
getenv.c * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog. 2002-08-03 12:59:33 +00:00
geteuid.c
getgid.c
getgroups.c
gethostid.c
gethostname.c
getitimer.c
getloadavg.c
getlogin.c
getlogin_r.c
getmsg.c
getpagesize.c Update. 2002-08-03 07:02:10 +00:00
getpeername.c
getpgid.c Update. 2002-08-03 07:02:10 +00:00
getpgrp.c
getpid.c * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr, 2002-08-04 03:30:56 +00:00
getpmsg.c
getppid.c
getpriority.c * include/sys/resource.h: Use libc_hidden_proto for getpriority, 2002-08-04 03:50:21 +00:00
getpt.c
getresgid.c
getresuid.c
getrlimit.c
getrlimit64.c
getrusage.c
getsid.c * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr, 2002-08-04 03:30:56 +00:00
getsockname.c Update. 2002-05-15 00:22:23 +00:00
getsockopt.c
getsysstats.c
gettimeofday.c Update. 2002-04-14 09:14:45 +00:00
getuid.c
getutmp.c
getutmpx.c
getutxent.c
getutxid.c
getutxline.c
glob.c Update. 2002-08-05 00:43:00 +00:00
glob64.c * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr, 2002-08-04 03:30:56 +00:00
gmp-mparam.h
grantpt.c
group_member.c
gtty.c
hp-timing.h
htonl.c
htons.c
if_index.c
ifaddrs.c Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'. 2002-07-24 22:56:44 +00:00
ifreq.h Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'. 2002-07-24 22:56:44 +00:00
init-first.c
init-posix.c
initfini.c
inlines.c
intr-msg.h
inttypes.h
ioctl.c
isastream.c
isatty.c
isfdtype.c
jmp-unwind.c
k_cosl.c
k_rem_pio2l.c
k_sincosl.c
k_sinl.c
k_tanl.c
kill.c
killpg.c
labs.c
lchown.c
ldbl2mpn.c
ldconfig.h
ldiv.c
ldsodefs.h 2002-08-05 Roland McGrath <roland@redhat.com> 2002-08-05 18:56:03 +00:00
libc-start.c * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop 2002-08-05 06:38:00 +00:00
libc-tls.c Update. 2002-08-08 04:16:54 +00:00
libc_fatal.c
libm-test-ulps
link.c
lio_listio.c
lio_listio64.c
listen.c Update. 2002-05-15 00:22:23 +00:00
llabs.c
lldiv.c
lockf.c
lockf64.c
lockfile.c
longjmp-ts.c
longjmp.c
lseek.c
lseek64.c
lshift.c
lxstat.c Update. 2002-04-15 05:35:10 +00:00
lxstat64.c Update. 2002-04-15 05:35:10 +00:00
machine-gmon.h
machine-lock.h
machine-sp.h
madvise.c
makecontext.c
math_ldbl.h
memccpy.c
memchr.c
memcmp.c
memcopy.h
memcpy.c
memmem.c
memmove.c
mempcpy.c 2002-08-03 Roland McGrath <roland@redhat.com> 2002-08-03 08:42:02 +00:00
memrchr.c
memset.c
memusage.h
mig-reply.c
mincore.c
mkdir.c
mkfifo.c
mknod.c
mlock.c
mlockall.c
mmap.c
mmap64.c
mod_1.c
morecore.c * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale 2002-08-10 06:22:37 +00:00
mp_clz_tab.c
mpn2dbl.c
mpn2flt.c
mpn2ldbl.c
mprotect.c
msgctl.c
msgget.c
msgrcv.c
msgsnd.c
msync.c
mul.c
mul_1.c
mul_n.c
munlock.c
munlockall.c
munmap.c
nanosleep.c
nice.c
nscd-types.h
open.c Update. 2002-08-03 07:02:10 +00:00
open64.c Update. 2002-08-03 07:02:10 +00:00
opendir.c
opensock.c
pagecopy.h
pathconf.c
paths.h
pause.c
pipe.c Update. 2002-08-03 07:02:10 +00:00
poll.c
posix_fadvise.c
posix_fadvise64.c
posix_fallocate.c
posix_fallocate64.c
pread.c
pread64.c
printf_fphex.c Update. 2002-04-14 17:55:43 +00:00
prof-freq.c Update. 2002-08-03 07:02:10 +00:00
profil-counter.h
profil.c
pselect.c
ptrace.c
ptsname.c
pty-private.h
putenv.c
putmsg.c
putpmsg.c
pututxline.c
pwrite.c
pwrite64.c Update. 2002-08-03 07:02:10 +00:00
raise.c * sysdeps/posix/raise.c: Likewise. 2002-08-03 22:46:42 +00:00
rawmemchr.c Update. 2002-08-03 07:02:10 +00:00
read.c Update. 2002-08-03 07:02:10 +00:00
readdir.c
readdir64.c
readdir64_r.c
readdir_r.c
readelflib.c Update. 2002-05-31 00:36:57 +00:00
readlink.c
readv.c
reboot.c
recv.c
recvfrom.c Update. 2002-05-15 00:22:23 +00:00
recvmsg.c Update. 2002-05-15 00:22:23 +00:00
register-dump.h
remove.c
rename.c
revoke.c
rewinddir.c
rmdir.c
rshift.c
s_asinhl.c
s_atanl.c
s_cacos.c
s_cacosf.c
s_cacosh.c
s_cacoshf.c
s_cacoshl.c
s_cacosl.c
s_casin.c
s_casinf.c
s_casinh.c
s_casinhf.c
s_casinhl.c
s_casinl.c
s_catan.c
s_catanf.c
s_catanh.c
s_catanhf.c
s_catanhl.c
s_catanl.c
s_cbrtl.c
s_ccos.c
s_ccosf.c
s_ccosh.c
s_ccoshf.c
s_ccoshl.c
s_ccosl.c
s_cexp.c
s_cexpf.c
s_cexpl.c
s_clog.c
s_clog10.c
s_clog10f.c
s_clog10l.c
s_clogf.c
s_clogl.c
s_cpow.c
s_cpowf.c
s_cpowl.c
s_cproj.c
s_cprojf.c
s_cprojl.c
s_csin.c
s_csinf.c
s_csinh.c
s_csinhf.c
s_csinhl.c
s_csinl.c
s_csqrt.c
s_csqrtf.c
s_csqrtl.c
s_ctan.c
s_ctanf.c
s_ctanh.c
s_ctanhf.c
s_ctanhl.c
s_ctanl.c
s_erfl.c
s_expm1l.c
s_fdim.c
s_fdimf.c
s_fdiml.c
s_fma.c
s_fmaf.c
s_fmal.c
s_fmax.c
s_fmaxf.c
s_fmaxl.c
s_fmin.c
s_fminf.c
s_fminl.c
s_ldexp.c
s_ldexpf.c
s_ldexpl.c
s_log1pl.c
s_nan.c
s_nanf.c
s_nanl.c
s_nextafter.c
s_nexttowardf.c
s_nexttowardl.c
s_significand.c
s_significandf.c
s_significandl.c
s_tanhl.c
sbrk.c Update. 2002-08-03 07:02:10 +00:00
scandir64.c
sched_getaffinity.c Update. 2002-08-08 07:53:36 +00:00
sched_getp.c
sched_gets.c
sched_primax.c
sched_primin.c
sched_rr_gi.c
sched_setaffinity.c Update. 2002-08-08 07:53:36 +00:00
sched_setp.c
sched_sets.c Update. 2002-08-03 07:02:10 +00:00
sched_yield.c
seekdir.c
segfault.c
select.c Update. 2002-08-03 07:02:10 +00:00
semctl.c
semget.c
semop.c
send.c Update. 2002-08-03 07:02:10 +00:00
sendfile.c * sysdeps/generic/sendfile.c: Include <errno.h>. 2002-06-05 20:38:48 +00:00
sendfile64.c * sysdeps/generic/sendfile.c: Include <errno.h>. 2002-06-05 20:38:48 +00:00
sendmsg.c Update. 2002-05-15 00:22:23 +00:00
sendto.c Update. 2002-05-15 00:22:23 +00:00
setcontext.c
setdomain.c
setegid.c
setenv.c
seteuid.c
setfpucw.c
setgid.c
setgroups.c
sethostid.c
sethostname.c
setitimer.c
setjmp.c
setlogin.c
setpgid.c Update. 2002-08-03 07:02:10 +00:00
setpgrp.c
setpriority.c * include/sys/resource.h: Use libc_hidden_proto for getpriority, 2002-08-04 03:50:21 +00:00
setregid.c
setreuid.c
setrlimit.c
setrlimit64.c
setsid.c
setsockopt.c Update. 2002-05-15 00:22:23 +00:00
settimeofday.c
setuid.c
setutxent.c
shm_open.c
shm_unlink.c
shmat.c
shmctl.c
shmdt.c
shmget.c
shutdown.c
sigaction.c Update. 2002-08-03 07:02:10 +00:00
sigaltstack.c
sigblock.c
sigcontextinfo.h
sigignore.c
sigintr.c
sigjmp.c
siglist.c Update. 2002-08-04 23:32:14 +00:00
siglist.h
signal.c
signame.c
signame.h
sigpause.c 2002-08-03 Roland McGrath <roland@redhat.com> 2002-08-03 22:26:02 +00:00
sigpending.c
sigprocmask.c
sigqueue.c
sigreturn.c
sigset-cvt-mask.h
sigset.c
sigsetmask.c
sigstack.c
sigsuspend.c Update. 2002-08-03 07:02:10 +00:00
sigtimedwait.c
sigvec.c
sigwait.c
sigwaitinfo.c
sleep.c
sockatmark.c
socket.c
socketpair.c
spawni.c
speed.c
sprofil.c
sstk.c
stackinfo.h
start.c
statfs.c Update. 2002-08-03 07:02:10 +00:00
statfs64.c
statvfs.c
statvfs64.c
stdint.h
stime.c
stpcpy.c (__stpcpy): Add libc_hidden_def. 2002-08-04 01:22:11 +00:00
stpncpy.c Update. 2002-08-03 07:02:10 +00:00
strcasecmp.c Update. 2002-08-03 07:02:10 +00:00
strcasecmp_l.c * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions 2002-08-06 08:40:20 +00:00
strcasestr.c
strcat.c
strchr.c
strchrnul.c
strcmp.c
strcpy.c
strcspn.c
strlen.c
strncase.c
strncase_l.c * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions 2002-08-06 08:40:20 +00:00
strncat.c
strncmp.c
strncpy.c
strnlen.c
strpbrk.c
strrchr.c
strsep.c
strspn.c
strstr.c
strtoimax.c
strtok.c
strtok_r.c
strtol.c * include/search.h: Use libc_hidden_proto for hsearch_r, lfind. 2002-08-04 01:29:29 +00:00
strtol_l.c
strtold.c
strtoll.c
strtoll_l.c
strtoul.c
strtoul_l.c
strtoull.c
strtoull_l.c
strtoumax.c
strtsupp.c
stty.c
sub_n.c
submul_1.c
swapcontext.c
swapoff.c
swapon.c
symlink.c
sync.c
syscall.c
sysconf.c Update. 2002-08-04 09:27:27 +00:00
sysdep.c
sysdep.h * sysdeps/pthread/bits/libc-tsd.h: Include <tls.h>. 2002-08-02 03:32:24 +00:00
system.c
sysv_signal.c
t_sincosl.c
tcdrain.c
tcflow.c
tcflush.c
tcgetattr.c
tcgetpgrp.c
tcsendbrk.c
tcsetattr.c
tcsetpgrp.c
telldir.c
tempname.c
testrtsig.h
thread_state.h
time.c * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__]. 2002-08-03 12:09:37 +00:00
timer_create.c
timer_delete.c
timer_getoverr.c
timer_gettime.c
timer_settime.c
times.c
tls.h Update. 2002-04-29 05:00:43 +00:00
tmpfile.c * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define 2002-06-12 20:36:22 +00:00
tmpfile64.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
trampoline.c
truncate.c
truncate64.c
tst-timer.c
ttyname.c
ttyname_r.c
ualarm.c
udiv_qrnnd.c
ulimit.c
umask.c
uname.c * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname. 2002-08-05 22:47:19 +00:00
unlink.c
unlockpt.c
unsecvars.h
unwind-dw2-fde-glibc.c * include/getopt.h: But private decls inside [_GETOPT_H]. 2002-08-06 21:10:50 +00:00
unwind-dw2-fde.c Update. 2002-05-15 00:22:23 +00:00
unwind-dw2-fde.h
unwind-dw2.c
unwind-pe.h
unwind.h
updwtmp.c
updwtmpx.c
usleep.c
ustat.c
utime.c * include/stdlib.h: Use libc_hidden_proto for qsort. 2002-08-03 22:26:33 +00:00
utimes.c
utmp_file.c * include/stdlib.h: Use libc_hidden_proto for qsort. 2002-08-03 22:26:33 +00:00
utmpxname.c
versionsort64.c
vfork.c
vhangup.c
vlimit.c
vtimes.c
w_acos.c
w_acosf.c
w_acosh.c
w_acoshf.c
w_acoshl.c
w_acosl.c
w_asin.c
w_asinf.c
w_asinl.c
w_atan2.c
w_atan2f.c
w_atan2l.c
w_atanh.c
w_atanhf.c
w_atanhl.c
w_cosh.c
w_coshf.c
w_coshl.c
w_drem.c
w_dremf.c
w_dreml.c
w_exp2.c
w_exp2f.c
w_exp2l.c
w_exp10.c
w_exp10f.c
w_exp10l.c
w_expl.c
w_fmod.c
w_fmodf.c
w_fmodl.c
w_hypot.c
w_hypotf.c
w_hypotl.c
w_j0.c
w_j0f.c
w_j0l.c
w_j1.c
w_j1f.c
w_j1l.c
w_jn.c
w_jnf.c
w_jnl.c
w_lgamma.c
w_lgamma_r.c
w_lgammaf.c
w_lgammaf_r.c
w_lgammal.c
w_lgammal_r.c
w_log.c
w_log2.c
w_log2f.c
w_log2l.c
w_log10.c
w_log10f.c
w_log10l.c
w_logf.c
w_logl.c
w_pow.c
w_powf.c
w_powl.c
w_remainder.c
w_remainderf.c
w_remainderl.c
w_scalb.c
w_scalbf.c
w_scalbl.c
w_sinh.c
w_sinhf.c
w_sinhl.c
w_sqrt.c
w_sqrtf.c
w_sqrtl.c
w_tgamma.c
w_tgammaf.c
w_tgammal.c
wait.c
wait3.c
wait4.c
waitid.c
waitpid.c
wcstoimax.c
wcstol.c
wcstol_l.c * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions 2002-08-06 08:40:20 +00:00
wcstoll.c
wcstoll_l.c * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions 2002-08-06 08:40:20 +00:00
wcstoul.c
wcstoul_l.c * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions 2002-08-06 08:40:20 +00:00
wcstoull.c
wcstoull_l.c * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions 2002-08-06 08:40:20 +00:00
wcstoumax.c
wordcopy.c
wordexp.c * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr, 2002-08-04 03:30:56 +00:00
write.c Update. 2002-08-03 07:02:10 +00:00
writev.c
xmknod.c Update. 2002-08-04 09:27:27 +00:00
xstat.c
xstat64.c