Caolán McNamara
|
1f5c696c37
|
add mode-lines to .m files and last round of merged files, etc.
|
2011-09-30 09:09:25 +01:00 |
|
Julien Chaffraix
|
48227a2047
|
Properly advance the data / buffer pointer.
Spotted by Michael Meeks.
|
2011-05-03 10:21:46 +01:00 |
|
Julien Chaffraix
|
b9dea6ac66
|
Handled EINTR in safeWrite.
This makes us match safeRead's behavior. Spotted by Michael Meeks.
|
2011-05-03 10:21:43 +01:00 |
|
Julien Chaffraix
|
051bd8d4f2
|
Introduced safeRead.
Same function as safeWrite. Converted some methods in process.c to use it.
This usually simplifies the code and add better error checking.
|
2011-04-26 15:13:59 +01:00 |
|
Julien Chaffraix
|
44f720b12b
|
Refactored the safeWrite method in a new file.
This enables other files to use it, which will be added in a follow-up step.
|
2011-04-26 15:13:59 +01:00 |
|