Displaying 4 results from an estimated 4 matches for "pathstring".
2001 Feb 26
0
Problems with OpenSSH 2.5.1p1 on Solaris 8
Hi,
I'm not subscribed, so keep me in cc. And thanks for having mailing-list
open for posting.
I had a couple of problems with OpenSSH on Solaris 8/MU3 + recent patches.
1) When I tried to use scp from any other host, sshd on Solaris host
crashed with SIGSEGV. Here's the stack trace:
core 'core.sshd.7637' of 7637: ./sshd -d -d -d
fefb393c strncpy (ffbee074, 5, 7, 0,
2011 Sep 01
3
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...e "wmain(argc, wchar_t **argv)". mingw does not have
one. Then, argv must be presented as the default codepage.
- A few codepage (eg. cp932 Japanese shift jis) might contain
0x5C(\) in 2nd (leading) octet.
Win32 ANSI (****A) APIs assume local codepage.
We should do in llvm;
- Treat pathstring in argv as blackbox. Never parse
(char*)pathstring without any knowledge.
- UTF8 would be useless on win32. Win32 does not manipulate utf8
implicitly in anywhere.
- Path API should hold pathstring as API-native form (bytestream on
unix, UCS2 wchar_t on win32).
- Path should be manipulated as...
2011 Sep 01
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...rt for
wmain (but of course it would be better to shift this to strict API
functions)
> - A few codepage (eg. cp932 Japanese shift jis) might contain
> 0x5C(\) in 2nd (leading) octet.
>
> Win32 ANSI (****A) APIs assume local codepage.
>
> We should do in llvm;
>
> - Treat pathstring in argv as blackbox. Never parse
> (char*)pathstring without any knowledge.
> - UTF8 would be useless on win32. Win32 does not manipulate utf8
> implicitly in anywhere.
> - Path API should hold pathstring as API-native form (bytestream on
> unix, UCS2 wchar_t on win32).
> - Pat...
2009 Jul 17
3
[LLVMdev] [PATCH 1/2] Trailing whitespace.
---
include/llvm/System/Program.h | 8 ++++----
lib/System/Unix/Program.inc | 30 +++++++++++++++---------------
2 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/include/llvm/System/Program.h b/include/llvm/System/Program.h
index 49de7cf..14f9e9e 100644
--- a/include/llvm/System/Program.h
+++ b/include/llvm/System/Program.h
@@ -97,12 +97,12 @@ namespace sys {
///