[cmucl-commit] [git] CMU Common Lisp branch master updated. 20f-55-g9829658

Raymond Toy rtoy at common-lisp.net
Sat Oct 25 19:34:51 UTC 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".

The branch, master has been updated
       via  9829658f5c0ac762e7b939014a012dd2d558e73a (commit)
       via  b16eb2050e77c6fba3eb438d7a2317aa64cee778 (commit)
       via  3c56ee77a02d7379a1de77a8919375debfe856d3 (commit)
      from  2dd94c9bc749b8cc13914ecc89e1ed1e91893695 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9829658f5c0ac762e7b939014a012dd2d558e73a
Merge: 2dd94c9 b16eb20
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Sat Oct 25 10:50:05 2014 -0700

    Fix motifd text callback.
    
    Merge fix from Richard Kreuter's clm-text-callback branch. This fixes an
    issue where text callbacks get nil. The test case is clm-young::numeric
    from Richard Kreuter.  Without this patch, running (clm-young::numeric)
    and entering digits and characters causes errors[1].  With this patch,
    digits can be entered, and non-digits are correctly rejected.
    
    [1] On linux. For whatever reason, this works on darwin/x86 even without
        this patch.


-----------------------------------------------------------------------

Summary of changes:
 src/motif/lisp/callbacks.lisp |    2 +-
 src/motif/server/callbacks.c  |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
CMU Common Lisp


More information about the cmucl-commit mailing list