This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html><!-- machid: pcktZa0VvbldLQm9BRmpnZGc2bDBtQVpjY1FvcWN2N2ZMVGxPR0RQN2RvUjY3bjRxVmx2N1V3 --><head> | |
| <meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>500 Internal Server Error</title></head> | |
| <body> | |
| <h1>500 Internal Server Error</h1> | |
| <p>問題が発生しました。<br><br>対応を開始します。</p> | |
| If you see them, show them this information:<br> | |
| <pre>XB699rf29bBd9QgluC2ze55jjC3CBH_2TVL7v0-6qW5lGI3ceqH0n9A5WDhC | |
| 2XPOBPhSGT-C8eVxN1ejpiM-tn2QwRhpnFaenQLmm6GHHI35W1XBvet9k8C4 | |
| FnTWZzrEMjBFx0haFt8uqEsWMYuyYm85x9zea7h6WKlFRIjWqyocl_pDKAUV | |
| t_yuavtf1waeF8yCwFhVdW-VXcsu2dXcmPojq_g53-ihOTCtoWTnZcCGxx5H |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### my commits ### | |
| git checkout master | |
| # at master | |
| git branch | |
| git commit -av | |
| git push git@github.com:mnogu/uim.git | |
| git checkout uim-trunk | |
| # at uim-trunk | |
| git merge master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %define inst_xinput %{_sbindir}/update-alternatives --install %{_sysconfdir}/X11/xinit/xinputrc xinputrc %{_sysconfdir}/X11/xinit/xinput.d/uim.conf 50 | |
| %define uninst_xinput %{_sbindir}/update-alternatives --remove xinputrc %{_sysconfdir}/X11/xinit/xinput.d/uim.conf | |
| Name: uim | |
| Version: 1.7.0 | |
| Release: 3%{?dist} | |
| # uim itself is licensed under BSD | |
| # scm/py.scm, helper/eggtrayicon.[ch], qt/pref-kseparator.{cpp,h} | |
| # and qt/chardict/chardict-kseparator.{cpp,h} is licensed under LGPLv2+ | |
| # pixmaps/*.{svg,png} is licensed under BSD or LGPLv2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: session/internal/keymap_interface.h | |
| =================================================================== | |
| --- session/internal/keymap_interface.h (revision 55) | |
| +++ session/internal/keymap_interface.h (working copy) | |
| @@ -138,6 +138,7 @@ | |
| INPUT_MODE_FULL_ALPHANUMERIC, | |
| INPUT_MODE_HALF_ALPHANUMERIC, | |
| ABORT, // Abort the server. The process is killed. | |
| + KILL_LINE, // kill-line | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/configure.ac b/configure.ac | |
| index 001b5de..90996f8 100644 | |
| --- a/configure.ac | |
| +++ b/configure.ac | |
| @@ -885,12 +885,12 @@ AC_ARG_ENABLE(gnome3-applet, | |
| use_applet_gnome3="no" | |
| ;; | |
| yes|*) | |
| - PKG_CHECK_MODULES(APPLET_GNOME3, libpanelapplet-3.0, use_applet_gnome3="yes",use_applet_gnome3="no") | |
| + PKG_CHECK_MODULES(APPLET_GNOME3, libpanelapplet-4.0, use_applet_gnome3="yes",use_applet_gnome3="no") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- a/uim/skk.c | |
| +++ b/uim/skk.c | |
| @@ -811,6 +811,10 @@ search_line_from_server(dic_info *di, const char *s, char okuri_head) | |
| break; | |
| } | |
| + if (r == '[') { | |
| + r = ' '; | |
| + } | |
| + |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #6 0xb2cef6af in push_back_candidate_to_array (ca=<value optimized out>, cand=0x86c2740 "<img SRC=\"\241\375\">") at skk.c:562 | |
| #7 0xb2cefbeb in compose_line_parts (di=0x86857e0, sl=0x85cc940, okuri=0x0, line= | |
| 0x86c2498 "\244\254\244\276\244\246 /\262\350\301\374/?\312\322/<img src=\\\"pic\\\\\\\">/<img src=\\\"\\\">/[[attached(,left)]]/<Img Src=\\\"\\\">/<img SRC=\"\241\375\">/[[attached( )]]/\244\324\244\276\244\246/\244\254\244\276\244\246/\245\254\245\276\245\246/") at skk.c:635 | |
| #8 0xb2cefcb2 in compose_line (di=0x86857e0, word=<value optimized out>, okuri_head=0 '\000', entry= | |
| 0x86c2498 "\244\254\244\276\244\246 /\262\350\301\374/?\312\322/<img src=\\\"pic\\\\\\\">/<img src=\\\"\\\">/[[attached(,left)]]/<Img Src=\\\"\\\">/<img SRC=\"\241\375\">/[[attached( )]]/\244\324\244\276\244\246/\244\254\244\276\244\246/\245\254\245\276\245\246/") at skk.c:706 | |
| #9 0xb2cf2915 in search_line_from_server (di=0x86857e0, s=0x8327598 "\244\254\244\276\244\246", okuri_head=0 '\000') at skk.c:825 | |
| #10 0xb2cf2cb5 i |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| void bar(void) | |
| { | |
| printf("in bar\n"); | |
| } | |
| char *foo(int a, void (*func)(void)) | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git svn clone https://uim.googlecode.com/svn/ -T trunk -b branches -t tags --ignore-paths '^(r5rs|composer|libgcroots-trunk|sigscheme-trunk|uim-chewing-trunk|vendor|wiki|tags/(gc*|libgcroots-*|openssh-*|sigscheme-*)|branches/(composer|libgcroots-*|r5rs|sigscheme-*))' uim | |
| git svn clone https://uim.googlecode.com/svn/ -T sigscheme-trunk -b branches -t tags --ignore-paths '^(composer|libgcroots-trunk|uim-chewing-trunk|vendor|wiki|tags/(gc*|libgcroots-*|openssh-*)|branches/(composer|libgcroots-*))' sigscheme | |
| git svn clone https://uim.googlecode.com/svn/ -T libgcroots-trunk -b branches -t tags --ignore-paths '^(trunk|r5rs|composer|sigscheme-trunk|uim-chewing-trunk|vendor|wiki|tags/(gc*|openssh-*|sigscheme-*|uim-*|1*)|branches/(0*|1*|composer|r5rs|sigscheme-*|uim-*))' libgcroots |