~ubuntu-branches/ubuntu/natty/ruby1.8/natty-updates

« back to all changes in this revision

Viewing changes to ext/readline/readline.c

  • Committer: Package Import Robot
  • Author(s): Daigo Moriwaki
  • Date: 2010-06-27 22:16:44 UTC
  • mfrom: (22.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20100627221644-7n8891uzqc17nvyq
Tags: 1.8.7.299-1
* New upstream release
* Removed patches that the upstrem has applied:
  - debian/patches/100312_timeout-fix.dpatch
  - debian/patches/100620_fix_pathname_warning.dpatch
  - debian/patches/100620_fix_super_called_outside_of_method.dpatch

Show diffs side-by-side

added added

removed removed

Lines of Context:
833
833
#ifdef HAVE_RL_EVENT_HOOK
834
834
    rl_event_hook = readline_event;
835
835
#endif
 
836
#ifdef HAVE_RL_CATCH_SIGNALS
 
837
    rl_catch_signals = 0;
 
838
#endif
 
839
#ifdef HAVE_RL_CATCH_SIGWINCH
 
840
    rl_catch_sigwinch = 0;
 
841
#endif
836
842
#ifdef HAVE_RL_CLEAR_SIGNALS
837
843
    rl_clear_signals();
838
844
#endif