[uim-commit] r681 - trunk/doc

yamaken at freedesktop.org yamaken at freedesktop.org
Sun Feb 20 05:41:50 PST 2005


Author: yamaken
Date: 2005-02-20 05:41:47 -0800 (Sun, 20 Feb 2005)
New Revision: 681

Modified:
   trunk/doc/UIM-SH
Log:
* This commit complements lacking commit log of r676. All changes
  exept for doc/UIM-SH had actually been performed in r676.

* uim/uim-util.h
  - (is_setugid): New function
* uim/uim-util.c
  - (is_setugidp): New static function. YamaKen had claimed that this
    function name is inappropriate and should be renamed to
    'setugidp'. This renaming will be re-suggested after our busy
    status has gone
  - (uim_init_util_subrs): Add initialization of is-set-ugid? to wrap
    is_setugidp. YamaKen claimed that this procedure should be renamed
    to 'setugid?'
* uim/uim-helper.c
  - (uim_helper_get_pathname): Avoid invoking getenv if is_setugid()
    is true

* scm/init.scm
  - (load-user-conf): Avoid invoking getenv if is-set-ugid? is true
* scm/plugin.scm
  - (uim-plugin-lib-load-path, uim-plugin-scm-load-path,
    load-module-conf, load-enabled-modules): Ditto
* scm/skk.scm
  - (skk-read-personal-dictionary, skk-save-personal-dictionary):
    Ditto

* doc/UIM-SH
  - Add description about '-B' option


Modified: trunk/doc/UIM-SH
===================================================================
--- trunk/doc/UIM-SH	2005-02-20 13:40:12 UTC (rev 680)
+++ trunk/doc/UIM-SH	2005-02-20 13:41:47 UTC (rev 681)
@@ -6,6 +6,8 @@
 Usage
  uim-sh [options]
   -b        batch mode. suppress shell prompts
+  -B        strict batch mode, implies -b. suppress shell prompts and
+            evaluated results
   -h        show help
 
 Examples



More information about the Uim-commit mailing list