Post-release version increments.
Drop all the platform specific stuff - we only need to do something slightly different on solaris. Also stop statically linking.
Fix a couple of typo's.
The new version of ncurses installs it's headers in include/ncurses. Make the prefix setting stuff aware of this.
Bug reporting address is now bugs@i-scream.org.
Tidy up of my previous commit to make the command line arguments optional. - Made the default hostname 'i-scream'. Users could have this in their hosts file, or they might have a CNAME to their server. - Added a usage function listing new command line arguments. - Made the server name and port be options (-s and -p) instead of args. - Changed the sort option from -s to -o (order). - Made the host list an option (-l) instead of an argument. - Added sort options for net and disk io. This should be slightly tidier than before, and more useful.
Add option to build default hostname/port in at compile time. This makes it easier for users to run where the sysadmin has preconfigured idar to automatically connect. Pete might want to tidy this up a bit ;)
Update version number for next release.
Update version for next release.
Checks for strlcpy and atoll. These functions will need to be found for platforms that don't have them.
Now tests for either curses or ncurses. By default prefers to use curses, but will use ncurses if curses is not available or if forced by a configure flag. Also minor other tweaks.
Initial stab at the autoconf/automake stuff for idar. Not sure it's perfect, I've done a lot of this sort of stuff today ;)
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.