summaryrefslogtreecommitdiff
path: root/inputmethod/canna/patches
AgeCommit message (Collapse)AuthorFilesLines
2012-07-03Replace use of traditional CPP with AWK. This fixes one expansion bugjoerg1-0/+25
and additionally works with clang. Discussed with obache.
2011-12-07Fix tparm calls to the POSIX standard.roy2-1/+40
Remove non-standard resetterm call as it calls reset_shell_mode anyway.
2008-09-18Add a one line patch which fix crash problem of cannaserver.taca1-0/+13
This change is alreay exists in Canna's CVS repositry. It was reported by Hiroshi SAKURAI on netbsd mailing list in Japan.
2008-05-20Honour PKGMANDIRtnn1-7/+16
2005-12-30Fix rest of errno issues in canna.joerg8-0/+102
2005-12-29DragonFly wchar_t support.joerg1-0/+16
2005-01-13Regen to make GNU patch happy.minskim1-5/+7
2003-07-31* Split the version definition into Makefile.version.uebayasi1-2/+2
* Complete CANNA_OWNER -> CANNA_USER change, which was mostly done by Julio Merino a few days ago.
2003-05-31* Move Canna-server from inputmethod/canna-server to here.uebayasi5-0/+162
* Put Makefile.common and Makefile.include for common definitions and inclusions. * Update to 3.6p3. From Toru Takamizu in PR#20208. Random summary of changes since 3.6p1. * CHANGES.jp: update * Fix sample files. * Install default.canna to cannaLibDir. * Fix cursor handling in tango-touroku. * Add "nami" symbol. * Prevent wrong learning. It had occured in two situations: 1. bubun kakutei at bunsetsus (probably) except in jishu-henkan mode 2. bubun muhenkan In both cases, all bunsetsus had been learned. This commit is only a quick hack. tanbunContext should be removed and new protocol should be added in future. * lib/RKC/wconvert.c(SendType11Request): stop buffer overrun * server/IR.h: define _WCHAR_t again after include "canna/RK.h" New direcroty hierarchy. Currently old hierarchy is default on stable branch. And document/code bug fixes.