gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, gawk-4.0-stable, updated. 993362a337da45


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.0-stable, updated. 993362a337da4576050d4dd2812ffa753553ea88
Date: Sun, 14 Aug 2011 18:18:51 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, gawk-4.0-stable has been updated
       via  993362a337da4576050d4dd2812ffa753553ea88 (commit)
      from  ee77c260899fdce1cec5cf51053ccdb107f76d62 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=993362a337da4576050d4dd2812ffa753553ea88

commit 993362a337da4576050d4dd2812ffa753553ea88
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Aug 14 21:17:59 2011 +0300

    Fix small mistake in doc for quicksort function.

diff --git a/awklib/eg/lib/quicksort.awk b/awklib/eg/lib/quicksort.awk
index aa67736..7a635d6 100644
--- a/awklib/eg/lib/quicksort.awk
+++ b/awklib/eg/lib/quicksort.awk
@@ -7,7 +7,6 @@
 #               or almost any algorithms or computer science text
 #
 # Adapted from K&R-II, page 110
-end ignore
 
 function quicksort(data, left, right, less_than,    i, last)
 {
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 9dbd45c..d7b65a6 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -17102,6 +17102,7 @@ We can do something similar using @command{gawk}, like 
this:
 @c file eg/lib/quicksort.awk
 #
 # Adapted from K&R-II, page 110
address@hidden endfile
 @end ignore
 @c file eg/lib/quicksort.awk
 

-----------------------------------------------------------------------

Summary of changes:
 awklib/eg/lib/quicksort.awk |    1 -
 doc/gawk.texi               |    1 +
 2 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]