Mobile/Symbian/NSPR: Difference between revisions

Line 104: Line 104:


* On UNIX OS, the generated on-the-fly header file <tt>_pl_bld.h</tt> and <tt>_pr_bld.h</tt> are made by <tt>Makefile</tt> and the <tt>now</tt> helper application which is also built as part of NSPR building process. Unfortunately there isn't a plan or solution to port this <tt>now</tt> helper application as part of NSPR for Symbian OS building process. Instead the MS Windows command <tt>echo</tt> and environment variable <tt>%DATE% & %TIME%</tt> are used to generate <tt>_pl_bld.h</tt> and <tt>_pr_bld.h</tt>. But this workaround has a problem, that is the <tt>%DATE% & %TIME%</tt> environment variables are printed as locale adapted string according to regional settings.
* On UNIX OS, the generated on-the-fly header file <tt>_pl_bld.h</tt> and <tt>_pr_bld.h</tt> are made by <tt>Makefile</tt> and the <tt>now</tt> helper application which is also built as part of NSPR building process. Unfortunately there isn't a plan or solution to port this <tt>now</tt> helper application as part of NSPR for Symbian OS building process. Instead the MS Windows command <tt>echo</tt> and environment variable <tt>%DATE% & %TIME%</tt> are used to generate <tt>_pl_bld.h</tt> and <tt>_pr_bld.h</tt>. But this workaround has a problem, that is the <tt>%DATE% & %TIME%</tt> environment variables are printed as locale adapted string according to regional settings.
* As of May 27th, Open C plugin v1.3 got released. Open C plugin v1.3 now supports IPv6, but in the [https://bugzilla.mozilla.org/attachment.cgi?id=324584 patch 324584] IPv6 support is not added into NSPR.


* [http://docs.google.com/Doc?id=ajdq6jnv2n9s_48hmsfckfx More and more...]
* [http://docs.google.com/Doc?id=ajdq6jnv2n9s_48hmsfckfx More and more...]
90

edits