Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
1c8f689e
Commit
1c8f689e
authored
16 years ago
by
Dan Fandrich
Browse files
Options
Downloads
Patches
Plain Diff
Minor Symbian updates.
parent
7a8b11d7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/config-symbian.h
+1
-1
1 addition, 1 deletion
lib/config-symbian.h
packages/Symbian/readme.txt
+7
-8
7 additions, 8 deletions
packages/Symbian/readme.txt
with
8 additions
and
9 deletions
lib/config-symbian.h
+
1
−
1
View file @
1c8f689e
...
...
@@ -602,7 +602,7 @@
#define HAVE_VARIADIC_MACROS_C99 1
/* 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. */
/* #undef HAVE_WINBER_H */
...
...
This diff is collapsed.
Click to expand it.
packages/Symbian/readme.txt
+
7
−
8
View file @
1c8f689e
...
...
@@ -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
processed.
Symbian OS does not provide for redirecting the standard I/O streams, so
stdin always comes from the keyboard, stdout always goes to the
console, and stderr goes to the epocwind.out file (on the emulator).
The standard curl options -o, --stderr and --trace-ascii can be used to
Symbian's ESHELL allows for redirecting stdin and stdout to files, but
stderr goes to the epocwind.out file (on the emulator). The standard
curl options -o, --stderr and --trace-ascii can be used to
redirect output to a file (or stdout) instead.
P.I.P.S. doesn't inherit the current working directory at startup
, so the
-O option probably won't work as expected, and giving the complete paths
to files will be necessary
.
P.I.P.S. doesn't inherit the current working directory at startup
from
the shell, so relative path names are always relative to
C:\Private\f0206442\
.
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
...
...
@@ -78,4 +77,4 @@ files.
Dan Fandrich
dan@coneharvesters.com
Ju
ne
2008
Ju
ly
2008
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment