J. Ali Harlow <ali@juiblex.co.uk> [Sat, 23 Aug 2014 16:07:09 +0100] rev 441
Drop drive letter from path to razor root when RAZOR_ROOT set.
If the RAZOR_ROOT environment variable was set to eg., /root then on
Microsoft Windows we were trying to use paths such as /rootC:/Programs
which is obviously wrong. Instead we should drop the drive letter
giving paths of the form /root/Programs. Note that the drive letter is
_not_ migrated to C:/root/Programs: If a root of C:/root was desired
then RAZOR_ROOT would have been set to C:/root.
J. Ali Harlow <ali@juiblex.co.uk> [Sat, 23 Aug 2014 11:13:48 +0100] rev 440
Remove INTLLIBS from librazor_la_LIBADD.
This partially reverts 611c84a3f4b4538a65d186050608c17adbf17770.
It's not clear what motivated the initial inclusion of INTLLIBS
here since the net effect is only seen in librazor.la and not
in razor.pc and librazor.la is not normally packaged. Certainly
neither the static nor the dynamic versions of librazor currently
use libintl. At best this would cause the linker to search a
static libintl for undefined symbols without finding any; at worse
it causes a static build of plover using librazor.la to fail if
no static version of libintl is installed.
J. Ali Harlow <ali@juiblex.co.uk> [Wed, 20 Aug 2014 18:57:59 +0100] rev 439
Add secondary text to errors
J. Ali Harlow <ali@juiblex.co.uk> [Wed, 20 Aug 2014 18:57:52 +0100] rev 438
Update gnulib
J. Ali Harlow <ali@juiblex.co.uk> [Wed, 20 Aug 2014 18:56:17 +0100] rev 437
Start 0.5.7
ali <j.a.harlow@letterboxes.org> [Tue, 27 Mar 2012 21:32:46 +0100] rev 436
Release version 0.5.6
J. Ali Harlow <ali@juiblex.co.uk> [Tue, 27 Mar 2012 21:32:46 +0100] rev 435
Don't assume the current directory is writable
J. Ali Harlow <ali@juiblex.co.uk> [Tue, 27 Mar 2012 21:29:53 +0100] rev 434
Start 0.5.6
ali <j.a.harlow@letterboxes.org> [Fri, 23 Mar 2012 20:24:09 +0000] rev 433
Release version 0.5.5
J. Ali Harlow <ali@juiblex.co.uk> [Fri, 23 Mar 2012 20:24:09 +0000] rev 432
Fix bug causing razor_transaction_resolve() to spin