This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git
from 052172ad Merge pull request #548 from
apache/hotfix/do-not-use-dlsym-with-bundle-handle-null
add 36872594 Add celix_utils_trimInPlace, and replace all uses of
utils_stringTrim.
add 8c403f84 Recover proper use of celix_utils_trimInPlace.
add 0be6a842 Recover proper use of celix_utils_trimInPlace.
add d04b2c19 Fix two typos.
new b1ebd8a5 Merge pull request #545 from
apache/feature/trim_string_in_place
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../pubsub_admin_tcp/src/pubsub_tcp_common.c | 3 +-
.../src/endpoint_discovery_poller.c | 3 +-
.../src/endpoint_discovery_server.c | 4 +--
.../src/remote_service_admin_dfi.c | 5 +--
.../rsa_shm/src/rsa_shm_export_registration.c | 7 ++--
.../rsa_shm/src/rsa_shm_impl.c | 40 +++++-----------------
.../rsa_shm/src/rsa_shm_import_registration.c | 7 ++--
bundles/shell/remote_shell/src/remote_shell.c | 6 ++--
bundles/shell/shell_tui/src/shell_tui.c | 5 +--
libs/framework/src/manifest_parser.c | 3 +-
libs/framework/src/module.c | 2 +-
libs/utils/gtest/src/CelixUtilsTestSuite.cc | 2 +-
libs/utils/include/celix_utils.h | 10 +++++-
libs/utils/src/celix_convert_utils.c | 4 +--
libs/utils/src/properties.c | 5 +--
libs/utils/src/utils.c | 3 ++
16 files changed, 48 insertions(+), 61 deletions(-)