aboutsummaryrefslogtreecommitdiff
path: root/source/1.0/doc
diff options
context:
space:
mode:
authorkate.ward <kate.ward@forestent.com>2008-11-12 20:15:39 +0000
committerkate.ward <kate.ward@forestent.com>2008-11-12 20:15:39 +0000
commitd99166b6841b9367e672f1864d77a2a239f85a45 (patch)
tree69821220fbf0debac2a0458a5462fe132573c0cf /source/1.0/doc
parentbcd68392a588b01caf7d672c0b620e449f247182 (diff)
downloadshflags-d99166b6841b9367e672f1864d77a2a239f85a45.tar.gz
Diffstat (limited to 'source/1.0/doc')
-rw-r--r--source/1.0/doc/CHANGES-1.0.txt3
-rw-r--r--source/1.0/doc/TODO.txt12
2 files changed, 15 insertions, 0 deletions
diff --git a/source/1.0/doc/CHANGES-1.0.txt b/source/1.0/doc/CHANGES-1.0.txt
index 037a83f..36b97d9 100644
--- a/source/1.0/doc/CHANGES-1.0.txt
+++ b/source/1.0/doc/CHANGES-1.0.txt
@@ -22,6 +22,9 @@ Improved assert[Warn|Error]Msg() test helper grepping.
Replaced shell_versions.sh with a new versions library and created
gen_test_results.sh to make releases easier.
+Copied the coding standards from shUnit2, but haven't fully implemented them
+in shFlags yet.
+
Changes with 1.0.1
------------------
diff --git a/source/1.0/doc/TODO.txt b/source/1.0/doc/TODO.txt
new file mode 100644
index 0000000..94023b3
--- /dev/null
+++ b/source/1.0/doc/TODO.txt
@@ -0,0 +1,12 @@
+improve zsh, automatically ... (pulled from configure)
+
+ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
+ emulate sh
+ NULLCMD=:
+ # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
+ # is contrary to our usage. Disable this feature.
+ alias -g '${1+"$@"}'='"$@"'
+ setopt NO_GLOB_SUBST
+ else
+
+add 'Output:' section to all function headers