Commit Graph

101 Commits

Author SHA1 Message Date
David Lindes f949537280 Add time.h include to ttyload.h
Not sure why this ever worked; now works on Raspberry Pi.
2013-10-24 20:39:17 -07:00
David Lindes e9cf5ae0d6 0.5.3: Fix issue#1, time display for large -i
Plus a tiny bit of re-factoring, while I was there.
2013-03-12 14:51:48 +01:00
David Lindes f03201fd7d Removing code that by visual inspection can't happen.
(And wasn't supposed to, it was just a paranoid check.)
2013-03-11 11:40:26 +01:00
David Lindes 4750954345 add Flattr linkage 2012-08-09 22:15:14 +02:00
David Lindes b443a7011f fix indending, now that this is markdown 2012-08-09 22:15:00 +02:00
David Lindes b3e8738ce4 converting README to README.md (markdown) 2012-08-09 22:11:57 +02:00
David Lindes c4b6c48674 updated HISTORY to reflect 0.5.2 release 2012-06-06 14:01:57 +02:00
David Lindes 9c0ada5727 a couple quick ideas 2011-02-19 02:56:26 -08:00
David Lindes af4e7f7881 bumping revision for a new release 2011-02-13 23:49:25 -08:00
David Lindes 9c1783c05b fixed bug in time display
how have I failed to notice this?  It's apparently been broken since
2001.  Would display a time such as 23:48:19 as 3:48:19.  Oops.
2011-02-13 23:44:56 -08:00
David Lindes 7dcee4c59d removed $Id$, not relevant in git 2011-02-06 15:28:01 -08:00
David Lindes 0dfc80c502 Version 0.5.1; updated README, created HISTORY and .gitattributes 2011-02-06 01:21:48 -08:00
David Lindes 90c835047c Merge branch 'newexport' 2011-02-06 01:16:07 -08:00
David Lindes f8928d715f re-wrote exportit to use git 2011-02-06 01:15:40 -08:00
David Lindes 5a7c09aa24 ignore *.o and arch/[symlinks] 2010-03-04 16:46:41 -08:00
David Lindes 1abc690bb0 shorten usage string to be <= 509 bytes (maximum constant string length
required to be supported by C90 standard, per gcc)
2010-03-04 16:43:48 -08:00
David Lindes 30d928b0bc add use -Werror 2010-03-04 16:38:38 -08:00
lindes c72ca55e7d remove things more verbosely; remove .cvsignore, too. 2008-09-17 02:52:44 +00:00
lindes 9b6b97ca09 a bit of cleanup of export script... Hopefully now works, even off vax. 2008-09-17 02:49:14 +00:00
lindes 7f15375ba1 use ksh, for test -e 2008-09-17 02:35:28 +00:00
lindes 048e85775d updates to usage statement. 2008-09-17 02:30:45 +00:00
lindes 330c663f80 initial version of a ttyload man page 2008-09-17 02:30:12 +00:00
lindes 80b66b87c3 finally releasing version 0.5 -- not the curses re-write I might have
hoped for, but it has a few improvements.  And I'm now licensing in
something based on the ISC license, which is pretty open... should
qualify this as OSS.
2008-09-17 02:05:10 +00:00
lindes 66aea37c27 late checkin of a stab at a jamfile 2005-11-08 04:50:31 +00:00
lindes eb9b8a0867 make a thisarch symlink 2005-09-09 19:52:11 +00:00
lindes dd71ab20ad add Version to archtest output 2005-09-07 00:14:23 +00:00
lindes 788e34dd8e added Isilon arch, plus cleanup of how archlinks stuff is done (only
link once, etc)...  partially untested, because my nodes are acting up
in strange ways, but I think it works -- haven't broken FreeBSD, anyway.
2005-07-30 22:52:46 +00:00
lindes 1571acae74 Don't need ascftime, we've already converted to using strftime, as it
should have been in the first place, I suspect... so getting rid of old
cruft related to that.
2005-07-30 22:32:19 +00:00
lindes cfe7ba5339 mostly minor makefile cleanup, but of note: added archlinks concept 2005-07-30 22:26:11 +00:00
lindes d9bf7098ca found a bug while showing this to someone at USENIX 2004-07-01 19:13:13 +00:00
lindes 637b047561 fixed a word-choice error -- thanks to "belg4mit <belg4mit@MIT.EDU>" 2003-02-10 01:26:25 +00:00
lindes fe57af6b97 got rid of a blank line... bog. 2001-10-29 21:22:28 +00:00
lindes 366ee676b6 clobber archtest 2001-08-28 01:27:33 +00:00
lindes 4adfc6d5a7 once again, just like Linux (and IRIX too)... Hrm, maybe I can just do
something special on Solaris, and make the rest of these things all use
a common file.
2001-08-28 01:25:01 +00:00
lindes bc5e67fef8 don't need archtest, that's a built binary. 2001-08-28 01:24:12 +00:00
lindes a050fce46e oif. exactly the same as arch/Linux/terminfo.c -- fuggin' solaris. 2001-08-28 01:19:31 +00:00
lindes f2314918f3 added URL ref. 2001-08-28 01:19:13 +00:00
lindes 7e3af8197e linux version of terminfo.c -- same code as solaris, but different headers
required...  *sigh*.  Perhaps, assuming FreeBSD and IRIX can also use the same
code (which I don't know to be true yet), I'll figure out some better way to
deal with this, so I don't have multiple identical code fragments.
2001-08-28 01:16:19 +00:00
lindes 9f5cfbd71d oops, after switching stuff around back and forth a little on my last
update, I forgot to leave this bit in...  basically, the height calculation
is screwy, and should be fixed, but I'm being lazy about it just now.
2001-08-28 01:03:31 +00:00
lindes 19e4b032cd now have code for screen-size auto-detect for solaris, cool. :-) 2001-08-28 01:01:10 +00:00
lindes 67ca8c70ac basically, added support for screen-size auto-detect; also added some
unit testing code, etc.  Also, Revisiting the height calculations is
probably in order...  hopefully I'll do that one of these days.
2001-08-28 01:00:31 +00:00
lindes 9dc70b48a1 now using gcc-3.0 on my IRIX box; which found a couple new warnings; fixed. 2001-08-25 06:53:32 +00:00
lindes 04b478f7b2 check limits on cols and rows before doing calculations based upon them. 2001-08-25 05:07:41 +00:00
lindes 2d22776259 generally working towards 0.5... Added: monochrome sanity; -r
and -c (rows and cols); changed ascftime to strftime.
2001-08-25 03:18:26 +00:00
lindes 5f1f1c4ce4 well, platform support has expanded to where I no longer consider it a major
TODO item...  But I noticed an interesting little "bug" when using, say, -i20,
or the like...  the timestamps at the bottom of the screen become unreadable.
2001-08-24 21:18:56 +00:00
lindes 9838cfab18 make install no longer soft. 2001-08-24 21:15:25 +00:00
lindes 0f659937c8 cleanup... ugh. 2001-08-24 21:15:04 +00:00
lindes 69a9f12ace gearing up for 0.4.4 release 2001-08-24 21:05:00 +00:00
lindes 9ef120571b now using kstat for Solaris, which works on Solaris 2.x as well as 8. 2001-08-24 21:00:01 +00:00
lindes 59d20accb3 now using some ldflags, on certain platforms. 2001-08-24 20:56:47 +00:00