diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-15 16:47:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-15 16:47:38 +0000 |
commit | e9dcb080809726a5531d2b5932b7f47e61d4bc49 (patch) | |
tree | 623dd875878dbf351ee16604ac5acddbcb9eb6cf /manual/top-menu.texi | |
parent | 5a7cb1a2c7ba6bc3524a26f63c50ca7cf0740769 (diff) | |
download | glibc-e9dcb080809726a5531d2b5932b7f47e61d4bc49.tar glibc-e9dcb080809726a5531d2b5932b7f47e61d4bc49.tar.gz glibc-e9dcb080809726a5531d2b5932b7f47e61d4bc49.tar.bz2 glibc-e9dcb080809726a5531d2b5932b7f47e61d4bc49.zip |
Update.
* sysdeps/unix/sysv/linux/msgctl.c: Use INLINE_SYSCALL.
* sysdeps/unix/sysv/linux/msgget.c: Likewise.
* sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
* sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
* sysdeps/unix/sysv/linux/semctl.c: Likewise.
* sysdeps/unix/sysv/linux/semget.c: Likewise.
* sysdeps/unix/sysv/linux/semop.c: Likewise.
* sysdeps/unix/sysv/linux/shmat.c: Likewise.
* sysdeps/unix/sysv/linux/shmctl.c: Likewise.
* sysdeps/unix/sysv/linux/shmdt.c: Likewise.
* sysdeps/unix/sysv/linux/shmget.c: Likewise.
* sysdeps/unix/sysv/linux/syscalls.list: Remove ipc syscall here.
* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add ipc syscall here.
* time/strftime.c: Remove 'f' format.
* time/strptime.c (get_number): Ignore trailing whitespace.
(strptime_internal): Handle 'F' and 'k' formats.
Diffstat (limited to 'manual/top-menu.texi')
-rw-r--r-- | manual/top-menu.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manual/top-menu.texi b/manual/top-menu.texi index f14e172794..32ee478e2b 100644 --- a/manual/top-menu.texi +++ b/manual/top-menu.texi @@ -768,11 +768,19 @@ Calendar Time * High-Resolution Calendar:: A time representation with greater precision. * Broken-down Time:: Facilities for manipulating local time. * Formatting Date and Time:: Converting times to strings. +* Parsing Date and Time:: Convert textual time and date information back + into broken-down time values. * TZ Variable:: How users specify the time zone. * Time Zone Functions:: Functions to examine or specify the time zone. * Time Functions Example:: An example program showing use of some of the time functions. +Parsing Date and Time + +* Low-Level Time String Parsing:: Interpret string according to given format. +* General Time String Parsing:: User-friendly function to parse data and + time strings. + Non-Local Exits * Intro: Non-Local Intro. When and how to use these facilities. |