Re: new package proposal : CLISP

2003-09-09 Thread Sam Steingold
 * In message [EMAIL PROTECTED]
 * On the subject of Re: new package proposal :  CLISP
 * Sent on Sat, 06 Sep 2003 10:09:54 +0200
 * Honorable Lapo Luchini ... writes:

 Binary package seems good, though it doesn't install cygwin-specific
 documentation.

/usr/share/doc/clisp/* is all the doc there is.
or do you want .../clisp-2.31/?
(everyone is different - cygwin/RH, debian ...)

 Source package: it doesn't seems to have any specific instruction nor
 a CYGWIN-PATCHES subdir.

nothing cygwin-specific is needed.
unix/INSTALL is all you need.
CLISP builds OOTB.

 Last but not least, targetting cygwin-1.5.x is now a requirement, I think?

Oh boy

I upgraded to 1.5.3 last Friday and I cannot _configure_!
the configure scripts fail with:

./configure --with-module=syscalls --with-module=regexp --build --fsstnd=redhat 
--with-module=dirkey --with-module=bindings/win32 --with-module=clx/new-clx 
--with-libsigsegv-prefix=/usr/local/libsigsegv-cygwin build-O
..
executing /cygdrive/d/gnu/clisp/current/build-O/avcall/configure 
--srcdir=../../ffcall/avcall --with-module=syscalls --with-module=regexp 
--with-module=dirkey --with-module=bindings/win32 --with-module=clx/new-clx 
--with-libsigsegv-prefix=/usr/local/libsigsegv-cygwin --cache-file=../config.cache
configure: error: invalid package name: module

the cause is an `expr' call which unexpectedly fails.
if I add any other `expr' call right before the failing one, it works...

advice?!

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.camera.org http://www.iris.org.il http://www.memri.org/
http://www.mideasttruth.com/ http://www.honestreporting.com
He who laughs last did not get the joke.



Re: new package proposal : CLISP

2003-09-09 Thread Sam Steingold
Igor,

 * In message [EMAIL PROTECTED]
 * On the subject of Re: new package proposal :  CLISP
 * Sent on Tue, 9 Sep 2003 10:43:24 -0400 (EDT)
 * Honorable Igor Pechtchanski ... writes:
 
 On Tue, 9 Sep 2003, Sam Steingold wrote:
 
   Binary package seems good, though it doesn't install cygwin-specific
   documentation.
 
  /usr/share/doc/clisp/* is all the doc there is.
  or do you want .../clisp-2.31/?
  (everyone is different - cygwin/RH, debian ...)
 
 According to http://cygwin.com/setup.html#package_contents, a
 Cygwin-specific README is required.  Some maintainers also include
 port notes and other Cygwin-specific information (e.g., package
 contents) in that file (see the generic readme file on the above page
 for an example).  It's probably acceptable to have a one-liner
 referring to the non-Cygwin-specific documentation in
 /usr/share/doc/clisp.

$ ls /usr/share/doc/Cygwin/ | wc -l
41
$ cygcheck -c | wc -l
206

so only 20% of packages supply this cygwin-specific README.

Oh well, I can throw something together.

   Source package: it doesn't seems to have any specific instruction nor
   a CYGWIN-PATCHES subdir.
 
  nothing cygwin-specific is needed.
  unix/INSTALL is all you need.
  CLISP builds OOTB.
 
 CYGWIN-PATCHES should contain at least the Cygwin-specific README (see
 above) and setup.hint.

so you want me to keep a separate 7MB source tar file just for the sake
of redundantly redundant identical information already contained
elsewhere.

Oh well, disk space is cheap.

   Last but not least, targetting cygwin-1.5.x is now a requirement
 
  Oh boy
 
  I upgraded to 1.5.3 last Friday and I cannot _configure_!
  the configure scripts fail with:
 
  ./configure --with-module=syscalls --with-module=regexp --build --fsstnd=redhat 
  --with-module=dirkey --with-module=bindings/win32 --with-module=clx/new-clx 
  --with-libsigsegv-prefix=/usr/local/libsigsegv-cygwin build-O
  ..
  executing /cygdrive/d/gnu/clisp/current/build-O/avcall/configure 
  --srcdir=../../ffcall/avcall --with-module=syscalls --with-module=regexp 
  --with-module=dirkey --with-module=bindings/win32 --with-module=clx/new-clx 
  --with-libsigsegv-prefix=/usr/local/libsigsegv-cygwin --cache-file=../config.cache
  configure: error: invalid package name: module
 
  the cause is an `expr' call which unexpectedly fails.
  if I add any other `expr' call right before the failing one, it works...
 
  advice?!
 
 Umm, sorry, I'm not as configure-savvy as I'd like to be...  Do you
 use autoconf?

yes.

 If so, did you re-run it after upgrading?

yes.

 It would help knowing which versions of autotools you have installed.

autoconf 2.57a-1OK
automake 1.7.5a-1   OK

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.camera.org http://www.iris.org.il http://www.memri.org/
http://www.mideasttruth.com/ http://www.honestreporting.com
The only substitute for good manners is fast reflexes.



Re: new package proposal : CLISP

2003-09-13 Thread Sam Steingold
built against 1.5.3:

ftp://ftp2.cons.org/pub/lisp/clisp/binaries/latest/cygwin/clisp-2.31-2.tar.bz2
ftp://ftp2.cons.org/pub/lisp/clisp/binaries/latest/cygwin/clisp-2.31-2-src.tar.bz2
ftp://ftp2.cons.org/pub/lisp/clisp/binaries/latest/cygwin/setup.hint

I think I fixed all concerns with the binary package and most concerns
with the source one.
I would greatly appreciate it if someone took over this package
maintenance.  I am the upstream maintainer and I have quite enough on
my plate with that.

thanks.

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.camera.org http://www.iris.org.il http://www.memri.org/
http://www.mideasttruth.com/ http://www.honestreporting.com
Growing Old is Inevitable; Growing Up is Optional.



Re: new package proposal : CLISP

2003-09-13 Thread Sam Steingold
* Christopher Faylor [EMAIL PROTECTED] [2003-09-13 12:29:35 -0400]:

 On Sat, Sep 13, 2003 at 11:03:36AM -0400, Sam Steingold wrote:
 built against 1.5.3:
 
 ftp://ftp2.cons.org/pub/lisp/clisp/binaries/latest/cygwin/clisp-2.31-2.tar.bz2
 ftp://ftp2.cons.org/pub/lisp/clisp/binaries/latest/cygwin/clisp-2.31-2-src.tar.bz2
 ftp://ftp2.cons.org/pub/lisp/clisp/binaries/latest/cygwin/setup.hint
 
 I think I fixed all concerns with the binary package and most concerns
 with the source one.
 I would greatly appreciate it if someone took over this package
 maintenance.  I am the upstream maintainer and I have quite enough on
 my plate with that.
 
 Ok.  If we don't actually have a maintainer (or just a half-hearted
 maintainer) for this then this package is vetoed.

this is a misunderstanding.  I am maintaining this package.
please do upload it.

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.camera.org http://www.iris.org.il http://www.memri.org/
http://www.mideasttruth.com/ http://www.honestreporting.com
Bill Gates is not god and Microsoft is not heaven.



Re: new package proposal : CLISP

2003-09-15 Thread Sam Steingold
* Igor Pechtchanski [EMAIL PROTECTED] [2003-09-15 11:57:43 -0400]:

 On Sat, 13 Sep 2003, Sam Steingold wrote:
 
  * Christopher Faylor [EMAIL PROTECTED] [2003-09-13 19:41:02 -0400]:
  
   this is a misunderstanding.  I am maintaining this package.
   please do upload it.
  
   Your first act as a maintainer was to ask someone else to maintain
   the package, indicating that you have quite enough on my plate.
   That does not fill me with confidence.
 
  what do you want - a marriage contract?
  I have been looking for someone to make and maintain CLISP cygwin
  package for a year.  now I am doing it myself.  I am still looking for
  someone to take over.  so?
 
 I don't see how having a separate maintainer for the Cygwin version of
 CLISP makes your task any easier.  All the patches will still go to
 you (as an upstream maintainer), as will most of the bug reports.  If
 you're the Cygwin maintainer, you won't have to worry about notifying
 the Cygwin maintainer of new releases, etc.  In fact, you don't even
 have to maintain a separate set of Cygwin patches (if you include the
 CYGWIN-PATCHES directory in the main repository).  All in all, if I
 were an author of a package, I'd choose to maintain it myself...  This
 is all IMO, of course.

Let me wander away for a second.

When people say consistent interface, they mean different things.
For Mozilla people this means that Mozilla on Linux, Windows and Mac
looks exactly the same.  For GNOME people this means that all
GNOME applications look exactly the same.  Both these consistecies
cannot be satisfied at the same time, right?

The same goes for package maintenance.

As a CLISP maintainer, I want the CLISP build process to be identical
on all systems.  Indeed it is: on unix and win32/mingw, all it takes
to configure, build and install is:
./configure --install

Now, cygwin maintainers (like RedHat maintaners, Debian maintaners c
c) want all packages to look the same _to them_.  This is quite
reasonable, but it puts a certain strain on me: I have to learn all sort
of new stuff (setup.hint format, CYGWIN-PATCHES, *.spec, debian c c).

This is why I want someone who already maintains a cygwin package and
who is comfortable with all these requirements to maintain the CLISP
cygwin package.

I am lucky that CLISP already has a debian maintainer.
Now I want a cygwin maintainer too.

Thanks.

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.camera.org http://www.iris.org.il http://www.memri.org/
http://www.mideasttruth.com/ http://www.honestreporting.com
History doesn't repeat itself, but historians do repeat each other.



Re: new package proposal : CLISP

2003-09-15 Thread Sam Steingold
* Lapo Luchini [EMAIL PROTECTED] [2003-09-15 21:54:41 +0200]:

 Sam Steingold wrote:
 
 Now, cygwin maintainers (like RedHat maintaners, Debian maintaners c
 c) want all packages to look the same _to them_.  This is quite
 reasonable, but it puts a certain strain on me: I have to learn all sort
 of new stuff (setup.hint format, CYGWIN-PATCHES, *.spec, debian c c).
 
 This is why I want someone who already maintains a cygwin package and
 who is comfortable with all these requirements to maintain the CLISP
 cygwin package.
 
 I am lucky that CLISP already has a debian maintainer.
 Now I want a cygwin maintainer too.
 
 If your *only* concern is in learning how to mantain a cygwin package
 (as simple as it seems to be to me now, it seemed not at the beginning)
 I guess I can propose myself to proxy-package it.
great!

 But it would seems like cheating to me: the burden of a
 cygwin-specific package is having a cygwin-specific README installed
 in the correct directory (/usr/share/doc/Cygwin) and having the
 binaries installed in the correct directory (/usr/bin).  setup.hint is
 a fake problem, as once created, is almost never changed.

CLISP build process creates both setup.hint and cygwin README, so the
binary package is created OOTB.

 The *big* part of being a mantainer is, IMHO, trying to solve
 cygwin-specific problems...

CLISP is not likely to have cygwin-specific problems.
That said, it would indeed be nice if someone were doing that.
Right now, it all lands on my plate anyway, so whatever you can take
from it (e.g., making src package) - please have it!

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.camera.org http://www.iris.org.il http://www.memri.org/
http://www.mideasttruth.com/ http://www.honestreporting.com
Failure is not an option. It comes bundled with your Microsoft product.



Re: new package proposal : CLISP

2003-09-18 Thread Sam Steingold
 * Corinna Vinschen [EMAIL PROTECTED] [2003-09-18 21:18:24 +0200]:

 On Sat, Sep 13, 2003 at 11:03:36AM -0400, Sam Steingold wrote:
  built against 1.5.3:
  
  ftp://ftp2.cons.org/pub/lisp/clisp/binaries/latest/cygwin/clisp-2.31-2.tar.bz2
  ftp://ftp2.cons.org/pub/lisp/clisp/binaries/latest/cygwin/clisp-2.31-2-src.tar.bz2
  ftp://ftp2.cons.org/pub/lisp/clisp/binaries/latest/cygwin/setup.hint
  
  I think I fixed all concerns with the binary package and most concerns
  with the source one.
  I would greatly appreciate it if someone took over this package
  maintenance.  I am the upstream maintainer and I have quite enough on
  my plate with that.
  
  thanks.
 
 Uploaded.

thanks a lot!

 Please announce on cygwin-announce as described on
 http://cygwin.com/setup.html.

done.

 Still looking for a maintainer?  Actually it's not that hard.  Just
 keep an eye on the cygwin mailing list.  I honestly doubt that you'll
 get more than 1 or 2 questions about clisp per week on that list.

I am always looking for help with CLISP.
Even a little bit, like packaging the sources is welcome.
Even more welcome would be initial bug processing (i.e., identifying
whether the bug is cygwin-specific)
Even more welcome would be fixing all the bugs on the fly.
Even more welcome 

 Well... except it has really serious problems in which case you'll be
 glad to know, won't you?

indeed.


-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.camera.org http://www.iris.org.il http://www.memri.org/
http://www.mideasttruth.com/ http://www.honestreporting.com
Don't ascribe to malice what can be adequately explained by stupidity.



Re: clisp is in section misc?

2003-09-19 Thread Sam Steingold
 * Corinna Vinschen [EMAIL PROTECTED] [2003-09-19 14:12:32 +0200]:

 On Fri, Sep 19, 2003 at 08:42:32PM +1000, Gareth Pearce wrote:
  I don't think everyone wants to install it.
 
 Thanks for the heads up.  I moved it into categories Interpreters and
 Devel.

actually, may I suggest

category: devel interpreters math shells

devel: this is a development tool
interpreters: like perl, python c (but much better! :-)
math: runs maxima, has arbitrary precision integers and floats
shells: can be your login shell (http://clisp.cons.org/clash.html)

thanks!

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.camera.org http://www.iris.org.il http://www.memri.org/
http://www.mideasttruth.com/ http://www.honestreporting.com
The early bird may get the worm, but the second mouse gets the cheese.



Re: clisp is in section misc?

2003-09-22 Thread Sam Steingold
 * Dean Scarff q_fpness=omTV/[EMAIL PROTECTED] [2003-09-20 16:12:14 +0800]:

 On Fri, 19 Sep 2003 17:04:01 +0200, Corinna Vinschen wrote:
 
  shells: can be your login shell (http://clisp.cons.org/clash.html)
 
 would mean that all interpreters with a system interface (perl,
 python, cint, et al) would fall into the shell category as well

Do people use perl as their login shell?
if yes, then you might be right.
there _are_ people who actually have CLISP as their login shell.

 Sorry, but devel and interpreters should be enough for clisp imho.

while the shell category is, indeed, dubious, math is not (IMO).
clisp does offer quite a few features which make it a superset of bc
(which _is_ in math).

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.camera.org http://www.iris.org.il http://www.memri.org/
http://www.mideasttruth.com/ http://www.honestreporting.com
Warning! Dates in calendar are closer than they appear!



aye vote for libsigsegv

2003-10-08 Thread Sam Steingold
I support inclusion of libsigsegv into cygwin.
-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.camera.org http://www.iris.org.il http://www.memri.org/
http://www.mideasttruth.com/ http://www.honestreporting.com
When you are arguing with an idiot, your opponent is doing the same.



GNU CLISP 2.32 released

2003-12-31 Thread Sam Steingold
please upload CLISP 2.32 from
http://www.podval.org/~sds/data/clisp-2.32-1.tar.bz2 --- binary package
http://www.podval.org/~sds/data/setup.hint
http://www.podval.org/~sds/data/cygwin.README
http://dl.sf.net/clisp/clisp-2.32.tar.bz2--- source package
CLISP builds OOTB on Cygwin, please see README.


GNU CLISP is an ANSI Common Lisp implementation.
Release 2.32 (2003-12-29) fixes many bugs 
and adds some new features; NEWS appended.
More information on http://clisp.cons.org.
Download CLISP 2.32 from http://sf.net/clisp.

2.32 (2003-12-29)
=

User visible changes


* WRITE-BYTE-SEQUENCE now accepts :NO-HANG keyword argument.
  Thanks to Don Cohen [EMAIL PROTECTED].

* Support files larger than 2 GB or 4 GB on platforms with LFS
  (Large File Support).

* New module berkeley-db interfaces to
  http://www.sleepycat.com/docs/api_c/dbt_class.html
  and allows working the Berkeley DB databases.
  See http://clisp.cons.org/impnotes.html#berkeley-db for details.

* New module pcre interfaces to http://www.pcre.org/ and
  makes Perl Compatible Regular Expressions available in CLISP.
  See http://clisp.cons.org/impnotes.html#pcre for details.

* Module syscalls now exports function POSIX:STAT-VFS.
  See http://clisp.cons.org/impnotes.html#syscalls for details.

* When the system C library provides a wildcard (fnmatch) implementation,
  it is used instead of the GNU wildcard distributed with CLISP
  when the CLISP wildcard module is built.

* Prompt is now fully customizable by the user.
  CUSTOM:*PROMPT* is replaced with 5 variables.
  See http://clisp.cons.org/impnotes.html#prompt for details.

* Readline is now used properly on Cygwin/X11.

* Command line interface: the initial verbosity level is controlled
  by the pair of mutually canceling options -q/-v.
  See http://clisp.cons.org/clisp.html#opt-verbose for details.



-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.camera.org http://www.iris.org.il http://www.memri.org/
http://www.mideasttruth.com/ http://www.honestreporting.com



Re: GNU CLISP 2.32 released

2004-01-02 Thread Sam Steingold
 * Daniel Reed [EMAIL PROTECTED] [2003-12-31 16:29:15 -0500]:

 On 2003-12-31T12:17-0500, Sam Steingold wrote:
 ) please upload CLISP 2.32 from
 ) http://dl.sf.net/clisp/clisp-2.32.tar.bz2--- source package

 This file does not appear to be a Cygwin source package. The existing
 2.31-2 source package includes only the vendor source package and the
 README file, so technically it is not a Cygwin source package either.

please try

http://www.podval.org/~sds/clisp/setup.hint
http://www.podval.org/~sds/clisp/clisp-2.32-1.README
http://www.podval.org/~sds/clisp/clisp-2.32-1.tar.bz2
http://www.podval.org/~sds/clisp/clisp-2.32-1.src.tar.bz2

thanks.

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.camera.org http://www.iris.org.il http://www.memri.org/
http://www.mideasttruth.com/ http://www.honestreporting.com
There is an exception to every rule, including this one.



testing clisp-2.31-2 ready for upload

2004-02-11 Thread Sam Steingold
Please upload

http://www.podval.org/~sds/data/clisp-2.32-2.tar.bz2
http://www.podval.org/~sds/data/clisp-2.32-2.src.tar.bz2
http://www.podval.org/~sds/data/setup.hint

this is marked as testing (I hope correctly).
this release is based on the current CVS snapshot.

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.camera.org http://www.iris.org.il http://www.memri.org/
http://www.mideasttruth.com/ http://www.honestreporting.com
If you're constantly being mistreated, you're cooperating with the treatment.


Re: testing clisp-2.31-2 ready for upload

2004-02-11 Thread Sam Steingold
 * Igor Pechtchanski [EMAIL PROTECTED] [2004-02-11 15:21:32 -0500]:
 On Wed, 11 Feb 2004, Sam Steingold wrote:

 http://www.podval.org/~sds/data/clisp-2.32-2.tar.bz2
 http://www.podval.org/~sds/data/clisp-2.32-2.src.tar.bz2
 http://www.podval.org/~sds/data/setup.hint

 this is marked as testing (I hope correctly).
 this release is based on the current CVS snapshot.

 FYI, the above links are dead.

I am sorry, I uploaded them to the wrong host.
fixed now.  please try again.

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.camera.org http://www.iris.org.il http://www.memri.org/
http://www.mideasttruth.com/ http://www.honestreporting.com
MS: our tomorrow's software will run on your tomorrow's HW at today's speed.


please upload: CLISP 2.33 stable

2004-03-18 Thread Sam Steingold
please upload the new stable release 2.33 of GNU CLISP
http://www.podval.org/~sds/data/setup.hint
http://www.podval.org/~sds/data/clisp-2.33-1-src.tar.bz2
http://www.podval.org/~sds/data/clisp-2.33-1.tar.bz2

thanks!
-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.camera.org http://www.iris.org.il http://www.memri.org/
http://www.mideasttruth.com/ http://www.honestreporting.com
The plural of anecdote is not data.


please upload: CLISP 2.33 stable

2004-03-20 Thread Sam Steingold
 please upload the new stable release 2.33 of GNU CLISP
 http://www.podval.org/~sds/data/setup.hint
 http://www.podval.org/~sds/data/clisp-2.33-1-src.tar.bz2
 http://www.podval.org/~sds/data/clisp-2.33-1.tar.bz2

what's wrong?  why haven't this been uploaded?
thanks!

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.camera.org http://www.iris.org.il http://www.memri.org/
http://www.mideasttruth.com/ http://www.honestreporting.com
If you try to fail, and succeed, which have you done?


please upload : CLISP 2.33.1 stable

2004-05-26 Thread Sam Steingold
please upload the new stable release 2.33.1 of GNU CLISP
http://www.podval.org/~sds/data/setup.hint
http://www.podval.org/~sds/data/cygwin.README
http://www.podval.org/~sds/data/clisp-2.33.1-1-src.tar.bz2
http://www.podval.org/~sds/data/clisp-2.33.1-1.tar.bz2

thanks!

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.camera.org http://www.iris.org.il http://www.memri.org/
http://www.mideasttruth.com/ http://www.honestreporting.com
Takeoffs are optional.  Landings are mandatory.


Please upload: pretest CLISP 2.33.83

2005-03-18 Thread Sam Steingold

http://www.podval.org/~sds/clisp/setup.hint
http://www.podval.org/~sds/clisp/clisp-2.33.83-1-src.tar.bz2
http://www.podval.org/~sds/clisp/clisp-2.33.83-1.tar.bz2

please keep 2.33.1 as curr;
this is a test.

news file is huge:
http://www.podval.org/~sds/clisp/NEWS
main attraction is full MOP support, but there is much much much more.

thanks.



please upload: pretest CLISP 2.33.84

2005-07-13 Thread Sam Steingold
http://www.podval.org/~sds/clisp/setup.hint
http://www.podval.org/~sds/clisp/clisp-2.33.84-1-src.tar.bz2
http://www.podval.org/~sds/clisp/clisp-2.33.84-1.tar.bz2

please keep 2.33.1 as curr;
this is a test.

news file is huge:
http://www.podval.org/~sds/clisp/NEWS
main attraction is full MOP support, but there is much much much more.

thanks.

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://ffii.org/ http://www.jihadwatch.org/ http://www.mideasttruth.com/
http://www.memri.org/ http://www.camera.org http://www.iris.org.il
((lambda (x) (list x (list 'quote x))) '(lambda (x) (list x (list 'quote x


please upload CLISP 2.34

2005-07-21 Thread Sam Steingold
Please upload clisp 2.34 from
http://www.podval.org/~sds/clisp/clisp-2.34-1.tar.bz2
http://www.podval.org/~sds/clisp/clisp-2.34-1-src.tar.bz2
http://www.podval.org/~sds/clisp/setup.hint

this is the new `curr'.
please remove the 2.33.8* tests.
(2.33.2 remain `prev').

thanks.

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.mideasttruth.com/ http://www.memri.org/ http://ffii.org/
http://www.honestreporting.com http://pmw.org.il/
Warning! Dates in calendar are closer than they appear!


clisp-2.34-2

2005-08-03 Thread Sam Steingold
Please upload http://www.podval.org/~sds/clisp/clisp-2.34-2.tar.bz2
The src and setup.hint are the same.
the only reason for this update is that clisp-2.34-1.tar.bz2
identifies itself as 2.33.84.
this was a build process glitch.

sorry.

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.palestinefacts.org/ http://pmw.org.il/ http://ffii.org/
http://www.camera.org http://www.jihadwatch.org/
((lambda (x) `(,x ',x)) '(lambda (x) `(,x ',x)))


Re: clisp-2.34-2

2005-08-04 Thread Sam Steingold
 * Corinna Vinschen [EMAIL PROTECTED] [2005-08-04 10:04:24 +0200]:

 On Aug  3 17:11, Sam Steingold wrote:
 Please upload http://www.podval.org/~sds/clisp/clisp-2.34-2.tar.bz2
 The src and setup.hint are the same.
 the only reason for this update is that clisp-2.34-1.tar.bz2
 identifies itself as 2.33.84.
 this was a build process glitch.

 Well, you should always send a source archive, too.  The files within
 the source archive are incorrectly named as  clisp-2.34-1... otherwise.
 So, please send a matching source archive to 2.34-2.

OK, http://www.podval.org/~sds/clisp/clisp-2.34-2-src.tar.bz2

thanks.

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.honestreporting.com http://www.palestinefacts.org/
http://www.camera.org http://ffii.org/ http://www.jihadwatch.org/
nobody's life, liberty or property are safe while the legislature is in session


Re: clisp-2.34-2

2005-08-05 Thread Sam Steingold
 * Corinna Vinschen [EMAIL PROTECTED] [2005-08-05 10:40:55 +0200]:

 On Aug  4 16:18, Sam Steingold wrote:
  On Aug  3 17:11, Sam Steingold wrote:
  Please upload http://www.podval.org/~sds/clisp/clisp-2.34-2.tar.bz2
 OK, http://www.podval.org/~sds/clisp/clisp-2.34-2-src.tar.bz2

 Uploaded.  Should I remove 2.33-1 or 2.34-1?

I think 2.34-1 should be removed.
the only difference between 2.34-1 and 2.34-2 is that 2.34-2 correctly
identifies itself as 2.34 while 2.34-1 thinks it's 2.33.84 (pretest).

thanks!

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.mideasttruth.com/ http://www.jihadwatch.org/
http://www.iris.org.il http://ffii.org/ http://www.honestreporting.com
Marriage is the sole cause of divorce.


Re: clisp-2.34-2

2005-08-07 Thread Sam Steingold
 * Dr. Volker Zell [EMAIL PROTECTED] [2005-08-07 18:59:23 +0200]:

 Sam Steingold writes:

  I think 2.34-1 should be removed.
  the only difference between 2.34-1 and 2.34-2 is that 2.34-2 correctly
  identifies itself as 2.34 while 2.34-1 thinks it's 2.33.84 (pretest).

 but it's missing 

 cpari.o
 pari.o
 postgresql.o

 from /usr/lib/clisp/full

 against 2.34-1

good!
this is because 2.34-1 was built with modules pari and postgresql.
pari/gp is not a part of cygwin, and postgresql used was a native 8.0
win32 port, so clisp -K full should have failed for all people who do
not have the win32 postgresql 8 and pari/gp.

I guess nobody ran clisp -K full in 2.34-1.


-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.openvotingconsortium.org/ http://www.memri.org/
http://truepeace.org http://www.honestreporting.com
Heck is a place for people who don't believe in gosh.


please upload CLISP 2.35

2005-08-29 Thread Sam Steingold
Please upload clisp 2.35 from
http://www.podval.org/~sds/clisp/clisp-2.35-1.tar.bz2
http://www.podval.org/~sds/clisp/clisp-2.35-1-src.tar.bz2
http://www.podval.org/~sds/clisp/setup.hint
thanks.
--
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.memri.org/ http://www.openvotingconsortium.org/
http://www.camera.org http://www.mideasttruth.com/ http://www.iris.org.il
will write code that writes code that writes code for food


Re: [HEADSUP] ALL Maintainers, please reply.

2005-09-15 Thread Sam Steingold
I maintain

clisp

[I am willing to surrender the maintainership to anyone willing  qualified.]

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.palestinefacts.org/ http://pmw.org.il/ http://truepeace.org
http://www.savegushkatif.org http://www.openvotingconsortium.org/
It's not just a language, it's an adventure.  Common Lisp.


setup.exe window resizing

2005-11-16 Thread Sam Steingold
It is nice that the setup.exe window can now be resized, but it would be
even better if setup.exe remembered how it was resized last time and
started in my preferred size.
many applications do that, I see no reason for setup.exe not to.
thanks.
-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.dhimmi.com/ http://truepeace.org http://www.palestinefacts.org/
http://www.openvotingconsortium.org/ http://www.mideasttruth.com/
UNIX, car: hard to learn/easy to use; Windows, bike: hard to learn/hard to use.


please upload clisp 2.36

2005-12-04 Thread Sam Steingold
please upload clisp 2.36, keeping 2.35 as previous.
http://www.podval.org/~sds/clisp/clisp-2.36-1.tar.bz2
http://www.podval.org/~sds/clisp/setup.hint
http://www.podval.org/~sds/clisp/clisp-2.36-1-src.tar.bz2

thanks.

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.openvotingconsortium.org/ http://www.camera.org
http://www.iris.org.il http://pmw.org.il/ http://www.palestinefacts.org/
The difference between theory and practice is that in theory there isn't any.


please upload clisp 2.37

2006-01-02 Thread Sam Steingold
please upload clisp 2.37, keeping 2.36 as previous.
http://www.podval.org/~sds/clisp/clisp-2.37-1.tar.bz2
http://www.podval.org/~sds/clisp/setup.hint
http://www.podval.org/~sds/clisp/clisp-2.37-1-src.tar.bz2

thanks.

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.openvotingconsortium.org/ http://www.mideasttruth.com/
http://www.memri.org/ http://www.honestreporting.com http://truepeace.org
Democrats, get out of my wallet! Republicans, get out of my bedroom!



please upload clisp 2.38

2006-01-24 Thread Sam Steingold
please upload clisp 2.38, keeping 2.37 as previous.
http://www.podval.org/~sds/clisp/clisp-2.38-1.tar.bz2
http://www.podval.org/~sds/clisp/setup.hint
http://www.podval.org/~sds/clisp/clisp-2.38-1-src.tar.bz2

thanks.

--
Sam Steingold (http://www.podval.org/~sds) running w2k
http://www.memri.org http://www.dhimmi.com http://truepeace.org
http://pmw.org.il http://ffii.org http://www.jihadwatch.org
Flying is not dangerous; crashing is.