1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[S02] small clarifications on Whatever comprehensions More... almost 16 years ago
[S32/IO] and [S16] Changes include: * Removed spurious references to "Array of", now that pmichaud++ has explained things to me * Added a number of things to better cope with the Encoding * Other minor cleanups More... almost 16 years ago
[S16] Documented $*CWD which was mentioned once in S28 [S32] Changed Path to have Buf instead of Str, and an $.Encoding. More spec will be needed when I (or someone) understands better :). More... almost 16 years ago
[S32/IO] put in canonpath and realpath, as promised [S16] Things including: * Made defaults more sensible (lax vs. strict mode) * Added "use path" pragma * Added :local, :modern, :portable, and :posix More... almost 16 years ago
[IO.pod] fix bogon-infested named parameter syntax More... almost 16 years ago
Rephrasing for clarity, also changed "POSIX" to "portable POSIX" where appropriate More... almost 16 years ago
S32/IO: Mention that Path can be used as an array of path elements S16: Restrict filenames to POSIX More... almost 16 years ago
[S32/IO] A few changes, including: * Revived .chdir() due to popular demand * IO::FileNode merged into Path More... almost 16 years ago
[S02] Changed :io to :p and :path [S16] Documented p{/path/to/file} [S28] Made $*CWD have type Path instead of Str [S32/IO] Many changes, including: * Changed IO::FSNode into Path * Merged most of IO::DirectoryNode and all of IO::LinkNode into Path (but still need to merge IO::FileNode) * Moved remnants of IO::DirectoryNode to IO::Directory It's not finished yet, but I thought I'd commit anyway. I'll keep working on it. More... almost 16 years ago
[Spec] Clarify behaviour of closure traits when an exception is thrown. More... almost 16 years ago
[S02,S16,S32/IO] Added special quoting that creates IO::FSNode objects. This could still be controversial, but I've gone with the "Forgiveness/Permission" thing. If no-one fights it, I'll revise the Draft IO specs (S16 and S32/IO) to refer to IO::FSNode objects in appropriate places instead of strings. More... almost 16 years ago
S32/Containers iterator rephrase (similar to S09 hash keys spec) More... almost 16 years ago
change embedded comment syntax to #`[...] and variants define statement_prefix:<void> to return Nil more s/Capture/Parcel/ mods More... almost 16 years ago
Clarification of hash key sort order, based on S32 More... almost 16 years ago
[Spec]reverted \x20 to \xC2A0. "PerlĀ 6" and "PerlĀ 5" are words, so we don't want to break between the l and the digit, and it doesn't ever render as Perl\n6. [particle]++ and moritz_++ for explanation. More... almost 16 years ago
[S32/IO] Made some more mods to the filesystem due to interaction with finanalyst++ More... almost 16 years ago
[Spec]fixed the wrong space, now it's \x20, not \xC2A0 More... almost 16 years ago
[Spec/S02-bits.pod] fixed spec, see S12 for more. More... almost 16 years ago
[S02] Note that coercion to Nil provides "loop else" functionality Define what we mean by the Parcel type. More... almost 16 years ago
[S32/IO] Clarification thanks to richard++ Since this does glob(), find(), etc, I'm intending that it be "Everything accessible via a filesystem path" sort of thing; NFS mounts included, but URIs not included. More... almost 16 years ago
[S32/IO] Separated IO::Filesystem and IO::Filesystems More... almost 16 years ago
[S32/IO] Stopped referring to IO::Endable, as its functionality seems to be currently subsumed into IO::Seekable. If I've done it wrong, feel free to change it. More... almost 16 years ago
[spec]using the right single quote character More... almost 16 years ago
added missing POD commands More... almost 16 years ago
[S17, S22, S26] Turned URLs into links More... almost 16 years ago
[S09] standard hash defaults to Object for values More... almost 16 years ago
[S06] only add @_ and %_ to default sig if actually used in body More... almost 16 years ago
[spec] Remove the word 'class' from a sentence where it adds confusion to the meaning. More... almost 16 years ago
Fix incorrect specification of implicit $_ in blocks. More... almost 16 years ago
[S06] typo found by jnthn++ More... almost 16 years ago