| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
The deprecated functions include the OSError and OSErrorMsg, the name did not change however the signature of the new functions did. They now require a TOSErrorCode value be passed to them. This value can be retrieved using OSLastError. The reason this was done is because on Windows any win api call can reset the last error code to 0, this change allows the user to immediately grab the error code and worry about the string representation later if needs be.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
#156; fixes #155
|
| |
|
| |
|
|
|
|
| |
wide char versions of the WinAPI
|
|
|
|
| |
Added (de)allocCStringArray. Many async sockets fixes.
|
| |
|
|
|
|
| |
Changes made to osproc.nim so it will compile.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fork&exec
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixed doc generation issues.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
update
|
| |
|
| |
|
| |
|
| |
|
| |
|