SourceForge.net | 1 Oct 2011 20:57
Picon

[ clisp-Bugs-3416966 ] ~% introduces an extra line break

Bugs item #3416966, was opened at 2011-10-01 14:57
Message generated for change (Tracker Item Submitted) made by mirko_vukovic
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3416966&group_id=1355

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: clisp
Group: ANSI compliance issue
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Mirko (mirko_vukovic)
Assigned to: Bruno Haible (haible)
Summary: ~% introduces an extra line break 

Initial Comment:
The following unexpectedly inserts a line-break after `A' :
[2]> (format t "A~aB~%"
 (format nil "5~%~a" 3))
A
5
3B
NIL

But this works:
 (format t "A~?B~%"
 "5~%~a" '(3))
(Continue reading)

SourceForge.net | 2 Oct 2011 01:42
Picon

[ clisp-Bugs-3416966 ] ~% introduces an extra line break

Bugs item #3416966, was opened at 2011-10-01 14:57
Message generated for change (Comment added) made by sds
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3416966&group_id=1355

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: clisp
Group: ANSI compliance issue
>Status: Pending
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: Mirko (mirko_vukovic)
>Assigned to: Sam Steingold (sds)
Summary: ~% introduces an extra line break 

Initial Comment:
The following unexpectedly inserts a line-break after `A' :
[2]> (format t "A~aB~%"
 (format nil "5~%~a" 3))
A
5
3B
NIL

But this works:
 (format t "A~?B~%"
 "5~%~a" '(3))
(Continue reading)

SourceForge.net | 3 Oct 2011 01:45
Picon

[ clisp-Bugs-3417358 ] 22.1.3.5 conformance

Bugs item #3417358, was opened at 2011-10-03 01:45
Message generated for change (Tracker Item Submitted) made by informatimago
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3417358&group_id=1355

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: clisp
Group: ANSI compliance issue
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Pascal J. Bourguignon (informatimago)
Assigned to: Bruno Haible (haible)
Summary: 22.1.3.5 conformance

Initial Comment:
As per 22.1.3.5, 

    (write (quote (john (quote s) weight)) :pretty nil :readably nil)

should print

    (JOHN (QUOTE S) WEIGHT)

but instead it prints:

    (JOHN 'S WEIGHT)
(Continue reading)

SourceForge.net | 3 Oct 2011 10:07
Picon

[ clisp-Bugs-3417358 ] 22.1.3.5 conformance

Bugs item #3417358, was opened at 2011-10-03 01:45
Message generated for change (Comment added) made by haible
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3417358&group_id=1355

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: clisp
Group: ANSI compliance issue
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Pascal J. Bourguignon (informatimago)
Assigned to: Bruno Haible (haible)
Summary: 22.1.3.5 conformance

Initial Comment:
As per 22.1.3.5, 

    (write (quote (john (quote s) weight)) :pretty nil :readably nil)

should print

    (JOHN (QUOTE S) WEIGHT)

but instead it prints:

    (JOHN 'S WEIGHT)
(Continue reading)

SourceForge.net | 3 Oct 2011 23:10
Picon

[ clisp-Bugs-3416966 ] ~% introduces an extra line break

Bugs item #3416966, was opened at 2011-10-01 14:57
Message generated for change (Comment added) made by mirko_vukovic
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3416966&group_id=1355

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: clisp
Group: ANSI compliance issue
>Status: Open
Resolution: Invalid
Priority: 5
Private: No
Submitted By: Mirko (mirko_vukovic)
Assigned to: Sam Steingold (sds)
Summary: ~% introduces an extra line break 

Initial Comment:
The following unexpectedly inserts a line-break after `A' :
[2]> (format t "A~aB~%"
 (format nil "5~%~a" 3))
A
5
3B
NIL

But this works:
 (format t "A~?B~%"
 "5~%~a" '(3))
(Continue reading)

SourceForge.net | 4 Oct 2011 05:02
Picon

[ clisp-Bugs-3416966 ] ~% introduces an extra line break

Bugs item #3416966, was opened at 2011-10-01 14:57
Message generated for change (Settings changed) made by sds
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3416966&group_id=1355

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: clisp
Group: ANSI compliance issue
>Status: Closed
Resolution: Invalid
Priority: 5
Private: No
Submitted By: Mirko (mirko_vukovic)
Assigned to: Sam Steingold (sds)
Summary: ~% introduces an extra line break 

Initial Comment:
The following unexpectedly inserts a line-break after `A' :
[2]> (format t "A~aB~%"
 (format nil "5~%~a" 3))
A
5
3B
NIL

But this works:
 (format t "A~?B~%"
 "5~%~a" '(3))
(Continue reading)

SourceForge.net | 17 Oct 2011 07:55
Picon

[ clisp-Bugs-3424574 ] Semaphores implemented using exemptions don't work

Bugs item #3424574, was opened at 2011-10-17 09:55
Message generated for change (Tracker Item Submitted) made by sopindmitry
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3424574&group_id=1355

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: multithreading
Group: lisp error
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Sopin Dmitry (sopindmitry)
Assigned to: Vladimir Tzankov (vtz)
Summary: Semaphores implemented using exemptions don't work

Initial Comment:
I tried following code to implement semaphores:

(defstruct clisp-semaphore
  state
  lock
  condition)

(defun make-semaphore (value)
  (make-clisp-semaphore :state value
                                       :lock  (make-mutex)
                                       :condition (make-exemption)))
(Continue reading)

SourceForge.net | 17 Oct 2011 08:09
Picon

[ clisp-Bugs-3424584 ] Semaphores implemented using exemptions don't work

Bugs item #3424584, was opened at 2011-10-17 10:09
Message generated for change (Tracker Item Submitted) made by sopindmitry
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3424584&group_id=1355

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: multithreading
Group: lisp error
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Sopin Dmitry (sopindmitry)
Assigned to: Vladimir Tzankov (vtz)
Summary: Semaphores implemented using exemptions don't work

Initial Comment:
I tried following code to implement semaphores:

(defstruct clisp-semaphore
  state
  lock
  condition)

(defun make-semaphore (value)
  (make-clisp-semaphore :state value
                                       :lock  (make-mutex)
                                       :condition (make-exemption)))
(Continue reading)

SourceForge.net | 17 Oct 2011 14:00
Picon

[ clisp-Bugs-3424574 ] Semaphores implemented using exemptions don't work

Bugs item #3424574, was opened at 2011-10-17 08:55
Message generated for change (Comment added) made by vtz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3424574&group_id=1355

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: multithreading
Group: lisp error
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Sopin Dmitry (sopindmitry)
Assigned to: Vladimir Tzankov (vtz)
Summary: Semaphores implemented using exemptions don't work

Initial Comment:
I tried following code to implement semaphores:

(defstruct clisp-semaphore
  state
  lock
  condition)

(defun make-semaphore (value)
  (make-clisp-semaphore :state value
                                       :lock  (make-mutex)
                                       :condition (make-exemption)))
(Continue reading)

clisp-cvs-request | 17 Oct 2011 14:05
Picon

clisp-cvs Digest, Vol 65, Issue 1

Send clisp-cvs mailing list submissions to
	clisp-cvs <at> lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/clisp-cvs
or, via email, send a message with subject or body 'help' to
	clisp-cvs-request <at> lists.sourceforge.net

You can reach the person managing the list at
	clisp-cvs-owner <at> lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of clisp-cvs digest..."

CLISP CVS commits for today

Today's Topics:

   1. clisp: (xlock_lock_helper): remove wrong "shortcut" on
      acquiring... (clisp-cvs-request <at> lists.sourceforge.net)

----------------------------------------------------------------------

Message: 1
Date: Mon, 17 Oct 2011 11:59:33 +0000
From: clisp-cvs-request <at> lists.sourceforge.net
Subject: clisp: (xlock_lock_helper): remove wrong "shortcut" on
	acquiring...
To: clisp-cvs <at> lists.sourceforge.net
Message-ID:
(Continue reading)


Gmane