Skip to content

Releases: xpxaxsxi/dpath

Dpath

22 Feb 17:55
e3e64d7
Compare
Choose a tag to compare

Fixes the Windows 10 issue when, for example in dir(c:/A) , 'A' was internally substituded with local folder directory names so directories under c:/ failed

Dpath

24 Feb 18:00
afe879a
Compare
Choose a tag to compare

Release notes will be added later

0.7.1

11 Nov 20:33
960a5a3
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release

Optimization for speed when calling file/1 filetype/1 or dir/1 with ground terms

Dpath

18 Oct 17:42
23a8c7d
Compare
Choose a tag to compare
Dpath Pre-release
Pre-release

Now has more support for Linux

dpath

24 Apr 15:14
Compare
Choose a tag to compare
dpath Pre-release
Pre-release

In Windows, drive letter can be a variable.
(:/) is an operator.

Not tested in Linux

dpath 0.5.11

29 Dec 16:51
ffd6242
Compare
Choose a tag to compare

Production release from a pre-release 0.5.9

0.5.9

26 Dec 18:13
54cb81e
Compare
Choose a tag to compare
0.5.9 Pre-release
Pre-release

Fixed a bug in filetype/1 that did not search subdirectories properly when filepath argument started with an variable 54cb81e

dpath

27 Mar 19:33
30d2e59
Compare
Choose a tag to compare

Installing at Swi-Prolog toplevel
(preferred version of Swi-Prolog is 8.1.0 and later)

pack_install(dpath).
use_module(library(dpath)).

For Windows with extra features

pack_install(dpath).
use_module(library(dpath_win)).

Full path with version number for pack_install/1

pack_install('https://github.com/xpxaxsxi/dpath/archive/0.5.8.zip')

Changes from 0.5.7
Atom was missing a ending tick in pack.pl

Changes from 0.5.6
Prolog files are now in a proper directory so that pack_install/1 installs correct versions of files

Changes from 0.5.3, 0.5.4, 0.5.5, 0.5.6
Fixed an Github branching issue that caused pack_install/1 to fail

Changes from 0.5.2

Changes from 0.5.2
Renamed dpath_win to dpathw because more ergonomic when typing

Changes from 0.5.1
Fixed code fences that had an extra whitespace

Changes from 0.5.0
Renamed a module: win to dpath_win

dpath

27 Mar 19:24
aeb3226
Compare
Choose a tag to compare

Installing at Swi-Prolog toplevel
(preferred version of Swi-Prolog is 8.1.0 and later)

pack_install(dpath).
use_module(library(dpath)).

For Windows with extra features

pack_install(dpath).
use_module(library(dpath_win)).

Full path with version number for pack_install/1

pack_install('https://github.com/xpxaxsxi/dpath/archive/0.5.7.zip')

Changes from 0.5.6
Prolog files are now in a proper directory so that pack_install/1 installs correct versions of files

Changes from 0.5.3, 0.5.4, 0.5.5, 0.5.6
Fixed an issue that caused pack_install/1 to fail

Changes from 0.5.2

Changes from 0.5.2
Renamed dpath_win to dpathw because more ergonomic when typing

Changes from 0.5.1
Fixed code fences that had an extra whitespace

Changes from 0.5.0
Renamed a module: win to dpath_win

dpath

27 Mar 19:07
a73e963
Compare
Choose a tag to compare

Installing at Swi-Prolog toplevel
(preferred version of Swi-Prolog is 8.1.0 and later)

pack_install(dpath).
use_module(library(dpath)).

For Windows with extra features

pack_install(dpath).
use_module(library(dpath_win)).

Full path with version number for pack_install/1

pack_install('https://github.com/xpxaxsxi/dpath/archive/0.5.6.zip')

Changes from 0.5.3, 0.5.4, 0.5.5
Fixed an issue that caused pack_install/1 to fail

Changes from 0.5.2

Changes from 0.5.2
Renamed dpath_win to dpathw because more ergonomic when typing

Changes from 0.5.1
Fixed code fences that had an extra whitespace

Changes from 0.5.0
Renamed a module: win to dpath_win