aboutsummaryrefslogtreecommitdiffstats
path: root/POSIX.STD
diff options
context:
space:
mode:
Diffstat (limited to 'POSIX.STD')
-rw-r--r--POSIX.STD6
1 files changed, 4 insertions, 2 deletions
diff --git a/POSIX.STD b/POSIX.STD
index a5b2fe3d..1555d7be 100644
--- a/POSIX.STD
+++ b/POSIX.STD
@@ -1,11 +1,11 @@
- Copyright (C) 1992, 1995, 1998, 2001, 2006, 2007, 2010
+ Copyright (C) 1992, 1995, 1998, 2001, 2006, 2007, 2010, 2011
Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
--------------------------------------------------------------------------
-Wed Dec 1 21:51:31 IST 2010
+Thu Mar 31 22:31:57 IST 2011
============================
This file documents several things related to the 2008 POSIX standard
that I noted after reviewing it.
@@ -39,3 +39,5 @@ The following things aren't described by POSIX but ought to be:
3. What happens with substr() if start is <= 0, or greater than the length
of the string, or if length is <= 0.
+
+4. Whether "next" can be invoked from a function body.