guile-1.4 invalid filenames in archive

2000-11-15 Thread Ian Sheldon
I just downloaded guile-1.4.tar.gz from the mirror at http://www.mirror.ac.uk, modify time 20 June 2000. When extracting under Windows NT-4.0 (using either cygwin tar or Winzip 7.0 SR-1 (1285)) there is a problem due to the filename ``and-let*.scm'' in the directory guile-1.4/ice-9. I believe th

[PATCH] posix.texi: added additional examples

2002-03-18 Thread Ian Sheldon
I've added some examples to the doc/ref/posix.texi file from guile-core-20020225 to help show the results of some of the procedures. I also did an update nodes/menus. Hope it is useful. Ian. * posix.texi: Added more examples of usage and a sample TCP/IP client/server. --- doc/ref/posix

Re: [PATCH] posix.texi: added additional examples

2002-03-18 Thread Ian Sheldon
No problems. Here's the patch without the extra @node updates. I haven't signed any papers with the FSF so if the patch is considered too big to incorporate without signing copyright papers then I'd be happy to. * posix.texi: Added more examples of usage and a sample TCP/IP client/server. --

[PATCH] regexp documentation additional examples (scheme-data.texi)

2002-09-22 Thread Ian Sheldon
Below, I've added a patch for a few examples of using the regular expression functions. I hope it is useful. (guile contribution papers already signed). Ian. * slib.texi:Fixed double `the' in sentence. * scheme-data.texi: Added some examples for regular expression usage. Index: slib.