Skip to content
Snippets Groups Projects
  1. Sep 17, 2010
    • rtoy's avatar
      Optimize the completion of the Hangul syllables and the CJK unified · d4b307df
      rtoy authored
      ideographs by using dictionaries.  (Should these dictionaries be part
      of unidata.bin so they don't have to be built at run time?  One the
      one hand, it makes things simpler, but unnecessarily bloats
      unidata.in.  I suspect the hangul syllables and cjk ideographs
      characters not not used very often.)
      
      o Change NODE-NEXT and CLOSE-NODE to have an optional parameter for
        the dictionary to use.
      o Update UNICODE-COMPLETE-NAME to pass the dictionary to NODE-NEXT and
        CLOSE-NODE.
      o Update UNICODE-COMPLETE to use the hangul syllable dictionary and
        the cjk ideograph dictionary when searching.
      o Fix typo in UNICODE-COMPLETE.
      o Add defvars for dictionaries for hangul syllables and cjk
        ideographs.
      o Add functions to build the hangul and cjk dictionaries.
      o Steal the implementations of BUILD-DICTIONARY, NAME-LOOKUP, and
        ENCODE-NAME from tools/build-unidata.lisp.
      d4b307df
    • rtoy's avatar
      3972cd79
    • rtoy's avatar
      Add support for character completion. This is primarily intended to · d4b888a2
      rtoy authored
      support character completion for slime.  The implementation is from
      Paul Foley, but some slight modifications by Raymond Toy to handle a
      few corner cases.
      
      o Modify SEARCH-DICTIONARY to take optional current and posn
        parameters so that SEARCH-DICTIONARY can be started from a different
        place.
      o Add UNICODE-COMPLETE, which is the main function for character name
        completion.
      o Add other support functions for UNICODE-COMPLETE.
      d4b888a2
    • rtoy's avatar
      o Fix typo in UNICODE-DECOMP. (It's hangul-syllable-p, not · 34af3581
      rtoy authored
        hangule-syllable-p.)
      o Move the computation of *reverse-hangule-choseong*,
        *reverse-hangul-jungseong*, and *reverse-hangul-jongseong* to its
        own routine.  Call it in UNICODE-NAME-TO-CODEPOINT.
      34af3581
  2. Sep 16, 2010
    • rtoy's avatar
      lisp/GNUmakefile: · 96ee2673
      rtoy authored
      o Don't overwrite the CVS po file with the merged version; the merged
        version is written to the build directory.
      o The mo file is created from the merged version in the build
        directory.
      o Compare the newly merged version with the original CVS version and
        print a message if they are different.  (Sort the files first to
        remove any issues with order of the various fields.  It is known
        that the versions of msgmerge on FreeBSD and Mac OS X will put the
        Language line in different places.
      
      tools/make-extra-dist.sh:
      o Be sure to install the po file from the build directory and not the
        source directory.  (But do we really need to distribute the po
        files?)
      96ee2673
    • rtoy's avatar
      o Unicode 5.2.0 · bb6d7d28
      rtoy authored
      o Bug fix for pairwise composition table.
      bb6d7d28
    • rtoy's avatar
      f7741bdf
    • rtoy's avatar
      Initial version. · 1ba04a24
      rtoy authored
      1ba04a24
    • rtoy's avatar
      Add note about using -crl for cross-build-world.sh to combine some · 189c1aef
      rtoy authored
      steps.
      
      (And test cmucl-cvs at common-lisp.net.)
      189c1aef
  3. Sep 15, 2010
  4. Sep 13, 2010
  5. Sep 09, 2010
  6. Sep 08, 2010
  7. Sep 07, 2010
  8. Sep 06, 2010
  9. Sep 04, 2010
  10. Aug 31, 2010
  11. Aug 30, 2010
  12. Aug 28, 2010
    • rtoy's avatar
      code/x86-vm.lisp: · 9c6933df
      rtoy authored
      o Merge fixes to SIGCONTEXT-FLOAT-REGISTER and
        %SET-SIGCONTEXT-FLOAT-REGISTER from the 20b branch.
      o Add new function GET-FP-OPERAND to try to extract the operation and
        the operands when an arithmetic-error is signaled.
      
      general-info/release-20b.txt:
      o Update
      9c6933df
    • rtoy's avatar
      general-info/release-20b.txt: · 0661f2c4
      rtoy authored
      o Merge changes from 20b branch.
      0661f2c4
  13. Aug 26, 2010
  14. Aug 25, 2010
  15. Aug 24, 2010
  16. Aug 18, 2010
Loading