summaryrefslogtreecommitdiff
path: root/genchars.pl
Commit message (Collapse)AuthorAge
* genchars.pl: support make -s silenceReini Urban2016-10-06
|
* refactor ReadKey.pmReini Urban2016-10-05
| | | | | | | | | | | | | auto-generate the platform-specific parts at installation. expand blockoptions specific variants already at installation, demand-load Carp, remove unneeded AutoLoader Configure.pm, genchars.pl: support -Dfortify_inc and cperl. Makefile.PL: support ReadKey_pm.PL, add SIGN, fix pure_site_install, fix realclean META.yml: removed, auto-generated with make dist
* static+consting+cc warnings+PERL_NO_GET_CONTEXTbulk882015-10-23
| | | | | | | | | | | | | | | | | | | | ReadKey.xs(543) : warning C4101: 'buffer' : unreferenced local variable -move decl into conditional CPP blocks ReadKey.xs(667) : warning C4101: 'i' : unreferenced local variable -put CPP conditionals around decl ReadKey.xs(1617) : warning C4244: 'function' : conversion from 'double' to 'DWOR D', possible loss of data -use DWORD everywhere, DWORD==U32, WaitForSingleObject takes integers not FP numbers for the timeout -add PERL_NO_GET_CONTEXT to stop many TLS lookup function calls (specifically _pthread_getspecific or Perl_get_context) -XS_INTERNAL, which contains static inside it, is only on newer perls, use it if available, skip creating XS_INTERNAL for old perls for now due to complexity
* Make genchars.pl output reproducible by sorting hash keysNiko Tyni2015-06-04
| | | | | See https://wiki.debian.org/ReproducibleBuilds for information on the Debian "reproducible builds" effort.
* Change licensingJonathan Stowe2013-10-27
| | | | Fix some warnings
* * Updated ppport.hjonathan2005-01-11
| | | | | | | | * Fixed example in synopsis * termio branch not updated git-svn-id: http://jstowe.googlecode.com/svn/trunk/TermReadKey@51 d4a3e428-c23c-0410-a93a-b1ce904c0fb3
* Put back in CVSjonathan2004-03-02
git-svn-id: http://jstowe.googlecode.com/svn/trunk/TermReadKey@19 d4a3e428-c23c-0410-a93a-b1ce904c0fb3