unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Thien-Thi Nguyen <ttn@surf.glug.org>
Cc: guile-user@gnu.org
Subject: ttn-pers-scheme 0.33 available
Date: Fri, 30 Jan 2004 15:34:49 +0100	[thread overview]
Message-ID: <E1AmZjN-0000ix-00@surf.glug.org> (raw)

from README:

  This directory contains ttn's personal scheme library, a
  collection of Guile Scheme code and intervening text (-; and a
  maintenance methodology).

NEWS excerpt below.  tarball and other files in dir:

  http://www.glug.org/people/ttn/software/ttn-pers-scheme/

in other news, just got a thumbs up from the find-0.01 author to include
module (z77z find) in a future ttn-pers-scheme release.  cool.

thi


______________________________________
 - VERSION 0.33 (released 2004-01-30)
 
   - Info page installed
 
 	At long last, there is documentation.  Also distributed, but
 	not installed, is the same documentation in HTML format.  The
 	availability of docs somewhat explains the brevity of the New
 	Foo items below.
 
   - Installation updates module catalog (if supported by system)
 
   - Bugfix to (ttn edit) proc: `looking-at'
 
 	A bug was fixed whereby regular expressions beginning with
 	"^" were not handled correctly: `looking-at' would return #f
 	when point was in fact at the beginning of the line.  It would
 	only return #t if point was at the beginning of the buffer.
 
   - Input pipe explicitly closed
 
 	The following procs now explicitly do a `close-pipe' when done
 	reading input, allowing memory to be collected:
 
 	  (ttn shell-command-to-string)  shell-command-to-string
 					 shell-command-to-list
 					 shell-command->string
 					 shell-command->list
 
   - Internal (ttn gap-buffer) values bumped up
 
 	(define default-initial-allocation (* 2 1024))
 	(define default-chunk-size 1024)
 	(define default-realloc-threshold 32)
 
   - New (ttn dirutils) proc: `filtered-files-in-vicinity'
 
   - New module: (ttn METAINFO)
 
   - New module: (ttn cvsutils)
 
 	This is analogous to (ttn rcsutils), for CVS.
 
   - New module: (ttn read-text-db-table)
 
   - New module: (ttn personal-pgtable)
 
   - New module: (ttn rlog-scan-proc)
 
   - New scripts
 
 	These are not installed but are mentioned here since they
 	play a part in the methodology.
 
     - steal-this-package
 
 	Actually, running this program results in an error at this
 	time.  The adventurous may wish to pursue the matter anyway.
 
     - collect-lessons
 
 	This is used to help maintain the "Learning Scheme Programming"
 	node in the Guide.  The mechanisms are in place but the actual
 	recording of lessons is still very much in the future.
 
   - Makefile oriented to CVS
 
 	Source has moved from RCS to CVS and the top-level Makefile now
 	reflects that (notably for "make dist").

[excerpt ends here]


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


                 reply	other threads:[~2004-01-30 14:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1AmZjN-0000ix-00@surf.glug.org \
    --to=ttn@surf.glug.org \
    --cc=guile-user@gnu.org \
    --cc=ttn@glug.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).