en-us Changes to file configure.pl (from [f00ecee7..]) http://viewmtn.angrygoats.net/all/revision/filechanges/f00ecee708a18f99504514207a8924c07dc2d20b/configure.pl Changes to file configure.pl (from [f00ecee7..]) http://viewmtn.angrygoats.net/all/revision/info/5f8da664027c2d9a5f8253a196cc755d266c826a Bump version to 1.7.6 in configure.pl Bump version to 1.7.6 in configure.pl lloyd@randombit.net Tue, 29 Apr 2008 15:04:33 GMT http://viewmtn.angrygoats.net/all/revision/info/4b88c5d653d997e87cc333064ca1624636fc2186 Put each file in a list in the makefile on a different line Put each file in a list in the makefile on a different line lloyd@randombit.net Sun, 13 Apr 2008 20:22:44 GMT http://viewmtn.angrygoats.net/all/revision/info/470be4471bf303d5621cd2326e3ec6eafad8bc5e Change so_obj_flags to shared_flags Change so_obj_flags to shared_flags lloyd@randombit.net Sun, 13 Apr 2008 20:17:09 GMT http://viewmtn.angrygoats.net/all/revision/info/c2a1b41f957c57de9cc9295d71f27aa11d8a5d16 If an unbound variable in a template is found, print the all the If an unbound variable in a template is found, print the all the
currently existing variables and the first 60 characters of their
values.
Simplify match_any_of - it just uses it's first two arguments and then
matches against the rest, rather than forcing them to be joined into a
single string (that it would just split and iterate over anyway).
Add support for two new compiler config vars, dll_import_flags and
dll_export_flags
When autoconfig prints that it has guessed something, provide the name
of the variable that can be used to override it.
lloyd@randombit.net Sun, 13 Apr 2008 18:15:29 GMT
http://viewmtn.angrygoats.net/all/revision/info/0302dee389553cc18c8179bb00c1285796091444 Don't hard-code the user and group when doing an install: instead use Don't hard-code the user and group when doing an install: instead use
whatever the current user/group is. If you wish to override, edit the
makefile or override the INSTALL_CMD_* variables on the command line.
lloyd@randombit.net Sun, 06 Apr 2008 23:04:44 GMT
http://viewmtn.angrygoats.net/all/revision/info/258e319eae39cfbc0d242e5c9d3fc75d5e89d243 Bump version in configure.pl to 1.7.5 Bump version in configure.pl to 1.7.5 lloyd@randombit.net Mon, 31 Mar 2008 14:03:13 GMT http://viewmtn.angrygoats.net/all/revision/info/20bc5f3a4d6396c043d47ea154018c2b42e2f378 Changes for 1.7.4 Changes for 1.7.4 lloyd@randombit.net Mon, 10 Mar 2008 14:37:36 GMT http://viewmtn.angrygoats.net/all/revision/info/5ac60dc55e145649a8b19d9a29c08065e572a9ed Pass the second argument of works_on as a reference, requires slightly Pass the second argument of works_on as a reference, requires slightly
fewer explicit coercions.
lloyd@randombit.net Thu, 14 Feb 2008 15:29:52 GMT
http://viewmtn.angrygoats.net/all/revision/info/8ab852098db8f87669ac0a81140505abf9682a14 Reorder the output of configure.pl --help so the most important and most Reorder the output of configure.pl --help so the most important and most
commonly used options are near the top.
lloyd@randombit.net Tue, 22 Jan 2008 22:16:01 GMT
http://viewmtn.angrygoats.net/all/revision/info/39c5cf8400336272235c77bb0cf5ddc9ff05c6bb Document the --no-asm option Document the --no-asm option
Wrap lines a little tighter in the output of --help
Change the order of checks so we don't display that a module was not
used due to use of --no-asm when in fact the module would not run on
the target CPU anyway. Similiarly don't say "loaded only on request" if
it is incompatible with the target, since someone attempting to actually
load the module would immediately get an error.
lloyd@randombit.net Wed, 24 Oct 2007 13:37:54 GMT