On 10/20/06, James Vega <[EMAIL PROTECTED]> wrote: > On Fri, Oct 20, 2006 at 01:29:04AM +0200, Axel Liljencrantz wrote: > > On 10/19/06, Philip Ganchev <[EMAIL PROTECTED]> wrote: > > > I found this patch intriguing: "Make any character except '/' legal in > > > function names". > > > > Previously, function names could only consist of alphanumerics and > > underscores, just like variables. This isn't very logical, though, > > since regular commands can have any legal file name. This patch > > changes the naming criteria. Functions may now have any legal file > > name, and '/' is the only character which is forbidden in file names. > > That depends on the filesystem. This is the case for most (if not all) > *nix filesystems, but I think OS X's filesystem has more restrictions. > If I recall correctly, POSIX only specifies which characters *must* be > allowed in filenames, and that's a fairly small list. Anything beyond > that is just icing on the cake.
You are of course correct, I would have known that that too if my brain had been turned on. :-) > > James > -- > GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]> > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (GNU/Linux) > > iEYEARECAAYFAkU4J6UACgkQDb3UpmEybUB1NACeKALcb0gVwcW1Tit0Yaj/0xVu > VRAAn0kQcDUat32DoR9eE8dhdBs2dxOa > =aWPx > -----END PGP SIGNATURE----- > > > ------------------------------------------------------------------------- > 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 > > _______________________________________________ > Fish-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/fish-users > > > -- Axel ------------------------------------------------------------------------- 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 _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
