Please pull

Hi Peter,

Please pull from the below url to get the following stuff.
Sending the pull request traditionally because gitorious is not
working - argh. Note that this is rebased against 2.5.

Thanks!
Markus

The following changes since commit e804ce5df8d3071e01a75b43a470ad90c89a6c86:

Deployer name not handled correctly (2011-12-06 17:18:37 +0100)

are available in the git repository at:
https://git.gitorious.org/orocos-toolchain/ocl-mk.git toolchain-2.5-for-peter

Markus Klotzbuecher (8):
tc2str: don't print str ops (can be shown using tc:show())
lua: improve portstats output
lua: don't crash if port creating fails
lua: minor doc fix
lua: minor doc updates
lua: add getPropertyNames
lua: more doc cleanup
lua: add tc_cleanup method to cleanup non-gc'ed objects

lua/docapi/rtt.TaskContext.luadoc | 20 +++++---
lua/modules/rttlib.lua | 86 +++++++++++++++++++++++++++++++------
lua/rtt.cpp | 19 ++++++++
3 files changed, 103 insertions(+), 22 deletions(-)

Please pull

Markus,

On Thu, Feb 9, 2012 at 11:44 AM, Markus Klotzbuecher
<markus [dot] klotzbuecher [..] ...> wrote:
> Hi Peter,
>
> Please pull from the below url to get the following stuff.
> Sending the pull request traditionally because gitorious is not
> working - argh. Note that this is rebased against 2.5.

I just pushed this to the toolchain-2.5 branch.

>
> Thanks!
> Markus
>
> The following changes since commit e804ce5df8d3071e01a75b43a470ad90c89a6c86:
>
>  Deployer name not handled correctly (2011-12-06 17:18:37 +0100)
>
> are available in the git repository at:
>  https://git.gitorious.org/orocos-toolchain/ocl-mk.git toolchain-2.5-for-peter
>
> Markus Klotzbuecher (8):
>      tc2str: don't print str ops (can be shown using tc:show())
>      lua: improve portstats output
>      lua: don't crash if port creating fails
>      lua: minor doc fix
>      lua: minor doc updates
>      lua: add getPropertyNames
>      lua: more doc cleanup
>      lua: add tc_cleanup method to cleanup non-gc'ed objects
>
>  lua/docapi/rtt.TaskContext.luadoc |   20 +++++---
>  lua/modules/rttlib.lua            |   86 +++++++++++++++++++++++++++++++------
>  lua/rtt.cpp                       |   19 ++++++++
>  3 files changed, 103 insertions(+), 22 deletions(-)
>

Peter