guile-user
[Top][All Lists]
Advanced

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

ttn-pers-scheme 0.26 available


From: Thien-Thi Nguyen
Subject: ttn-pers-scheme 0.26 available
Date: Wed, 14 Nov 2001 15:23:24 -0800

hello,

seen on a sign: "demolition by acme construction".  woo hoo!
in that spirit, check out dir:

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

for tarball and friends.  NEWS excerpt follows.

thi

_________________________________________
- VERSION 0.26 (released 2001/11/14)

  - "New" modules

        The following modules were created by pulling out one or two
        procs from either (ttn fileutils) or (ttn shellutils).  This was
        done to reduce memory overhead in the case of unused definitions
        in the same module as the definition you are actually interested
        in.

        (ttn email-log-if-fail)                 from (ttn fileutils)
        (ttn expand-file-name)
        (ttn save-buffer)
        (ttn write-buffer)
        (ttn find-file)

        (ttn call-process)                      from (ttn shellutils)
        (ttn call-process-to-buffers)
        (ttn make-buffered-caller)

        In the future, other (ttn *utils) modules will probably be
        similarly factored.

  - Other changes to (ttn fileutils)

        Three new procs are exported: `filename-sans-end-sep-proc',
        `filename-components' and `filename-components-append'.  The
        latter two are inverses.  Here are the docstrings:

    - filename-sans-end-slash NAME

        Return NAME, a string, stripping the terminating "/" character.
        If there is no "/", just return NAME.

    - filename-components STRING

        Return a list of filename components parsed from STRING.
        Components are delimited by "/", which is discarded.

    - filename-components-append LS

        Return a string composed by interspersing LS elements w/ "/".

  - Other changes to (ttn shellutils)

        A new proc is exported: `(sysfmt . args)'.  Docstring:
        Apply `format' to ARGS and pass to `system'.

  - Changes to (ttn html-data)

        Three new procs are exported: `ull', `copyright' and
        `copyright-since'.  Signatures are:

        (ull x)         ; variant of `ul' that takes single list
        (copyright . prefix)
        (copyright-since year)

[excerpt ends here]



reply via email to

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