Commit Graph

37 Commits

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