4
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected over 1 year ago.
Feb 10, 2022 — Feb 10, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
increase in speed (my tests say 2 fold) with cookie magic More... over 22 years ago
updated todo list removing "done" items associated with me More... over 22 years ago
configure - now should work if you provide postal/zip code and provider id on command line, cookie problems prevented this from working. More... over 22 years ago
fixed id keyword More... over 22 years ago
added icon elements to programmes, ratings and star-ratings More... over 22 years ago
added icon elements to channels More... over 22 years ago
Moved the code to generate the hash of channels into its own subroutine, channels_output(). The whole thing is still a bit of a mess though. More... over 22 years ago
Tidied up trailing spaces on comment lines. XEmacs flags them and they are kinda pointless, I've decided. More... over 22 years ago
Removed _getChannelsList(), a subroutine which is never called. Probably it was some older version of the code. Now we have CVS there's less need for that. More... over 22 years ago
fixed bug - looks like prototypes don't always work More... over 22 years ago
default --days is now 7 instead of 1 More... over 22 years ago
removed support for --startHour and --endHour More... over 22 years ago
New README / release notes for 0.3 release. Removed Beer-ware, we are now pure GPL (but of course contributors are free to license their code under other terms as well). More... over 22 years ago
Updated for move from RCS to CVS: you have to update the ChangeLog manually (probably by running cvs2cl) before running mkdist. More... over 22 years ago
Bumped version number to 0.3, reflecting new _na grabber. More... over 22 years ago
Give a friendly(ish) usage message for the --help option. More... over 22 years ago
Added guidelines for commenting subroutines. More... over 22 years ago
removes white space from postal code More... over 22 years ago
Fixed date format (YYYY-MM-DD). More... over 22 years ago
Quote characters better for LaTeX output - in particular that broken-vertical-bar character appearing mysteriously in some Spanish listings. More... over 22 years ago
removed \$Log entries as per xmltv-devel mailing list discussion More... over 22 years ago
removed unneeded '&Date::Manip::' prefixes to those subroutine calls. with exception to unexported Date_Split call. More... over 22 years ago
'Repeat' in details now comes out as 'previously-shown' attr of program fixed some STDERR status messages More... over 22 years ago
added \$Id \$ as approprate More... over 22 years ago
messages go to stderr, both status and debugging. error messages or warnings try and include html that caused failure. More... over 22 years ago
now only writes channels file when approprate so only writes is out every day if you've specified a filename that contains imbedded date information, same as with programs filenames. More... over 22 years ago
no longer supported, use _na for ca listings More... over 22 years ago
Added coding standards document, prompted by my edict on the mailing list about the format of CVS log messages. Of course I will now look really silly if I fail to follow the guidelines I wrote :-). More... over 22 years ago
Fixed a couple of syntax errors (don't know whether I caused them last time). More... over 22 years ago
Changed a lot of 'print STDERR' to 'warn', it makes it clearer what the purpose is. Debug statements didn't change since they're not actually warnings. More... over 22 years ago