sds pushed 3 commit(s) to the clisp Mercurial repository of the CLISP - an ANSI Common Lisp project.
2013-04-14 14:59:15 PDT in CLISP - an ANSI C...
thank you for your bug report. the bug has been fixed in the source tree (mercurial/hg). you can either wait for the next release (recommended) or check out the current mercurial tree (see http://clisp.org) and build CLISP from the sources (be advised that between releases the source tree is very unstable and may not even build on your platform).
2013-03-17 07:30:56 PDT in CLISP - an ANSI C...
sds pushed 1 commit(s) to the www Mercurial repository of the CLISP - an ANSI Common Lisp project.
2013-03-17 07:26:09 PDT in CLISP - an ANSI C...
sds pushed 1 commit(s) to the clisp Mercurial repository of the CLISP - an ANSI Common Lisp project.
2013-02-08 11:30:09 PST in CLISP - an ANSI C...
thank you for your bug report. the bug has been fixed in the source tree (mercurial/hg). you can either wait for the next release (recommended) or check out the current mercurial tree (see http://clisp.org) and build CLISP from the sources (be advised that between releases the source tree is very unstable and may not even build on your platform).
2013-02-05 07:02:00 PST in CLISP - an ANSI C...
looks like removing it is the only sensible approach. http://article.gmane.org/gmane.comp.lib.glibc.alpha/25618.
2013-02-05 07:02:00 PST in CLISP - an ANSI C...
sds pushed 1 commit(s) to the clisp Mercurial repository of the CLISP - an ANSI Common Lisp project.
2013-02-05 07:01:15 PST in CLISP - an ANSI C...
This bug report is now marked as "pending"/"invalid". This means that we think that the problem you report is not a problem with CLISP. Unless you - the reporter - act within 2 weeks, the bug will be permanently closed. Sorry about the inconvenience - we hope your silence means that you agree that this is not a bug in CLISP.
2012-12-28 08:02:39 PST in CLISP - an ANSI C...
this behavior is fully ANSI compliant. UNION does NOT modify its arguments, but its return value MAY share structure with them. An alternative to your approach is copying the arguments to UNION and using NUNION.
2012-12-28 08:02:39 PST in CLISP - an ANSI C...