Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--winsup/doc/ChangeLog5
-rw-r--r--winsup/doc/calls.texinfo8
2 files changed, 9 insertions, 4 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index ce115797d..9ae1ba595 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-27 Nicholas Wourms <nwourms@netscape.net>
+
+ * calls.texinfo: Add getc_unlocked, getchar_unlocked, putc_unlocked
+ and putchar_unlocked.
+
2002-08-21 Christopher Faylor <cgf@redhat.com>
* dll.sgml: Remove indirect reference to older gccs.
diff --git a/winsup/doc/calls.texinfo b/winsup/doc/calls.texinfo
index 61a0213a4..e180d811f 100644
--- a/winsup/doc/calls.texinfo
+++ b/winsup/doc/calls.texinfo
@@ -365,18 +365,18 @@ net release.)}
@item funlockfile: P96 8.2.6.1 -- unimplemented
@item fwrite: C 4.9.8.2, P 8.2.3.6
@item getc: C 4.9.7.5, P 8.2.3.5
-@item getc_unlocked: P96 8.2.7.1 -- unimplemented
+@item getc_unlocked: P96 8.2.7.1
@item getchar: C 4.9.7.6, P 8.2.3.5
-@item getchar_unlocked: P96 8.2.7.1 -- unimplemented
+@item getchar_unlocked: P96 8.2.7.1
@item gets: C 4.9.7.7, P 8.2.3.5
@item gmtime_r: P96 8.3.6.1 -- unimplemented
@item localtime_r: P96 8.3.7.1 -- unimplemented
@item perror: C 4.9.10.4, P 8.2.3.8
@item printf: C 4.9.6.3, P 8.2.3.6
@item putc: C 4.9.7.8, P 8.2.3.6
-@item putc_unlocked: P96 8.2.7.1 -- unimplemented
+@item putc_unlocked: P96 8.2.7.1
@item putchar: C 4.9.7.9, P 8.2.3.6
-@item putchar_unlocked: P96 8.2.7.1 -- unimplemented
+@item putchar_unlocked: P96 8.2.7.1
@item puts: C 4.9.7.10, P 8.2.3.6
@item rand_r: P96 8.3.8.1 -- unimplemented
@item remove: C 4.9.4.1, P 8.2.4