index
:
termo
master
term-string
origin/master
Terminal key input library
Přemysl Eric Janouch <p@janouch.name>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Put LIBDIR and INCDIR directly in termkey.pc; don't indirect via PREFIX as ↵
Paul LeoNerd Evans
2011-07-01
1
-1
/
+1
|
|
|
|
it might be incorrect
*
Bumped VERSION to 0.8
Paul LeoNerd Evans
2011-05-24
1
-2
/
+2
|
*
Bumped VERSION to 0.7
Paul LeoNerd Evans
2011-04-07
1
-3
/
+3
|
*
Created a little Test::More-like library for TAP testing
Paul LeoNerd Evans
2011-03-31
1
-2
/
+5
|
*
Created a unit-testing system using perl's prove
Paul LeoNerd Evans
2011-03-31
1
-0
/
+9
|
*
Bumped VERSION_MINOR to 0.6
Paul LeoNerd Evans
2011-03-24
1
-3
/
+3
|
*
Supply --tag=CC to libtool to inform it we're a C library; in case it ↵
Paul LeoNerd Evans
2009-11-25
1
-4
/
+4
|
|
|
|
doesn't detect that (mumble openbsd mumble)
*
Bumped VERSION_MINOR to 0.4
Paul LeoNerd Evans
2009-11-25
1
-1
/
+1
|
*
Complete reworking of build system to use libtool
Paul LeoNerd Evans
2009-11-25
1
-14
/
+21
|
*
Cope with building distdir at minor versions .3 (otherwise it clashes with *.3)
Paul LeoNerd Evans
2009-07-15
1
-4
/
+5
|
*
Renamed all type names to CamelCaseNames for visual distinctness, separate ↵
Paul LeoNerd Evans
2009-07-15
1
-1
/
+1
|
|
|
|
from variables/functions
*
Substitute version into termkey.pc.in at 'make dist' time
Paul LeoNerd Evans
2008-12-15
1
-1
/
+3
|
*
Bump VERSION_MAJOR to 0.2
Paul LeoNerd Evans
2008-12-12
1
-1
/
+1
|
*
Export a gzip rather than bzip2 archive
Paul LeoNerd Evans
2008-11-24
1
-2
/
+2
|
*
Bump VERSION_MINOR to 0.1
Paul LeoNerd Evans
2008-11-18
1
-1
/
+1
|
*
Remove actual .so file on 'make clean'
Paul LeoNerd Evans
2008-11-18
1
-1
/
+1
|
*
Install to SONAME.MINOR and symlink to SONAME and basename
Paul LeoNerd Evans
2008-11-18
1
-1
/
+2
|
*
Also added 'make dist' target to build distribution tarball
Paul LeoNerd Evans
2008-11-18
1
-0
/
+6
|
*
Split Makefile into two halves; added 'make distdir' target for building ↵
Paul LeoNerd Evans
2008-11-18
1
-15
/
+32
|
|
|
|
distribution tarballs
*
Better Makefile support for built manpages and termkey.h file
Paul LeoNerd Evans
2008-11-18
1
-2
/
+5
|
*
Store major and minor version number in Makefile; substitute #defines in ↵
Paul LeoNerd Evans
2008-11-16
1
-2
/
+10
|
|
|
|
termkey.h at build time
*
Renamed termkey_{set,get}waittime() to termkey_{set,get}_waittime() to be ↵
Paul LeoNerd Evans
2008-11-06
1
-1
/
+1
|
|
|
|
more consistent
*
Don't document the termkey_free() function as it doesn't restore termios; ↵
Paul LeoNerd Evans
2008-11-06
1
-1
/
+1
|
|
|
|
document termkey_destroy() instead
*
Include demo.c and demo-async.c in the manpages under an EXAMPLE section
Paul LeoNerd Evans
2008-11-06
1
-1
/
+6
|
*
Added asynchronous demo which uses poll()
Paul LeoNerd Evans
2008-11-06
1
-1
/
+4
|
*
Added manpages for (most of) the external API functions
Paul LeoNerd Evans
2008-11-06
1
-3
/
+18
|
*
Make sure all .c->.o builds depend on all .h files
Paul LeoNerd Evans
2008-11-03
1
-2
/
+2
|
*
Some platforms need -fPIC when compiling C code for eventual use in a shared ↵
Paul LeoNerd Evans
2008-11-03
1
-1
/
+1
|
|
|
|
library
*
Install a .pc file so that pkg-config works
Paul LeoNerd Evans
2008-11-02
1
-0
/
+2
|
*
Added 'make install' target
Paul LeoNerd Evans
2008-11-02
1
-0
/
+12
|
*
Adjusted Makefile to build a shared library
Paul LeoNerd Evans
2008-11-02
1
-2
/
+7
|
*
Respect user's CC and CFLAGS
Paul LeoNerd Evans
2008-10-09
1
-5
/
+7
|
*
Added initial attempt at a terminfo-driven driver
Paul LeoNerd Evans
2008-10-08
1
-2
/
+2
|
*
Moved CSI-related code out of termkey.c into new driver-csi.c
Paul LeoNerd Evans
2008-10-06
1
-2
/
+2
|
*
Makefile now sensitive to DEBUG=1
Paul LeoNerd Evans
2008-10-06
1
-0
/
+4
|
*
Avoid use of GLib; use fixed-size internal arrays for CSI/SS3->keycode lookup
Paul LeoNerd Evans
2008-02-10
1
-3
/
+0
|
*
Initial attempt
Paul LeoNerd Evans
2008-02-07
1
-0
/
+17