Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 23-Nov-2020 | - | ||||
README | H A D | 23-Nov-2020 | 440 | 9 | 7 | |
dirent.h | H A D | 23-Nov-2020 | 2.1 KiB | 62 | 20 | |
dwarf-debug.c | H A D | 23-Nov-2020 | 7.3 KiB | 278 | 223 | |
popen.c | H A D | 23-Nov-2020 | 8.2 KiB | 358 | 226 | |
utf8.c | H A D | 23-Nov-2020 | 4.1 KiB | 124 | 71 | |
utf8.h | H A D | 23-Nov-2020 | 3 KiB | 86 | 36 | |
uxnt.c | H A D | 23-Nov-2020 | 21.7 KiB | 1,092 | 745 | |
uxnt.h | H A D | 23-Nov-2020 | 5.5 KiB | 177 | 121 |
README
1The UXNT.LIB library is used SWI-Prolog and XPCE to make the NT and 95 2filesystem a bit more like the Unix one. It deals with mapping directory 3separators, ensuring there are only single separators (mapping // to \ 4for example) that root-directories of devices (c:/, etc.) are handled 5properly, no matter how the name is formed. It also implemends readdir() 6and friends for Unix-compatible access to the directory. 7 8 Regards --- Jan 9