- Don't hard-code gcc, use cc instead. Thanks @atupone for PR #7
- Remove Windows builds from Github workflow, too difficult to diagnose right now; Mac and Linux remain
- Add missing dependency on Unix #8 (Thanks @dra27)
- Add a test bin
- Fix up for OCaml 5.0.0. Thanks @rrbq for #9
- Make it possible to vendor this package. Thanks @gridbugs for #10
- Updated to dune-lang 2.7, so that we don't have that generated .opam file bug anymore.
- Fixed build on Arch Linux, issue #4
- Fixed discover.ml to more durably locate curses.h headers
- Fixed build for Windows
- Added Github Workflow for CI build on Mac/Windows/Linux (uses ocaml-setup)
- Ran ocamlformat
- Convert to dune. Thanks to Olaf Hering for doing most of this!
- Dead code in tmk/ and other junk files removed.
- Makefile still had VERSION = 1.0.4 the whole time. Fix it with a new release.
- Fix segfault bug in delscreen (thanks to Shang Tsung for the report!)
- Move project to github.com/mbacarella/curses
- Install *.cmx files to LIBDIR so that dune doesn't warn about projects that build against curses.
- Update configure script for ncurses 6.1 (Paul Pelzl).
- Use CFLAGS from ./configure.
- Enable debugging for all builds.
- Allow compilation against PDCurses on Windows.
- get*yx now return coordinates in the right order (thanks Brian Campbell).
- Fix possible segfault with get_ripoff (thanks Brian Campbell).
- Indicate that we should link with the curses library (thanks Jeff Meister).
- Started to add documentation in curses.mli.
- Using OCamlMakefile for the makefile, now handles bytecode-only compilation.
- Libraries are now named curses.cm(x)a.
- Initial release.