Commit Graph

37 Commits

Author SHA1 Message Date
d3479a6e80 Correct formatting.
All checks were successful
The build was successful.
2019-11-18 08:11:13 +01:00
376b9510a9 Fix typos, formatting.
All checks were successful
The build was successful.
2019-06-30 14:13:35 +02:00
2e695a9d35 Link dynamically with libC.
All checks were successful
The build was successful.
2019-06-29 11:15:03 +02:00
2ef2b6265c Never disable IO library.
All checks were successful
The build was successful.
2019-06-29 11:10:50 +02:00
a6d89da16b Do not support old libC.
All checks were successful
The build was successful.
2019-06-28 19:43:23 +02:00
0a2f1133d5 Do not use pointer for file path.
All checks were successful
The build was successful.
2019-06-25 20:10:27 +02:00
edb62ed692 Correct signedness.
All checks were successful
The build was successful.
2019-06-22 12:34:49 +02:00
c7b6e76d0d Get rid of unused variables/labels/etc.
All checks were successful
The build was successful.
2019-06-16 00:33:03 +02:00
f2116a6461 Always use HTTPS when possible.
All checks were successful
The build was successful.
2019-05-15 20:02:39 +02:00
8f18ebf884 Update legal info.
All checks were successful
The build was successful.
2019-04-20 19:53:16 +02:00
c9203b6c91 New source code legal format.
All checks were successful
The build was successful.
2019-04-20 19:29:15 +02:00
fcd4e8d6a6 The readdir() function should return empty string instead of false.
All checks were successful
The build was successful.
2019-04-05 07:54:47 +02:00
e86894f724 PH7_VmMemoryError() always breaks script execution.
All checks were successful
The build was successful.
2019-03-09 13:59:04 +01:00
3887aa69a6 Never disable hash functions.
All checks were successful
The build was successful.
2018-09-05 21:46:25 +02:00
00e1c842d5 Never disable builtin functions.
All checks were successful
The build was successful.
2018-09-05 20:43:39 +02:00
d793d3ed70 Rename PH7_VmGenericError() to PH7_VmThrowError()
All checks were successful
The build was successful.
2018-09-04 08:54:48 +02:00
ac73632cb1 Use new error handler.
All checks were successful
The build was successful.
2018-09-04 08:26:58 +02:00
08c47b7528 Correct dictionary issues.
All checks were successful
The build was successful.
2018-08-17 09:25:29 +02:00
ab1266ef5d Rename VFS
All checks were successful
The build was successful.
2018-08-16 22:05:30 +02:00
c83d6e13fc Removing xExec.
All checks were successful
The build was successful.
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
074edd11d3 Add Windows 10 information
All checks were successful
The build was successful.
2018-08-16 18:19:33 +02:00
f9946e9842 Reimplement filegroup() and fileowner() as builtin function, #42.
All checks were successful
The build was successful.
2018-08-15 21:58:21 +02:00
f33f8d66b4 Correct warning messages.
All checks were successful
The build was successful.
2018-08-15 21:43:17 +02:00
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