aboutsummaryrefslogtreecommitdiffstats
path: root/POSIX.STD
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-03-31 22:59:51 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-03-31 22:59:51 +0200
commitb1746329b7749a8f760bab04c12e5127a23e46ed (patch)
tree404a97cae18ca57da54125252af291415128f57f /POSIX.STD
parent089e787a5a970f8005cf4ee34b152bf1747b14b0 (diff)
downloadegawk-b1746329b7749a8f760bab04c12e5127a23e46ed.tar.gz
egawk-b1746329b7749a8f760bab04c12e5127a23e46ed.tar.bz2
egawk-b1746329b7749a8f760bab04c12e5127a23e46ed.zip
Lots of documentation updates.
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.