SourceForge.net | 2 Sep 2006 00:39
Picon
Favicon

[ clisp-Bugs-1550803 ] make-pathname ignores explicit :DIRECTORY NIL

Bugs item #1550803, was opened at 2006-09-01 17:39
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1550803&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
Submitted By: Stephen Compall (s11001001)
Assigned to: Bruno Haible (haible)
Summary: make-pathname ignores explicit :DIRECTORY NIL

Initial Comment:
ANSI says this on make-pathname: After the components
supplied explicitly by HOST, DEVICE, DIRECTORY, NAME,
TYPE, and VERSION are filled in, the merging rules used
by merge-pathnames are used to fill in any unsupplied
components from the defaults supplied by DEFAULTS.

However, I get the following from CLISP CVS of 2006-08-29:

cl-user> (make-pathname :directory '(:absolute "foo")
                        :defaults #P"/home/")
#P"/foo/"
cl-user> (make-pathname :directory nil :defaults
(Continue reading)

SourceForge.net | 2 Sep 2006 00:41
Picon
Favicon

[ clisp-Bugs-1550803 ] make-pathname ignores explicit :DIRECTORY NIL

Bugs item #1550803, was opened at 2006-09-01 17:39
Message generated for change (Comment added) made by s11001001
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1550803&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
Submitted By: Stephen Compall (s11001001)
Assigned to: Bruno Haible (haible)
Summary: make-pathname ignores explicit :DIRECTORY NIL

Initial Comment:
ANSI says this on make-pathname: After the components
supplied explicitly by HOST, DEVICE, DIRECTORY, NAME,
TYPE, and VERSION are filled in, the merging rules used
by merge-pathnames are used to fill in any unsupplied
components from the defaults supplied by DEFAULTS.

However, I get the following from CLISP CVS of 2006-08-29:

cl-user> (make-pathname :directory '(:absolute "foo")
                        :defaults #P"/home/")
#P"/foo/"
cl-user> (make-pathname :directory nil :defaults
(Continue reading)

Sam Steingold | 3 Sep 2006 20:37

Re: NetBSD/powerpc: make FFI work

committed
--

-- 
Sam Steingold (http://www.podval.org/~sds) on Fedora Core release 5 (Bordeaux)
http://mideasttruth.com http://truepeace.org http://pmw.org.il http://ffii.org
http://jihadwatch.org http://iris.org.il http://israelnorthblog.livejournal.com
Beliefs divide, doubts unite.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
clisp-cvs-request | 3 Sep 2006 21:02
Picon

clisp-cvs Digest, Vol 5, 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. www impnotes.css,1.6,1.7 (Sam Steingold)
   2. clisp/ffcall/callback/trampoline_r proto.c,1.7,1.8 (Sam Steingold)
   3. clisp/ffcall/callback/vacall_r vacall-powerpc-netbsd.s, NONE,
      1.1 vacall-powerpc.c, 1.2, 1.3 Makefile.in, 1.26, 1.27 (Sam Steingold)
   4. clisp/ffcall NEWS,1.9,1.10 (Sam Steingold)
   5. clisp/src ChangeLog,1.5376,1.5377 (Sam Steingold)

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

Message: 1
Date: Sun, 03 Sep 2006 18:25:42 +0000
From: Sam Steingold <sds <at> users.sourceforge.net>
(Continue reading)

SourceForge.net | 3 Sep 2006 23:54
Picon
Favicon

[ clisp-Bugs-1550803 ] make-pathname ignores explicit :DIRECTORY NIL

Bugs item #1550803, was opened at 2006-09-01 18:39
Message generated for change (Comment added) made by sds
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1550803&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: Fixed
Priority: 5
Submitted By: Stephen Compall (s11001001)
>Assigned to: Sam Steingold (sds)
Summary: make-pathname ignores explicit :DIRECTORY NIL

Initial Comment:
ANSI says this on make-pathname: After the components
supplied explicitly by HOST, DEVICE, DIRECTORY, NAME,
TYPE, and VERSION are filled in, the merging rules used
by merge-pathnames are used to fill in any unsupplied
components from the defaults supplied by DEFAULTS.

However, I get the following from CLISP CVS of 2006-08-29:

cl-user> (make-pathname :directory '(:absolute "foo")
                        :defaults #P"/home/")
#P"/foo/"
cl-user> (make-pathname :directory nil :defaults
(Continue reading)

clisp-cvs-request | 4 Sep 2006 06:12
Picon

clisp-cvs Digest, Vol 5, Issue 2

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/src pathname.d,1.393,1.394 ChangeLog,1.5377,1.5378
      (Sam Steingold)
   2. clisp/tests path.tst,1.62,1.63 ChangeLog,1.473,1.474
      (Sam Steingold)
   3. clisp/src ChangeLog,1.5378,1.5379 (Sam Steingold)
   4. clisp configure,1.101,1.102 (Sam Steingold)
   5. clisp/src NEWS,1.332,1.333 (Sam Steingold)
   6. clisp/doc impbody.xml,1.442,1.443 (Sam Steingold)
   7. clisp/tests restarts.tst,1.2,1.3 ChangeLog,1.474,1.475
      (Sam Steingold)
   8. clisp/src subr.d, 1.219, 1.220 spvw_debug.d, 1.71, 1.72
(Continue reading)

clisp-cvs-request | 4 Sep 2006 21:05
Picon

clisp-cvs Digest, Vol 5, Issue 3

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/src ChangeLog,1.5379,1.5380 (Sam Steingold)
   2. clisp/src foreign1.lisp,1.100,1.101 (Sam Steingold)

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

Message: 1
Date: Mon, 04 Sep 2006 04:13:30 +0000
From: Sam Steingold <sds <at> users.sourceforge.net>
Subject: clisp/src ChangeLog,1.5379,1.5380
To: clisp-cvs <at> lists.sourceforge.net
Message-ID: <E1GK5q1-0000qF-Fu <at> mail.sourceforge.net>

(Continue reading)

Sam Steingold | 5 Sep 2006 18:09

GC-safety

Bruno,
is this code GC-safe:

      pushSTACK(allocate_cons());
      TheCons(STACK_0)->Car = uint_to_I(foo);
      TheCons(STACK_0)->Cdr = asciz_to_string(bar,GLO(misc_encoding));

I wonder if a compiler may precompute the location of
"TheCons(STACK_0)->Cdr" before calling asciz_to_string() which may
change it.

--

-- 
Sam Steingold (http://www.podval.org/~sds) on Fedora Core release 5 (Bordeaux)
http://honestreporting.com http://mideasttruth.com http://camera.org
http://openvotingconsortium.org http://israelnorthblog.livejournal.com/
When we break the law, they fine us, when we comply, they tax us.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
clisp-cvs-request | 7 Sep 2006 21:04
Picon

clisp-cvs Digest, Vol 5, Issue 4

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/doc impext.xml,1.462,1.463 impent.xml,1.270,1.271
      (Sam Steingold)
   2. clisp/modules/rawsock test.tst, 1.46, 1.47 sock.lisp, 1.32,
      1.33 rawsock.xml, 1.43, 1.44 rawsock.c, 1.80, 1.81 configure.in,
      1.25, 1.26 (Sam Steingold)
   3. clisp/src NEWS,1.334,1.335 ChangeLog,1.5380,1.5381 (Sam Steingold)
   4. clisp/modules/rawsock configure,1.25,1.26
      config.h.in,1.16,1.17 (Sam Steingold)
   5. clisp/src makemake.in,1.664,1.665 (Sam Steingold)

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

(Continue reading)

clisp-cvs-request | 8 Sep 2006 21:02
Picon

clisp-cvs Digest, Vol 5, Issue 5

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/src compiler.lisp,1.291,1.292 (Sam Steingold)
   2. clisp/tests ffi.tst,1.45,1.46 ChangeLog,1.475,1.476
      (Sam Steingold)
   3. clisp/src foreign.d,1.157,1.158 ChangeLog,1.5381,1.5382
      (Sam Steingold)
   4. clisp/modules/rawsock rawsock.xml,1.44,1.45 (Sam Steingold)

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

Message: 1
Date: Fri, 08 Sep 2006 00:23:15 +0000
From: Sam Steingold <sds <at> users.sourceforge.net>
(Continue reading)


Gmane