Ticket #2053 (closed proposal: fixed)

Opened 5 years ago

Last modified 5 years ago

Add read_history and write_history bindings to readline

Reported by: ajd Owned by:
Priority: normal Milestone: Not GHC
Component: libraries (other) Version: 6.8.2
Keywords: Cc: libraries@…
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

Add Haskell bindings for the GNU Readline functions read_history and write_history to the readline package. See #2050.

Please send feedback to libraries@… by Saturday 26 January 2007.

Attachments

readline-read-write-history-1.patch Download (6.1 KB) - added by ajd 5 years ago.
Patch to add read_history and write_history capabilities to readline

Change History

Changed 5 years ago by ajd

Patch to add read_history and write_history capabilities to readline

Changed 5 years ago by igloo

  • difficulty set to Unknown
  • milestone set to Not GHC

Changed 5 years ago by judah

  • status changed from new to closed
  • resolution set to fixed

Fixed by:

Mon Jan 21 21:05:36 PST 2008  alexander.dunlap@gmail.com
 * #2053: add additional history functions
 The following functions were added: readHistory, writeHistory,
appendHistory, historyTruncateFile, clearHistory, stifleHistory,
unstifleHistory, historyIsStifled, historyMaxEntries

   M ./System/Console/Readline.hsc +85

Tue Feb 26 15:39:29 PST 2008  judah.jacobson@gmail.com
 * #2053: Make readHistory/writeHistory return a Bool instead of
throwing an exception on failure.

   M ./System/Console/Readline.hsc -9 +10

Changed 5 years ago by simonmar

  • architecture changed from Unknown to Unknown/Multiple

Changed 5 years ago by simonmar

  • os changed from Unknown to Unknown/Multiple
Note: See TracTickets for help on using tickets.