source: trunk/abcl/src/org/armedbear/lisp/Pathname.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15780   4 weeks Mark Evenson Correctly signal error for incorrect MAKE-PATHNAME TYPE
(edit) @15680   13 months Mark Evenson PATHNAME attempt use java.net.URI routines for getFile()
(edit) @15587   2 years Mark Evenson Pathname directory wasn't handling . or .. in certain cases
(edit) @15569   2 years Mark Evenson Untabify en masse Results of running style.org source blocks on tree
(edit) @15492   3 years Mark Evenson Address inconsistency between populating entries in JAR-PATHNAME A …
(edit) @15457   3 years Mark Evenson Allows SLIME to load under Windows Be rigourous about when allowing …
(edit) @15452   3 years Mark Evenson Construct the keys for ZipCache? entries without namestrings
(edit) @15450   3 years Mark Evenson Fix determining local file for explicit 'file' scheme
(edit) @15449   3 years Mark Evenson MAKE-PATHNAME normalizes types of device component
(edit) @15448   3 years Mark Evenson Fix ANSI TEST DIRECTORY.8 Static methods need to explicitly check …
(edit) @15445   3 years Mark Evenson Use getFile() in Pathname TRUENAME resolution
(edit) @15442   3 years Mark Evenson MERGE-PATHNAMES downcasts to URLPathname result when appropiate
(edit) @15435   3 years Mark Evenson Initial implementation of accessing recursive entries in local jars …
(edit) @15424   4 years Mark Evenson MAKE-PATHNAME constructs URL-PATHNAME with proper type
(edit) @15414   4 years Mark Evenson pathname: change parsing of type Change the algorithim for …
(edit) @15413   4 years Mark Evenson pathname: actually perform deep copy of host Fix MAKE-PATHNAME …
(edit) @15410   4 years Mark Evenson pathname: don't always convert to namestrings
(edit) @15409   4 years Mark Evenson pathname: various fixed in order to work Windows Don't use #P reader …
(edit) @15408   4 years Mark Evenson Refactor pathname java hierarchy to reflect lisp hierarchy …
(edit) @15406   4 years Mark Evenson Able to OPEN, PROBE-FILE, and LOAD contents of nested jar …
(edit) @15405   4 years Mark Evenson INCOMPLETE Implement Zip from InputStream? access …
(edit) @15404   4 years Mark Evenson Remove unused methods, extraneous comments
(edit) @15403   4 years Mark Evenson Our namestrings should always contain forward-slash delimited …
(edit) @15402   4 years Mark Evenson Modernize Cons references
(edit) @15401   4 years Mark Evenson Use PathnameURL namespace for URL things Remove Pathname.jarSeparator …
(edit) @15400   4 years Mark Evenson pathname: carefully refactor finishing(?) touches Return NIL as …
(edit) @15398   4 years Mark Evenson Fixes for working under Windows 10 Remove intermediate compiler …
(edit) @15396   4 years Mark Evenson Ensure that we behave like previous implementation Seemingly working …
(edit) @15395   4 years Mark Evenson Make Pathname.init() static method Running under Netbeans, but …
(edit) @15394   4 years Mark Evenson Starting to hook jar/uri mechanisms up Failing to roundtrip …
(edit) @15393   4 years Mark Evenson INCOMPLETE Hook up implementation of PathnameJar? and PathnameURL …
(edit) @15392   4 years Mark Evenson Debugging Pathname transition with logical pathnames Added …
(edit) @15391   4 years Mark Evenson pathname: normalize Pathname to new Java conventions 1. use …
(edit) @15360   4 years Mark Evenson Serialization of top-level, named functions.
(edit) @15038   7 years Mark Evenson Fix NPE if directory can't be accessed. (Olof-Joachim Frahm) C.f. …
(edit) @15032   7 years Mark Evenson Better directory validation; handle :UNSPECIFIC (Olof-Joachim Frahm)
(edit) @14987   7 years Mark Evenson Fix CL:MAKE-PATHNAME for explicit NIL host
(edit) @14659   10 years Mark Evenson Fix Uniform Naming Convention (aka "UNC" or "network") paths under …
(edit) @14624   10 years Mark Evenson Fix (remaining?) bugs for DIRECTORY. Fixes Quicklisp, aka the …
(edit) @14621   10 years Mark Evenson Untabify.
(edit) @14619   10 years Mark Evenson CL:DIRECTORY semantics for symbolic link resolution inverted and …
(edit) @14601   10 years Mark Evenson Untabify.
(edit) @14466   11 years rschlatte call type_error when possible
(edit) @14465   11 years rschlatte new method program_error, analogous to type_error
(edit) @14238   11 years Mark Evenson Fixes #243: MAKE-PATHNAME with a DEVICE string. We allow DEVICE lists …
(edit) @14178   12 years Mark Evenson Merging a "plain file" path on non-Windows gets an :UNSPECIFIC DEVICE. …
(edit) @14177   12 years Mark Evenson TRUENAME now sets DEVICE to :UNSPECIFIC from NIL on non-MSDOG.
(edit) @14176   12 years Mark Evenson Refactor PATHNAME implementation details to tighten existing …
(edit) @14155   12 years Mark Evenson Better diagnostics for CL:MAKE-PATHNAME rules for allowable DEVICE …
(edit) @13967   12 years Mark Evenson JAVA:JINPUT-STREAM returns the underlying java.io.InputStream? for any …
(edit) @13704   12 years Mark Evenson Fix #181: TRUENAME doesn't always canonicalize the outer DEVICE …
(edit) @13700   12 years Mark Evenson weblogic: ABCL loads under the Weblogic 10.3 application server. If …
(edit) @13677   13 years vvoutilainen Fix #179: LIST-DIRECTORY ignores :RESOLVE-SYMLINKS flag?
(edit) @13461   13 years ehuelsmann Print expected minimum and maximum argument list lengths in …
(edit) @13460   13 years Mark Evenson Fix loading from fasls under Windows with whitespace in pathname. A …
(edit) @13442   13 years ehuelsmann Remove .toString() methods which override default Java output to be …
(edit) @13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
(edit) @13358   13 years Mark Evenson Convert to use @DocString? annotation adding documentation.
(edit) @13353   13 years Mark Evenson Fix problems with whitespace in JAR-PATHNAME. For dealing with URI …
(edit) @13349   13 years Mark Evenson Implement DIRECTORY wildcard matching for zip inside zip. With this …
(edit) @13325   13 years Mark Evenson Fix the URI decoding algorithim in Pathname. Provide EXT:URI-DECODE …
(edit) @13302   13 years Mark Evenson Include the version in the internal PATHNAME copy contructor. With …
(edit) @13299   13 years Mark Evenson Produce FILE-ERROR when a 'file' schema URL-PATHNAME has no path …
(edit) @13298   13 years Mark Evenson Include the CLtLv2 passages MERGE-PATHNAME for version is interpreting.
(edit) @13296   13 years Mark Evenson Another stab at implementing MERGE-PATHNAME with version. From a …
(edit) @13294   13 years Mark Evenson Fix #150: MAKE-PATHNAME ignores version in :DEFAULTS.
(edit) @13291   13 years Mark Evenson Reimplement the logic MERGE-PATHNAMES for Pathname version. I started …
(edit) @13288   13 years vvoutilainen Revert the earlier attempt to fix the version copying issue, it badly …
(edit) @13287   13 years vvoutilainen Copy version from defaults if not explicitly provided.
(edit) @13267   13 years Mark Evenson Fix #146 so MAKE-PATHNAME uses :DIRECTORY argument even if NIL.
(edit) @13230   13 years vvoutilainen Fix ticket #136: ABCL should allow DIRECTORY listings that don't …
(edit) @13105   13 years ehuelsmann Fix Pathname.java failing to find boot.lisp in an "unpacked JAR" …
(edit) @13100   13 years ehuelsmann Remove dead code and unused imports from Pathname.
(edit) @13099   13 years ehuelsmann Stop using a deprecated function (File.toURL()).
(edit) @13097   13 years ehuelsmann Remove redundant function [toURL(Pathname p)] from Pathname.
(edit) @13056   13 years Mark Evenson Fix problems with #\Space characters in JAR pathnames. We now require …
(edit) @13026   13 years Mark Evenson Further fix for #110 eliminating the use of the URLDecoder.decode(). …
(edit) @13024   13 years Mark Evenson Fix loading from pathnames with '+' in directory pathname re #110.
(edit) @13017   13 years Mark Evenson Check type in MAKE-PATHNAME for :DIRECTORY components.
(edit) @13006   13 years ehuelsmann Reduce the number of exceptions generated inside ABCL while compiling …
(edit) @12974   14 years Mark Evenson Let truename() possibly signal an error on r12793 JRockit fix.
(edit) @12973   14 years ehuelsmann Fix an issue with running ABCL on Oracle JRockit JVM! Patch by: Joel …
(edit) @12970   14 years ehuelsmann Remove Remove now obsolete hash table specializations; in order to be …
(edit) @12947   14 years ehuelsmann Fix ZIP on Windows; in some ABCL lisp tests, it thinks we're trying to …
(edit) @12810   14 years Mark Evenson PATHNAME without namestring now has a non-printable representation.
(edit) @12803   14 years Mark Evenson Revert bad commit.
(edit) @12802   14 years Mark Evenson Re-apply grovel tags patch.
(edit) @12801   14 years Mark Evenson MAKE-PATHNAME will now make UNC paths. If the HOST passed by …
(edit) @12799   14 years Mark Evenson Backout partial bad merge.
(edit) @12798   14 years Mark Evenson [HEADS UP] Break Pathname to normalize cross-platform serializations. …
(edit) @12797   14 years Mark Evenson Convert to a$$-backwards Pollock.
(edit) @12780   14 years Mark Evenson Small non-functional code and comment cleanups.
(edit) @12773   14 years astalla Added classpath manipulation primitives: java:add-to-classpath and …
(edit) @12696   14 years Mark Evenson TRUENAME for URL-PATHNAME ambigiously either a directory or file now …
(edit) @12695   14 years Mark Evenson Change messages from trace to warn for failing InputStream?.
(edit) @12689   14 years Mark Evenson Thunk through URL.toURI() for getting URL authority. Fixes loading …
(edit) @12667   14 years Mark Evenson Fix WILD-PATHNAME-P to check for pathname components which are strings …
(edit) @12653   14 years Mark Evenson Fix MERGE-PATHNAMES for URL-PATHNAME under Windows. If the Pathname …
(edit) @12652   14 years Mark Evenson Use '/' as directory path separator for URL-PATHNAME and JAR-PATHNAME.
(edit) @12642   14 years Mark Evenson Enable ASDF2 to work under Windows. Under Windows, allow Pathname …
Note: See TracRevisionLog for help on using the revision log.