1. 08 Jun, 2010 4 commits
    • R. David Murray's avatar
    • Stefan Krah's avatar
      Add note for r81830. · a3ac44ed
      Stefan Krah authored
      a3ac44ed
    • Stefan Krah's avatar
      Issue #7384: If the system readline library is linked against ncurses, · 095b273a
      Stefan Krah authored
      the curses module must be linked against ncurses as well. Otherwise it
      is not safe to load both the readline and curses modules in an application.
      
      Thanks Thomas Dickey for answering questions about ncurses/ncursesw
      and readline!
      095b273a
    • Stefan Krah's avatar
      Blocked revisions 81669,81672,81683 via svnmerge · e23c4526
      Stefan Krah authored
      ........
        r81669 | stefan.krah | 2010-06-03 14:39:50 +0200 (Thu, 03 Jun 2010) | 9 lines
      
        Issue #7384: If the system readline library is linked against ncurses,
        the curses module must be linked against ncurses as well. Otherwise it
        is not safe to load both the readline and curses modules in an application.
      
        Thanks Thomas Dickey for answering questions about ncurses/ncursesw
        and readline!
      ........
        r81672 | stefan.krah | 2010-06-03 16:25:16 +0200 (Thu, 03 Jun 2010) | 3 lines
      
        Use compiler rather than compiler_obj. Thanks Michael Foord for noticing.
      ........
        r81683 | stefan.krah | 2010-06-04 11:49:20 +0200 (Fri, 04 Jun 2010) | 1 line
      
        Detect missing ldd on all systems.
      ........
      e23c4526
  2. 07 Jun, 2010 11 commits
  3. 06 Jun, 2010 8 commits
  4. 05 Jun, 2010 17 commits