zsh-workers
 help / color / mirror / code / Atom feed
From: "Karthik B" <karthikeyan.balu@gmail.com>
To: Karthikeyan.Balu@symbian.com
Cc: zsh-workers@sunsite.dk, pws@csr.com
Subject: Re: Zsh migrated to Symbian OS - Contributing back details.
Date: Wed, 16 Jul 2008 17:57:55 +0530	[thread overview]
Message-ID: <dfe1dff40807160527j4e15f3ccg7d6e0cdae84e2587@mail.gmail.com> (raw)
In-Reply-To: <OFB0E8C42B.753CA292-ON65257488.001CAD31-65257488.001D8BBB@Symbian.com>

[-- Attachment #1: Type: text/plain, Size: 5706 bytes --]

I understand that the changes have to be merged with the current development
branch of the Zsh project, meanwhile i would be glad to answer any of your
specific queries.

Karthik.


On Wed, Jul 16, 2008 at 10:53 AM, <Karthikeyan.Balu@symbian.com> wrote:

>
> Hi All,
> Further to the below mail from Peter Stephenson, this would give a broad
> overview of the changes to Zsh project during its migration onto Symbian OS.
>
> Let me know how can we move further on this activity.
>
> *Symbian OS supports Zsh*
>
>
> *   1.        Overview:*
> The Open source Zsh was migrated onto Symbian OS using PIPS (PIPS is POSIX
> on Symbian OS) libraries, the Standard set of POSIX libraries on Symbian.
>
> None of the Zsh project defects have been fixed during this activity and
> all the changes are to support Zsh on Symbian OS.
>
> * 2.        Limitations:*
> This section elaborates the features that were not supported due to the
> limitations in PIPS/Symbian.
> *a. Signal related features are not supported -*
> PIPS currently don't support Signals, because of which features like
> stopping, terminating a process are not supported. Signals are being
> implemented and this can be supported soon.
>
> *   3.        Key modifications to open source Zsh:*
>       a.        Make changes
> The build and the project specification files for Symbian reflect the
> .Makefile of Zsh project. The tools of Symbian will use these specifications
> to generate the binary.
>
>       b.        Source changes
> Most of the changes during the migration have been blocked under
> __SYMBIAN32__ which is defined by the tools.
>
> As Symbian doesn't support two phase construction of a process, popen3() an
> API which creates a process with the image and gets three file descriptors
> corresponding to the stdio of the child process is used instead of fork()
> and exec ().  Most of the changes done to Zsh project are specific to the
> usage of popen3 ().
>
> *   4. Sourced from and version:*
>
> *http://linux.softpedia.com/get/Programming/Interpreters/Zsh-1183.shtml*(4.2.6 version).
>
> Thanks,
> Karthik.
>
>
>
>  *Peter Stephenson <pws@csr.com>*
>
> 04/29/2008 03:41 PM
>   To
> Karthikeyan.Balu@symbian.com  cc
>   Subject
> Re: Zsh migrated to Symbian OS - Contributing back details.
>
>
>
>
> Hi,
>
> Thanks for the note... we'd certainly be interested in integrating your
> changes back to zsh.  This would have to be the latest development version
> (4.3) since there isn't any active development of older branches.
>
> As you no doubt know, most of the discussion about details goes on on the
> zsh-workers mailing list.  We'd be happy to look at patches to allow
> compilation on Symbian.  Putting appropriate #ifdef's in the code is
> probably the easy bit; setting up the configuration in the first place is
> perhaps more difficult.  Are you using a cross-compiler?  This probably
> makes things difficult, since zsh has to probe various bits of run-time
> behaviour when configure is run.  We would probably need to look at other
> ways of providing the necessary information.  Alternatively, I suppose we
> might be able to supply a library of pre-built configuration headers for
> special cases like this.
>
> Anyway, if you let the mailing list know the sort of changes you have we
> can start to think about the best way of integrating them.
>
> Regards,
> pws
>
> --
> Peter Stephenson <pws@csr.com>                  Software Engineer
> CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
> Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070
>
>
> **********************************************************************
> Symbian Software Ltd is a company registered in England and Wales with
> registered number 4190020 and registered office at 2-6 Boundary Row,
> Southwark, London, SE1 8HP, UK. This message is intended only for use by the
> named addressee and may contain privileged and/or confidential information.
> If you are not the named addressee you should not disseminate, copy or take
> any action in reliance on it. If you have received this message in error
> please notify postmaster@symbian.com and delete the message and any
> attachments accompanying it immediately. Neither Symbian nor any of its
> Affiliates accepts liability for any corruption, interception, amendment,
> tampering or viruses occurring to this message in transit or for any message
> sent by its employees which is not in compliance with Symbian corporate
> policy.
> **********************************************************************



Hi Peter,

To introduce myself, Iam a software engineer  working  for a company called
Symbian (www.symbian.com) in Bangalore, India.

I have been subscribed to zsh-workers since long time and have seen lots of
your postings related to submissions/defect fixes/technical discussions, so
thought you would be my better point of contact for my interest.

Actually, i was involved in a project of Symbian where we had migrated Zsh
onto Symbian OS sourced from the opensource Zsh project (
http://linux.softpedia.com/get/Programming/Interpreters/Zsh-1183.shtml),
now we are interested to look at the possibilities of contributing back our
changes to the Zsh project, for which i would like to know the process
involved from the Zsh project perspective and moving forward we can discuss
about the changes and the list of features that we were not able to support
due to certain limitations.

Iam sorry if you are not the right person for this query, please do redirect
me to the person who would be of better help in that case.

PS: This is just an initial mail to inform about our work, we can further
discuss in detail.

Thanks,
Karthik.

[-- Attachment #2: Type: text/html, Size: 8647 bytes --]

  reply	other threads:[~2008-07-16 12:28 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20080429111157.67641fc2@news01>
2008-07-16  5:23 ` Karthikeyan.Balu
2008-07-16 12:27   ` Karthik B [this message]
2008-07-17  5:17     ` Karthik B
2008-07-17  9:12       ` Peter Stephenson
2008-07-17  9:54         ` Karthik B
2008-07-17 10:04           ` Peter Stephenson
2008-07-17 10:11             ` Karthik B
2008-07-17 10:47               ` Peter Stephenson
2008-07-17 11:04                 ` Karthik B
2008-07-17 11:21                   ` Peter Stephenson
2008-07-17 13:44             ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dfe1dff40807160527j4e15f3ccg7d6e0cdae84e2587@mail.gmail.com \
    --to=karthikeyan.balu@gmail.com \
    --cc=Karthikeyan.Balu@symbian.com \
    --cc=pws@csr.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).