Minor Symbian updates.

This commit is contained in:
Dan Fandrich 2008-07-30 00:10:32 +00:00
parent 7a8b11d716
commit 1c8f689ecb
2 changed files with 8 additions and 9 deletions

View File

@ -602,7 +602,7 @@
#define HAVE_VARIADIC_MACROS_C99 1 #define HAVE_VARIADIC_MACROS_C99 1
/* Define to 1 if compiler supports old gcc variadic macro style. */ /* Define to 1 if compiler supports old gcc variadic macro style. */
#define HAVE_VARIADIC_MACROS_GCC 1 /*#define HAVE_VARIADIC_MACROS_GCC 1*/
/* Define to 1 if you have the winber.h header file. */ /* Define to 1 if you have the winber.h header file. */
/* #undef HAVE_WINBER_H */ /* #undef HAVE_WINBER_H */

View File

@ -30,15 +30,14 @@ e.g. \epoc32\release\winscw\udeb\curl -- -v http://localhost/
Failure to do so may mean that some of your options won't be correctly Failure to do so may mean that some of your options won't be correctly
processed. processed.
Symbian OS does not provide for redirecting the standard I/O streams, so Symbian's ESHELL allows for redirecting stdin and stdout to files, but
stdin always comes from the keyboard, stdout always goes to the stderr goes to the epocwind.out file (on the emulator). The standard
console, and stderr goes to the epocwind.out file (on the emulator). curl options -o, --stderr and --trace-ascii can be used to
The standard curl options -o, --stderr and --trace-ascii can be used to
redirect output to a file (or stdout) instead. redirect output to a file (or stdout) instead.
P.I.P.S. doesn't inherit the current working directory at startup, so the P.I.P.S. doesn't inherit the current working directory at startup from
-O option probably won't work as expected, and giving the complete paths the shell, so relative path names are always relative to
to files will be necessary. C:\Private\f0206442\.
P.I.P.S. provides no way to disable echoing of characters as they are P.I.P.S. provides no way to disable echoing of characters as they are
entered, so passwords typed in on the console will be visible. It also entered, so passwords typed in on the console will be visible. It also
@ -78,4 +77,4 @@ files.
Dan Fandrich Dan Fandrich
dan@coneharvesters.com dan@coneharvesters.com
June 2008 July 2008