Commit Graph

61 Commits

Author SHA1 Message Date
Paul LeoNerd Evans 8e45515710 Bump VERSION to 0.13 2012-03-08 13:54:44 +00:00
Paul LeoNerd Evans 80fd6a2346 Optionally build against libncursesw if unibilium isn't present, before falling back on plain libncurses 2012-03-08 12:05:27 +00:00
Paul LeoNerd Evans 5d44c08ecf Added manpage for termkey_{get,set}_buffer_size 2012-02-13 23:56:59 +00:00
Paul LeoNerd Evans 9b20346dc3 Symlink manpage for termkey_new_abstract 2012-01-26 15:27:42 +00:00
Paul LeoNerd Evans 429ecf0f1a Fix 'make dist' target for new man/ subdir 2012-01-22 15:52:19 +00:00
Paul LeoNerd Evans 6b256e961e Bump VERSION to 0.12 2012-01-22 15:47:21 +00:00
Paul LeoNerd Evans 56b2612908 Also mkdir MAN7DIR at install time 2012-01-22 15:46:55 +00:00
Paul LeoNerd Evans cfb0480c1a Ensure that 'make htmldocs' rebuilds built manpages 2012-01-21 01:06:48 +00:00
Paul LeoNerd Evans fa36d8a97b Fix Makefile for manpage generation of new man/termkey.7 2012-01-21 01:06:01 +00:00
Paul LeoNerd Evans c3de4f7801 Initial stab at termkey(7) manpage 2012-01-21 00:36:00 +00:00
Paul LeoNerd Evans 14d6bb736c Use the 'also' list for aliased pages 2012-01-18 14:27:18 +00:00
Paul LeoNerd Evans ec82fbf29b Fix 'htmldocs' Makefile target 2012-01-18 14:11:05 +00:00
Paul LeoNerd Evans 82ad14175c Added termkey_push_bytes(), a new API for providing input bytes 2012-01-18 13:39:50 +00:00
Paul LeoNerd Evans 082b49f0f8 Move the growing collection of manpages into their own man/ subdirectory 2012-01-18 12:01:38 +00:00
Paul LeoNerd Evans 3e520f30e0 Bump VERSION to 0.11 2011-11-30 17:53:38 +00:00
Paul LeoNerd Evans e768f02219 Optionally support unibilium for reading terminfo instead of curses 2011-09-24 00:04:01 +01:00
Paul LeoNerd Evans 7d623be041 Abstract out ld flags in Makefile 2011-09-23 23:50:13 +01:00
Paul LeoNerd Evans 0a65f60df1 Bumped VERSION to 0.10 2011-09-06 23:02:57 +01:00
Paul LeoNerd Evans 3a4a1b4ef0 Use $(VERSION) to set DISTDIR in Makefile, so make VERSION=... dist overrides its name 2011-09-05 13:52:58 +01:00
Paul LeoNerd Evans 2638499648 Move canonicalisation flags into their own bitfield with their own accessor and named constants 2011-08-28 17:50:18 +01:00
Paul LeoNerd Evans 7133517883 Remember to symlink termkey_get_flags(3) manpage at install time 2011-08-28 17:47:11 +01:00
Paul LeoNerd Evans 19122bb195 Link against -lcurses not -lncurses, because these two might be different on some OSes (e.g. Solaris) - Petr Pavlu 2011-08-25 22:39:06 +01:00
Paul LeoNerd Evans 0bafe17082 Bumped VERSION to 0.9 2011-08-25 19:13:21 +01:00
Paul LeoNerd Evans 01e5795098 Include a LICENSE file 2011-07-01 17:05:35 +01:00
Paul LeoNerd Evans 0686e9a51c Put LIBDIR and INCDIR directly in termkey.pc; don't indirect via PREFIX as it might be incorrect 2011-07-01 17:04:12 +01:00
Paul LeoNerd Evans 650b4518b4 Bumped VERSION to 0.8 2011-05-24 18:18:57 +01:00
Paul LeoNerd Evans 692ae5d6f2 Bumped VERSION to 0.7 2011-04-07 17:38:08 +01:00
Paul LeoNerd Evans 3bbda921b7 Created a little Test::More-like library for TAP testing 2011-03-31 12:11:19 +01:00
Paul LeoNerd Evans c228335bca Created a unit-testing system using perl's prove 2011-03-31 11:38:40 +01:00
Paul LeoNerd Evans a0f86dcd98 Bumped VERSION_MINOR to 0.6 2011-03-24 00:03:41 +00:00
Paul LeoNerd Evans ade9d760d3 Supply --tag=CC to libtool to inform it we're a C library; in case it doesn't detect that (mumble openbsd mumble) 2009-11-25 14:36:44 +00:00
Paul LeoNerd Evans 7d5b64ff3d Bumped VERSION_MINOR to 0.4 2009-11-25 02:31:10 +00:00
Paul LeoNerd Evans f2f2c03b56 Complete reworking of build system to use libtool 2009-11-25 02:30:24 +00:00
Paul LeoNerd Evans 83c7c3f668 Cope with building distdir at minor versions .3 (otherwise it clashes with *.3) 2009-07-15 20:52:35 +01:00
Paul LeoNerd Evans be998cef1b Renamed all type names to CamelCaseNames for visual distinctness, separate from variables/functions 2009-07-15 20:40:44 +01:00
Paul LeoNerd Evans af50967d12 Substitute version into termkey.pc.in at 'make dist' time 2008-12-15 20:49:59 +00:00
Paul LeoNerd Evans 51ed20590a Bump VERSION_MAJOR to 0.2 2008-12-12 00:43:52 +00:00
Paul LeoNerd Evans a40e9961d9 Export a gzip rather than bzip2 archive 2008-11-24 21:47:18 +00:00
Paul LeoNerd Evans 5c428818dd Bump VERSION_MINOR to 0.1 2008-11-18 16:58:37 +00:00
Paul LeoNerd Evans 0dc23ed684 Remove actual .so file on 'make clean' 2008-11-18 16:24:28 +00:00
Paul LeoNerd Evans 69196bcf1f Install to SONAME.MINOR and symlink to SONAME and basename 2008-11-18 15:57:59 +00:00
Paul LeoNerd Evans 56634d0c82 Also added 'make dist' target to build distribution tarball 2008-11-18 15:46:29 +00:00
Paul LeoNerd Evans 223d5b19a2 Split Makefile into two halves; added 'make distdir' target for building distribution tarballs 2008-11-18 15:37:37 +00:00
Paul LeoNerd Evans 297cec0681 Better Makefile support for built manpages and termkey.h file 2008-11-18 11:55:08 +00:00
Paul LeoNerd Evans c2dd9675d6 Store major and minor version number in Makefile; substitute #defines in termkey.h at build time 2008-11-16 12:28:38 +00:00
Paul LeoNerd Evans 9cd46fcea3 Renamed termkey_{set,get}waittime() to termkey_{set,get}_waittime() to be more consistent 2008-11-06 20:29:50 +00:00
Paul LeoNerd Evans 023943c738 Don't document the termkey_free() function as it doesn't restore termios; document termkey_destroy() instead 2008-11-06 19:50:53 +00:00
Paul LeoNerd Evans 9aaf16888c Include demo.c and demo-async.c in the manpages under an EXAMPLE section 2008-11-06 19:40:28 +00:00
Paul LeoNerd Evans 9df6f621b9 Added asynchronous demo which uses poll() 2008-11-06 19:33:07 +00:00
Paul LeoNerd Evans 388782b89b Added manpages for (most of) the external API functions 2008-11-06 00:02:41 +00:00