Commit Graph

14 Commits

Author SHA1 Message Date
16ea44372f Dictionary correction.
All checks were successful
The build was successful.
2018-08-15 21:35:44 +02:00
ac1dee48c9 Reimplement fileinode() as builtin function, #42.
All checks were successful
The build was successful.
2018-08-15 21:28:59 +02:00
89d7aca73a Correct typo
All checks were successful
The build was successful.
2018-08-15 16:38:33 +02:00
fc4b17434e Remove duplicated builtin functions
All checks were successful
The build was successful.
2018-08-09 21:34:13 +02:00
ddfa1ecb0d Syntax Error in vfs.c
Fix a syntax error (OR operation) inside WINNT macro.
2018-08-02 02:45:23 +02:00
f42f51f037 ./ and ../ are still relative paths. Only files beginning with / and X:\ should be included directly. 2018-07-24 10:29:16 +02:00
d3be8d2a1a Finally fix #16. I hope at least. 2018-07-24 10:10:09 +02:00
e2aa774a6a Reimplement SyRealPath(); fix build. 2018-07-23 20:45:30 +02:00
2508603516 Another typo found 2018-07-23 19:51:15 +02:00
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
90e2bc676f Fix for #2, taken from 063a5cffb7 (file_magic branch). Thanks to BigDave. 2018-07-23 15:46:01 +02:00
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
ceca007cd1 Correct some typos 2018-07-22 19:25:12 +01:00
abb91a9874 Reorganize the repository for new build system 2018-07-20 22:35:09 +02:00