Commit Graph

20 Commits

Author SHA1 Message Date
Rafal Kupiec 08c47b7528
Correct dictionary issues.
The build was successful. Details
2018-08-17 09:25:29 +02:00
Rafal Kupiec ab1266ef5d
Rename VFS
The build was successful. Details
2018-08-16 22:05:30 +02:00
Rafal Kupiec c83d6e13fc
Removing xExec.
The build was successful. Details
First of all, VFS is not a right place for this, finally it was not implemented anyway.
2018-08-16 21:37:34 +02:00
Rafal Kupiec 074edd11d3
Add Windows 10 information
The build was successful. Details
2018-08-16 18:19:33 +02:00
Rafal Kupiec f9946e9842
Reimplement filegroup() and fileowner() as builtin function, #42.
The build was successful. Details
2018-08-15 21:58:21 +02:00
Rafal Kupiec f33f8d66b4
Correct warning messages.
The build was successful. Details
2018-08-15 21:43:17 +02:00
Rafal Kupiec 16ea44372f
Dictionary correction.
The build was successful. Details
2018-08-15 21:35:44 +02:00
Rafal Kupiec ac1dee48c9
Reimplement fileinode() as builtin function, #42.
The build was successful. Details
2018-08-15 21:28:59 +02:00
Rafal Kupiec 89d7aca73a
Correct typo
The build was successful. Details
2018-08-15 16:38:33 +02:00
Rafal Kupiec fc4b17434e
Remove duplicated builtin functions
The build was successful. Details
2018-08-09 21:34:13 +02:00
yvan-burrie ddfa1ecb0d Syntax Error in vfs.c
Fix a syntax error (OR operation) inside WINNT macro.
2018-08-02 02:45:23 +02:00
Rafal Kupiec f42f51f037
./ and ../ are still relative paths. Only files beginning with / and X:\ should be included directly. 2018-07-24 10:29:16 +02:00
Rafal Kupiec d3be8d2a1a
Finally fix #16. I hope at least. 2018-07-24 10:10:09 +02:00
Rafal Kupiec e2aa774a6a
Reimplement SyRealPath(); fix build. 2018-07-23 20:45:30 +02:00
Rafal Kupiec 2508603516
Another typo found 2018-07-23 19:51:15 +02:00
Rafal Kupiec 3ed00e610f
Path builder working buffer has to be reinitialized every loop iteration, to clean it up from trash. 2018-07-23 19:43:04 +02:00
Rafal Kupiec 90e2bc676f
Fix for #2, taken from 063a5cffb7 (file_magic branch). Thanks to BigDave. 2018-07-23 15:46:01 +02:00
David Carlier dba8e5098f fixing in the vm context instead, making the feature available in case realpath could be implemented as well 2018-07-23 06:07:27 +01:00
Rafal Kupiec ceca007cd1 Correct some typos 2018-07-22 19:25:12 +01:00
Rafal Kupiec abb91a9874
Reorganize the repository for new build system 2018-07-20 22:35:09 +02:00