* Guile 1.4.1.111 available
@ 2007-09-27 8:59 Thien-Thi Nguyen
2007-09-27 10:41 ` Klaus Schilling
0 siblings, 1 reply; 4+ messages in thread
From: Thien-Thi Nguyen @ 2007-09-27 8:59 UTC (permalink / raw)
To: guile-sources; +Cc: guile-user
release notes:
small additions, plus planned obsolescence.
thi
NEWS excerpt:
- 1.4.1.111 | 2007-09-27
- scheduled for removal: module (ice-9 md-data) by 2008-01-01
This was introduced in Guile 1.4.1.100 (2004-10-22), but is
superseded by functionality in module (scripts scan-md-module).
- new (scripts scan-md-module) proc: attach
A poor man's (nm(1)-, objdump(1)-, and strings(1)-based) libbfd
wannabe, this proc does file-format lookup and (if recognized)
returns a command-delegating closure you can use to mine out a
compiled module's #:access-info or #:exports-list.
- new (database tmpfile) proc: mkstemp
Return a new port open on a temporary file named using string
BASE. The actual assigned filename, available via procedure
`port-filename', is BASE appended with six random characters.
For example:
(define p (mkstemp "/tmp/foo-"))
(port-filename p)
=> "/tmp/foo-hoQtxh"
- new (ice-9 session) proc: set-fancy-repl-prompt!
E.g, to include the current module name in the prompt:
(set-fancy-repl-prompt! "\n~M ")
- new (ice-9 optargs-kw) proc: remove-keys
tarball, online docs, etc, in dir:
http://www.gnuvola.org/software/guile/
atom feed:
http://www.gnuvola.org/NEWS.xml.gz
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Guile 1.4.1.111 available
2007-09-27 8:59 Guile 1.4.1.111 available Thien-Thi Nguyen
@ 2007-09-27 10:41 ` Klaus Schilling
2007-09-27 13:06 ` Thien-Thi Nguyen
0 siblings, 1 reply; 4+ messages in thread
From: Klaus Schilling @ 2007-09-27 10:41 UTC (permalink / raw)
To: ttn; +Cc: guile-user, guile-sources
What's the reason for continuing 1.4 while 1.8.* is already released?
Klaus Schilling
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Guile 1.4.1.111 available
2007-09-27 10:41 ` Klaus Schilling
@ 2007-09-27 13:06 ` Thien-Thi Nguyen
2007-09-28 7:44 ` William Xu
0 siblings, 1 reply; 4+ messages in thread
From: Thien-Thi Nguyen @ 2007-09-27 13:06 UTC (permalink / raw)
To: Klaus Schilling; +Cc: guile-user
() Klaus Schilling <schilling.klaus@web.de>
() Thu, 27 Sep 2007 12:41:54 +0200 (CEST)
What's the reason for continuing 1.4
while 1.8.* is already released?
one reason is that i can experiment w/o too much fear
of bothering users (-: since there seem to be so few).
[cc trimmed.]
thi
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Guile 1.4.1.111 available
2007-09-27 13:06 ` Thien-Thi Nguyen
@ 2007-09-28 7:44 ` William Xu
0 siblings, 0 replies; 4+ messages in thread
From: William Xu @ 2007-09-28 7:44 UTC (permalink / raw)
To: guile-user
Thien-Thi Nguyen <ttn@gnuvola.org> writes:
> What's the reason for continuing 1.4
> while 1.8.* is already released?
>
> one reason is that i can experiment w/o too much fear
> of bothering users (-: since there seem to be so few).
It's a pity that people are splitting when the guile user group is
already rather small, whatever the reason..
--
William
http://williamxu.net9.org
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-09-28 7:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-27 8:59 Guile 1.4.1.111 available Thien-Thi Nguyen
2007-09-27 10:41 ` Klaus Schilling
2007-09-27 13:06 ` Thien-Thi Nguyen
2007-09-28 7:44 ` William Xu
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).