From martin at xanalys.com Fri Jul 2 10:27:43 2004 From: martin at xanalys.com (Martin Simmons) Date: Fri, 2 Jul 2004 11:27:43 +0100 Subject: [admin] CVS lock and stuck processes in slime Message-ID: <200407021027.LAA07180@wratting.cam.xanalys.com> Hi there, I had to bail out of a commit to slime because my terminal type was wrong for the editor, but now CVS diff gives messages like: cvs server: [03:02:37] waiting for msimmons's lock in /project/slime/cvsroot/slime It looks like this has left some locks and some processes running (but they are not connected to sockets at my end): msimmons at common-lisp$ ls -ld /project/slime/cvsroot/slime/#* drwxrwxr-x 2 msimmons msimmons 1024 Jul 2 02:59 /project/slime/cvsroot/slime/#cvs.lock -rw-r--r-- 1 msimmons msimmons 0 Jul 2 02:59 /project/slime/cvsroot/slime/#cvs.wfl.common-lisp.net.5251 [/project/slime/cvsroot/slime] msimmons at common-lisp$ ps augxww | grep 'msimmons.*cvs' msimmons 30276 0.0 0.0 2188 660 ? S 02:58 0:00 cvs server msimmons 5251 0.0 0.0 2656 1176 ? S 02:59 0:00 cvs server msimmons 5280 0.0 0.0 3164 1744 ? S 02:59 0:00 /usr/bin/editor /tmp/cvskzOqqo msimmons 5568 0.0 0.0 1352 492 pts/1 S 03:21 0:00 grep msimmons.*cvs [/project/slime/cvsroot/slime] msimmons at common-lisp$ I'm not sure what it is safe to do here. Maybe just kill the processes, which will delete the locks? Sorry for the inconvenience. -- Martin Simmons Email: martin at xanalys.com Xanalys Ltd, Compass House, Vision Park TEL: +44 1223 257944 Histon, Cambridge CB4 9AD, England. FAX: +44 1223 257812 From tsiivola at cc.hut.fi Fri Jul 2 17:05:08 2004 From: tsiivola at cc.hut.fi (Nikodemus Siivola) Date: Fri, 2 Jul 2004 20:05:08 +0300 (EEST) Subject: [admin] CVS lock and stuck processes in slime In-Reply-To: <200407021027.LAA07180@wratting.cam.xanalys.com> References: <200407021027.LAA07180@wratting.cam.xanalys.com> Message-ID: On Fri, 2 Jul 2004, Martin Simmons wrote: > I'm not sure what it is safe to do here. Maybe just kill the processes, which > will delete the locks? Should be fixed. (Killing the editor with ABRT should cancel the commit nicely -- and seems to have done so). In case the cvsroot suffered trauma from this, I made a pre-kill backup in /tmp/slime_cvsroot.bak, owned by msimmon:slime -- which still contains the locks, etc. Cheers, -- Nikodemus "Not as clumsy or random as a C++ or Java. An elegant weapon for a more civilized time." From martin at xanalys.com Fri Jul 2 20:27:31 2004 From: martin at xanalys.com (Martin Simmons) Date: Fri, 2 Jul 2004 21:27:31 +0100 Subject: [admin] CVS lock and stuck processes in slime In-Reply-To: (message from Nikodemus Siivola on Fri, 2 Jul 2004 20:05:08 +0300 (EEST)) Message-ID: <200407022027.VAA16708@atlas.cam.xanalys.com> >>>>> On Fri, 2 Jul 2004 20:05:08 +0300 (EEST), Nikodemus Siivola said: Nikodemus> On Fri, 2 Jul 2004, Martin Simmons wrote: >> I'm not sure what it is safe to do here. Maybe just kill the processes, which >> will delete the locks? Nikodemus> Should be fixed. (Killing the editor with ABRT should cancel the commit Nikodemus> nicely -- and seems to have done so). Nikodemus> In case the cvsroot suffered trauma from this, I made a pre-kill backup in Nikodemus> /tmp/slime_cvsroot.bak, owned by msimmon:slime -- which still contains the Nikodemus> locks, etc. Thanks, all's fine now. __Martin From ben at medianstrip.net Tue Jul 6 00:32:59 2004 From: ben at medianstrip.net (Ben) Date: Mon, 5 Jul 2004 20:32:59 -0400 (EDT) Subject: [admin] new project Message-ID: <20040705202325.K24968-100000@inman.medianstrip.net> i've been working on a project i'd like hosted elephant - an object database for common lisp elephant is an object database for common lisp. it is transparent to use, plays well with CLOS, easy to use, flexible, and fast. it uses sleepycat (berkeley db), which is server-less, ACID compliant, transactional, multi-process and thread safe, and probably beats the pants off of most relational databases. the design goals are simplicity, ease-of-use, safety, and speed. currently it is in alpha, so claims about performance and safety should be taken with a grain of salt. eventually it will be portable but right now only works on CMUCL; it uses Paul Foley's berkeley-db package. developers: Andrew Blumberg, Ben Lee license: not decided yet, but will be free From luke at bluetail.com Tue Jul 6 04:01:28 2004 From: luke at bluetail.com (Luke Gorrie) Date: Tue, 06 Jul 2004 06:01:28 +0200 Subject: [admin] new project In-Reply-To: <20040705202325.K24968-100000@inman.medianstrip.net> (ben@medianstrip.net's message of "Mon, 5 Jul 2004 20:32:59 -0400 (EDT)") References: <20040705202325.K24968-100000@inman.medianstrip.net> Message-ID: Ben writes: > i've been working on a project i'd like hosted Good stuff! Can you each please send us your SSH and PGP public keys? If you're not familiar with those, you probably have an SSH public key in ~/.ssh/id_rsa.pub, and you can use GNU Privacy Guard (GPG) to create the "PGP" public key. Cheers, Luke From mmommer at common-lisp.net Tue Jul 6 07:18:08 2004 From: mmommer at common-lisp.net (Mario Mommer) Date: Tue, 06 Jul 2004 09:18:08 +0200 Subject: [admin] new project In-Reply-To: References: <20040705202325.K24968-100000@inman.medianstrip.net> Message-ID: Luke Gorrie writes: > Ben writes: > >> i've been working on a project i'd like hosted > > Good stuff! > > Can you each please send us your SSH and PGP public keys? > > If you're not familiar with those, you probably have an SSH public key > in ~/.ssh/id_rsa.pub, and you can use GNU Privacy Guard (GPG) to > create the "PGP" public key. Well, I'd like to know the licence first. Other than that, I agree: It is good stuff :-) Regards, Mario. From ben at medianstrip.net Tue Jul 6 20:32:34 2004 From: ben at medianstrip.net (Ben) Date: Tue, 6 Jul 2004 16:32:34 -0400 (EDT) Subject: [admin] new project In-Reply-To: Message-ID: <20040706163142.O38348-100000@inman.medianstrip.net> um, i'm thinking about a BSD style license, but since uffi is LLGPL i might be forced to use that? i dunno i'm not a lawyer, and honestly am having trouble figuring this stuff out. B On Tue, 6 Jul 2004, Mario Mommer wrote: > > Luke Gorrie writes: > > Ben writes: > > > >> i've been working on a project i'd like hosted > > > > Good stuff! > > > > Can you each please send us your SSH and PGP public keys? > > > > If you're not familiar with those, you probably have an SSH public key > > in ~/.ssh/id_rsa.pub, and you can use GNU Privacy Guard (GPG) to > > create the "PGP" public key. > > Well, I'd like to know the licence first. > > Other than that, I agree: It is good stuff :-) > > Regards, > Mario. > From tsiivola at cc.hut.fi Tue Jul 6 21:36:16 2004 From: tsiivola at cc.hut.fi (Nikodemus Siivola) Date: Wed, 7 Jul 2004 00:36:16 +0300 (EEST) Subject: [admin] new project In-Reply-To: <20040706163142.O38348-100000@inman.medianstrip.net> References: <20040706163142.O38348-100000@inman.medianstrip.net> Message-ID: On Tue, 6 Jul 2004, Ben wrote: > um, i'm thinking about a BSD style license, but since uffi is LLGPL i > might be forced to use that? i dunno i'm not a lawyer, and honestly No. You can use UFFI and keep your own work under BSD. Both are fine for clnet. (approved, post fact ;) Cheers, -- Nikodemus Siivola From root at common-lisp.net Tue Jul 6 04:59:31 2004 From: root at common-lisp.net (root) Date: Mon, 05 Jul 2004 21:59:31 -0700 Subject: [admin] added elephant; owned by blee Message-ID: Add successful at 2004.07.05.21.59. From matthieu.villeneuve at free.fr Wed Jul 7 11:09:38 2004 From: matthieu.villeneuve at free.fr (matthieu.villeneuve at free.fr) Date: Wed, 7 Jul 2004 13:09:38 +0200 Subject: [admin] New project: ZLIB Message-ID: <1089198578.40ebd9f229140@imp5-q.free.fr> Hello, I would like to create a new project on common-lisp.net: a Lisp implementation of zlib. Some code exists, that seems to work fine (but slow), and the original developer (Harald Musum) agreed to the idea of making it a standalone library. And I think that it would be a nice thing to have for Lisp developers (I may be wrong). Project name: ZLIB Developer name: Matthieu Villeneuve License: LLGPL (still need Harald's agreement, but should be ok) Description: ZLIB is a Common Lisp implementation of the zlib compression system. Thanks a lot, -- Matthieu Villeneuve From mmommer at common-lisp.net Wed Jul 7 11:18:00 2004 From: mmommer at common-lisp.net (Mario Mommer) Date: Wed, 07 Jul 2004 13:18:00 +0200 Subject: [admin] New project: ZLIB In-Reply-To: <1089198578.40ebd9f229140@imp5-q.free.fr> References: <1089198578.40ebd9f229140@imp5-q.free.fr> Message-ID: matthieu.villeneuve at free.fr writes: > I would like to create a new project on common-lisp.net: a Lisp > implementation of zlib. Some code exists, that seems to work fine > (but slow), and the original developer (Harald Musum) agreed to > the idea of making it a standalone library. And I think that it > would be a nice thing to have for Lisp developers (I may be wrong). > > Project name: ZLIB > > Developer name: Matthieu Villeneuve > > License: LLGPL (still need Harald's agreement, but should be ok) > > Description: ZLIB is a Common Lisp implementation of the zlib > compression system. Looks good indeed. But we should perhaps wait for Harald's agreement? (other than that, approved :-). Regards, Mario. From tsiivola at cc.hut.fi Wed Jul 7 14:42:30 2004 From: tsiivola at cc.hut.fi (Nikodemus Siivola) Date: Wed, 7 Jul 2004 17:42:30 +0300 (EEST) Subject: [admin] Forwarded requests from LSM Message-ID: This is just a heads-up so that people know what's happening. The folks at Libre Software Meeting have requested the following: Project: phemlock (Portable Hemlock) Owner: Gilbert Baumann Members: Daniel Barlow, Robert Standh, Andreas Fuchs, Rudi Schlatte, Timothy Moore, Alexander Bakic, Christope Rhodes License: MIT-style I'll create this ASAP as Gilbert sends in his GPG key. Mailing lists: For the purpose of discussing informal standardization of various extensions: mop-standard-discuss streams-standard-discuss thread-standard-discuss Owner: Daniel Barlow I'm also creating these ASAP. Cheers, -- Nikodemus "Not as clumsy or random as a C++ or Java. An elegant weapon for a more civilized time." From amoroso at mclink.it Wed Jul 7 15:20:04 2004 From: amoroso at mclink.it (Paolo Amoroso) Date: Wed, 07 Jul 2004 17:20:04 +0200 Subject: [admin] Forwarded requests from LSM In-Reply-To: (Nikodemus Siivola's message of "Wed, 7 Jul 2004 17:42:30 +0300 (EEST)") References: Message-ID: <87658z26aj.fsf@plato.moon.paoloamoroso.it> Nikodemus Siivola writes: > The folks at Libre Software Meeting have requested the following: > > Project: phemlock (Portable Hemlock) > > Owner: Gilbert Baumann > Members: Daniel Barlow, Robert Standh, Andreas Fuchs, Rudi Schlatte, ^^^^^^ Strandh Paolo -- Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film From tsiivola at cc.hut.fi Wed Jul 7 22:14:58 2004 From: tsiivola at cc.hut.fi (Nikodemus Siivola) Date: Thu, 8 Jul 2004 01:14:58 +0300 (EEST) Subject: [admin] Forwarded requests from LSM In-Reply-To: <87658z26aj.fsf@plato.moon.paoloamoroso.it> References: <87658z26aj.fsf@plato.moon.paoloamoroso.it> Message-ID: On Wed, 7 Jul 2004, Paolo Amoroso wrote: > > Members: Daniel Barlow, Robert Standh, Andreas Fuchs, Rudi Schlatte, > ^^^^^^ > Strandh Heh, oops. Happily he had his clnet account already so there was no chance for me to typo the name there... ;-) Cheers, -- Nikodemus "Not as clumsy or random as a C++ or Java. An elegant weapon for a more civilized time." From root at common-lisp.net Wed Jul 7 16:16:19 2004 From: root at common-lisp.net (root) Date: Wed, 07 Jul 2004 09:16:19 -0700 Subject: [admin] added phemlock; owned by gbaumann Message-ID: Add successful at 2004.07.07.09.16. From mdanish at andrew.cmu.edu Thu Jul 8 01:24:37 2004 From: mdanish at andrew.cmu.edu (Matthew Danish) Date: Wed, 7 Jul 2004 21:24:37 -0400 (EDT) Subject: [admin] [old] project seeking host: cl-ftp Message-ID: Description: Common Lisp FTP library. Provides basic FTP client functionality to Common Lisp programs as well as macros to assist in writing additional functionality, and a few helpful utility functions. Members: Matthew Danish (account mdanish) License: MIT/X From tsiivola at cc.hut.fi Thu Jul 8 12:02:39 2004 From: tsiivola at cc.hut.fi (Nikodemus Siivola) Date: Thu, 8 Jul 2004 15:02:39 +0300 (EEST) Subject: [admin] [old] project seeking host: cl-ftp In-Reply-To: References: Message-ID: On Wed, 7 Jul 2004, Matthew Danish wrote: > Description: Common Lisp FTP library. > Provides basic FTP client functionality to Common Lisp programs as well as > macros to assist in writing additional functionality, and a few helpful > utility functions. > > Members: Matthew Danish (account mdanish) > License: MIT/X Approved and created. Cheers, -- Nikodemus "Not as clumsy or random as a C++ or Java. An elegant weapon for a more civilized time." From root at common-lisp.net Thu Jul 8 11:58:14 2004 From: root at common-lisp.net (root) Date: Thu, 08 Jul 2004 04:58:14 -0700 Subject: [admin] added cl-ftp; owned by mdanish Message-ID: Add successful at 2004.07.08.04.58. From gilbert at base-electronic.de Thu Jul 8 16:10:55 2004 From: gilbert at base-electronic.de (Gilbert Baumann) Date: Thu, 08 Jul 2004 18:10:55 +0200 Subject: [admin] my gpg key everybody is waiting for Message-ID: -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.2.4 (GNU/Linux) mQGiBEDtUkMRBAClXeNey+D4D7e7fGaCRzZQ9iyOinHIU8TOdcVNqegXxjWAz3NF aGleXmz0IZV60LjC4wp5DUXt5LJfBUzv0a7OSQqMe+F36MsVwyWw3mKomMXrGmcf 0Hp0FbiedLtitt6UojB71HMXJFzRG2Gx6yB7M0QOxKBAY5KdxFN52O7vbwCggy00 9C0Gq/d30GoB8tfReI2Q4AsD/2mjUZmmDWYsIiih6HEQ/YHnILqrd3IrGDzlQqgN BaYOeXkRsUG9KgFm9l+1h4EWfVfTWu+Y6udPQC6owJjetSO9sC5eGcDZfxzzPa6i QpCUiGHXcNcETEctgGKGagPagckrQaNnle/HNx27Uvskk1mCowB9/G1Fez+iya0M 6o+SA/9zZGeZjbOeqoEhluys/8mXthzhsUga8hhvKIwu2UcUvie0VKdga4tio+2M n5R052+CwhG2JXWG+HiTUrWZWnmMLgUywEUFCxo81Ag0mupHc2hdGRg5b/bKlHtZ aCFvg2R3w6AAMSTSnoHoktLzbhO60L23sztegAsUh1QlvzthDrYAAAA0R2lsYmVy dCBCYXVtYW5uIChoZW1sb2NrKSA8dW5rNkByei51bmkta2FybHNydWhlLmRlPohe BBMRAgAeBQJA7VJDAhsDBgsJCAcDAgMVAgMDFgIBAh4BAheAAAoJEKdywJDCqCbq qcEAn1A/uxOLeTd8ErHlQHkmwTg4xfrdAJ9ajuAvul4d5f7I/3Jljqlx9IP4UrkB DQRA7VJFEAQAuKRGlNttVIZFmFx4j4WBPRoIdv7WWw2kHLS4YbI5ri8bSA4cQw4J HorrIAgMZeZl9/1Y4i5NdQC4TvUxV5j0GPt+LFvJHSKuPPpeIZJ36AdCyKFkr5ku RgrgcZfjaxEkUBNXUmnMXJi1h464cQAcbE04Db6pGM7HMcw53LkmDMMAAwUEAICu VcwK8TMGUaYoYdl+oL+0J7MRnLNtJC56B5gWEX/tkGYdJM6dG0Qajw3rpGBAqZsL zOnizyjEs14nwZ8z86BqshXdKBlCOmPXyhdELHqSmwdzyHU0+3zkII0wI74NLmZp nZXBUtz1Rf3E3tWTfVRI5zZpJyZ7W9MyApNmd+FeiEkEGBECAAkFAkDtUkUCGwwA CgkQp3LAkMKoJupWeQCfeWKviQXHccQ3uABFllOWAzPsdcoAmgNbZ8VR0cT+sTie E+ZMb5qbMWn5 =8gKF -----END PGP PUBLIC KEY BLOCK----- From smishra at speakeasy.net Fri Jul 9 14:45:01 2004 From: smishra at speakeasy.net (smishra at speakeasy.net) Date: Fri, 09 Jul 2004 07:45:01 -0700 Subject: [admin] Project request Message-ID: <40EEAF6D.7080107@speakeasy.net> Hi, I'd like to get space for a project, FReT, presently sitting at my personal site (http://www.mono-picante.org/fret/). I'm the sole author, and other details about the project should be available on my site. Thanks! Sunil From mmommer at common-lisp.net Fri Jul 9 16:06:30 2004 From: mmommer at common-lisp.net (Mario Mommer) Date: Fri, 09 Jul 2004 18:06:30 +0200 Subject: [admin] Project request In-Reply-To: <40EEAF6D.7080107@speakeasy.net> References: <40EEAF6D.7080107@speakeasy.net> Message-ID: smishra at speakeasy.net writes: > I'd like to get space for a project, FReT, presently sitting at my > personal site (http://www.mono-picante.org/fret/). I'm the sole > author, and other details about the project should be available on my > site. Approved! Regards, Mario. From mmommer at common-lisp.net Mon Jul 12 15:12:25 2004 From: mmommer at common-lisp.net (Mario Mommer) Date: Mon, 12 Jul 2004 17:12:25 +0200 Subject: [admin] Project request In-Reply-To: <40EEAF6D.7080107@speakeasy.net> References: <40EEAF6D.7080107@speakeasy.net> Message-ID: smishra at speakeasy.net writes: > I'd like to get space for a project, FReT, presently sitting at my > personal site (http://www.mono-picante.org/fret/). I'm the sole > author, and other details about the project should be available on my > site. Hi, I need you PGP key, and also your full real name, to set up your account. Regards, Mario From smishra at speakeasy.net Mon Jul 12 16:04:52 2004 From: smishra at speakeasy.net (smishra at speakeasy.net) Date: Mon, 12 Jul 2004 09:04:52 -0700 Subject: [admin] Project request In-Reply-To: References: <40EEAF6D.7080107@speakeasy.net> Message-ID: <40F2B6A4.8070005@speakeasy.net> Hi Mario, My full name is Sunil Mishra. I've attached a gpg key. Please let me know if this is sufficient. Sunil Mario Mommer wrote: > > smishra at speakeasy.net writes: > >>I'd like to get space for a project, FReT, presently sitting at my >>personal site (http://www.mono-picante.org/fret/). I'm the sole >>author, and other details about the project should be available on my >>site. > > > Hi, > > I need you PGP key, and also your full real name, to set up your > account. > > Regards, > Mario > -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: key.gpg URL: From tsiivola at cc.hut.fi Wed Jul 14 11:31:02 2004 From: tsiivola at cc.hut.fi (Nikodemus Siivola) Date: Wed, 14 Jul 2004 14:31:02 +0300 (EEST) Subject: [admin] Project request In-Reply-To: References: <40EEAF6D.7080107@speakeasy.net> Message-ID: On Mon, 12 Jul 2004, Mario Mommer wrote: > I need you PGP key, and also your full real name, to set up your > account. Project Fret set up. Cheers, -- Nikodemus "Not as clumsy or random as a C++ or Java. An elegant weapon for a more civilized time." From smishra at speakeasy.net Sat Jul 17 02:50:51 2004 From: smishra at speakeasy.net (smishra at speakeasy.net) Date: Fri, 16 Jul 2004 19:50:51 -0700 Subject: [admin] Project request In-Reply-To: References: <40EEAF6D.7080107@speakeasy.net> Message-ID: <40F8940B.6060502@speakeasy.net> Hi, It appears that I have a project presence. However, I haven't been given instructions on how to log on to the common-lisp.net server (no password), so I'm at a bit of a loss. All I know at present is that I have an account smishra on www.common-lisp.net. Could you please help me out? Thanks! Sunil Mario Mommer wrote: > > smishra at speakeasy.net writes: > >>I'd like to get space for a project, FReT, presently sitting at my >>personal site (http://www.mono-picante.org/fret/). I'm the sole >>author, and other details about the project should be available on my >>site. > > > Hi, > > I need you PGP key, and also your full real name, to set up your > account. > > Regards, > Mario > From tsiivola at cc.hut.fi Sat Jul 17 13:21:26 2004 From: tsiivola at cc.hut.fi (Nikodemus Siivola) Date: Sat, 17 Jul 2004 16:21:26 +0300 (EEST) Subject: [admin] Project request In-Reply-To: <40F8940B.6060502@speakeasy.net> References: <40EEAF6D.7080107@speakeasy.net> <40F8940B.6060502@speakeasy.net> Message-ID: On Fri, 16 Jul 2004 smishra at speakeasy.net wrote: > It appears that I have a project presence. However, I haven't been given > instructions on how to log on to the common-lisp.net server (no password), so > I'm at a bit of a loss. All I know at present is that I have an account > smishra on www.common-lisp.net. Could you please help me out? My bad. Password has been sent to you encrypted with your GPG key. Cheers, -- Nikodemus "Not as clumsy or random as a C++ or Java. An elegant weapon for a more civilized time." From smishra at speakeasy.net Sat Jul 17 16:22:08 2004 From: smishra at speakeasy.net (smishra at speakeasy.net) Date: Sat, 17 Jul 2004 09:22:08 -0700 Subject: [admin] Project request In-Reply-To: References: <40EEAF6D.7080107@speakeasy.net> <40F8940B.6060502@speakeasy.net> Message-ID: <40F95230.9060900@speakeasy.net> Thanks, got it! I'll set up something later today there. Sunil Nikodemus Siivola wrote: > On Fri, 16 Jul 2004 smishra at speakeasy.net wrote: > >> It appears that I have a project presence. However, I haven't been >> given instructions on how to log on to the common-lisp.net server (no >> password), so I'm at a bit of a loss. All I know at present is that I >> have an account smishra on www.common-lisp.net. Could you please help >> me out? > > > My bad. Password has been sent to you encrypted with your GPG key. > > Cheers, > > -- Nikodemus "Not as clumsy or random as a C++ or Java. > An elegant weapon for a more civilized time." From root at common-lisp.net Wed Jul 14 11:29:15 2004 From: root at common-lisp.net (root) Date: Wed, 14 Jul 2004 04:29:15 -0700 Subject: [admin] added fret; owned by smishra Message-ID: Add successful at 2004.07.14.04.29. From moore at bricoworks.com Wed Jul 14 20:56:07 2004 From: moore at bricoworks.com (Timothy Moore) Date: Wed, 14 Jul 2004 22:56:07 +0200 Subject: [admin] gsharp group Message-ID: <3A945370-D5D8-11D8-964B-000A959839F8@bricoworks.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Christophe, Could you confirm for Nikodemus that I should be part of the gsharp comitters group? I believe that that was always the intent, but I was slow in getting my GPG key to common-lisp.net. I'd ask Robert but I believe that he's asleep. Thanks, Tim -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) iD8DBQFA9Z3yzPEZZaqHNXARAsVyAJ0SoalCZ+dX1HxI1P6wWw9nZ/kgVgCfWvHO CfdmP0jVjXMOdi1YnSqq3gA= =wTYR -----END PGP SIGNATURE----- From csr21 at cam.ac.uk Wed Jul 14 21:11:51 2004 From: csr21 at cam.ac.uk (Christophe Rhodes) Date: Wed, 14 Jul 2004 22:11:51 +0100 Subject: [admin] Re: gsharp group In-Reply-To: <3A945370-D5D8-11D8-964B-000A959839F8@bricoworks.com> (Timothy Moore's message of "Wed, 14 Jul 2004 22:56:07 +0200") References: <3A945370-D5D8-11D8-964B-000A959839F8@bricoworks.com> Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Timothy Moore writes: > Could you confirm for Nikodemus that I should be part of the gsharp > comitters group? I believe that that was always the intent, but I was > slow in getting my GPG key to common-lisp.net. I'd ask Robert but I > believe that he's asleep. After last week, it's only fair he should get some rest, poor thing. Nikodemus (or other common-lisp.net admin), please do add Tim to the gsharp group. We need his bugfixes (and portable implementation of pathname completion!) Cheers, Christophe - -- http://www-jcsu.jesus.cam.ac.uk/~csr21/ +44 1223 510 299/+44 7729 383 757 (set-pprint-dispatch 'number (lambda (s o) (declare (special b)) (format s b))) (defvar b "~&Just another Lisp hacker~%") (pprint #36rJesusCollegeCambridge) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.8 iD8DBQFA9aGThMXieFLWjfIRAj0hAKChxBer2n+D0b4YbhrxHpTuH2bfgwCggTOp QkyQmSpeoehgFXeiL6e7xX4= =p/cI -----END PGP SIGNATURE----- From smishra at speakeasy.net Tue Jul 20 06:00:08 2004 From: smishra at speakeasy.net (smishra at speakeasy.net) Date: Mon, 19 Jul 2004 23:00:08 -0700 Subject: [admin] FReT project on common-lisp.net? Message-ID: <40FCB4E8.1020804@speakeasy.net> Hi, I've finally gotten around to putting up a web page for fret. When and how does the main page for common-lisp.net, and the project list, get updated? Thanks! Sunil From mmommer at common-lisp.net Tue Jul 20 10:07:11 2004 From: mmommer at common-lisp.net (Mario Mommer) Date: Tue, 20 Jul 2004 12:07:11 +0200 Subject: [admin] FReT project on common-lisp.net? In-Reply-To: <40FCB4E8.1020804@speakeasy.net> References: <40FCB4E8.1020804@speakeasy.net> Message-ID: smishra at speakeasy.net writes: > I've finally gotten around to putting up a web page for fret. When and > how does the main page for common-lisp.net, and the project list, get > updated? Essentially by hand, when one of us finds time :-) Later today I'll have time. The other projects page are somewhat out of sync due to a sudden outburst of work etc. which has had me bogged down. Regards, Mario. From bmastenb at cs.indiana.edu Fri Jul 23 13:00:11 2004 From: bmastenb at cs.indiana.edu (Brian Mastenbrook) Date: Fri, 23 Jul 2004 08:00:11 -0500 (EST) Subject: [admin] New project request: docutrack Message-ID: 'lo all; I'd like to request a new project for docutrack, an issue / bug tracking system to be developed. License will be MIT. -- Brian Mastenbrook "God made the natural numbers; http://www.cs.indiana.edu/~bmastenb/ all else is the work of man." bmastenb at cs.indiana.edu -- Leopold Kroneker From mmommer at common-lisp.net Fri Jul 23 13:04:02 2004 From: mmommer at common-lisp.net (Mario Mommer) Date: Fri, 23 Jul 2004 15:04:02 +0200 Subject: [admin] New project request: docutrack In-Reply-To: References: Message-ID: Brian Mastenbrook writes: > 'lo all; I'd like to request a new project for docutrack, an issue / bug > tracking system to be developed. License will be MIT. Approved. Regards, Mario. From root at common-lisp.net Sun Jul 25 20:37:02 2004 From: root at common-lisp.net (root) Date: Sun, 25 Jul 2004 13:37:02 -0700 Subject: [admin] added docutrack; owned by bmastenbrook Message-ID: Add successful at 2004.07.25.13.37.