[maemo-commits] [maemo-commits] r15423 - projects/haf/trunk/maemo-launcher
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Apr 16 01:35:50 EEST 2008
- Previous message: [maemo-commits] r15422 - in projects/haf/trunk/maemo-launcher: . client debian launcher
- Next message: [maemo-commits] r15424 - in projects/haf/trunk/maemo-launcher: . launcher
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: guillem Date: 2008-04-16 01:35:49 +0300 (Wed, 16 Apr 2008) New Revision: 15423 Modified: projects/haf/trunk/maemo-launcher/ChangeLog projects/haf/trunk/maemo-launcher/README Log: README: Minor fixes Modified: projects/haf/trunk/maemo-launcher/ChangeLog =================================================================== --- projects/haf/trunk/maemo-launcher/ChangeLog 2008-04-15 22:35:47 UTC (rev 15422) +++ projects/haf/trunk/maemo-launcher/ChangeLog 2008-04-15 22:35:49 UTC (rev 15423) @@ -1,5 +1,9 @@ 2008-03-07 Guillem Jover <guillem.jover at nokia.com> + * README: Fix a typo and add a missing word. + +2008-03-07 Guillem Jover <guillem.jover at nokia.com> + * client/client.c (cleanup): New function. (main): Install cleanup as an atexit function. * launcher/launcher.c (launch_process): Call exit instead of _exit. Modified: projects/haf/trunk/maemo-launcher/README =================================================================== --- projects/haf/trunk/maemo-launcher/README 2008-04-15 22:35:47 UTC (rev 15422) +++ projects/haf/trunk/maemo-launcher/README 2008-04-15 22:35:49 UTC (rev 15423) @@ -52,7 +52,8 @@ The children are dlopen()ed using RTLD_LAZY, so symbol relocation errors are not caught at the time we call dlopen(). Instead, the child will crash -randomly at any later point if the libraries it depends on are somehow messed. +randomly at any later point if the libraries it depends on are somehow messed +up. Integrating the maemo-launcher painlessly @@ -152,7 +153,7 @@ ---------------------------- Sometimes during development, or in some cases when bugs appear, and one -wants to discard the launcher from the diangosis, it's useful to be able +wants to discard the launcher from the diagnosis, it's useful to be able to disable it. This can be done by building with the following command line:
- Previous message: [maemo-commits] r15422 - in projects/haf/trunk/maemo-launcher: . client debian launcher
- Next message: [maemo-commits] r15424 - in projects/haf/trunk/maemo-launcher: . launcher
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]