Adam Harrison
|
941523868e
|
Merge branch 'fix-process-api' of github.com:adamharrison/lite-xl into fix-process-api
|
2022-01-28 15:44:16 -05:00 |
Adam Harrison
|
3773a812bd
|
Incorporate realtakase's suggestions.
|
2022-01-28 15:39:57 -05:00 |
Adam Harrison
|
f9ad83e53e
|
Fixed windows not converting utf8 environment block to utf16.
|
2022-01-22 13:34:47 -05:00 |
Adam Harrison
|
ed4128bc65
|
Added in support for env on linux.
|
2022-01-22 12:36:30 -05:00 |
Adam Harrison
|
428c757a13
|
Implemented @guldoman's suggestion for how to close file handles.
|
2022-01-22 12:02:59 -05:00 |
takase1121
|
f24ebf853d
|
fix invalid memory access
|
2022-01-22 23:30:48 +08:00 |
Jan200101
|
99ddf1fb92
|
Migrate to Lua 5.4
|
2021-12-31 13:53:01 +01:00 |
Adam
|
f1054b8280
|
Replace Reproc (#535)
Replace reproc with simpler non-dependency-based process API.
|
2021-12-11 15:25:35 -05:00 |
Adam Harrison
|
0777a6f0b8
|
Merged dev to master.
|
2021-07-20 14:39:50 -04:00 |
takase1121
|
c7bbf221ee
|
remove duplicated constants
|
2021-07-15 18:01:24 -04:00 |
takase1121
|
818e21610c
|
do not terminate process when read fails
|
2021-07-15 18:01:24 -04:00 |
takase1121
|
de3013ce88
|
fix wrongly spaced variable name
|
2021-07-15 18:01:24 -04:00 |
takase1121
|
e7b025203b
|
add generic read function
process_read and process_read_errors no longer contain redundant code
|
2021-07-15 18:01:24 -04:00 |
takase1121
|
8bbb26a469
|
refactor process.c
- include api.h instead of individual #includes
- moved metatable name to API_TYPE_PROCESS
- moved read buffer size to READ_BUF_SIZE
|
2021-07-15 18:01:24 -04:00 |
jgmdev
|
88704c6ecb
|
[api/process] added missing fields and minor fix to pid()
|
2021-06-22 15:01:30 -04:00 |
jgmdev
|
5d2734de81
|
Merge reproc changes from dev.
|
2021-06-18 14:19:09 -04:00 |