mike dupont
commited on
Commit
·
3dcad1f
1
Parent(s):
611eeff
update
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- guile/#cc1.txt# +1820 -0
- guile/#report1.txt# +0 -0
- guile/#testgcc.sh# +1 -0
- guile/.dir-locals.el +54 -0
- guile/.gitignore +160 -0
- guile/.guix-channel +5 -0
- guile/.guix/manifest.scm +73 -0
- guile/.guix/modules/guile-package.scm +196 -0
- guile/.x-sc_GPL_version +4 -0
- guile/.x-sc_avoid_if_before_free +1 -0
- guile/.x-sc_bindtextdomain +1 -0
- guile/.x-sc_cast_of_alloca_return_value +1 -0
- guile/.x-sc_cast_of_argument_to_free +1 -0
- guile/.x-sc_error_message_period +1 -0
- guile/.x-sc_error_message_uppercase +7 -0
- guile/.x-sc_error_message_warn_fatal +1 -0
- guile/.x-sc_m4_quote_check +2 -0
- guile/.x-sc_makefile_check +3 -0
- guile/.x-sc_obsolete_symbols +5 -0
- guile/.x-sc_program_name +5 -0
- guile/.x-sc_prohibit_S_IS_definition +1 -0
- guile/.x-sc_prohibit_atoi_atof +2 -0
- guile/.x-sc_prohibit_doubled_word +7 -0
- guile/.x-sc_prohibit_have_config_h +5 -0
- guile/.x-sc_prohibit_magic_number_exit +5 -0
- guile/.x-sc_prohibit_path_max_allocation +2 -0
- guile/.x-sc_prohibit_strcmp +3 -0
- guile/ABOUT-NLS +1282 -0
- guile/AUTHORS +372 -0
- guile/COPYING +674 -0
- guile/COPYING.LESSER +165 -0
- guile/ChangeLog +17 -0
- guile/ChangeLog-2008 +0 -0
- guile/GNUmakefile +127 -0
- guile/GUILE-VERSION +24 -0
- guile/HACKING +292 -0
- guile/LICENSE +2 -0
- guile/Makefile.am +144 -0
- guile/NEWS +0 -0
- guile/README +475 -0
- guile/THANKS +230 -0
- guile/THANKS.guile-vm +1 -0
- guile/a-test.c.005t.original +11 -0
- guile/a-test.c.006t.gimple +8 -0
- guile/a-test.c.009t.omplower +11 -0
- guile/a-test.c.010t.lower +10 -0
- guile/a-test.c.013t.eh +10 -0
- guile/a-test.c.015t.cfg +19 -0
- guile/a-test.c.017t.ompexp +12 -0
- guile/a-test.c.018t.warn-printf +16 -0
guile/#cc1.txt#
ADDED
@@ -0,0 +1,1820 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
The following options are specific to just the language C:
|
3 |
+
[disabled]
|
4 |
+
|
5 |
+
The following options are specific to just the language C++:
|
6 |
+
--param=lazy-modules= [available in C++]
|
7 |
+
-Mmodules [disabled]
|
8 |
+
-Wplacement-new -Wplacement-new=1
|
9 |
+
-Wplacement-new=<0,2> [available in C++]
|
10 |
+
-flang-info-include-translate [available in C++]
|
11 |
+
-flang-info-include-translate-not [available in C++]
|
12 |
+
-flang-info-include-translate=
|
13 |
+
-flang-info-module-cmi [available in C++]
|
14 |
+
-flang-info-module-cmi=
|
15 |
+
|
16 |
+
The following options are specific to just the language D:
|
17 |
+
-Hd <dir>
|
18 |
+
-Hf <file>
|
19 |
+
-Wcast-result [available in D]
|
20 |
+
-Wspeculative [disabled]
|
21 |
+
-X [disabled]
|
22 |
+
-Xf <file>
|
23 |
+
-fall-instantiations [disabled]
|
24 |
+
-fassert [available in D]
|
25 |
+
-fbounds-check [available in D]
|
26 |
+
-fbounds-check=[on|safeonly|off] [available in D]
|
27 |
+
-fdebug [disabled]
|
28 |
+
-fdebug=<level|ident>
|
29 |
+
-fdoc [disabled]
|
30 |
+
-fdoc-dir=<dir>
|
31 |
+
-fdoc-file=<file>
|
32 |
+
-fdoc-inc=<file>
|
33 |
+
-fdruntime [disabled]
|
34 |
+
[disabled]
|
35 |
+
-fignore-unknown-pragmas [disabled]
|
36 |
+
-finvariants [available in D]
|
37 |
+
-fmain [disabled]
|
38 |
+
-fmodule-file=<package.module>=<filespec>
|
39 |
+
-fmoduleinfo [available in D]
|
40 |
+
-fonly=
|
41 |
+
-fpostconditions [available in D]
|
42 |
+
-fpreconditions [available in D]
|
43 |
+
-frelease [disabled]
|
44 |
+
-fswitch-errors [available in D]
|
45 |
+
-ftransition=all [disabled]
|
46 |
+
-ftransition=complex [disabled]
|
47 |
+
-ftransition=dip1000 [disabled]
|
48 |
+
-ftransition=dip25 [disabled]
|
49 |
+
-ftransition=field [disabled]
|
50 |
+
-ftransition=nogc [disabled]
|
51 |
+
-ftransition=tls [disabled]
|
52 |
+
-funittest [disabled]
|
53 |
+
-fversion=<level|ident>
|
54 |
+
-fweak-templates [available in D]
|
55 |
+
|
56 |
+
The following options are specific to just the language Fortran:
|
57 |
+
-Waliasing [available in Fortran]
|
58 |
+
-Walign-commons [available in Fortran]
|
59 |
+
-Wampersand [available in Fortran]
|
60 |
+
-Wargument-mismatch [disabled]
|
61 |
+
-Warray-temporaries [available in Fortran]
|
62 |
+
-Wc-binding-type [available in Fortran]
|
63 |
+
-Wcharacter-truncation [available in Fortran]
|
64 |
+
-Wcompare-reals [available in Fortran]
|
65 |
+
-Wconversion-extra [available in Fortran]
|
66 |
+
-Wdo-subscript [available in Fortran]
|
67 |
+
-Wfrontend-loop-interchange [available in Fortran]
|
68 |
+
-Wfunction-elimination [available in Fortran]
|
69 |
+
-Wimplicit-interface [available in Fortran]
|
70 |
+
-Wimplicit-procedure [available in Fortran]
|
71 |
+
-Winteger-division [available in Fortran]
|
72 |
+
-Wintrinsic-shadow [available in Fortran]
|
73 |
+
-Wintrinsics-std [available in Fortran]
|
74 |
+
-Wline-truncation [available in Fortran]
|
75 |
+
-Woverwrite-recursive [available in Fortran]
|
76 |
+
-Wreal-q-constant [available in Fortran]
|
77 |
+
-Wrealloc-lhs [available in Fortran]
|
78 |
+
-Wrealloc-lhs-all [available in Fortran]
|
79 |
+
-Wsurprising [available in Fortran]
|
80 |
+
-Wtabs [available in Fortran]
|
81 |
+
-Wtarget-lifetime [available in Fortran]
|
82 |
+
-Wundefined-do-loop [available in Fortran]
|
83 |
+
-Wunderflow [available in Fortran]
|
84 |
+
-Wunused-dummy-argument [available in Fortran]
|
85 |
+
-Wuse-without-only [available in Fortran]
|
86 |
+
-Wzerotrip [available in Fortran]
|
87 |
+
-cpp [disabled]
|
88 |
+
-faggressive-function-elimination [available in Fortran]
|
89 |
+
-falign-commons [available in Fortran]
|
90 |
+
-fall-intrinsics [available in Fortran]
|
91 |
+
-fallow-argument-mismatch [available in Fortran]
|
92 |
+
-fallow-invalid-boz [available in Fortran]
|
93 |
+
-fautomatic [available in Fortran]
|
94 |
+
-fbackslash [available in Fortran]
|
95 |
+
-fbacktrace [available in Fortran]
|
96 |
+
-fblas-matmul-limit=<n> [available in Fortran]
|
97 |
+
-fc-prototypes [available in Fortran]
|
98 |
+
-fc-prototypes-external [available in Fortran]
|
99 |
+
-fcheck-array-temporaries [disabled]
|
100 |
+
-fcheck=[...]
|
101 |
+
-fcoarray=<none|single|lib> [available in Fortran]
|
102 |
+
-fconvert=<big-endian|little-endian|native|swap> [available in Fortran]
|
103 |
+
-fcray-pointer [available in Fortran]
|
104 |
+
-fd-lines-as-code [disabled]
|
105 |
+
-fd-lines-as-comments [disabled]
|
106 |
+
-fdebug-aux-vars [available in Fortran]
|
107 |
+
-fdec [available in Fortran]
|
108 |
+
-fdec-blank-format-item [available in Fortran]
|
109 |
+
-fdec-char-conversions [available in Fortran]
|
110 |
+
-fdec-format-defaults [available in Fortran]
|
111 |
+
-fdec-include [available in Fortran]
|
112 |
+
-fdec-intrinsic-ints [available in Fortran]
|
113 |
+
-fdec-math [available in Fortran]
|
114 |
+
-fdec-static [available in Fortran]
|
115 |
+
-fdec-structure [available in Fortran]
|
116 |
+
-fdefault-double-8 [available in Fortran]
|
117 |
+
-fdefault-integer-8 [available in Fortran]
|
118 |
+
-fdefault-real-10 [available in Fortran]
|
119 |
+
-fdefault-real-16 [available in Fortran]
|
120 |
+
-fdefault-real-8 [available in Fortran]
|
121 |
+
-fdollar-ok [available in Fortran]
|
122 |
+
-fdump-core [ignored]
|
123 |
+
-fdump-fortran-global [available in Fortran]
|
124 |
+
-fdump-fortran-optimized [available in Fortran]
|
125 |
+
-fdump-fortran-original [available in Fortran]
|
126 |
+
-fdump-parse-tree -fdump-fortran-original
|
127 |
+
-fexternal-blas [available in Fortran]
|
128 |
+
-ff2c [available in Fortran]
|
129 |
+
-ffixed-form [disabled]
|
130 |
+
-ffixed-line-length-<n> [available in Fortran]
|
131 |
+
-ffixed-line-length-none [available in Fortran]
|
132 |
+
-ffpe-summary=[...]
|
133 |
+
-ffpe-trap=[...]
|
134 |
+
-ffree-form [disabled]
|
135 |
+
-ffree-line-length-<n> [available in Fortran]
|
136 |
+
-ffree-line-length-none [available in Fortran]
|
137 |
+
-ffrontend-loop-interchange [available in Fortran]
|
138 |
+
-ffrontend-optimize [available in Fortran]
|
139 |
+
-fimplicit-none [available in Fortran]
|
140 |
+
-finit-character=<n>
|
141 |
+
-finit-derived [available in Fortran]
|
142 |
+
-finit-integer=<n>
|
143 |
+
-finit-local-zero [disabled]
|
144 |
+
-finit-logical=<true|false>
|
145 |
+
-finit-real=<zero|snan|nan|inf|-inf> [available in Fortran]
|
146 |
+
-finline-arg-packing [available in Fortran]
|
147 |
+
-finline-matmul-limit=<n> [available in Fortran]
|
148 |
+
-finteger-4-integer-8 [available in Fortran]
|
149 |
+
-fintrinsic-modules-path [disabled]
|
150 |
+
-fintrinsic-modules-path=
|
151 |
+
-fmax-array-constructor=<n> [available in Fortran]
|
152 |
+
-fmax-identifier-length=<n>
|
153 |
+
-fmax-stack-var-size=<n> [available in Fortran]
|
154 |
+
-fmax-subrecord-length=<n> [available in Fortran]
|
155 |
+
-fmodule-private [available in Fortran]
|
156 |
+
-fpack-derived [available in Fortran]
|
157 |
+
-fpad-source [available in Fortran]
|
158 |
+
-fprotect-parens [available in Fortran]
|
159 |
+
-frange-check [available in Fortran]
|
160 |
+
-freal-4-real-10 [available in Fortran]
|
161 |
+
-freal-4-real-16 [available in Fortran]
|
162 |
+
-freal-4-real-8 [available in Fortran]
|
163 |
+
-freal-8-real-10 [available in Fortran]
|
164 |
+
-freal-8-real-16 [available in Fortran]
|
165 |
+
-freal-8-real-4 [available in Fortran]
|
166 |
+
-frealloc-lhs [available in Fortran]
|
167 |
+
-frecord-marker=4 [available in Fortran]
|
168 |
+
-frecord-marker=8 [available in Fortran]
|
169 |
+
-frecursive [available in Fortran]
|
170 |
+
-frepack-arrays [available in Fortran]
|
171 |
+
-fsecond-underscore [available in Fortran]
|
172 |
+
-fsign-zero [available in Fortran]
|
173 |
+
-fstack-arrays [available in Fortran]
|
174 |
+
-ftail-call-workaround=<0,2> [available in Fortran]
|
175 |
+
-ftest-forall-temp [available in Fortran]
|
176 |
+
-funderscoring [available in Fortran]
|
177 |
+
-fwhole-file [ignored]
|
178 |
+
-nocpp [disabled]
|
179 |
+
-static-libgfortran [disabled]
|
180 |
+
-std=f2003 [disabled]
|
181 |
+
-std=f2008 [disabled]
|
182 |
+
-std=f2008ts [disabled]
|
183 |
+
-std=f2018 [disabled]
|
184 |
+
-std=f95 [disabled]
|
185 |
+
-std=gnu [disabled]
|
186 |
+
-std=legacy [disabled]
|
187 |
+
|
188 |
+
The following options are specific to just the language Go:
|
189 |
+
-fgo-c-header=<file>
|
190 |
+
-fgo-check-divide-overflow [available in Go]
|
191 |
+
-fgo-check-divide-zero [available in Go]
|
192 |
+
-fgo-compiling-runtime [available in Go]
|
193 |
+
-fgo-debug-escape [available in Go]
|
194 |
+
-fgo-debug-escape-hash=<string> [available in Go]
|
195 |
+
-fgo-debug-optimization [available in Go]
|
196 |
+
-fgo-dump-<type>
|
197 |
+
-fgo-embedcfg=<file>
|
198 |
+
-fgo-optimize-<type>
|
199 |
+
-fgo-pkgpath=<string>
|
200 |
+
-fgo-prefix=<string>
|
201 |
+
-fgo-relative-import-path=<path>
|
202 |
+
-frequire-return-statement [available in Go]
|
203 |
+
|
204 |
+
The following options are specific to just the language LTO:
|
205 |
+
-flinker-output= [available in LTO]
|
206 |
+
-fltrans [available in LTO]
|
207 |
+
-fltrans-output-list= [available in LTO]
|
208 |
+
-fresolution=
|
209 |
+
-fwpa [disabled]
|
210 |
+
-fwpa= [available in LTO]
|
211 |
+
|
212 |
+
The following options are specific to just the language LTODump:
|
213 |
+
-callgraph [available in LTODump]
|
214 |
+
-defined-only [available in LTODump]
|
215 |
+
-demangle [available in LTODump]
|
216 |
+
-gimple-stats [available in LTODump]
|
217 |
+
-help [available in LTODump]
|
218 |
+
-list [available in LTODump]
|
219 |
+
-name-sort [available in LTODump]
|
220 |
+
-objects [available in LTODump]
|
221 |
+
-print-value [available in LTODump]
|
222 |
+
-reverse-sort [available in LTODump]
|
223 |
+
-size-sort [available in LTODump]
|
224 |
+
-tree-stats [available in LTODump]
|
225 |
+
-type-stats [available in LTODump]
|
226 |
+
|
227 |
+
The following options are specific to just the language Modula-2:
|
228 |
+
-O<number>
|
229 |
+
-Wpedantic-cast [disabled]
|
230 |
+
-Wpedantic-param-names [disabled]
|
231 |
+
-Wstudents [disabled]
|
232 |
+
-Wunused-parameter [available in Modula-2]
|
233 |
+
-Wverbose-unbounded [disabled]
|
234 |
+
-fauto-init [disabled]
|
235 |
+
-fbounds [disabled]
|
236 |
+
-fcase [disabled]
|
237 |
+
-fcpp [disabled]
|
238 |
+
-fcppbegin [disabled]
|
239 |
+
-fcppend [disabled]
|
240 |
+
-fcppprog=
|
241 |
+
-fd [disabled]
|
242 |
+
-fdebug-builtins [disabled]
|
243 |
+
-fdebug-function-line-numbers [disabled]
|
244 |
+
-fdebug-trace-api [disabled]
|
245 |
+
-fdebug-trace-quad [disabled]
|
246 |
+
-fdef=
|
247 |
+
-fdump-system-exports [disabled]
|
248 |
+
-fexceptions [available in Modula-2]
|
249 |
+
-fextended-opaque [disabled]
|
250 |
+
-ffloatvalue [disabled]
|
251 |
+
-findex [disabled]
|
252 |
+
-fiso [disabled]
|
253 |
+
-flibs=
|
254 |
+
-flocation=
|
255 |
+
-fm2-g [disabled]
|
256 |
+
-fm2-lower-case [disabled]
|
257 |
+
-fm2-plugin [disabled]
|
258 |
+
-fm2-statistics [disabled]
|
259 |
+
-fm2-strict-type [disabled]
|
260 |
+
-fm2-version [disabled]
|
261 |
+
-fm2-whole-program [disabled]
|
262 |
+
-fmakeinit [disabled]
|
263 |
+
-fmakelist [disabled]
|
264 |
+
-fmod=
|
265 |
+
-fmodules [disabled]
|
266 |
+
-fnil [disabled]
|
267 |
+
-fno-m2-plugin [disabled]
|
268 |
+
-fno-pthread [disabled]
|
269 |
+
-fobject-path=
|
270 |
+
-fonlylink [disabled]
|
271 |
+
-fpim [disabled]
|
272 |
+
-fpim2 [disabled]
|
273 |
+
-fpim3 [disabled]
|
274 |
+
-fpim4 [disabled]
|
275 |
+
-fpositive-mod-floor-div [disabled]
|
276 |
+
-fq [disabled]
|
277 |
+
-frange [disabled]
|
278 |
+
-freturn [disabled]
|
279 |
+
-fruntime-modules=
|
280 |
+
-fshared [disabled]
|
281 |
+
-fsoft-check-all [disabled]
|
282 |
+
-fsources [disabled]
|
283 |
+
-fswig [disabled]
|
284 |
+
-ftarget-ar=
|
285 |
+
-ftarget-ranlib=
|
286 |
+
-funbounded-by-reference [disabled]
|
287 |
+
-fuselist [disabled]
|
288 |
+
-fwholediv [disabled]
|
289 |
+
-fwholevalue [disabled]
|
290 |
+
-fxcode [disabled]
|
291 |
+
-version [available in Modula-2]
|
292 |
+
-x
|
293 |
+
|
294 |
+
The following options are specific to just the language ObjC:
|
295 |
+
None found. Use --help=ObjC to show *all* the options supported by the ObjC front-end.
|
296 |
+
|
297 |
+
The following options are specific to just the language ObjC++:
|
298 |
+
-fobjc-call-cxx-cdtors [available in ObjC++]
|
299 |
+
|
300 |
+
The following options are language-related:
|
301 |
+
-A<question>=<answer>
|
302 |
+
-C
|
303 |
+
-CC
|
304 |
+
-D<macro>[=<val>]
|
305 |
+
-F <dir>
|
306 |
+
-H
|
307 |
+
-I <dir>
|
308 |
+
-J<directory>
|
309 |
+
-M
|
310 |
+
-MD
|
311 |
+
-MF <file>
|
312 |
+
-MG
|
313 |
+
-MM
|
314 |
+
-MMD
|
315 |
+
-MP
|
316 |
+
-MQ <target>
|
317 |
+
-MT <target>
|
318 |
+
-P
|
319 |
+
-U<macro>
|
320 |
+
-WNSObject-attribute [enabled]
|
321 |
+
-Wabi [disabled]
|
322 |
+
-Wabi-tag [available in C++, ObjC++]
|
323 |
+
-Wabi=
|
324 |
+
-Wabsolute-value [disabled]
|
325 |
+
-Waddress [disabled]
|
326 |
+
-Waddress-of-packed-member [enabled]
|
327 |
+
-Waligned-new -Waligned-new=global
|
328 |
+
-Waligned-new=[none|global|all] [available in C++, ObjC++]
|
329 |
+
-Wall
|
330 |
+
-Walloc-size-larger-than=<bytes> 9223372036854775807 bytes
|
331 |
+
-Walloc-zero [disabled]
|
332 |
+
-Walloca [disabled]
|
333 |
+
-Walloca-larger-than=<number> 9223372036854775807 bytes
|
334 |
+
-Warith-conversion [disabled]
|
335 |
+
-Warray-parameter -Warray-parameter=2
|
336 |
+
-Warray-parameter=<0,2> 0
|
337 |
+
-Wassign-intercept [available in ObjC, ObjC++]
|
338 |
+
-Wbad-function-cast [disabled]
|
339 |
+
-Wbool-compare [disabled]
|
340 |
+
-Wbool-operation [disabled]
|
341 |
+
-Wbuiltin-declaration-mismatch [enabled]
|
342 |
+
-Wbuiltin-macro-redefined [enabled]
|
343 |
+
-Wc++-compat [disabled]
|
344 |
+
-Wc++11-compat [available in C++, ObjC++]
|
345 |
+
-Wc++14-compat [available in C++, ObjC++]
|
346 |
+
-Wc++17-compat [available in C++, ObjC++]
|
347 |
+
-Wc++20-compat [available in C++, ObjC++]
|
348 |
+
-Wc11-c2x-compat [enabled]
|
349 |
+
-Wc90-c99-compat [enabled]
|
350 |
+
-Wc99-c11-compat [enabled]
|
351 |
+
-Wcast-function-type [disabled]
|
352 |
+
-Wcast-qual [disabled]
|
353 |
+
-Wcatch-value -Wcatch-value=1
|
354 |
+
-Wcatch-value=<0,3> [available in C++, ObjC++]
|
355 |
+
-Wchar-subscripts [disabled]
|
356 |
+
-Wchkp
|
357 |
+
-Wclass-conversion [available in C++, ObjC++]
|
358 |
+
-Wclass-memaccess [available in C++, ObjC++]
|
359 |
+
-Wclobbered [disabled]
|
360 |
+
-Wcomma-subscript [available in C++, ObjC++]
|
361 |
+
-Wcomment [disabled]
|
362 |
+
-Wcomments -Wcomment
|
363 |
+
-Wconditionally-supported [available in C++, ObjC++]
|
364 |
+
-Wconversion [disabled]
|
365 |
+
-Wconversion-null [available in C++, ObjC++]
|
366 |
+
-Wcpp [enabled]
|
367 |
+
-Wctad-maybe-unsupported [available in C++, ObjC++]
|
368 |
+
-Wctor-dtor-privacy [available in C++, ObjC++]
|
369 |
+
-Wdangling-else [disabled]
|
370 |
+
-Wdate-time [disabled]
|
371 |
+
-Wdeclaration-after-statement [enabled]
|
372 |
+
-Wdelete-incomplete [available in C++, ObjC++]
|
373 |
+
-Wdelete-non-virtual-dtor [available in C++, ObjC++]
|
374 |
+
-Wdeprecated [enabled]
|
375 |
+
-Wdeprecated-copy [available in C++, ObjC++]
|
376 |
+
-Wdeprecated-copy-dtor [available in C++, ObjC++]
|
377 |
+
-Wdeprecated-enum-enum-conversion [available in C++, ObjC++]
|
378 |
+
-Wdeprecated-enum-float-conversion [available in C++, ObjC++]
|
379 |
+
-Wdesignated-init [enabled]
|
380 |
+
-Wdiscarded-array-qualifiers [enabled]
|
381 |
+
-Wdiscarded-qualifiers [enabled]
|
382 |
+
-Wdiv-by-zero [enabled]
|
383 |
+
-Wdouble-promotion [disabled]
|
384 |
+
-Wduplicate-decl-specifier [disabled]
|
385 |
+
-Wduplicated-branches [disabled]
|
386 |
+
-Wduplicated-cond [disabled]
|
387 |
+
-Weffc++ [available in C++, ObjC++]
|
388 |
+
-Wempty-body [disabled]
|
389 |
+
-Wendif-labels [enabled]
|
390 |
+
-Wenum-compare [enabled]
|
391 |
+
-Wenum-conversion [disabled]
|
392 |
+
-Werror [disabled]
|
393 |
+
-Werror-implicit-function-declaration -Werror=implicit-function-declaration
|
394 |
+
-Wexceptions [available in C++, ObjC++]
|
395 |
+
-Wexpansion-to-defined [disabled]
|
396 |
+
-Wextra [disabled]
|
397 |
+
-Wextra-semi [available in C++, ObjC++]
|
398 |
+
-Wfloat-conversion [disabled]
|
399 |
+
-Wfloat-equal [disabled]
|
400 |
+
-Wformat -Wformat=1
|
401 |
+
-Wformat-contains-nul [disabled]
|
402 |
+
-Wformat-diag [disabled]
|
403 |
+
-Wformat-extra-args [disabled]
|
404 |
+
-Wformat-nonliteral [disabled]
|
405 |
+
-Wformat-overflow<0,2> -Wformat-overflow=1
|
406 |
+
-Wformat-overflow=<0,2> 0
|
407 |
+
-Wformat-security [disabled]
|
408 |
+
-Wformat-signedness [disabled]
|
409 |
+
-Wformat-truncation -Wformat-truncation=1
|
410 |
+
-Wformat-truncation=<0,2> 0
|
411 |
+
-Wformat-y2k [disabled]
|
412 |
+
-Wformat-zero-length [disabled]
|
413 |
+
-Wformat=<0,2> 0
|
414 |
+
-Wframe-address [disabled]
|
415 |
+
-Wif-not-aligned [enabled]
|
416 |
+
-Wignored-attributes [enabled]
|
417 |
+
-Wignored-qualifiers [disabled]
|
418 |
+
-Wimplicit [disabled]
|
419 |
+
-Wimplicit-function-declaration [enabled]
|
420 |
+
-Wimplicit-int [enabled]
|
421 |
+
-Winaccessible-base [available in C++, ObjC++]
|
422 |
+
-Wincompatible-pointer-types [enabled]
|
423 |
+
-Winherited-variadic-ctor [available in C++, ObjC++]
|
424 |
+
-Winit-list-lifetime [available in C++, ObjC++]
|
425 |
+
-Winit-self [disabled]
|
426 |
+
-Wint-conversion [enabled]
|
427 |
+
-Wint-in-bool-context [disabled]
|
428 |
+
-Wint-to-pointer-cast [enabled]
|
429 |
+
-Winvalid-imported-macros [available in C++, ObjC++]
|
430 |
+
-Winvalid-offsetof [available in C++, ObjC++]
|
431 |
+
-Winvalid-pch [disabled]
|
432 |
+
-Wjump-misses-init [disabled]
|
433 |
+
-Wliteral-suffix [available in C++, ObjC++]
|
434 |
+
-Wlogical-not-parentheses [disabled]
|
435 |
+
-Wlogical-op [disabled]
|
436 |
+
-Wlong-long [enabled]
|
437 |
+
-Wmain [enabled]
|
438 |
+
-Wmaybe-uninitialized [disabled]
|
439 |
+
-Wmemset-elt-size [disabled]
|
440 |
+
-Wmemset-transposed-args [disabled]
|
441 |
+
-Wmisleading-indentation [disabled]
|
442 |
+
-Wmismatched-dealloc [disabled]
|
443 |
+
-Wmismatched-new-delete [available in C++, ObjC++]
|
444 |
+
-Wmismatched-tags [available in C++, ObjC++]
|
445 |
+
-Wmissing-attributes [disabled]
|
446 |
+
-Wmissing-braces [disabled]
|
447 |
+
-Wmissing-declarations [disabled]
|
448 |
+
-Wmissing-field-initializers [disabled]
|
449 |
+
-Wmissing-include-dirs [disabled]
|
450 |
+
-Wmissing-parameter-type [disabled]
|
451 |
+
-Wmissing-prototypes [disabled]
|
452 |
+
-Wmultichar [disabled]
|
453 |
+
-Wmultiple-inheritance [available in C++, ObjC++]
|
454 |
+
-Wmultistatement-macros [disabled]
|
455 |
+
-Wnamespaces [available in C++, ObjC++]
|
456 |
+
-Wnarrowing [enabled]
|
457 |
+
-Wnested-externs [disabled]
|
458 |
+
-Wno-alloc-size-larger-than -Walloc-size-larger-than=18446744073709551615EiB
|
459 |
+
-Wno-alloca-larger-than -Walloca-larger-than=18446744073709551615EiB
|
460 |
+
-Wno-vla-larger-than -Wvla-larger-than=18446744073709551615EiB
|
461 |
+
-Wnoexcept [available in C++, ObjC++]
|
462 |
+
-Wnoexcept-type [available in C++, ObjC++]
|
463 |
+
-Wnon-template-friend [available in C++, ObjC++]
|
464 |
+
-Wnon-virtual-dtor [available in C++, ObjC++]
|
465 |
+
-Wnonnull [disabled]
|
466 |
+
-Wnonnull-compare [disabled]
|
467 |
+
-Wnormalized=[none|id|nfc|nfkc] nfc
|
468 |
+
-Wobjc-root-class [available in ObjC, ObjC++]
|
469 |
+
-Wold-style-cast [available in C++, ObjC++]
|
470 |
+
-Wold-style-declaration [disabled]
|
471 |
+
-Wold-style-definition [enabled]
|
472 |
+
-Wopenmp-simd [disabled]
|
473 |
+
-Woverlength-strings [disabled]
|
474 |
+
-Woverloaded-virtual [available in C++, ObjC++]
|
475 |
+
-Woverride-init [disabled]
|
476 |
+
-Woverride-init-side-effects [enabled]
|
477 |
+
-Wpacked-bitfield-compat [enabled]
|
478 |
+
-Wpacked-not-aligned [disabled]
|
479 |
+
-Wparentheses [disabled]
|
480 |
+
-Wpedantic [disabled]
|
481 |
+
-Wpessimizing-move [available in C++, ObjC++]
|
482 |
+
-Wpmf-conversions [available in C++, ObjC++]
|
483 |
+
-Wpointer-arith [disabled]
|
484 |
+
-Wpointer-compare [enabled]
|
485 |
+
-Wpointer-sign [disabled]
|
486 |
+
-Wpointer-to-int-cast [enabled]
|
487 |
+
-Wpragmas [enabled]
|
488 |
+
-Wprio-ctor-dtor [enabled]
|
489 |
+
-Wproperty-assign-default [available in ObjC, ObjC++]
|
490 |
+
-Wprotocol [available in ObjC, ObjC++]
|
491 |
+
-Wrange-loop-construct [available in C++, ObjC++]
|
492 |
+
-Wredundant-decls [disabled]
|
493 |
+
-Wredundant-move [available in C++, ObjC++]
|
494 |
+
-Wredundant-tags [available in C++, ObjC++]
|
495 |
+
-Wregister [available in C++, ObjC++]
|
496 |
+
-Wreorder [available in C++, ObjC++]
|
497 |
+
-Wrestrict [disabled]
|
498 |
+
-Wreturn-type [enabled]
|
499 |
+
-Wscalar-storage-order [enabled]
|
500 |
+
-Wselector [available in ObjC, ObjC++]
|
501 |
+
-Wsequence-point [disabled]
|
502 |
+
-Wshadow-ivar [available in ObjC, ObjC++]
|
503 |
+
-Wshift-count-negative [enabled]
|
504 |
+
-Wshift-count-overflow [enabled]
|
505 |
+
-Wshift-negative-value [enabled]
|
506 |
+
-Wshift-overflow -Wshift-overflow=1
|
507 |
+
-Wshift-overflow=<0,2> -1
|
508 |
+
-Wsign-compare [disabled]
|
509 |
+
-Wsign-conversion [disabled]
|
510 |
+
-Wsign-promo [available in C++, ObjC++]
|
511 |
+
-Wsized-deallocation [available in C++, ObjC++]
|
512 |
+
-Wsizeof-array-argument [enabled]
|
513 |
+
-Wsizeof-array-div [disabled]
|
514 |
+
-Wsizeof-pointer-div [disabled]
|
515 |
+
-Wsizeof-pointer-memaccess [disabled]
|
516 |
+
-Wstrict-aliasing=<0,3> 0
|
517 |
+
-Wstrict-null-sentinel [available in C++, ObjC++]
|
518 |
+
-Wstrict-overflow=<0,5> 0
|
519 |
+
-Wstrict-prototypes [disabled]
|
520 |
+
-Wstrict-selector-match [available in ObjC, ObjC++]
|
521 |
+
-Wstring-compare [disabled]
|
522 |
+
-Wstringop-overflow -Wstringop-overflow=2
|
523 |
+
-Wstringop-overflow=<0,4> 2
|
524 |
+
-Wstringop-overread [enabled]
|
525 |
+
-Wstringop-truncation [disabled]
|
526 |
+
-Wsubobject-linkage [available in C++, ObjC++]
|
527 |
+
-Wsuggest-attribute=format [disabled]
|
528 |
+
-Wsuggest-override [available in C++, ObjC++]
|
529 |
+
-Wswitch [disabled]
|
530 |
+
-Wswitch-bool [enabled]
|
531 |
+
-Wswitch-default [disabled]
|
532 |
+
-Wswitch-enum [disabled]
|
533 |
+
-Wswitch-outside-range [enabled]
|
534 |
+
-Wsync-nand [enabled]
|
535 |
+
-Wsynth [available in C++, ObjC++]
|
536 |
+
-Wsystem-headers [disabled]
|
537 |
+
-Wtautological-compare [disabled]
|
538 |
+
-Wtemplates [available in C++, D, ObjC++]
|
539 |
+
-Wterminate [available in C++, ObjC++]
|
540 |
+
-Wtraditional [disabled]
|
541 |
+
-Wtraditional-conversion [disabled]
|
542 |
+
-Wtrigraphs [enabled]
|
543 |
+
-Wundeclared-selector [available in ObjC, ObjC++]
|
544 |
+
-Wundef [disabled]
|
545 |
+
-Wuninitialized [disabled]
|
546 |
+
-Wunknown-pragmas [disabled]
|
547 |
+
-Wunsuffixed-float-constants [disabled]
|
548 |
+
-Wunused [disabled]
|
549 |
+
-Wunused-const-variable -Wunused-const-variable=2
|
550 |
+
-Wunused-const-variable=<0,2> 0
|
551 |
+
-Wunused-local-typedefs [disabled]
|
552 |
+
-Wunused-macros [disabled]
|
553 |
+
-Wunused-result [enabled]
|
554 |
+
-Wunused-variable [disabled]
|
555 |
+
-Wuseless-cast [available in C++, ObjC++]
|
556 |
+
-Wvarargs [enabled]
|
557 |
+
-Wvariadic-macros [disabled]
|
558 |
+
-Wvexing-parse [available in C++, ObjC++]
|
559 |
+
-Wvirtual-inheritance [available in C++, ObjC++]
|
560 |
+
-Wvirtual-move-assign [available in C++, ObjC++]
|
561 |
+
-Wvla [enabled]
|
562 |
+
-Wvla-larger-than=<number> 9223372036854775807 bytes
|
563 |
+
-Wvla-parameter [disabled]
|
564 |
+
-Wvolatile [available in C++, ObjC++]
|
565 |
+
-Wvolatile-register-var [disabled]
|
566 |
+
-Wwrite-strings [disabled]
|
567 |
+
-Wzero-as-null-pointer-constant [available in C++, ObjC++]
|
568 |
+
-Wzero-length-bounds [disabled]
|
569 |
+
-ansi
|
570 |
+
-d<letters>
|
571 |
+
-fRTS=
|
572 |
+
-fabi-compat-version= [available in C++, ObjC++]
|
573 |
+
-faccess-control [available in C++, ObjC++]
|
574 |
+
-fada-spec-parent=unit
|
575 |
+
-faligned-new -faligned-new=1
|
576 |
+
-faligned-new=<N> [available in C++, ObjC++]
|
577 |
+
-fallow-parameterless-variadic-functions [disabled]
|
578 |
+
-falt-external-templates [disabled]
|
579 |
+
-fasm [enabled]
|
580 |
+
-fbuiltin [enabled]
|
581 |
+
-fcanonical-system-headers
|
582 |
+
-fchar8_t [available in C++, ObjC++]
|
583 |
+
-fcheck-pointer-bounds
|
584 |
+
-fchkp-check-incomplete-type
|
585 |
+
-fchkp-check-read
|
586 |
+
-fchkp-check-write
|
587 |
+
-fchkp-first-field-has-own-bounds
|
588 |
+
-fchkp-flexible-struct-trailing-arrays
|
589 |
+
-fchkp-instrument-calls
|
590 |
+
-fchkp-instrument-marked-only
|
591 |
+
-fchkp-narrow-bounds
|
592 |
+
-fchkp-narrow-to-innermost-array
|
593 |
+
-fchkp-store-bounds
|
594 |
+
-fchkp-treat-zero-dynamic-size-as-infinite
|
595 |
+
-fchkp-use-fast-string-functions
|
596 |
+
-fchkp-use-nochk-string-functions
|
597 |
+
-fchkp-use-static-bounds
|
598 |
+
-fchkp-use-static-const-bounds
|
599 |
+
-fchkp-use-wrappers
|
600 |
+
-fchkp-zero-input-bounds-for-main
|
601 |
+
-fconcepts [available in C++, ObjC++]
|
602 |
+
-fconcepts-diagnostics-depth= [available in C++, ObjC++]
|
603 |
+
-fconcepts-ts [available in C++, ObjC++]
|
604 |
+
-fcond-mismatch
|
605 |
+
-fconserve-space [ignored]
|
606 |
+
-fconst-string-class=<name>
|
607 |
+
-fconstexpr-cache-depth=<number> [available in C++, ObjC++]
|
608 |
+
-fconstexpr-depth=<number> [available in C++, ObjC++]
|
609 |
+
-fconstexpr-loop-limit=<number> [available in C++, ObjC++]
|
610 |
+
-fconstexpr-ops-limit=<number> [available in C++, ObjC++]
|
611 |
+
-fcoroutines [available in C++, LTO]
|
612 |
+
-fdebug-cpp
|
613 |
+
-fdeclone-ctor-dtor [available in C++, ObjC++]
|
614 |
+
-fdeduce-init-list [ignored]
|
615 |
+
-fdefault-inline [ignored]
|
616 |
+
-fdiagnostics-show-template-tree [available in C++, ObjC++]
|
617 |
+
-fdirectives-only
|
618 |
+
-fdollars-in-identifiers
|
619 |
+
-fdump-ada-spec [disabled]
|
620 |
+
-fdump-ada-spec-slim [disabled]
|
621 |
+
-felide-type [available in C++, ObjC++]
|
622 |
+
-femit-struct-debug-baseonly
|
623 |
+
-femit-struct-debug-detailed=<spec-list>
|
624 |
+
-femit-struct-debug-reduced
|
625 |
+
-fenforce-eh-specs [available in C++, ObjC++]
|
626 |
+
-fexec-charset=<cset>
|
627 |
+
-fext-numeric-literals [available in C++, ObjC++]
|
628 |
+
-fextended-identifiers
|
629 |
+
-fextern-tls-init [available in C++, ObjC++]
|
630 |
+
-ffreestanding
|
631 |
+
-fgnu-keywords [available in C++, ObjC++]
|
632 |
+
-fgnu-runtime [available in LTO, ObjC, ObjC++]
|
633 |
+
-fgnu89-inline [enabled]
|
634 |
+
-fhosted
|
635 |
+
-fhuge-objects [disabled]
|
636 |
+
-fimplement-inlines [available in C++, ObjC++]
|
637 |
+
-fimplicit-inline-templates [available in C++, ObjC++]
|
638 |
+
-fimplicit-templates [available in C++, ObjC++]
|
639 |
+
-finput-charset=<cset>
|
640 |
+
-fvisibility=[private|protected|public|package] [available in ObjC, ObjC++]
|
641 |
+
-flax-vector-conversions [disabled]
|
642 |
+
-flocal-ivars [available in ObjC, ObjC++]
|
643 |
+
-fmacro-prefix-map=<old>=<new>
|
644 |
+
-fmax-include-depth=
|
645 |
+
-fmodule-header [available in C++, ObjC]
|
646 |
+
-fmodule-implicit-inline [available in C++, ObjC++]
|
647 |
+
-fmodule-lazy [available in C++, ObjC++]
|
648 |
+
-fmodule-mapper=
|
649 |
+
-fmodule-only [available in C++, ObjC]
|
650 |
+
-fmodules-ts [available in C++, ObjC++]
|
651 |
+
-fms-extensions [disabled]
|
652 |
+
-fnew-inheriting-ctors [available in C++, ObjC++]
|
653 |
+
-fnew-ttp-matching [available in C++, ObjC++]
|
654 |
+
-fnext-runtime [available in LTO, ObjC, ObjC++]
|
655 |
+
-fnil-receivers [available in ObjC, ObjC++]
|
656 |
+
-fnothrow-opt [available in C++, ObjC++]
|
657 |
+
-fobjc-abi-version= [available in LTO, ObjC, ObjC++]
|
658 |
+
-fobjc-direct-dispatch [available in ObjC, ObjC++]
|
659 |
+
-fobjc-exceptions [available in ObjC, ObjC++]
|
660 |
+
-fobjc-gc [available in LTO, ObjC, ObjC++]
|
661 |
+
-fobjc-nilcheck [available in ObjC, ObjC++]
|
662 |
+
-fobjc-sjlj-exceptions [available in ObjC, ObjC++]
|
663 |
+
-fobjc-std=objc1 [available in Modula-2, ObjC, ObjC++]
|
664 |
+
-fopenacc [disabled]
|
665 |
+
-fopenacc-dim=
|
666 |
+
-fopenmp [disabled]
|
667 |
+
-fopenmp-simd [disabled]
|
668 |
+
-foperator-names [disabled]
|
669 |
+
-foptional-diags [ignored]
|
670 |
+
-fpch-preprocess
|
671 |
+
-fpermissive [available in C++, ObjC++]
|
672 |
+
-fplan9-extensions [disabled]
|
673 |
+
-fpreprocessed
|
674 |
+
-fpretty-templates [available in C++, ObjC++]
|
675 |
+
-fprintf-return-value [enabled]
|
676 |
+
-freplace-objc-classes [available in LTO, ObjC, ObjC++]
|
677 |
+
-frepo [disabled]
|
678 |
+
-frtti [available in C++, D, ObjC++]
|
679 |
+
-fshort-enums [enabled]
|
680 |
+
-fshort-wchar [disabled]
|
681 |
+
-fsigned-bitfields [enabled]
|
682 |
+
-fsigned-char [enabled]
|
683 |
+
-fsized-deallocation [available in C++, ObjC++]
|
684 |
+
-fsso-struct=[big-endian|little-endian|native] native
|
685 |
+
-fstats [available in C++, ObjC++]
|
686 |
+
-fstrict-enums [available in C++, ObjC++]
|
687 |
+
-fstrong-eval-order -fstrong-eval-order=all
|
688 |
+
-fstrong-eval-order= [available in C++, ObjC++]
|
689 |
+
-ftemplate-backtrace-limit= [available in C++, ObjC++]
|
690 |
+
-ftemplate-depth=<number>
|
691 |
+
-fno-threadsafe-statics [available in C++, ObjC++]
|
692 |
+
-ftrack-macro-expansion=<0|1|2>
|
693 |
+
-funsigned-bitfields [disabled]
|
694 |
+
-funsigned-char [disabled]
|
695 |
+
-fuse-cxa-atexit [available in C++, ObjC++]
|
696 |
+
-fuse-cxa-get-exception-ptr [available in C++, ObjC++]
|
697 |
+
-fvisibility-inlines-hidden [disabled]
|
698 |
+
-fvisibility-ms-compat [available in C++, ObjC++]
|
699 |
+
-fvtable-gc [disabled]
|
700 |
+
-fvtable-thunks [disabled]
|
701 |
+
-fweak [available in C++, ObjC++]
|
702 |
+
-fwide-exec-charset=<cset>
|
703 |
+
-fworking-directory [enabled]
|
704 |
+
-fxref [disabled]
|
705 |
+
-fzero-link [available in ObjC, ObjC++]
|
706 |
+
-gen-decls [available in ObjC, ObjC++]
|
707 |
+
-gnat<options>
|
708 |
+
-gnatO [disabled]
|
709 |
+
-idirafter <dir>
|
710 |
+
-imacros <file>
|
711 |
+
-imultilib <dir>
|
712 |
+
-include <file>
|
713 |
+
-iprefix <path>
|
714 |
+
-iquote <dir>
|
715 |
+
-isysroot <dir>
|
716 |
+
-isystem <dir>
|
717 |
+
-iwithprefix <dir>
|
718 |
+
-iwithprefixbefore <dir>
|
719 |
+
-nostdinc
|
720 |
+
-nostdinc++ [disabled]
|
721 |
+
-nostdlib [disabled]
|
722 |
+
-o <file>
|
723 |
+
-print-objc-runtime-info [disabled]
|
724 |
+
-remap
|
725 |
+
-std=c++03 -std=c++98
|
726 |
+
-std=c++11 [disabled]
|
727 |
+
-std=c++14 [disabled]
|
728 |
+
-std=c++17 [disabled]
|
729 |
+
-std=c++20 [disabled]
|
730 |
+
-std=c++2b -std=c++23
|
731 |
+
-std=c++98 [disabled]
|
732 |
+
-std=c11
|
733 |
+
-std=c17
|
734 |
+
-std=c18 -std=c17
|
735 |
+
-std=c1x -std=c11
|
736 |
+
-std=c2x
|
737 |
+
-std=c89 -std=c90
|
738 |
+
-std=c90
|
739 |
+
-std=c99
|
740 |
+
-std=c9x -std=c99
|
741 |
+
-std=gnu++03 -std=gnu++98
|
742 |
+
-std=gnu++11 [disabled]
|
743 |
+
-std=gnu++14 [disabled]
|
744 |
+
-std=gnu++17 [disabled]
|
745 |
+
-std=gnu++20 [disabled]
|
746 |
+
-std=gnu++2b -std=gnu++23
|
747 |
+
-std=gnu++98 [disabled]
|
748 |
+
-std=gnu11
|
749 |
+
-std=gnu17
|
750 |
+
-std=gnu18 -std=gnu17
|
751 |
+
-std=gnu1x -std=gnu11
|
752 |
+
-std=gnu2x
|
753 |
+
-std=gnu89 -std=gnu90
|
754 |
+
-std=gnu90
|
755 |
+
-std=gnu99
|
756 |
+
-std=gnu9x -std=gnu99
|
757 |
+
-std=iso9899:1990 -std=c90
|
758 |
+
-std=iso9899:199409
|
759 |
+
-std=iso9899:1999 -std=c99
|
760 |
+
-std=iso9899:199x -std=c99
|
761 |
+
-std=iso9899:2011 -std=c11
|
762 |
+
-std=iso9899:2017 -std=c17
|
763 |
+
-std=iso9899:2018 -std=c17
|
764 |
+
-traditional-cpp
|
765 |
+
-trigraphs
|
766 |
+
-undef [disabled]
|
767 |
+
-v [disabled]
|
768 |
+
-w [disabled]
|
769 |
+
|
770 |
+
The following options control parameters:
|
771 |
+
--param=align-loop-iterations= 4
|
772 |
+
--param=align-threshold=<1,65536> 100
|
773 |
+
--param=analyzer-bb-explosion-factor= 5
|
774 |
+
--param=analyzer-max-constraints= 20
|
775 |
+
--param=analyzer-max-enodes-for-full-dump= 200
|
776 |
+
--param=analyzer-max-enodes-per-program-point= 8
|
777 |
+
--param=analyzer-max-infeasible-edges= 10
|
778 |
+
--param=analyzer-max-recursion-depth= 2
|
779 |
+
--param=analyzer-max-svalue-depth= 13
|
780 |
+
--param=analyzer-min-snodes-for-call-summary= 10
|
781 |
+
--param=asan-globals=<0,1> 1
|
782 |
+
--param=asan-instrument-allocas=<0,1> 1
|
783 |
+
--param=asan-instrument-reads=<0,1> 1
|
784 |
+
--param=asan-instrument-writes=<0,1> 1
|
785 |
+
--param=asan-instrumentation-with-call-threshold= 7000
|
786 |
+
--param=asan-memintrin=<0,1> 1
|
787 |
+
--param=asan-stack=<0,1> 1
|
788 |
+
--param=asan-use-after-return=<0,1> 1
|
789 |
+
--param=avg-loop-niter=<1,65536> 10
|
790 |
+
--param=avoid-fma-max-bits=<0,512> 0
|
791 |
+
--param=builtin-expect-probability=<0,100> 90
|
792 |
+
--param=builtin-string-cmp-inline-length=<0,100> 3
|
793 |
+
--param=case-values-threshold= 0
|
794 |
+
--param=comdat-sharing-probability= 20
|
795 |
+
--param=cxx-max-namespaces-for-diagnostic-help= 1000
|
796 |
+
--param=dse-max-alias-queries-per-store= 256
|
797 |
+
--param=dse-max-object-size= 256
|
798 |
+
--param=early-inlining-insns= 6
|
799 |
+
--param=evrp-mode= legacy-first
|
800 |
+
--param=evrp-sparse-threshold= 800
|
801 |
+
--param=fsm-maximum-phi-arguments=<1,999999> 100
|
802 |
+
--param=fsm-scale-path-blocks=<1,10> 3
|
803 |
+
--param=fsm-scale-path-stmts=<1,10> 2
|
804 |
+
--param=gcse-after-reload-critical-fraction= 10
|
805 |
+
--param=gcse-after-reload-partial-fraction= 3
|
806 |
+
--param=gcse-cost-distance-ratio= 10
|
807 |
+
--param=gcse-unrestricted-cost= 3
|
808 |
+
--param=ggc-min-expand= 100
|
809 |
+
--param=ggc-min-heapsize= 131072
|
810 |
+
--param=gimple-fe-computed-hot-bb-threshold= 0
|
811 |
+
--param=graphite-allow-codegen-errors=<0,1> 0
|
812 |
+
--param=graphite-max-arrays-per-scop= 100
|
813 |
+
--param=graphite-max-nb-scop-params= 10
|
814 |
+
--param=hash-table-verification-limit= 10
|
815 |
+
--param=hot-bb-count-fraction= 10000
|
816 |
+
--param=hot-bb-count-ws-permille=<0,1000> 990
|
817 |
+
--param=hot-bb-frequency-fraction= 1000
|
818 |
+
--param=hwasan-instrument-allocas=<0,1> 1
|
819 |
+
--param=hwasan-instrument-mem-intrinsics=<0,1> 1
|
820 |
+
--param=hwasan-instrument-reads=<0,1> 1
|
821 |
+
--param=hwasan-instrument-stack=<0,1> 1
|
822 |
+
--param=hwasan-instrument-writes=<0,1> 1
|
823 |
+
--param=hwasan-random-frame-tag=<0,1> 1
|
824 |
+
--param=inline-heuristics-hint-percent=<100,1000000> 200
|
825 |
+
--param=inline-min-speedup=<0,100> 30
|
826 |
+
--param=inline-unit-growth= 40
|
827 |
+
--param=integer-share-limit=<2,65536> 251
|
828 |
+
--param=ipa-cp-eval-threshold= 500
|
829 |
+
--param=ipa-cp-large-unit-insns= 16000
|
830 |
+
--param=ipa-cp-loop-hint-bonus= 64
|
831 |
+
--param=ipa-cp-max-recursive-depth= 8
|
832 |
+
--param=ipa-cp-min-recursive-probability= 2
|
833 |
+
--param=ipa-cp-recursion-penalty=<0,100> 40
|
834 |
+
--param=ipa-cp-single-call-penalty=<0,100> 15
|
835 |
+
--param=ipa-cp-unit-growth= 10
|
836 |
+
--param=ipa-cp-value-list-size= 8
|
837 |
+
--param=ipa-jump-function-lookups= 8
|
838 |
+
--param=ipa-max-aa-steps= 25000
|
839 |
+
--param=ipa-max-agg-items= 16
|
840 |
+
--param=ipa-max-loop-predicates= 16
|
841 |
+
--param=ipa-max-param-expr-ops= 10
|
842 |
+
--param=ipa-max-switch-predicate-bounds= 5
|
843 |
+
--param=ipa-sra-max-replacements=<0,16> 8
|
844 |
+
--param=ipa-sra-ptr-growth-factor= 2
|
845 |
+
--param=ira-loop-reserved-regs= 2
|
846 |
+
--param=ira-max-conflict-table-size= 1000
|
847 |
+
--param=ira-max-loops-num= 100
|
848 |
+
--param=iv-always-prune-cand-set-bound= 10
|
849 |
+
--param=iv-consider-all-candidates-bound= 40
|
850 |
+
--param=iv-max-considered-uses= 250
|
851 |
+
--param=jump-table-max-growth-ratio-for-size= 300
|
852 |
+
--param=jump-table-max-growth-ratio-for-speed= 800
|
853 |
+
--param=l1-cache-line-size= 64
|
854 |
+
--param=l1-cache-size= 32
|
855 |
+
--param=l2-cache-size= 512
|
856 |
+
--param=large-function-growth= 100
|
857 |
+
--param=large-function-insns= 2700
|
858 |
+
--param=large-stack-frame-growth= 1000
|
859 |
+
--param=large-stack-frame= 256
|
860 |
+
--param=large-unit-insns= 10000
|
861 |
+
--param=lim-expensive= 20
|
862 |
+
--param=logical-op-non-short-circuit=<-1,1> -1
|
863 |
+
--param=loop-block-tile-size= 51
|
864 |
+
--param=loop-interchange-max-num-stmts= 64
|
865 |
+
--param=loop-interchange-stride-ratio= 2
|
866 |
+
--param=loop-invariant-max-bbs-in-loop= 10000
|
867 |
+
--param=loop-max-datarefs-for-datadeps= 1000
|
868 |
+
--param=loop-versioning-max-inner-insns= 200
|
869 |
+
--param=loop-versioning-max-outer-insns= 100
|
870 |
+
--param=lra-inheritance-ebb-probability-cutoff=<0,100> 40
|
871 |
+
--param=lra-max-considered-reload-pseudos= 500
|
872 |
+
--param=lto-max-partition= 1000000
|
873 |
+
--param=lto-max-streaming-parallelism=<1,65536> 32
|
874 |
+
--param=lto-min-partition= 10000
|
875 |
+
--param=lto-partitions=<1,65536> 128
|
876 |
+
--param=max-average-unrolled-insns= 80
|
877 |
+
--param=max-combine-insns=<2,4> 4
|
878 |
+
--param=max-completely-peel-loop-nest-depth= 8
|
879 |
+
--param=max-completely-peel-times= 16
|
880 |
+
--param=max-completely-peeled-insns= 200
|
881 |
+
--param=max-crossjump-edges= 100
|
882 |
+
--param=max-cse-insns= 1000
|
883 |
+
--param=max-cse-path-length=<1,65536> 10
|
884 |
+
--param=max-cselib-memory-locations= 500
|
885 |
+
--param=max-debug-marker-count= 100000
|
886 |
+
--param=max-delay-slot-insn-search= 100
|
887 |
+
--param=max-delay-slot-live-search= 333
|
888 |
+
--param=max-dse-active-local-stores= 5000
|
889 |
+
--param=max-early-inliner-iterations= 1
|
890 |
+
--param=max-fields-for-field-sensitive= 0
|
891 |
+
--param=max-find-base-term-values= 200
|
892 |
+
--param=max-fsm-thread-length=<1,999999> 10
|
893 |
+
--param=max-fsm-thread-path-insns=<1,999999> 100
|
894 |
+
--param=max-fsm-thread-paths=<1,999999> 50
|
895 |
+
--param=max-gcse-insertion-ratio= 20
|
896 |
+
--param=max-gcse-memory= 131072
|
897 |
+
--param=max-goto-duplication-insns= 8
|
898 |
+
--param=max-grow-copy-bb-insns= 8
|
899 |
+
--param=max-hoist-depth= 30
|
900 |
+
--param=max-inline-insns-auto= 15
|
901 |
+
--param=max-inline-insns-recursive-auto= 450
|
902 |
+
--param=max-inline-insns-recursive= 450
|
903 |
+
--param=max-inline-insns-single= 70
|
904 |
+
--param=max-inline-insns-size= 0
|
905 |
+
--param=max-inline-insns-small= 0
|
906 |
+
--param=max-inline-recursive-depth-auto= 8
|
907 |
+
--param=max-inline-recursive-depth= 8
|
908 |
+
--param=max-isl-operations= 350000
|
909 |
+
--param=max-iterations-computation-cost= 10
|
910 |
+
--param=max-iterations-to-track= 1000
|
911 |
+
--param=max-jump-thread-duplication-stmts= 15
|
912 |
+
--param=max-last-value-rtl= 10000
|
913 |
+
--param=max-loop-header-insns= 20
|
914 |
+
--param=max-modulo-backtrack-attempts= 40
|
915 |
+
--param=max-partial-antic-length= 100
|
916 |
+
--param=max-peel-branches= 32
|
917 |
+
--param=max-peel-times= 16
|
918 |
+
--param=max-peeled-insns= 100
|
919 |
+
--param=max-pending-list-length= 32
|
920 |
+
--param=max-pipeline-region-blocks= 15
|
921 |
+
--param=max-pipeline-region-insns= 200
|
922 |
+
--param=max-pow-sqrt-depth=<1,32> 5
|
923 |
+
--param=max-predicted-iterations=<0,65536> 100
|
924 |
+
--param=max-reload-search-insns= 100
|
925 |
+
--param=max-rtl-if-conversion-insns=<0,99> 10
|
926 |
+
--param=max-rtl-if-conversion-predictable-cost=<0,200> 20
|
927 |
+
--param=max-rtl-if-conversion-unpredictable-cost=<0,200> 40
|
928 |
+
--param=max-sched-extend-regions-iters= 0
|
929 |
+
--param=max-sched-insn-conflict-delay=<1,10> 3
|
930 |
+
--param=max-sched-ready-insns=<1,65536> 100
|
931 |
+
--param=max-sched-region-blocks= 10
|
932 |
+
--param=max-sched-region-insns= 100
|
933 |
+
--param=max-slsr-cand-scan=<1,999999> 50
|
934 |
+
--param=max-speculative-devirt-maydefs= 50
|
935 |
+
--param=max-ssa-name-query-depth=<1,10> 3
|
936 |
+
--param=max-store-chains-to-track=<1,65536> 64
|
937 |
+
--param=max-stores-to-merge=<2,65536> 64
|
938 |
+
--param=max-stores-to-sink= 2
|
939 |
+
--param=max-stores-to-track=<2,1048576> 1024
|
940 |
+
--param=max-tail-merge-comparisons= 10
|
941 |
+
--param=max-tail-merge-iterations= 2
|
942 |
+
--param=max-tracked-strlens= 10000
|
943 |
+
--param=max-tree-if-conversion-phi-args=<2,65536> 4
|
944 |
+
--param=max-unroll-times= 8
|
945 |
+
--param=max-unrolled-insns= 200
|
946 |
+
--param=max-unswitch-insns= 50
|
947 |
+
--param=max-unswitch-level= 3
|
948 |
+
--param=max-variable-expansions-in-unroller= 1
|
949 |
+
--param=max-vartrack-expr-depth= 12
|
950 |
+
--param=max-vartrack-reverse-op-size= 50
|
951 |
+
--param=max-vartrack-size= 50000000
|
952 |
+
--param=max-vrp-switch-assertions= 10
|
953 |
+
--param=min-crossjump-insns=<1,65536> 5
|
954 |
+
--param=min-inline-recursive-probability= 10
|
955 |
+
--param=min-insn-to-prefetch-ratio= 9
|
956 |
+
--param=min-loop-cond-split-prob=<0,100> 30
|
957 |
+
--param=min-nondebug-insn-uid= 0
|
958 |
+
--param=min-pagesize= 4096
|
959 |
+
--param=min-size-for-stack-sharing= 32
|
960 |
+
--param=min-spec-prob= 40
|
961 |
+
--param=min-vect-loop-bound= 0
|
962 |
+
--param=modref-max-accesses= 16
|
963 |
+
--param=modref-max-bases= 32
|
964 |
+
--param=modref-max-depth= 256
|
965 |
+
--param=modref-max-escape-points= 256
|
966 |
+
--param=modref-max-refs= 16
|
967 |
+
--param=modref-max-tests= 64
|
968 |
+
--param=openacc-kernels=[decompose|parloops] parloops
|
969 |
+
--param=parloops-chunk-size= 0
|
970 |
+
--param=parloops-min-per-thread=<2,65536> 100
|
971 |
+
--param=parloops-schedule=[static|dynamic|guided|auto|runtime] static
|
972 |
+
--param=partial-inlining-entry-probability=<0,100> 70
|
973 |
+
--param=predictable-branch-outcome=<0,50> 2
|
974 |
+
--param=prefetch-dynamic-strides=<0,1> 1
|
975 |
+
--param=prefetch-latency= 200
|
976 |
+
--param=prefetch-min-insn-to-mem-ratio= 3
|
977 |
+
--param=prefetch-minimum-stride= -1
|
978 |
+
--param=profile-func-internal-id=<0,1> 0
|
979 |
+
--param=ranger-logical-depth=<1,999> 6
|
980 |
+
--param=rpo-vn-max-loop-depth=<2,65536> 7
|
981 |
+
--param=sccvn-max-alias-queries-per-access= 1000
|
982 |
+
--param=scev-max-expr-complexity= 10
|
983 |
+
--param=scev-max-expr-size= 100
|
984 |
+
--param=sched-autopref-queue-depth= -1
|
985 |
+
--param=sched-mem-true-dep-cost= 1
|
986 |
+
--param=sched-pressure-algorithm=<1,2> 1
|
987 |
+
--param=sched-spec-prob-cutoff=<0,100> 40
|
988 |
+
--param=sched-state-edge-prob-cutoff=<0,100> 10
|
989 |
+
--param=selsched-insns-to-rename= 2
|
990 |
+
--param=selsched-max-lookahead= 50
|
991 |
+
--param=selsched-max-sched-times=<1,65536> 2
|
992 |
+
--param=simultaneous-prefetches= 6
|
993 |
+
--param=sink-frequency-threshold=<0,100> 75
|
994 |
+
--param=sms-dfa-history=<0,16> 0
|
995 |
+
--param=sms-loop-average-count-threshold= 0
|
996 |
+
--param=sms-max-ii-factor=<1,16> 2
|
997 |
+
--param=sms-min-sc=<1,2> 2
|
998 |
+
--param=sra-max-propagations= 32
|
999 |
+
--param=sra-max-scalarization-size-Osize= 0
|
1000 |
+
--param=sra-max-scalarization-size-Ospeed= 0
|
1001 |
+
--param=ssa-name-def-chain-limit= 512
|
1002 |
+
--param=ssp-buffer-size=<1,65536> 8
|
1003 |
+
--param=stack-clash-protection-guard-size=<12,30> 12
|
1004 |
+
--param=stack-clash-protection-probe-interval=<10,16> 12
|
1005 |
+
--param=store-merging-allow-unaligned=<0,1> 1
|
1006 |
+
--param=store-merging-max-size=<1,65536> 65536
|
1007 |
+
--param=switch-conversion-max-branch-ratio=<1,65536> 8
|
1008 |
+
--param=tm-max-aggregate-size= 9
|
1009 |
+
--param=tracer-dynamic-coverage-feedback=<0,100> 95
|
1010 |
+
--param=tracer-dynamic-coverage=<0,100> 75
|
1011 |
+
--param=tracer-max-code-growth= 100
|
1012 |
+
--param=tracer-min-branch-probability-feedback=<0,100> 80
|
1013 |
+
--param=tracer-min-branch-probability=<0,100> 50
|
1014 |
+
--param=tracer-min-branch-ratio=<0,100> 10
|
1015 |
+
--param=tree-reassoc-width= 0
|
1016 |
+
--param=tsan-distinguish-volatile=<0,1> 0
|
1017 |
+
--param=tsan-instrument-func-entry-exit=<0,1> 1
|
1018 |
+
--param=uninit-control-dep-attempts=<1,65536> 1000
|
1019 |
+
--param=uninlined-function-insns=<0,1000000> 2
|
1020 |
+
--param=uninlined-function-time=<0,1000000> 0
|
1021 |
+
--param=uninlined-thunk-insns=<0,1000000> 2
|
1022 |
+
--param=uninlined-thunk-time=<0,1000000> 2
|
1023 |
+
--param=unlikely-bb-count-fraction= 20
|
1024 |
+
--param=unroll-jam-max-unroll= 4
|
1025 |
+
--param=unroll-jam-min-percent=<0,100> 1
|
1026 |
+
--param=use-after-scope-direct-emission-threshold= 256
|
1027 |
+
--param=use-canonical-types=<0,1> 1
|
1028 |
+
--param=vect-epilogues-nomask=<0,1> 1
|
1029 |
+
--param=vect-max-peeling-for-alignment=<-1,64> -1
|
1030 |
+
--param=vect-max-version-for-alias-checks= 10
|
1031 |
+
--param=vect-max-version-for-alignment-checks= 6
|
1032 |
+
--param=vect-partial-vector-usage=<0,2> 2
|
1033 |
+
|
1034 |
+
The following options control compiler warning messages:
|
1035 |
+
-W -Wextra
|
1036 |
+
-Waggregate-return [disabled]
|
1037 |
+
-Waggressive-loop-optimizations [enabled]
|
1038 |
+
-Wanalyzer-double-fclose [enabled]
|
1039 |
+
-Wanalyzer-double-free [enabled]
|
1040 |
+
-Wanalyzer-exposure-through-output-file [enabled]
|
1041 |
+
-Wanalyzer-file-leak [enabled]
|
1042 |
+
-Wanalyzer-free-of-non-heap [enabled]
|
1043 |
+
-Wanalyzer-malloc-leak [enabled]
|
1044 |
+
-Wanalyzer-mismatching-deallocation [enabled]
|
1045 |
+
-Wanalyzer-null-argument [enabled]
|
1046 |
+
-Wanalyzer-null-dereference [enabled]
|
1047 |
+
-Wanalyzer-possible-null-argument [enabled]
|
1048 |
+
-Wanalyzer-possible-null-dereference [enabled]
|
1049 |
+
-Wanalyzer-shift-count-negative [enabled]
|
1050 |
+
-Wanalyzer-shift-count-overflow [enabled]
|
1051 |
+
-Wanalyzer-stale-setjmp-buffer [enabled]
|
1052 |
+
-Wanalyzer-tainted-array-index [enabled]
|
1053 |
+
-Wanalyzer-too-complex [disabled]
|
1054 |
+
-Wanalyzer-unsafe-call-within-signal-handler [enabled]
|
1055 |
+
-Wanalyzer-use-after-free [enabled]
|
1056 |
+
-Wanalyzer-use-of-pointer-in-stale-stack-frame [enabled]
|
1057 |
+
-Wanalyzer-write-to-const [enabled]
|
1058 |
+
-Wanalyzer-write-to-string-literal [enabled]
|
1059 |
+
-Warray-bounds [disabled]
|
1060 |
+
-Warray-bounds=<0,2> 0
|
1061 |
+
-Wattribute-alias -Wattribute-alias=1
|
1062 |
+
-Wattribute-alias=<0,2> 1
|
1063 |
+
-Wattribute-warning [enabled]
|
1064 |
+
-Wattributes [enabled]
|
1065 |
+
-Wcannot-profile [enabled]
|
1066 |
+
-Wcast-align [disabled]
|
1067 |
+
-Wcast-align=strict [disabled]
|
1068 |
+
-Wcoverage-mismatch [enabled]
|
1069 |
+
-Wdeprecated-declarations [enabled]
|
1070 |
+
-Wdisabled-optimization [disabled]
|
1071 |
+
-Wframe-larger-than=<byte-size> 9223372036854775807 bytes
|
1072 |
+
-Wfree-nonheap-object [enabled]
|
1073 |
+
-Whsa [ignored]
|
1074 |
+
-Wimplicit-fallthrough=<0,5> 0
|
1075 |
+
-Winline [disabled]
|
1076 |
+
-Winvalid-memory-model [enabled]
|
1077 |
+
-Wlarger-than=<byte-size> 9223372036854775807 bytes
|
1078 |
+
-Wlto-type-mismatch [enabled]
|
1079 |
+
-Wmissing-profile [enabled]
|
1080 |
+
-Wno-frame-larger-than -Wframe-larger-than=18446744073709551615EiB
|
1081 |
+
-Wno-larger-than -Wlarger-than=18446744073709551615EiB
|
1082 |
+
-Wno-stack-usage -Wstack-usage=18446744073709551615EiB
|
1083 |
+
-Wnull-dereference [disabled]
|
1084 |
+
-Wodr [enabled]
|
1085 |
+
-Woverflow [enabled]
|
1086 |
+
-Wpacked [disabled]
|
1087 |
+
-Wpadded [disabled]
|
1088 |
+
-Wreturn-local-addr [enabled]
|
1089 |
+
-Wshadow [disabled]
|
1090 |
+
-Wshadow=compatible-local [disabled]
|
1091 |
+
-Wshadow=global -Wshadow
|
1092 |
+
-Wshadow=local [disabled]
|
1093 |
+
-Wstack-protector [disabled]
|
1094 |
+
-Wstack-usage=<byte-size> 9223372036854775807 bytes
|
1095 |
+
-Wstrict-aliasing
|
1096 |
+
-Wstrict-overflow
|
1097 |
+
-Wsuggest-attribute=cold [disabled]
|
1098 |
+
-Wsuggest-attribute=const [disabled]
|
1099 |
+
-Wsuggest-attribute=malloc [disabled]
|
1100 |
+
-Wsuggest-attribute=noreturn [disabled]
|
1101 |
+
-Wsuggest-attribute=pure [disabled]
|
1102 |
+
-Wsuggest-final-methods [disabled]
|
1103 |
+
-Wsuggest-final-types [disabled]
|
1104 |
+
-Wswitch-unreachable [enabled]
|
1105 |
+
-Wtrampolines [disabled]
|
1106 |
+
-Wtsan [enabled]
|
1107 |
+
-Wtype-limits [disabled]
|
1108 |
+
-Wunreachable-code [ignored]
|
1109 |
+
-Wunsafe-loop-optimizations [ignored]
|
1110 |
+
-Wunused-but-set-parameter [disabled]
|
1111 |
+
-Wunused-but-set-variable [disabled]
|
1112 |
+
-Wunused-function [disabled]
|
1113 |
+
-Wunused-label [disabled]
|
1114 |
+
-Wunused-value [disabled]
|
1115 |
+
-Wvector-operation-performance [disabled]
|
1116 |
+
|
1117 |
+
The following options control optimizations:
|
1118 |
+
-Ofast
|
1119 |
+
-Og
|
1120 |
+
-Os
|
1121 |
+
-faggressive-loop-optimizations [enabled]
|
1122 |
+
-falign-functions [disabled]
|
1123 |
+
-falign-jumps [disabled]
|
1124 |
+
-falign-labels [disabled]
|
1125 |
+
-falign-loops [disabled]
|
1126 |
+
-fallocation-dce [enabled]
|
1127 |
+
-fallow-store-data-races [disabled]
|
1128 |
+
-fassociative-math [disabled]
|
1129 |
+
-fasynchronous-unwind-tables [enabled]
|
1130 |
+
-fauto-inc-dec [enabled]
|
1131 |
+
-fbit-tests [enabled]
|
1132 |
+
-fbranch-count-reg [disabled]
|
1133 |
+
-fbranch-probabilities [disabled]
|
1134 |
+
-fcaller-saves [disabled]
|
1135 |
+
-fcode-hoisting [disabled]
|
1136 |
+
-fcombine-stack-adjustments [disabled]
|
1137 |
+
-fcompare-elim [disabled]
|
1138 |
+
-fconserve-stack [disabled]
|
1139 |
+
-fcprop-registers [disabled]
|
1140 |
+
-fcrossjumping [disabled]
|
1141 |
+
-fcse-follow-jumps [disabled]
|
1142 |
+
-fcx-fortran-rules [disabled]
|
1143 |
+
-fcx-limited-range [disabled]
|
1144 |
+
-fdce [enabled]
|
1145 |
+
-fdefer-pop [disabled]
|
1146 |
+
-fdelayed-branch [disabled]
|
1147 |
+
-fdelete-dead-exceptions [disabled]
|
1148 |
+
-fdelete-null-pointer-checks [enabled]
|
1149 |
+
-fdevirtualize [disabled]
|
1150 |
+
-fdevirtualize-speculatively [disabled]
|
1151 |
+
-fdse [disabled]
|
1152 |
+
-fearly-inlining [enabled]
|
1153 |
+
-fexcess-precision=[fast|standard] [default]
|
1154 |
+
-fexpensive-optimizations [disabled]
|
1155 |
+
-ffinite-loops [disabled]
|
1156 |
+
-ffinite-math-only [disabled]
|
1157 |
+
-ffloat-store [disabled]
|
1158 |
+
-fforward-propagate [disabled]
|
1159 |
+
-ffp-contract=[off|on|fast] fast
|
1160 |
+
-ffp-int-builtin-inexact [enabled]
|
1161 |
+
-ffunction-cse [enabled]
|
1162 |
+
-fgcse [disabled]
|
1163 |
+
-fgcse-after-reload [disabled]
|
1164 |
+
-fgcse-las [disabled]
|
1165 |
+
-fgcse-lm [enabled]
|
1166 |
+
-fgcse-sm [disabled]
|
1167 |
+
-fgraphite [disabled]
|
1168 |
+
-fgraphite-identity [disabled]
|
1169 |
+
-fguess-branch-probability [disabled]
|
1170 |
+
-fhoist-adjacent-loads [disabled]
|
1171 |
+
-fif-conversion [disabled]
|
1172 |
+
-fif-conversion2 [disabled]
|
1173 |
+
-findirect-inlining [disabled]
|
1174 |
+
-finline [enabled]
|
1175 |
+
-finline-atomics [enabled]
|
1176 |
+
-finline-functions [disabled]
|
1177 |
+
-finline-functions-called-once [disabled]
|
1178 |
+
-finline-small-functions [disabled]
|
1179 |
+
-fipa-bit-cp [disabled]
|
1180 |
+
-fipa-cp [disabled]
|
1181 |
+
-fipa-cp-clone [disabled]
|
1182 |
+
-fipa-icf [disabled]
|
1183 |
+
-fipa-icf-functions [disabled]
|
1184 |
+
-fipa-icf-variables [disabled]
|
1185 |
+
-fipa-modref [disabled]
|
1186 |
+
-fipa-profile [disabled]
|
1187 |
+
-fipa-pta [disabled]
|
1188 |
+
-fipa-pure-const [disabled]
|
1189 |
+
-fipa-ra [disabled]
|
1190 |
+
-fipa-reference [disabled]
|
1191 |
+
-fipa-reference-addressable [disabled]
|
1192 |
+
-fipa-sra [disabled]
|
1193 |
+
-fipa-stack-alignment [enabled]
|
1194 |
+
-fipa-vrp [disabled]
|
1195 |
+
-fira-algorithm=[CB|priority] CB
|
1196 |
+
-fira-hoist-pressure [enabled]
|
1197 |
+
-fira-loop-pressure [disabled]
|
1198 |
+
-fira-region=[one|all|mixed] [default]
|
1199 |
+
-fira-share-save-slots [enabled]
|
1200 |
+
-fira-share-spill-slots [enabled]
|
1201 |
+
-fisolate-erroneous-paths-attribute [disabled]
|
1202 |
+
-fisolate-erroneous-paths-dereference [disabled]
|
1203 |
+
-fivopts [enabled]
|
1204 |
+
-fjump-tables [enabled]
|
1205 |
+
-flifetime-dse [enabled]
|
1206 |
+
-flive-patching=[inline-only-static|inline-clone] [default]
|
1207 |
+
-flive-range-shrinkage [disabled]
|
1208 |
+
-floop-interchange [disabled]
|
1209 |
+
-floop-nest-optimize [disabled]
|
1210 |
+
-floop-parallelize-all [disabled]
|
1211 |
+
-floop-unroll-and-jam [disabled]
|
1212 |
+
-flra-remat [disabled]
|
1213 |
+
-fmath-errno [enabled]
|
1214 |
+
-fmodulo-sched [disabled]
|
1215 |
+
-fmodulo-sched-allow-regmoves [disabled]
|
1216 |
+
-fmove-loop-invariants [disabled]
|
1217 |
+
-fnon-call-exceptions [disabled]
|
1218 |
+
-fomit-frame-pointer [disabled]
|
1219 |
+
-fopt-info [disabled]
|
1220 |
+
-foptimize-sibling-calls [disabled]
|
1221 |
+
-foptimize-strlen [disabled]
|
1222 |
+
-fpack-struct [disabled]
|
1223 |
+
-fpack-struct=<number>
|
1224 |
+
-fpartial-inlining [disabled]
|
1225 |
+
-fpatchable-function-entry=
|
1226 |
+
-fpeel-loops [disabled]
|
1227 |
+
-fpeephole [enabled]
|
1228 |
+
-fpeephole2 [disabled]
|
1229 |
+
-fplt [enabled]
|
1230 |
+
-fpredictive-commoning [disabled]
|
1231 |
+
-fprefetch-loop-arrays [enabled]
|
1232 |
+
-fprofile-partial-training [disabled]
|
1233 |
+
-fprofile-reorder-functions [disabled]
|
1234 |
+
-freciprocal-math [disabled]
|
1235 |
+
-free [disabled]
|
1236 |
+
-freg-struct-return [enabled]
|
1237 |
+
-frename-registers [enabled]
|
1238 |
+
-freorder-blocks [disabled]
|
1239 |
+
-freorder-blocks-algorithm=[simple|stc] simple
|
1240 |
+
-freorder-blocks-and-partition [disabled]
|
1241 |
+
-freorder-functions [disabled]
|
1242 |
+
-frerun-cse-after-loop [disabled]
|
1243 |
+
-freschedule-modulo-scheduled-loops [disabled]
|
1244 |
+
-frounding-math [disabled]
|
1245 |
+
-fsave-optimization-record [disabled]
|
1246 |
+
-fsched-critical-path-heuristic [enabled]
|
1247 |
+
-fsched-dep-count-heuristic [enabled]
|
1248 |
+
-fsched-group-heuristic [enabled]
|
1249 |
+
-fsched-interblock [enabled]
|
1250 |
+
-fsched-last-insn-heuristic [enabled]
|
1251 |
+
-fsched-pressure [disabled]
|
1252 |
+
-fsched-rank-heuristic [enabled]
|
1253 |
+
-fsched-spec [enabled]
|
1254 |
+
-fsched-spec-insn-heuristic [enabled]
|
1255 |
+
-fsched-spec-load [disabled]
|
1256 |
+
-fsched-spec-load-dangerous [disabled]
|
1257 |
+
-fsched-stalled-insns [disabled]
|
1258 |
+
-fsched-stalled-insns-dep [enabled]
|
1259 |
+
-fsched-stalled-insns-dep=<number>
|
1260 |
+
-fsched-stalled-insns=<number>
|
1261 |
+
-fsched2-use-superblocks [disabled]
|
1262 |
+
-fschedule-fusion [enabled]
|
1263 |
+
-fschedule-insns [disabled]
|
1264 |
+
-fschedule-insns2 [disabled]
|
1265 |
+
-fsection-anchors [disabled]
|
1266 |
+
-fsel-sched-pipelining [disabled]
|
1267 |
+
-fsel-sched-pipelining-outer-loops [disabled]
|
1268 |
+
-fsel-sched-reschedule-pipelined [disabled]
|
1269 |
+
-fselective-scheduling [disabled]
|
1270 |
+
-fselective-scheduling2 [disabled]
|
1271 |
+
-fshrink-wrap [disabled]
|
1272 |
+
-fshrink-wrap-separate [enabled]
|
1273 |
+
-fsignaling-nans [disabled]
|
1274 |
+
-fsigned-zeros [enabled]
|
1275 |
+
-fsimd-cost-model=[unlimited|dynamic|cheap|very-cheap] unlimited
|
1276 |
+
-fsingle-precision-constant [disabled]
|
1277 |
+
-fsplit-ivs-in-unroller [enabled]
|
1278 |
+
-fsplit-loops [disabled]
|
1279 |
+
-fsplit-paths [disabled]
|
1280 |
+
-fsplit-wide-types [disabled]
|
1281 |
+
-fsplit-wide-types-early [disabled]
|
1282 |
+
-fssa-backprop [enabled]
|
1283 |
+
-fssa-phiopt [disabled]
|
1284 |
+
-fstack-check=[no|generic|specific]
|
1285 |
+
-fstack-clash-protection [disabled]
|
1286 |
+
-fstack-protector [disabled]
|
1287 |
+
-fstack-protector-all [disabled]
|
1288 |
+
-fstack-protector-explicit [disabled]
|
1289 |
+
-fstack-protector-strong [disabled]
|
1290 |
+
-fstack-reuse=[all|named_vars|none] all
|
1291 |
+
-fstdarg-opt [enabled]
|
1292 |
+
-fstore-merging [disabled]
|
1293 |
+
-fstrict-aliasing [disabled]
|
1294 |
+
-fstrict-volatile-bitfields [enabled]
|
1295 |
+
-fthread-jumps [disabled]
|
1296 |
+
-ftoplevel-reorder [enabled]
|
1297 |
+
-ftracer [disabled]
|
1298 |
+
-ftrapping-math [enabled]
|
1299 |
+
-ftrapv [disabled]
|
1300 |
+
-ftree-bit-ccp [disabled]
|
1301 |
+
-ftree-builtin-call-dce [disabled]
|
1302 |
+
-ftree-ccp [disabled]
|
1303 |
+
-ftree-ch [disabled]
|
1304 |
+
-ftree-coalesce-vars [disabled]
|
1305 |
+
-ftree-copy-prop [disabled]
|
1306 |
+
-ftree-cselim [enabled]
|
1307 |
+
-ftree-dce [disabled]
|
1308 |
+
-ftree-dominator-opts [disabled]
|
1309 |
+
-ftree-dse [disabled]
|
1310 |
+
-ftree-forwprop [enabled]
|
1311 |
+
-ftree-fre [disabled]
|
1312 |
+
-ftree-loop-distribute-patterns [disabled]
|
1313 |
+
-ftree-loop-distribution [disabled]
|
1314 |
+
-ftree-loop-if-convert [enabled]
|
1315 |
+
-ftree-loop-im [enabled]
|
1316 |
+
-ftree-loop-ivcanon [enabled]
|
1317 |
+
-ftree-loop-optimize [enabled]
|
1318 |
+
-ftree-loop-vectorize [disabled]
|
1319 |
+
-ftree-lrs [disabled]
|
1320 |
+
-ftree-parallelize-loops=<number> 1
|
1321 |
+
-ftree-partial-pre [disabled]
|
1322 |
+
-ftree-phiprop [enabled]
|
1323 |
+
-ftree-pre [disabled]
|
1324 |
+
-ftree-pta [disabled]
|
1325 |
+
-ftree-reassoc [enabled]
|
1326 |
+
-ftree-scev-cprop [enabled]
|
1327 |
+
-ftree-sink [disabled]
|
1328 |
+
-ftree-slp-vectorize [disabled]
|
1329 |
+
-ftree-slsr [disabled]
|
1330 |
+
-ftree-sra [disabled]
|
1331 |
+
-ftree-switch-conversion [disabled]
|
1332 |
+
-ftree-tail-merge [disabled]
|
1333 |
+
-ftree-ter [disabled]
|
1334 |
+
-ftree-vectorize
|
1335 |
+
-ftree-vrp [disabled]
|
1336 |
+
-funconstrained-commons [disabled]
|
1337 |
+
-funroll-all-loops [disabled]
|
1338 |
+
-funroll-loops [disabled]
|
1339 |
+
-funsafe-math-optimizations [disabled]
|
1340 |
+
-funswitch-loops [disabled]
|
1341 |
+
-funwind-tables [enabled]
|
1342 |
+
-fvar-tracking [enabled]
|
1343 |
+
-fvar-tracking-assignments [enabled]
|
1344 |
+
-fvar-tracking-assignments-toggle [disabled]
|
1345 |
+
-fvar-tracking-uninit [disabled]
|
1346 |
+
-fvariable-expansion-in-unroller [disabled]
|
1347 |
+
-fvect-cost-model=[unlimited|dynamic|cheap|very-cheap] [default]
|
1348 |
+
-fversion-loops-for-strides [disabled]
|
1349 |
+
-fvpt [disabled]
|
1350 |
+
-fweb [enabled]
|
1351 |
+
-fwrapv [disabled]
|
1352 |
+
-fwrapv-pointer [disabled]
|
1353 |
+
|
1354 |
+
The following options are target specific:
|
1355 |
+
-m128bit-long-double [enabled]
|
1356 |
+
-m16 [disabled]
|
1357 |
+
-m32 [disabled]
|
1358 |
+
-m3dnow [disabled]
|
1359 |
+
-m3dnowa [disabled]
|
1360 |
+
-m64 [enabled]
|
1361 |
+
-m80387 [enabled]
|
1362 |
+
-m8bit-idiv [disabled]
|
1363 |
+
-m96bit-long-double [disabled]
|
1364 |
+
-mabi= sysv
|
1365 |
+
-mabm [disabled]
|
1366 |
+
-maccumulate-outgoing-args [disabled]
|
1367 |
+
-maddress-mode= long
|
1368 |
+
-madx [disabled]
|
1369 |
+
-maes [disabled]
|
1370 |
+
-malign-data= compat
|
1371 |
+
-malign-double [disabled]
|
1372 |
+
-malign-functions= 0
|
1373 |
+
-malign-jumps= 0
|
1374 |
+
-malign-loops= 0
|
1375 |
+
-malign-stringops [enabled]
|
1376 |
+
-mamx-bf16 [disabled]
|
1377 |
+
-mamx-int8 [disabled]
|
1378 |
+
-mamx-tile [disabled]
|
1379 |
+
-mandroid [disabled]
|
1380 |
+
-march= x86-64
|
1381 |
+
-masm= att
|
1382 |
+
-mavx [disabled]
|
1383 |
+
-mavx2 [disabled]
|
1384 |
+
-mavx256-split-unaligned-load [disabled]
|
1385 |
+
-mavx256-split-unaligned-store [disabled]
|
1386 |
+
-mavx5124fmaps [disabled]
|
1387 |
+
-mavx5124vnniw [disabled]
|
1388 |
+
-mavx512bf16 [disabled]
|
1389 |
+
-mavx512bitalg [disabled]
|
1390 |
+
-mavx512bw [disabled]
|
1391 |
+
-mavx512cd [disabled]
|
1392 |
+
-mavx512dq [disabled]
|
1393 |
+
-mavx512er [disabled]
|
1394 |
+
-mavx512f [disabled]
|
1395 |
+
-mavx512ifma [disabled]
|
1396 |
+
-mavx512pf [disabled]
|
1397 |
+
-mavx512vbmi [disabled]
|
1398 |
+
-mavx512vbmi2 [disabled]
|
1399 |
+
-mavx512vl [disabled]
|
1400 |
+
-mavx512vnni [disabled]
|
1401 |
+
-mavx512vp2intersect [disabled]
|
1402 |
+
-mavx512vpopcntdq [disabled]
|
1403 |
+
-mavxvnni [disabled]
|
1404 |
+
-mbionic [disabled]
|
1405 |
+
-mbmi [disabled]
|
1406 |
+
-mbmi2 [disabled]
|
1407 |
+
-mbranch-cost=<0,5> 3
|
1408 |
+
-mcall-ms2sysv-xlogues [disabled]
|
1409 |
+
-mcld [disabled]
|
1410 |
+
-mcldemote [disabled]
|
1411 |
+
-mclflushopt [disabled]
|
1412 |
+
-mclwb [disabled]
|
1413 |
+
-mclzero [disabled]
|
1414 |
+
-mcmodel= [default]
|
1415 |
+
-mcrc32 [disabled]
|
1416 |
+
-mcx16 [disabled]
|
1417 |
+
-mdaz-ftz [disabled]
|
1418 |
+
-mdispatch-scheduler [disabled]
|
1419 |
+
-menqcmd [disabled]
|
1420 |
+
-mf16c [disabled]
|
1421 |
+
-mfancy-math-387 [enabled]
|
1422 |
+
-mfentry [disabled]
|
1423 |
+
-mfentry-name=
|
1424 |
+
-mfentry-section=
|
1425 |
+
-mfma [disabled]
|
1426 |
+
-mfma4 [disabled]
|
1427 |
+
-mforce-drap [disabled]
|
1428 |
+
-mforce-indirect-call [disabled]
|
1429 |
+
-mfp-ret-in-387 [enabled]
|
1430 |
+
-mfpmath= sse
|
1431 |
+
-mfsgsbase [disabled]
|
1432 |
+
-mfunction-return= keep
|
1433 |
+
-mfxsr [enabled]
|
1434 |
+
-mgeneral-regs-only [disabled]
|
1435 |
+
-mgfni [disabled]
|
1436 |
+
-mglibc [enabled]
|
1437 |
+
-mhard-float [enabled]
|
1438 |
+
-mharden-sls= none
|
1439 |
+
-mhle [disabled]
|
1440 |
+
-mhreset [disabled]
|
1441 |
+
-miamcu [disabled]
|
1442 |
+
-mieee-fp [enabled]
|
1443 |
+
-mincoming-stack-boundary= 0
|
1444 |
+
-mindirect-branch-cs-prefix [disabled]
|
1445 |
+
-mindirect-branch-register [disabled]
|
1446 |
+
-mindirect-branch= keep
|
1447 |
+
-minline-all-stringops [disabled]
|
1448 |
+
-minline-stringops-dynamically [disabled]
|
1449 |
+
-minstrument-return= none
|
1450 |
+
-mkl [disabled]
|
1451 |
+
-mlarge-data-threshold=<number> 65536
|
1452 |
+
-mlong-double-128 [disabled]
|
1453 |
+
-mlong-double-64 [disabled]
|
1454 |
+
-mlong-double-80 [enabled]
|
1455 |
+
-mlwp [disabled]
|
1456 |
+
-mlzcnt [disabled]
|
1457 |
+
-mmanual-endbr [disabled]
|
1458 |
+
-mmemcpy-strategy=
|
1459 |
+
-mmemset-strategy=
|
1460 |
+
-mmmx [enabled]
|
1461 |
+
-mmovbe [disabled]
|
1462 |
+
-mmovdir64b [disabled]
|
1463 |
+
-mmovdiri [disabled]
|
1464 |
+
-mmpx [disabled]
|
1465 |
+
-mms-bitfields [disabled]
|
1466 |
+
-mmusl [disabled]
|
1467 |
+
-mmwait [disabled]
|
1468 |
+
-mmwaitx [disabled]
|
1469 |
+
-mneeded [disabled]
|
1470 |
+
-mno-default [disabled]
|
1471 |
+
-mno-sse4 [enabled]
|
1472 |
+
-mnop-mcount [disabled]
|
1473 |
+
-momit-leaf-frame-pointer [disabled]
|
1474 |
+
-mpc32 [disabled]
|
1475 |
+
-mpc64 [disabled]
|
1476 |
+
-mpc80 [disabled]
|
1477 |
+
-mpclmul [disabled]
|
1478 |
+
-mpconfig [disabled]
|
1479 |
+
-mpku [disabled]
|
1480 |
+
-mpopcnt [disabled]
|
1481 |
+
-mprefer-avx128 -mprefer-vector-width=128
|
1482 |
+
-mprefer-vector-width= none
|
1483 |
+
-mpreferred-stack-boundary= 0
|
1484 |
+
-mprefetchwt1 [disabled]
|
1485 |
+
-mprfchw [disabled]
|
1486 |
+
-mptwrite [disabled]
|
1487 |
+
-mpush-args [enabled]
|
1488 |
+
-mrdpid [disabled]
|
1489 |
+
-mrdrnd [disabled]
|
1490 |
+
-mrdseed [disabled]
|
1491 |
+
-mrecip [disabled]
|
1492 |
+
-mrecip=
|
1493 |
+
-mrecord-mcount [disabled]
|
1494 |
+
-mrecord-return [disabled]
|
1495 |
+
-mred-zone [enabled]
|
1496 |
+
-mregparm= 6
|
1497 |
+
-mrtd [disabled]
|
1498 |
+
-mrtm [disabled]
|
1499 |
+
-msahf [disabled]
|
1500 |
+
-mserialize [disabled]
|
1501 |
+
-msgx [disabled]
|
1502 |
+
-msha [disabled]
|
1503 |
+
-mshstk [disabled]
|
1504 |
+
-mskip-rax-setup [disabled]
|
1505 |
+
-msoft-float [disabled]
|
1506 |
+
-msse [enabled]
|
1507 |
+
-msse2 [enabled]
|
1508 |
+
-msse2avx [disabled]
|
1509 |
+
-msse3 [disabled]
|
1510 |
+
-msse4 [disabled]
|
1511 |
+
-msse4.1 [disabled]
|
1512 |
+
-msse4.2 [disabled]
|
1513 |
+
-msse4a [disabled]
|
1514 |
+
-msseregparm [disabled]
|
1515 |
+
-mssse3 [disabled]
|
1516 |
+
-mstack-arg-probe [disabled]
|
1517 |
+
-mstack-protector-guard-offset=
|
1518 |
+
-mstack-protector-guard-reg=
|
1519 |
+
-mstack-protector-guard-symbol=
|
1520 |
+
-mstack-protector-guard= tls
|
1521 |
+
-mstackrealign [disabled]
|
1522 |
+
-mstringop-strategy= [default]
|
1523 |
+
-mstv [enabled]
|
1524 |
+
-mtbm [disabled]
|
1525 |
+
-mtls-dialect= gnu
|
1526 |
+
-mtls-direct-seg-refs [enabled]
|
1527 |
+
-mtsxldtrk [disabled]
|
1528 |
+
-mtune-ctrl=
|
1529 |
+
-mtune= generic
|
1530 |
+
-muclibc [disabled]
|
1531 |
+
-muintr [disabled]
|
1532 |
+
-mvaes [disabled]
|
1533 |
+
-mveclibabi= [default]
|
1534 |
+
-mvect8-ret-in-mem [disabled]
|
1535 |
+
-mvpclmulqdq [disabled]
|
1536 |
+
-mvzeroupper [enabled]
|
1537 |
+
-mwaitpkg [disabled]
|
1538 |
+
-mwbnoinvd [disabled]
|
1539 |
+
-mwidekl [disabled]
|
1540 |
+
-mx32 [disabled]
|
1541 |
+
-mxop [disabled]
|
1542 |
+
-mxsave [disabled]
|
1543 |
+
-mxsavec [disabled]
|
1544 |
+
-mxsaveopt [disabled]
|
1545 |
+
-mxsaves [disabled]
|
1546 |
+
|
1547 |
+
Known assembler dialects (for use with the -masm= option):
|
1548 |
+
att intel
|
1549 |
+
|
1550 |
+
Known ABIs (for use with the -mabi= option):
|
1551 |
+
ms sysv
|
1552 |
+
|
1553 |
+
Known code models (for use with the -mcmodel= option):
|
1554 |
+
32 kernel large medium small
|
1555 |
+
|
1556 |
+
Valid arguments to -mfpmath=:
|
1557 |
+
387 387+sse 387,sse both sse sse+387 sse,387
|
1558 |
+
|
1559 |
+
Known choices for mitigation against straight line speculation with -mharden-sls=:
|
1560 |
+
all indirect-jmp none return
|
1561 |
+
|
1562 |
+
Known indirect branch choices (for use with the -mindirect-branch=/-mfunction-return= options):
|
1563 |
+
keep thunk thunk-extern thunk-inline
|
1564 |
+
|
1565 |
+
Known choices for return instrumentation with -minstrument-return=:
|
1566 |
+
call none nop5
|
1567 |
+
|
1568 |
+
Known data alignment choices (for use with the -malign-data= option):
|
1569 |
+
abi cacheline compat
|
1570 |
+
|
1571 |
+
Known vectorization library ABIs (for use with the -mveclibabi= option):
|
1572 |
+
acml svml
|
1573 |
+
|
1574 |
+
Known address mode (for use with the -maddress-mode= option):
|
1575 |
+
long short
|
1576 |
+
|
1577 |
+
Known preferred register vector length (to use with the -mprefer-vector-width= option):
|
1578 |
+
128 256 512 none
|
1579 |
+
|
1580 |
+
Known stack protector guard (for use with the -mstack-protector-guard= option):
|
1581 |
+
global tls
|
1582 |
+
|
1583 |
+
Valid arguments to -mstringop-strategy=:
|
1584 |
+
byte_loop libcall loop rep_4byte rep_8byte rep_byte unrolled_loop vector_loop
|
1585 |
+
|
1586 |
+
Known TLS dialects (for use with the -mtls-dialect= option):
|
1587 |
+
gnu gnu2
|
1588 |
+
|
1589 |
+
Known valid arguments for -march= option:
|
1590 |
+
i386 i486 i586 pentium lakemont pentium-mmx winchip-c6 winchip2 c3 samuel-2 c3-2 nehemiah c7 esther i686 pentiumpro pentium2 pentium3 pentium3m pentium-m pentium4 pentium4m prescott nocona core2 nehalem corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2 broadwell skylake skylake-avx512 cannonlake icelake-client rocketlake icelake-server cascadelake tigerlake cooperlake sapphirerapids alderlake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm intel geode k6 k6-2 k6-3 athlon athlon-tbird athlon-4 athlon-xp athlon-mp x86-64 x86-64-v2 x86-64-v3 x86-64-v4 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4 k8 k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10 barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 znver3 btver1 btver2 generic native
|
1591 |
+
|
1592 |
+
Known valid arguments for -mtune= option:
|
1593 |
+
generic i386 i486 pentium lakemont pentiumpro pentium4 nocona core2 nehalem sandybridge haswell bonnell silvermont goldmont goldmont-plus tremont knl knm skylake skylake-avx512 cannonlake icelake-client icelake-server cascadelake tigerlake cooperlake sapphirerapids alderlake rocketlake intel geode k6 athlon k8 amdfam10 bdver1 bdver2 bdver3 bdver4 btver1 btver2 znver1 znver2 znver3
|
1594 |
+
|
1595 |
+
The following options are language-independent:
|
1596 |
+
--help [enabled]
|
1597 |
+
--help=<class>
|
1598 |
+
--target-help
|
1599 |
+
-Werror=
|
1600 |
+
-Wfatal-errors [disabled]
|
1601 |
+
-aux-info <file>
|
1602 |
+
-dumpbase <file>
|
1603 |
+
-dumpbase-ext
|
1604 |
+
-dumpdir <dir>
|
1605 |
+
-fPIC [disabled]
|
1606 |
+
-fPIE [disabled]
|
1607 |
+
-fabi-version= 0
|
1608 |
+
-fanalyzer [disabled]
|
1609 |
+
-fanalyzer-call-summaries [disabled]
|
1610 |
+
-fanalyzer-checker=
|
1611 |
+
-fanalyzer-feasibility [enabled]
|
1612 |
+
-fanalyzer-fine-grained [disabled]
|
1613 |
+
-fanalyzer-show-duplicate-count [disabled]
|
1614 |
+
-fanalyzer-state-merge [enabled]
|
1615 |
+
-fanalyzer-state-purge [enabled]
|
1616 |
+
-fanalyzer-transitivity [disabled]
|
1617 |
+
-fanalyzer-verbose-edges [disabled]
|
1618 |
+
-fanalyzer-verbose-state-changes [disabled]
|
1619 |
+
-fanalyzer-verbosity= 2
|
1620 |
+
-fargument-alias [ignored]
|
1621 |
+
-fargument-noalias [ignored]
|
1622 |
+
-fargument-noalias-anything [ignored]
|
1623 |
+
-fargument-noalias-global [ignored]
|
1624 |
+
-fasan-shadow-offset=<number>
|
1625 |
+
-fauto-profile [disabled]
|
1626 |
+
-fauto-profile=
|
1627 |
+
-fbranch-target-load-optimize [ignored]
|
1628 |
+
-fbranch-target-load-optimize2 [ignored]
|
1629 |
+
-fbtr-bb-exclusive [ignored]
|
1630 |
+
-fcall-saved-<register>
|
1631 |
+
-fcall-used-<register>
|
1632 |
+
-fcallgraph-info [disabled]
|
1633 |
+
-fcallgraph-info=
|
1634 |
+
-fcf-protection=[full|branch|return|none|check] none
|
1635 |
+
-fcheck-data-deps [ignored]
|
1636 |
+
-fcheck-new [disabled]
|
1637 |
+
-fchecking [disabled]
|
1638 |
+
-fchecking= 0
|
1639 |
+
-fcommon [disabled]
|
1640 |
+
-fcompare-debug-second [disabled]
|
1641 |
+
-fcompare-debug[=<opts>]
|
1642 |
+
-fcse-skip-blocks [ignored]
|
1643 |
+
-fdata-sections [disabled]
|
1644 |
+
-fdbg-cnt-list [disabled]
|
1645 |
+
-fdbg-cnt=<counter>[:<lower_limit1>-]<upper_limit1>[:<lower_limit2>-<upper_limit2>:...][,<counter>:...]
|
1646 |
+
-fdebug-prefix-map=<old>=<new>
|
1647 |
+
-fdebug-types-section [disabled]
|
1648 |
+
-fdevirtualize-at-ltrans [disabled]
|
1649 |
+
-fdwarf2-cfi-asm [enabled]
|
1650 |
+
-feliminate-dwarf2-dups [ignored]
|
1651 |
+
-feliminate-unused-debug-symbols [enabled]
|
1652 |
+
-feliminate-unused-debug-types [enabled]
|
1653 |
+
-femit-class-debug-always [disabled]
|
1654 |
+
-fenable-[tree|rtl|ipa]-<pass>=range1+range2
|
1655 |
+
-ffat-lto-objects [disabled]
|
1656 |
+
-ffile-prefix-map=<old>=<new>
|
1657 |
+
-ffixed-<register>
|
1658 |
+
-fforce-addr [ignored]
|
1659 |
+
-ffunction-sections [disabled]
|
1660 |
+
-fgnu-tm [disabled]
|
1661 |
+
-fgnu-unique [enabled]
|
1662 |
+
-fident [enabled]
|
1663 |
+
-finhibit-size-directive [disabled]
|
1664 |
+
-finline-limit=<number>
|
1665 |
+
-finstrument-functions [disabled]
|
1666 |
+
-finstrument-functions-exclude-file-list=filename,...
|
1667 |
+
-finstrument-functions-exclude-function-list=name,...
|
1668 |
+
-fipa-cp-alignment [ignored]
|
1669 |
+
-fipa-matrix-reorg [ignored]
|
1670 |
+
-fipa-struct-reorg [ignored]
|
1671 |
+
-fira-verbose=<number> 5
|
1672 |
+
-fkeep-inline-functions [disabled]
|
1673 |
+
-fkeep-static-consts [enabled]
|
1674 |
+
-fkeep-static-functions [disabled]
|
1675 |
+
-flarge-source-files [disabled]
|
1676 |
+
-fleading-underscore [enabled]
|
1677 |
+
-floop-block -floop-nest-optimize
|
1678 |
+
-floop-flatten [ignored]
|
1679 |
+
-floop-optimize [ignored]
|
1680 |
+
-floop-strip-mine -floop-nest-optimize
|
1681 |
+
-flto
|
1682 |
+
-flto-compression-level=<number> Use z -1
|
1683 |
+
-flto-odr-type-merging [ignored]
|
1684 |
+
-flto-partition= balanced
|
1685 |
+
-flto-report [disabled]
|
1686 |
+
-flto-report-wpa [disabled]
|
1687 |
+
-flto=
|
1688 |
+
-fmax-errors=<number> 0
|
1689 |
+
-fmem-report [disabled]
|
1690 |
+
-fmem-report-wpa [disabled]
|
1691 |
+
-fmerge-all-constants [disabled]
|
1692 |
+
-fmerge-constants [disabled]
|
1693 |
+
-fmerge-debug-strings [enabled]
|
1694 |
+
-fmessage-length=<number>
|
1695 |
+
-foffload-abi=[lp64|ilp32] [default]
|
1696 |
+
-foffload=<targets>=<options>
|
1697 |
+
-fopt-info[-<type>=filename]
|
1698 |
+
-foptimize-register-move [ignored]
|
1699 |
+
-fpcc-struct-return [disabled]
|
1700 |
+
-fpermitted-flt-eval-methods=[c11|ts-18661] [default]
|
1701 |
+
-fpic [disabled]
|
1702 |
+
-fpie [disabled]
|
1703 |
+
-fplugin-arg-<name>-<key>[=<value>]
|
1704 |
+
-fplugin=
|
1705 |
+
-fpost-ipa-mem-report [disabled]
|
1706 |
+
-fpre-ipa-mem-report [disabled]
|
1707 |
+
-fprofile [disabled]
|
1708 |
+
-fprofile-abs-path [disabled]
|
1709 |
+
-fprofile-arcs [disabled]
|
1710 |
+
-fprofile-correction [disabled]
|
1711 |
+
-fprofile-dir=
|
1712 |
+
-fprofile-exclude-files=
|
1713 |
+
-fprofile-filter-files=
|
1714 |
+
-fprofile-generate
|
1715 |
+
-fprofile-generate=
|
1716 |
+
-fprofile-info-section
|
1717 |
+
-fprofile-info-section=
|
1718 |
+
-fprofile-note=
|
1719 |
+
-fprofile-prefix-path=
|
1720 |
+
-fprofile-report [disabled]
|
1721 |
+
-fprofile-reproducible=[serial|parallel-runs|multithreaded] serial
|
1722 |
+
-fprofile-update=[single|atomic|prefer-atomic] single
|
1723 |
+
-fprofile-use [disabled]
|
1724 |
+
-fprofile-use=
|
1725 |
+
-fprofile-values [disabled]
|
1726 |
+
-frandom-seed=<string>
|
1727 |
+
-frecord-gcc-switches [disabled]
|
1728 |
+
-fregmove [ignored]
|
1729 |
+
-freport-bug [disabled]
|
1730 |
+
-frerun-loop-opt [ignored]
|
1731 |
+
-fsanitize-coverage=
|
1732 |
+
-fsanitize-recover
|
1733 |
+
-fsanitize-recover=
|
1734 |
+
-fsanitize-sections=<sec1,sec2,...>
|
1735 |
+
-fsanitize-undefined-trap-on-error [disabled]
|
1736 |
+
-fsanitize=
|
1737 |
+
-fsched-verbose=<number> 1
|
1738 |
+
-fsched2-use-traces [ignored]
|
1739 |
+
-fsee [ignored]
|
1740 |
+
-fsemantic-interposition [enabled]
|
1741 |
+
-fshow-column [enabled]
|
1742 |
+
-fsplit-stack [enabled]
|
1743 |
+
-fstack-check -fstack-check=specific
|
1744 |
+
-fstack-limit-register=<register>
|
1745 |
+
-fstack-limit-symbol=<name>
|
1746 |
+
-fstack-usage [disabled]
|
1747 |
+
-fstrength-reduce [ignored]
|
1748 |
+
-fstrict-overflow
|
1749 |
+
-fsync-libcalls [enabled]
|
1750 |
+
-fsyntax-only [disabled]
|
1751 |
+
-ftabstop=
|
1752 |
+
-ftest-coverage [disabled]
|
1753 |
+
-ftime-report [disabled]
|
1754 |
+
-ftime-report-details [disabled]
|
1755 |
+
-ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec] global-
|
1756 |
+
dynamic
|
1757 |
+
-ftrampolines [disabled]
|
1758 |
+
-ftree-coalesce-inlined-vars [ignored]
|
1759 |
+
-ftree-copyrename [ignored]
|
1760 |
+
-ftree-loop-if-convert-stores [ignored]
|
1761 |
+
-ftree-loop-linear -floop-nest-optimize
|
1762 |
+
-ftree-salias [ignored]
|
1763 |
+
-ftree-store-ccp [ignored]
|
1764 |
+
-ftree-store-copy-prop [ignored]
|
1765 |
+
-ftree-vect-loop-version [ignored]
|
1766 |
+
-ftree-vectorizer-verbose=
|
1767 |
+
-funit-at-a-time [enabled]
|
1768 |
+
-funsafe-loop-optimizations [ignored]
|
1769 |
+
-fuse-ld=bfd
|
1770 |
+
-fuse-ld=gold
|
1771 |
+
-fuse-ld=lld
|
1772 |
+
-fuse-ld=mold
|
1773 |
+
-fvect-cost-model -fvect-cost-model=dynamic
|
1774 |
+
-fverbose-asm [disabled]
|
1775 |
+
-fvisibility=[default|internal|hidden|protected] default
|
1776 |
+
-fvtable-verify= none
|
1777 |
+
-fvtv-counts [disabled]
|
1778 |
+
-fvtv-debug [disabled]
|
1779 |
+
-fwhole-program [disabled]
|
1780 |
+
-fzee [ignored]
|
1781 |
+
-fzero-call-used-regs=
|
1782 |
+
-fzero-initialized-in-bss [enabled]
|
1783 |
+
-g
|
1784 |
+
-gas-loc-support [enabled]
|
1785 |
+
-gas-locview-support [enabled]
|
1786 |
+
-gcoff
|
1787 |
+
-gcoff1
|
1788 |
+
-gcoff2
|
1789 |
+
-gcoff3
|
1790 |
+
-gcolumn-info [enabled]
|
1791 |
+
-gdescribe-dies [disabled]
|
1792 |
+
-gdwarf
|
1793 |
+
-gdwarf- 5
|
1794 |
+
-gdwarf32 [enabled]
|
1795 |
+
-gdwarf64 [disabled]
|
1796 |
+
-ggdb
|
1797 |
+
-ggnu-pubnames [disabled]
|
1798 |
+
-ginline-points [enabled]
|
1799 |
+
-ginternal-reset-location-views [enabled]
|
1800 |
+
-gno-pubnames [disabled]
|
1801 |
+
-gpubnames [disabled]
|
1802 |
+
-grecord-gcc-switches [enabled]
|
1803 |
+
-gsplit-dwarf [disabled]
|
1804 |
+
-gstabs
|
1805 |
+
-gstabs+
|
1806 |
+
-gstatement-frontiers [enabled]
|
1807 |
+
-gstrict-dwarf [disabled]
|
1808 |
+
-gtoggle [disabled]
|
1809 |
+
-gvariable-location-views [disabled]
|
1810 |
+
-gvms
|
1811 |
+
-gxcoff
|
1812 |
+
-gxcoff+
|
1813 |
+
-gz
|
1814 |
+
-gz=<format>
|
1815 |
+
-imultiarch <dir>
|
1816 |
+
-iplugindir=<dir>
|
1817 |
+
-p [disabled]
|
1818 |
+
-pedantic-errors [disabled]
|
1819 |
+
-quiet [disabled]
|
1820 |
+
|
guile/#report1.txt#
ADDED
The diff for this file is too large to render.
See raw diff
|
|
guile/#testgcc.sh#
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
|
guile/.dir-locals.el
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
;; Per-directory local variables for GNU Emacs 23 and later.
|
2 |
+
|
3 |
+
((nil . ((fill-column . 72)
|
4 |
+
(tab-width . 8)))
|
5 |
+
(c-mode . ((c-file-style . "gnu")
|
6 |
+
(indent-tabs-mode . nil)))
|
7 |
+
(scheme-mode
|
8 |
+
. ((indent-tabs-mode . nil)
|
9 |
+
(eval . (put 'with-syntax 'scheme-indent-function 1))
|
10 |
+
(eval . (put 'let/ec 'scheme-indent-function 1))
|
11 |
+
(eval . (put 'pass-if 'scheme-indent-function 1))
|
12 |
+
(eval . (put 'pass-if-exception 'scheme-indent-function 2))
|
13 |
+
(eval . (put 'pass-if-equal 'scheme-indent-function 2))
|
14 |
+
(eval . (put 'with-test-prefix 'scheme-indent-function 1))
|
15 |
+
(eval . (put 'with-test-prefix/c&e 'scheme-indent-function 1))
|
16 |
+
(eval . (put 'with-code-coverage 'scheme-indent-function 1))
|
17 |
+
(eval . (put 'with-statprof 'scheme-indent-function 1))
|
18 |
+
(eval . (put 'with-target 'scheme-indent-function 1))
|
19 |
+
(eval . (put 'let-gensyms 'scheme-indent-function 1))
|
20 |
+
(eval . (put 'let-fresh 'scheme-indent-function 2))
|
21 |
+
(eval . (put 'with-fresh-name-state 'scheme-indent-function 1))
|
22 |
+
(eval . (put 'with-fresh-name-state-from-dfg 'scheme-indent-function 1))
|
23 |
+
(eval . (put 'with-cps 'scheme-indent-function 1))
|
24 |
+
(eval . (put 'with-cps-constants 'scheme-indent-function 1))
|
25 |
+
(eval . (put 'with-lexicals 'scheme-indent-function 2))
|
26 |
+
(eval . (put 'build-cps-term 'scheme-indent-function 0))
|
27 |
+
(eval . (put 'build-cps-exp 'scheme-indent-function 0))
|
28 |
+
(eval . (put 'build-cps-cont 'scheme-indent-function 0))
|
29 |
+
(eval . (put 'rewrite-cps-term 'scheme-indent-function 1))
|
30 |
+
(eval . (put 'rewrite-cps-cont 'scheme-indent-function 1))
|
31 |
+
(eval . (put 'rewrite-cps-exp 'scheme-indent-function 1))
|
32 |
+
(eval . (put 'build-term 'scheme-indent-function 0))
|
33 |
+
(eval . (put 'build-exp 'scheme-indent-function 0))
|
34 |
+
(eval . (put 'build-cont 'scheme-indent-function 0))
|
35 |
+
(eval . (put 'rewrite-term 'scheme-indent-function 1))
|
36 |
+
(eval . (put 'rewrite-cont 'scheme-indent-function 1))
|
37 |
+
(eval . (put 'rewrite-exp 'scheme-indent-function 1))
|
38 |
+
(eval . (put '$letk 'scheme-indent-function 1))
|
39 |
+
(eval . (put '$letk* 'scheme-indent-function 1))
|
40 |
+
(eval . (put '$letconst 'scheme-indent-function 1))
|
41 |
+
(eval . (put '$continue 'scheme-indent-function 2))
|
42 |
+
(eval . (put '$branch 'scheme-indent-function 3))
|
43 |
+
(eval . (put '$switch 'scheme-indent-function 3))
|
44 |
+
(eval . (put '$prompt 'scheme-indent-function 3))
|
45 |
+
(eval . (put '$kargs 'scheme-indent-function 2))
|
46 |
+
(eval . (put '$kfun 'scheme-indent-function 4))
|
47 |
+
(eval . (put '$letrec 'scheme-indent-function 3))
|
48 |
+
(eval . (put '$kclause 'scheme-indent-function 1))
|
49 |
+
(eval . (put '$fun 'scheme-indent-function 1))
|
50 |
+
(eval . (put 'record-case 'scheme-indent-function 1))
|
51 |
+
(eval . (put 'syntax-parameterize 'scheme-indent-function 1))))
|
52 |
+
(emacs-lisp-mode . ((indent-tabs-mode . nil)))
|
53 |
+
(texinfo-mode . ((indent-tabs-mode . nil)
|
54 |
+
(fill-column . 72))))
|
guile/.gitignore
ADDED
@@ -0,0 +1,160 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.o
|
2 |
+
*.info
|
3 |
+
*.info-[0-9]*
|
4 |
+
version.texi
|
5 |
+
Makefile
|
6 |
+
Makefile.in
|
7 |
+
.deps
|
8 |
+
.libs
|
9 |
+
*.doc
|
10 |
+
*.x
|
11 |
+
*.lo
|
12 |
+
*.la
|
13 |
+
*.exe
|
14 |
+
texinfo.tex
|
15 |
+
*~
|
16 |
+
,*
|
17 |
+
BUGS
|
18 |
+
Makefile
|
19 |
+
Makefile.in
|
20 |
+
aclocal.m4
|
21 |
+
benchmark-guile
|
22 |
+
check-guile
|
23 |
+
check-guile.log
|
24 |
+
confdefs.h
|
25 |
+
config.build-subdirs
|
26 |
+
config.cache
|
27 |
+
config.guess
|
28 |
+
config.h
|
29 |
+
config.h.in
|
30 |
+
config.log
|
31 |
+
config.status
|
32 |
+
config.sub
|
33 |
+
configure
|
34 |
+
conftest
|
35 |
+
conftest.c
|
36 |
+
depcomp
|
37 |
+
elisp-comp
|
38 |
+
guile-*.tar.gz
|
39 |
+
install-sh
|
40 |
+
libtool
|
41 |
+
ltconfig
|
42 |
+
ltmain.sh
|
43 |
+
mdate-sh
|
44 |
+
missing
|
45 |
+
mkinstalldirs
|
46 |
+
pre-inst-guile
|
47 |
+
pre-inst-guile-env
|
48 |
+
stamp-h1
|
49 |
+
guile-procedures.txt
|
50 |
+
guile-config/guile-config
|
51 |
+
*.go
|
52 |
+
TAGS
|
53 |
+
gdb-pre-inst-guile
|
54 |
+
cscope.out
|
55 |
+
cscope.files
|
56 |
+
*.log
|
57 |
+
gds-test.debug
|
58 |
+
gds-test.transcript
|
59 |
+
INSTALL
|
60 |
+
*.aux
|
61 |
+
*.cp
|
62 |
+
*.cps
|
63 |
+
*.dvi
|
64 |
+
*.fn
|
65 |
+
*.fns
|
66 |
+
*.ky
|
67 |
+
*.pg
|
68 |
+
*.toc
|
69 |
+
*.tp
|
70 |
+
*.vr
|
71 |
+
*.tps
|
72 |
+
*.vrs
|
73 |
+
*.pgs
|
74 |
+
*.rn
|
75 |
+
*.rns
|
76 |
+
*.trs
|
77 |
+
/GPATH
|
78 |
+
/GRTAGS
|
79 |
+
/GSYMS
|
80 |
+
/GTAGS
|
81 |
+
/.sc-start-*
|
82 |
+
/.version
|
83 |
+
/autom4te.cache
|
84 |
+
/build-aux/ar-lib
|
85 |
+
/build-aux/compile
|
86 |
+
/build-aux/config.rpath
|
87 |
+
/build-aux/test-driver
|
88 |
+
/doc/ref/standard-libraryscmfiles
|
89 |
+
/doc/ref/standard-library.texi
|
90 |
+
/examples/box/box
|
91 |
+
/examples/box-module/box
|
92 |
+
/lib/alloca.h
|
93 |
+
/lib/arpa/inet.h
|
94 |
+
/lib/charset.alias
|
95 |
+
/lib/configmake.h
|
96 |
+
/lib/dirent.h
|
97 |
+
/lib/fcntl.h
|
98 |
+
/lib/inttypes.h
|
99 |
+
/lib/iconv.h
|
100 |
+
/lib/langinfo.h
|
101 |
+
/lib/limits.h
|
102 |
+
/lib/link-warning.h
|
103 |
+
/lib/locale.h
|
104 |
+
/lib/math.h
|
105 |
+
/lib/netdb.h
|
106 |
+
/lib/poll.h
|
107 |
+
/lib/ref-add.sed
|
108 |
+
/lib/ref-del.sed
|
109 |
+
/lib/sched.h
|
110 |
+
/lib/signal.h
|
111 |
+
/lib/spawn.h
|
112 |
+
/lib/stdalign.h
|
113 |
+
/lib/stdckdint.h
|
114 |
+
/lib/stdint.h
|
115 |
+
/lib/stdio.h
|
116 |
+
/lib/stdlib.h
|
117 |
+
/lib/string.h
|
118 |
+
/lib/strings.h
|
119 |
+
/lib/sys/file.h
|
120 |
+
/lib/sys/select.h
|
121 |
+
/lib/sys/socket.h
|
122 |
+
/lib/sys/stat.h
|
123 |
+
/lib/sys/time.h
|
124 |
+
/lib/sys/times.h
|
125 |
+
/lib/sys/types.h
|
126 |
+
/lib/sys/uio.h
|
127 |
+
/lib/time.h
|
128 |
+
/lib/unistd.h
|
129 |
+
/lib/unistr/.dirstamp
|
130 |
+
/lib/unistr.h
|
131 |
+
/lib/unitypes.h
|
132 |
+
/lib/unused-parameter.h
|
133 |
+
/lib/wchar.h
|
134 |
+
/lib/wctype.h
|
135 |
+
/libguile/srfi-14.i.c
|
136 |
+
/libguile/vm-operations.h
|
137 |
+
/meta/build-env
|
138 |
+
/meta/gdb-uninstalled-guile
|
139 |
+
/meta/guild
|
140 |
+
/meta/guile
|
141 |
+
/meta/guile-3.0.pc
|
142 |
+
/meta/guile-3.0-uninstalled.pc
|
143 |
+
/meta/guile-config
|
144 |
+
/meta/uninstalled-env
|
145 |
+
/module/ice-9/eval.go.stamp
|
146 |
+
/po/
|
147 |
+
/test-suite/standalone/test-foreign-object-c
|
148 |
+
/test-suite/standalone/test-pthread-create
|
149 |
+
/test-suite/standalone/test-pthread-create-secondary
|
150 |
+
/test-suite/standalone/test-scm-c-bind-keyword-arguments
|
151 |
+
/test-suite/standalone/test-scm-spawn-thread
|
152 |
+
/test-suite/standalone/test-scm-to-latin1-string
|
153 |
+
/test-suite/standalone/test-scm-values
|
154 |
+
/test-suite/standalone/test-smob-mark
|
155 |
+
/test-suite/standalone/test-smob-mark-race
|
156 |
+
/test-suite/standalone/test-srfi-4
|
157 |
+
/libguile/*.c*.*t.*
|
158 |
+
/libguile/*.[is]
|
159 |
+
/libguile/introspector.ii
|
160 |
+
/libguile/guile-procedures.txt.tmp
|
guile/.guix-channel
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
;; This file lets us present this repo as a Guix channel.
|
2 |
+
|
3 |
+
(channel
|
4 |
+
(version 0)
|
5 |
+
(directory ".guix/modules"))
|
guile/.guix/manifest.scm
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
;;; Copyright © 2023 Free Software Foundation, Inc.
|
2 |
+
;;;
|
3 |
+
;;; This file is part of GNU Guile.
|
4 |
+
;;;
|
5 |
+
;;; GNU Guile is free software; you can redistribute it and/or modify it
|
6 |
+
;;; under the terms of the GNU General Public License as published by
|
7 |
+
;;; the Free Software Foundation; either version 3 of the License, or (at
|
8 |
+
;;; your option) any later version.
|
9 |
+
;;;
|
10 |
+
;;; GNU Guile is distributed in the hope that it will be useful, but
|
11 |
+
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
12 |
+
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
13 |
+
;;; GNU General Public License for more details.
|
14 |
+
;;;
|
15 |
+
;;; You should have received a copy of the GNU General Public License
|
16 |
+
;;; along with GNU Guile. If not, see <http://www.gnu.org/licenses/>.
|
17 |
+
|
18 |
+
;; This file defines a Guix manifest for use by Cuirass, the continuous
|
19 |
+
;; integration service running at <https://ci.guix.gnu.org>.
|
20 |
+
|
21 |
+
(use-modules (guix)
|
22 |
+
(guix profiles)
|
23 |
+
(guile-package))
|
24 |
+
|
25 |
+
(define* (package->manifest-entry* package system
|
26 |
+
#:key target)
|
27 |
+
"Return a manifest entry for PACKAGE on SYSTEM, optionally cross-compiled to
|
28 |
+
TARGET."
|
29 |
+
(manifest-entry
|
30 |
+
(inherit (package->manifest-entry package))
|
31 |
+
(name (string-append (package-name package) "." system
|
32 |
+
(if target
|
33 |
+
(string-append "." target)
|
34 |
+
"")))
|
35 |
+
(item (with-parameters ((%current-system system)
|
36 |
+
(%current-target-system target))
|
37 |
+
package))))
|
38 |
+
|
39 |
+
(define native-builds
|
40 |
+
(manifest
|
41 |
+
(append (map (lambda (system)
|
42 |
+
(package->manifest-entry* guile system))
|
43 |
+
|
44 |
+
'("x86_64-linux" "i686-linux"
|
45 |
+
"aarch64-linux" "armhf-linux"
|
46 |
+
"powerpc64le-linux"))
|
47 |
+
(map (lambda (guile)
|
48 |
+
(package->manifest-entry* guile "x86_64-linux"))
|
49 |
+
(cons (package
|
50 |
+
(inherit (package-with-c-toolchain
|
51 |
+
guile
|
52 |
+
`(("clang-toolchain"
|
53 |
+
,(specification->package
|
54 |
+
"clang-toolchain")))))
|
55 |
+
(name "guile-clang"))
|
56 |
+
(list guile-without-threads
|
57 |
+
guile-without-networking
|
58 |
+
guile-debug
|
59 |
+
guile-strict-typing))))))
|
60 |
+
|
61 |
+
(define cross-builds
|
62 |
+
(manifest
|
63 |
+
(map (lambda (target)
|
64 |
+
(package->manifest-entry* guile "x86_64-linux"
|
65 |
+
#:target target))
|
66 |
+
'("i586-pc-gnu"
|
67 |
+
;; "arm-linux-gnueabihf"
|
68 |
+
"aarch64-linux-gnu"
|
69 |
+
"riscv64-linux-gnu"
|
70 |
+
"i686-w64-mingw32"
|
71 |
+
"x86_64-linux-gnu"))))
|
72 |
+
|
73 |
+
(concatenate-manifests (list native-builds cross-builds))
|
guile/.guix/modules/guile-package.scm
ADDED
@@ -0,0 +1,196 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
;;; Copyright © 2023-2024 Free Software Foundation, Inc.
|
2 |
+
;;;
|
3 |
+
;;; This file is part of GNU Guile.
|
4 |
+
;;;
|
5 |
+
;;; GNU Guile is free software; you can redistribute it and/or modify it
|
6 |
+
;;; under the terms of the GNU General Public License as published by
|
7 |
+
;;; the Free Software Foundation; either version 3 of the License, or (at
|
8 |
+
;;; your option) any later version.
|
9 |
+
;;;
|
10 |
+
;;; GNU Guile is distributed in the hope that it will be useful, but
|
11 |
+
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
12 |
+
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
13 |
+
;;; GNU General Public License for more details.
|
14 |
+
;;;
|
15 |
+
;;; You should have received a copy of the GNU General Public License
|
16 |
+
;;; along with GNU Guile. If not, see <http://www.gnu.org/licenses/>.
|
17 |
+
|
18 |
+
;; This file defines a Guix package. It can be used to spawn an
|
19 |
+
;; interactive development environment:
|
20 |
+
;;
|
21 |
+
;; guix shell
|
22 |
+
;;
|
23 |
+
;; Or it can be used to build Guile from a checkout in an isolated
|
24 |
+
;; environment:
|
25 |
+
;;
|
26 |
+
;; guix build -f guix.scm
|
27 |
+
;;
|
28 |
+
;; Likewise, you may cross-compile it:
|
29 |
+
;;
|
30 |
+
;; guix build -f guix.scm --target=x86_64-w64-mingw32
|
31 |
+
;;
|
32 |
+
;; … or perform a native build for another architecture, assuming
|
33 |
+
;; either offloading or transparent QEMU emulation is set up:
|
34 |
+
;;
|
35 |
+
;; guix build -f guix.scm -s riscv64-linux
|
36 |
+
|
37 |
+
(define-module (guile-package)
|
38 |
+
#:use-module (guix)
|
39 |
+
#:use-module (guix git-download)
|
40 |
+
#:use-module (guix build-system gnu)
|
41 |
+
#:use-module ((guix licenses) #:prefix license:)
|
42 |
+
#:use-module (gnu packages autotools)
|
43 |
+
#:use-module (gnu packages base)
|
44 |
+
#:use-module (gnu packages bash)
|
45 |
+
#:use-module (gnu packages bdw-gc)
|
46 |
+
#:use-module (gnu packages compression)
|
47 |
+
#:use-module (gnu packages flex)
|
48 |
+
#:use-module (gnu packages gdb)
|
49 |
+
#:use-module (gnu packages gettext)
|
50 |
+
#:use-module (gnu packages gperf)
|
51 |
+
#:use-module (gnu packages libffi)
|
52 |
+
#:use-module (gnu packages libunistring)
|
53 |
+
#:use-module (gnu packages linux)
|
54 |
+
#:use-module (gnu packages pkg-config)
|
55 |
+
#:use-module (gnu packages readline)
|
56 |
+
#:use-module (gnu packages tex)
|
57 |
+
#:use-module (gnu packages texinfo)
|
58 |
+
#:use-module (gnu packages version-control))
|
59 |
+
|
60 |
+
(define-public guile
|
61 |
+
(let ((vcs-file? (or (git-predicate
|
62 |
+
(string-append (current-source-directory)
|
63 |
+
"/../.."))
|
64 |
+
(const #t))))
|
65 |
+
(package
|
66 |
+
(name "guile")
|
67 |
+
(version "3.0.99-git")
|
68 |
+
(source (local-file "../.." "guile-checkout"
|
69 |
+
#:recursive? #t
|
70 |
+
#:select? vcs-file?))
|
71 |
+
(build-system gnu-build-system)
|
72 |
+
(arguments
|
73 |
+
(list #:configure-flags
|
74 |
+
#~'("--enable-mini-gmp"
|
75 |
+
#$@(if (target-x86-32?) ;<https://issues.guix.gnu.org/49368>
|
76 |
+
'("--disable-static" "CFLAGS=-g -O2 -fexcess-precision=standard")
|
77 |
+
'("--disable-static"))) ;saves 3 MiB
|
78 |
+
|
79 |
+
#:phases
|
80 |
+
#~(modify-phases %standard-phases
|
81 |
+
(add-before 'bootstrap 'set-version
|
82 |
+
(lambda _
|
83 |
+
;; Tell 'git-version-gen' what version this is, or it will
|
84 |
+
;; just pick "UNKNOWN", making it unusable as a replacement
|
85 |
+
;; for 'guile-3.0'. XXX: This is inaccurate when using
|
86 |
+
;; '--with-branch' but using (package-version this-package)
|
87 |
+
;; wouldn't give us a valid version string.
|
88 |
+
(call-with-output-file ".tarball-version"
|
89 |
+
(lambda (port)
|
90 |
+
(display #$version port)))
|
91 |
+
|
92 |
+
;; Set this one as well so 'version.test' passes.
|
93 |
+
(substitute* "GUILE-VERSION"
|
94 |
+
(("^GUILE_MICRO_VERSION=.*")
|
95 |
+
"GUILE_MICRO_VERSION=99\n"))))
|
96 |
+
(add-before 'configure 'pre-configure
|
97 |
+
(lambda* (#:key inputs #:allow-other-keys)
|
98 |
+
;; Tell (ice-9 popen) the file name of Bash.
|
99 |
+
(let ((bash (false-if-exception
|
100 |
+
(search-input-file inputs "/bin/sh"))))
|
101 |
+
(substitute* "module/ice-9/popen.scm"
|
102 |
+
;; If bash is #f allow fallback for user to provide
|
103 |
+
;; "bash" in PATH. This happens when cross-building to
|
104 |
+
;; MinGW for which we do not have Bash yet.
|
105 |
+
(("/bin/sh")
|
106 |
+
(or bash "/bin/sh")))))))))
|
107 |
+
|
108 |
+
(native-inputs
|
109 |
+
(append (list autoconf
|
110 |
+
automake
|
111 |
+
libtool
|
112 |
+
gnu-gettext
|
113 |
+
flex
|
114 |
+
texinfo
|
115 |
+
texlive-scheme-basic ;for "make pdf"
|
116 |
+
texlive-epsf
|
117 |
+
gperf
|
118 |
+
git
|
119 |
+
gdb
|
120 |
+
strace
|
121 |
+
readline
|
122 |
+
lzip
|
123 |
+
|
124 |
+
;; Ensure we get a cross-pkg-config when needed.
|
125 |
+
pkg-config)
|
126 |
+
|
127 |
+
;; When cross-compiling, a native version of Guile itself
|
128 |
+
;; is needed.
|
129 |
+
(if (%current-target-system)
|
130 |
+
(list this-package)
|
131 |
+
'())))
|
132 |
+
(inputs
|
133 |
+
(append (list libffi)
|
134 |
+
|
135 |
+
;; We need Bash when cross-compiling because some of the
|
136 |
+
;; scripts in bin/ refer to it. Use 'bash-minimal' because
|
137 |
+
;; we don't need an interactive Bash with Readline and all.
|
138 |
+
(if (target-mingw?)
|
139 |
+
(list libiconv)
|
140 |
+
(list bash-minimal))))
|
141 |
+
(propagated-inputs
|
142 |
+
(list libunistring libgc))
|
143 |
+
|
144 |
+
(outputs '("out" "debug"))
|
145 |
+
|
146 |
+
(native-search-paths
|
147 |
+
(list (search-path-specification
|
148 |
+
(variable "GUILE_LOAD_PATH")
|
149 |
+
(files '("share/guile/site/3.0")))
|
150 |
+
(search-path-specification
|
151 |
+
(variable "GUILE_LOAD_COMPILED_PATH")
|
152 |
+
(files '("lib/guile/3.0/site-ccache")))))
|
153 |
+
(synopsis "Scheme implementation intended especially for extensions")
|
154 |
+
(description
|
155 |
+
"Guile is the GNU Ubiquitous Intelligent Language for Extensions, the
|
156 |
+
official extension language of the GNU system. It is an implementation of
|
157 |
+
the Scheme language which can be easily embedded in other applications to
|
158 |
+
provide a convenient means of extending the functionality of the application
|
159 |
+
without requiring the source code to be rewritten.")
|
160 |
+
(home-page "https://www.gnu.org/software/guile/")
|
161 |
+
(license license:lgpl3+))))
|
162 |
+
|
163 |
+
(define (package-with-configure-flags p flags)
|
164 |
+
"Return P with FLAGS as addition 'configure' flags."
|
165 |
+
(package/inherit p
|
166 |
+
(arguments
|
167 |
+
(substitute-keyword-arguments (package-arguments p)
|
168 |
+
((#:configure-flags original-flags #~'())
|
169 |
+
#~(append #$original-flags #$flags))))))
|
170 |
+
|
171 |
+
(define-public guile-without-threads
|
172 |
+
(package
|
173 |
+
(inherit (package-with-configure-flags guile
|
174 |
+
#~'("--without-threads")))
|
175 |
+
(name "guile-without-threads")))
|
176 |
+
|
177 |
+
(define-public guile-without-networking
|
178 |
+
(package
|
179 |
+
(inherit (package-with-configure-flags guile
|
180 |
+
#~'("--disable-networking")))
|
181 |
+
(name "guile-without-networking")))
|
182 |
+
|
183 |
+
(define-public guile-debug
|
184 |
+
(package
|
185 |
+
(inherit (package-with-configure-flags guile
|
186 |
+
#~'("--enable-guile-debug")))
|
187 |
+
(name "guile-debug")))
|
188 |
+
|
189 |
+
(define-public guile-strict-typing
|
190 |
+
(package
|
191 |
+
(inherit (package-with-configure-flags
|
192 |
+
guile
|
193 |
+
#~'("CPPFLAGS=-DSCM_DEBUG_TYPING_STRICTNESS=2")))
|
194 |
+
(name "guile-strict-typing")))
|
195 |
+
|
196 |
+
guile
|
guile/.x-sc_GPL_version
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
^lib/
|
2 |
+
^gc-benchmarks/
|
3 |
+
^libguile/libgettext.h
|
4 |
+
^libguile/mkstemp.c
|
guile/.x-sc_avoid_if_before_free
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
^lib/
|
guile/.x-sc_bindtextdomain
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
*
|
guile/.x-sc_cast_of_alloca_return_value
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
^lib/
|
guile/.x-sc_cast_of_argument_to_free
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
^libguile/stime.c
|
guile/.x-sc_error_message_period
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
^gc-benchmarks/
|
guile/.x-sc_error_message_uppercase
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
^libguile/
|
2 |
+
^guile-readline/
|
3 |
+
^gc-benchmarks/
|
4 |
+
^emacs/
|
5 |
+
^NEWS
|
6 |
+
^doc/
|
7 |
+
^test-suite/tests/ports.test
|
guile/.x-sc_error_message_warn_fatal
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
^module/ice-9/match.scm
|
guile/.x-sc_m4_quote_check
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
m4/absolute-header.m4
|
2 |
+
m4/*
|
guile/.x-sc_makefile_check
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
lib(guile)?/
|
2 |
+
guile-readline/
|
3 |
+
srfi/
|
guile/.x-sc_obsolete_symbols
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
doc/*
|
2 |
+
lib/flock.c
|
3 |
+
lib/fcntl.in.h
|
4 |
+
libguile/filesys.c
|
5 |
+
libguile/ChangeLog-2008
|
guile/.x-sc_program_name
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
test-suite/*
|
2 |
+
examples/*
|
3 |
+
doc/example-smob/*
|
4 |
+
libguile/gen-scmconfig.c
|
5 |
+
*
|
guile/.x-sc_prohibit_S_IS_definition
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
lib/*
|
guile/.x-sc_prohibit_atoi_atof
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
lib/*
|
2 |
+
libguile/win32-socket.c
|
guile/.x-sc_prohibit_doubled_word
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
^AUTHORS
|
2 |
+
^gc-benchmarks/larceny/
|
3 |
+
^module/ice-9/format.scm
|
4 |
+
^module/ice-9/match.upstream.scm
|
5 |
+
^module/sxml/upstream
|
6 |
+
compile.scm
|
7 |
+
ChangeLog
|
guile/.x-sc_prohibit_have_config_h
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
libguile/*
|
2 |
+
srfi/*
|
3 |
+
test-suite/*
|
4 |
+
guile-readline/*
|
5 |
+
lib/*
|
guile/.x-sc_prohibit_magic_number_exit
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
configure.ac
|
2 |
+
NEWS
|
3 |
+
doc/ref/api-init.texi
|
4 |
+
libguile/ChangeLog*
|
5 |
+
m4/*
|
guile/.x-sc_prohibit_path_max_allocation
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
libguile/win32-socket.c
|
2 |
+
lib/stat.c
|
guile/.x-sc_prohibit_strcmp
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
m4/*
|
2 |
+
lib/*
|
3 |
+
test-suite/*
|
guile/ABOUT-NLS
ADDED
@@ -0,0 +1,1282 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
1 Notes on the Free Translation Project
|
2 |
+
***************************************
|
3 |
+
|
4 |
+
Free software is going international! The Free Translation Project is
|
5 |
+
a way to get maintainers of free software, translators, and users all
|
6 |
+
together, so that free software will gradually become able to speak many
|
7 |
+
languages. A few packages already provide translations for their
|
8 |
+
messages.
|
9 |
+
|
10 |
+
If you found this `ABOUT-NLS' file inside a distribution, you may
|
11 |
+
assume that the distributed package does use GNU `gettext' internally,
|
12 |
+
itself available at your nearest GNU archive site. But you do _not_
|
13 |
+
need to install GNU `gettext' prior to configuring, installing or using
|
14 |
+
this package with messages translated.
|
15 |
+
|
16 |
+
Installers will find here some useful hints. These notes also
|
17 |
+
explain how users should proceed for getting the programs to use the
|
18 |
+
available translations. They tell how people wanting to contribute and
|
19 |
+
work on translations can contact the appropriate team.
|
20 |
+
|
21 |
+
1.1 INSTALL Matters
|
22 |
+
===================
|
23 |
+
|
24 |
+
Some packages are "localizable" when properly installed; the programs
|
25 |
+
they contain can be made to speak your own native language. Most such
|
26 |
+
packages use GNU `gettext'. Other packages have their own ways to
|
27 |
+
internationalization, predating GNU `gettext'.
|
28 |
+
|
29 |
+
By default, this package will be installed to allow translation of
|
30 |
+
messages. It will automatically detect whether the system already
|
31 |
+
provides the GNU `gettext' functions. Installers may use special
|
32 |
+
options at configuration time for changing the default behaviour. The
|
33 |
+
command:
|
34 |
+
|
35 |
+
./configure --disable-nls
|
36 |
+
|
37 |
+
will _totally_ disable translation of messages.
|
38 |
+
|
39 |
+
When you already have GNU `gettext' installed on your system and run
|
40 |
+
configure without an option for your new package, `configure' will
|
41 |
+
probably detect the previously built and installed `libintl' library
|
42 |
+
and will decide to use it. If not, you may have to to use the
|
43 |
+
`--with-libintl-prefix' option to tell `configure' where to look for it.
|
44 |
+
|
45 |
+
Internationalized packages usually have many `po/LL.po' files, where
|
46 |
+
LL gives an ISO 639 two-letter code identifying the language. Unless
|
47 |
+
translations have been forbidden at `configure' time by using the
|
48 |
+
`--disable-nls' switch, all available translations are installed
|
49 |
+
together with the package. However, the environment variable `LINGUAS'
|
50 |
+
may be set, prior to configuration, to limit the installed set.
|
51 |
+
`LINGUAS' should then contain a space separated list of two-letter
|
52 |
+
codes, stating which languages are allowed.
|
53 |
+
|
54 |
+
1.2 Using This Package
|
55 |
+
======================
|
56 |
+
|
57 |
+
As a user, if your language has been installed for this package, you
|
58 |
+
only have to set the `LANG' environment variable to the appropriate
|
59 |
+
`LL_CC' combination. If you happen to have the `LC_ALL' or some other
|
60 |
+
`LC_xxx' environment variables set, you should unset them before
|
61 |
+
setting `LANG', otherwise the setting of `LANG' will not have the
|
62 |
+
desired effect. Here `LL' is an ISO 639 two-letter language code, and
|
63 |
+
`CC' is an ISO 3166 two-letter country code. For example, let's
|
64 |
+
suppose that you speak German and live in Germany. At the shell
|
65 |
+
prompt, merely execute `setenv LANG de_DE' (in `csh'),
|
66 |
+
`export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash').
|
67 |
+
This can be done from your `.login' or `.profile' file, once and for
|
68 |
+
all.
|
69 |
+
|
70 |
+
You might think that the country code specification is redundant.
|
71 |
+
But in fact, some languages have dialects in different countries. For
|
72 |
+
example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The
|
73 |
+
country code serves to distinguish the dialects.
|
74 |
+
|
75 |
+
The locale naming convention of `LL_CC', with `LL' denoting the
|
76 |
+
language and `CC' denoting the country, is the one use on systems based
|
77 |
+
on GNU libc. On other systems, some variations of this scheme are
|
78 |
+
used, such as `LL' or `LL_CC.ENCODING'. You can get the list of
|
79 |
+
locales supported by your system for your language by running the
|
80 |
+
command `locale -a | grep '^LL''.
|
81 |
+
|
82 |
+
Not all programs have translations for all languages. By default, an
|
83 |
+
English message is shown in place of a nonexistent translation. If you
|
84 |
+
understand other languages, you can set up a priority list of languages.
|
85 |
+
This is done through a different environment variable, called
|
86 |
+
`LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG'
|
87 |
+
for the purpose of message handling, but you still need to have `LANG'
|
88 |
+
set to the primary language; this is required by other parts of the
|
89 |
+
system libraries. For example, some Swedish users who would rather
|
90 |
+
read translations in German than English for when Swedish is not
|
91 |
+
available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'.
|
92 |
+
|
93 |
+
Special advice for Norwegian users: The language code for Norwegian
|
94 |
+
bokma*l changed from `no' to `nb' recently (in 2003). During the
|
95 |
+
transition period, while some message catalogs for this language are
|
96 |
+
installed under `nb' and some older ones under `no', it's recommended
|
97 |
+
for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and
|
98 |
+
older translations are used.
|
99 |
+
|
100 |
+
In the `LANGUAGE' environment variable, but not in the `LANG'
|
101 |
+
environment variable, `LL_CC' combinations can be abbreviated as `LL'
|
102 |
+
to denote the language's main dialect. For example, `de' is equivalent
|
103 |
+
to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT'
|
104 |
+
(Portuguese as spoken in Portugal) in this context.
|
105 |
+
|
106 |
+
1.3 Translating Teams
|
107 |
+
=====================
|
108 |
+
|
109 |
+
For the Free Translation Project to be a success, we need interested
|
110 |
+
people who like their own language and write it well, and who are also
|
111 |
+
able to synergize with other translators speaking the same language.
|
112 |
+
Each translation team has its own mailing list. The up-to-date list of
|
113 |
+
teams can be found at the Free Translation Project's homepage,
|
114 |
+
`http://translationproject.org/', in the "Teams" area.
|
115 |
+
|
116 |
+
If you'd like to volunteer to _work_ at translating messages, you
|
117 |
+
should become a member of the translating team for your own language.
|
118 |
+
The subscribing address is _not_ the same as the list itself, it has
|
119 |
+
`-request' appended. For example, speakers of Swedish can send a
|
120 |
+
message to `sv-request@li.org', having this message body:
|
121 |
+
|
122 |
+
subscribe
|
123 |
+
|
124 |
+
Keep in mind that team members are expected to participate
|
125 |
+
_actively_ in translations, or at solving translational difficulties,
|
126 |
+
rather than merely lurking around. If your team does not exist yet and
|
127 |
+
you want to start one, or if you are unsure about what to do or how to
|
128 |
+
get started, please write to `coordinator@translationproject.org' to
|
129 |
+
reach the coordinator for all translator teams.
|
130 |
+
|
131 |
+
The English team is special. It works at improving and uniformizing
|
132 |
+
the terminology in use. Proven linguistic skills are praised more than
|
133 |
+
programming skills, here.
|
134 |
+
|
135 |
+
1.4 Available Packages
|
136 |
+
======================
|
137 |
+
|
138 |
+
Languages are not equally supported in all packages. The following
|
139 |
+
matrix shows the current state of internationalization, as of June
|
140 |
+
2010. The matrix shows, in regard of each package, for which languages
|
141 |
+
PO files have been submitted to translation coordination, with a
|
142 |
+
translation percentage of at least 50%.
|
143 |
+
|
144 |
+
Ready PO files af am an ar as ast az be be@latin bg bn_IN bs ca
|
145 |
+
+--------------------------------------------------+
|
146 |
+
a2ps | [] [] |
|
147 |
+
aegis | |
|
148 |
+
ant-phone | |
|
149 |
+
anubis | |
|
150 |
+
aspell | [] [] |
|
151 |
+
bash | |
|
152 |
+
bfd | |
|
153 |
+
bibshelf | [] |
|
154 |
+
binutils | |
|
155 |
+
bison | |
|
156 |
+
bison-runtime | [] |
|
157 |
+
bluez-pin | [] [] |
|
158 |
+
bombono-dvd | |
|
159 |
+
buzztard | |
|
160 |
+
cflow | |
|
161 |
+
clisp | |
|
162 |
+
coreutils | [] [] |
|
163 |
+
cpio | |
|
164 |
+
cppi | |
|
165 |
+
cpplib | [] |
|
166 |
+
cryptsetup | |
|
167 |
+
dfarc | |
|
168 |
+
dialog | [] [] |
|
169 |
+
dico | |
|
170 |
+
diffutils | [] |
|
171 |
+
dink | |
|
172 |
+
doodle | |
|
173 |
+
e2fsprogs | [] |
|
174 |
+
enscript | [] |
|
175 |
+
exif | |
|
176 |
+
fetchmail | [] |
|
177 |
+
findutils | [] |
|
178 |
+
flex | [] |
|
179 |
+
freedink | |
|
180 |
+
gas | |
|
181 |
+
gawk | [] [] |
|
182 |
+
gcal | [] |
|
183 |
+
gcc | |
|
184 |
+
gettext-examples | [] [] [] [] |
|
185 |
+
gettext-runtime | [] [] |
|
186 |
+
gettext-tools | [] [] |
|
187 |
+
gip | [] |
|
188 |
+
gjay | |
|
189 |
+
gliv | [] |
|
190 |
+
glunarclock | [] [] |
|
191 |
+
gnubiff | |
|
192 |
+
gnucash | [] |
|
193 |
+
gnuedu | |
|
194 |
+
gnulib | |
|
195 |
+
gnunet | |
|
196 |
+
gnunet-gtk | |
|
197 |
+
gnutls | |
|
198 |
+
gold | |
|
199 |
+
gpe-aerial | |
|
200 |
+
gpe-beam | |
|
201 |
+
gpe-bluetooth | |
|
202 |
+
gpe-calendar | |
|
203 |
+
gpe-clock | [] |
|
204 |
+
gpe-conf | |
|
205 |
+
gpe-contacts | |
|
206 |
+
gpe-edit | |
|
207 |
+
gpe-filemanager | |
|
208 |
+
gpe-go | |
|
209 |
+
gpe-login | |
|
210 |
+
gpe-ownerinfo | [] |
|
211 |
+
gpe-package | |
|
212 |
+
gpe-sketchbook | |
|
213 |
+
gpe-su | [] |
|
214 |
+
gpe-taskmanager | [] |
|
215 |
+
gpe-timesheet | [] |
|
216 |
+
gpe-today | [] |
|
217 |
+
gpe-todo | |
|
218 |
+
gphoto2 | |
|
219 |
+
gprof | [] |
|
220 |
+
gpsdrive | |
|
221 |
+
gramadoir | |
|
222 |
+
grep | |
|
223 |
+
grub | [] [] |
|
224 |
+
gsasl | |
|
225 |
+
gss | |
|
226 |
+
gst-plugins-bad | [] |
|
227 |
+
gst-plugins-base | [] |
|
228 |
+
gst-plugins-good | [] |
|
229 |
+
gst-plugins-ugly | [] |
|
230 |
+
gstreamer | [] [] [] |
|
231 |
+
gtick | |
|
232 |
+
gtkam | [] |
|
233 |
+
gtkorphan | [] |
|
234 |
+
gtkspell | [] [] [] |
|
235 |
+
gutenprint | |
|
236 |
+
hello | [] |
|
237 |
+
help2man | |
|
238 |
+
hylafax | |
|
239 |
+
idutils | |
|
240 |
+
indent | [] [] |
|
241 |
+
iso_15924 | |
|
242 |
+
iso_3166 | [] [] [] [] [] [] [] |
|
243 |
+
iso_3166_2 | |
|
244 |
+
iso_4217 | |
|
245 |
+
iso_639 | [] [] [] [] |
|
246 |
+
iso_639_3 | |
|
247 |
+
jwhois | |
|
248 |
+
kbd | |
|
249 |
+
keytouch | [] |
|
250 |
+
keytouch-editor | |
|
251 |
+
keytouch-keyboa... | [] |
|
252 |
+
klavaro | [] |
|
253 |
+
latrine | |
|
254 |
+
ld | [] |
|
255 |
+
leafpad | [] [] |
|
256 |
+
libc | [] [] |
|
257 |
+
libexif | () |
|
258 |
+
libextractor | |
|
259 |
+
libgnutls | |
|
260 |
+
libgpewidget | |
|
261 |
+
libgpg-error | |
|
262 |
+
libgphoto2 | |
|
263 |
+
libgphoto2_port | |
|
264 |
+
libgsasl | |
|
265 |
+
libiconv | [] |
|
266 |
+
libidn | |
|
267 |
+
lifelines | |
|
268 |
+
liferea | [] [] |
|
269 |
+
lilypond | |
|
270 |
+
linkdr | [] |
|
271 |
+
lordsawar | |
|
272 |
+
lprng | |
|
273 |
+
lynx | [] |
|
274 |
+
m4 | |
|
275 |
+
mailfromd | |
|
276 |
+
mailutils | |
|
277 |
+
make | |
|
278 |
+
man-db | |
|
279 |
+
man-db-manpages | |
|
280 |
+
minicom | |
|
281 |
+
mkisofs | |
|
282 |
+
myserver | |
|
283 |
+
nano | [] [] |
|
284 |
+
opcodes | |
|
285 |
+
parted | |
|
286 |
+
pies | |
|
287 |
+
popt | |
|
288 |
+
psmisc | |
|
289 |
+
pspp | [] |
|
290 |
+
pwdutils | |
|
291 |
+
radius | [] |
|
292 |
+
recode | [] [] |
|
293 |
+
rosegarden | |
|
294 |
+
rpm | |
|
295 |
+
rush | |
|
296 |
+
sarg | |
|
297 |
+
screem | |
|
298 |
+
scrollkeeper | [] [] [] |
|
299 |
+
sed | [] [] |
|
300 |
+
sharutils | [] [] |
|
301 |
+
shishi | |
|
302 |
+
skencil | |
|
303 |
+
solfege | |
|
304 |
+
solfege-manual | |
|
305 |
+
soundtracker | |
|
306 |
+
sp | |
|
307 |
+
sysstat | |
|
308 |
+
tar | [] |
|
309 |
+
texinfo | |
|
310 |
+
tin | |
|
311 |
+
unicode-han-tra... | |
|
312 |
+
unicode-transla... | |
|
313 |
+
util-linux-ng | [] |
|
314 |
+
vice | |
|
315 |
+
vmm | |
|
316 |
+
vorbis-tools | |
|
317 |
+
wastesedge | |
|
318 |
+
wdiff | |
|
319 |
+
wget | [] [] |
|
320 |
+
wyslij-po | |
|
321 |
+
xchat | [] [] [] [] |
|
322 |
+
xdg-user-dirs | [] [] [] [] [] [] [] [] [] |
|
323 |
+
xkeyboard-config | [] [] |
|
324 |
+
+--------------------------------------------------+
|
325 |
+
af am an ar as ast az be be@latin bg bn_IN bs ca
|
326 |
+
6 0 1 2 3 19 1 10 3 28 3 1 38
|
327 |
+
|
328 |
+
crh cs da de el en en_GB en_ZA eo es et eu fa
|
329 |
+
+-------------------------------------------------+
|
330 |
+
a2ps | [] [] [] [] [] [] [] |
|
331 |
+
aegis | [] [] [] |
|
332 |
+
ant-phone | [] () |
|
333 |
+
anubis | [] [] |
|
334 |
+
aspell | [] [] [] [] [] |
|
335 |
+
bash | [] [] [] |
|
336 |
+
bfd | [] |
|
337 |
+
bibshelf | [] [] [] |
|
338 |
+
binutils | [] |
|
339 |
+
bison | [] [] |
|
340 |
+
bison-runtime | [] [] [] [] |
|
341 |
+
bluez-pin | [] [] [] [] [] [] |
|
342 |
+
bombono-dvd | [] |
|
343 |
+
buzztard | [] [] [] |
|
344 |
+
cflow | [] [] |
|
345 |
+
clisp | [] [] [] [] |
|
346 |
+
coreutils | [] [] [] [] |
|
347 |
+
cpio | |
|
348 |
+
cppi | |
|
349 |
+
cpplib | [] [] [] |
|
350 |
+
cryptsetup | [] |
|
351 |
+
dfarc | [] [] [] |
|
352 |
+
dialog | [] [] [] [] [] |
|
353 |
+
dico | |
|
354 |
+
diffutils | [] [] [] [] [] [] |
|
355 |
+
dink | [] [] [] |
|
356 |
+
doodle | [] |
|
357 |
+
e2fsprogs | [] [] [] |
|
358 |
+
enscript | [] [] [] |
|
359 |
+
exif | () [] [] |
|
360 |
+
fetchmail | [] [] () [] [] [] |
|
361 |
+
findutils | [] [] [] |
|
362 |
+
flex | [] [] |
|
363 |
+
freedink | [] [] [] |
|
364 |
+
gas | [] |
|
365 |
+
gawk | [] [] [] |
|
366 |
+
gcal | [] |
|
367 |
+
gcc | [] [] |
|
368 |
+
gettext-examples | [] [] [] [] |
|
369 |
+
gettext-runtime | [] [] [] [] |
|
370 |
+
gettext-tools | [] [] [] |
|
371 |
+
gip | [] [] [] [] |
|
372 |
+
gjay | [] |
|
373 |
+
gliv | [] [] [] |
|
374 |
+
glunarclock | [] [] |
|
375 |
+
gnubiff | () |
|
376 |
+
gnucash | [] () () () () |
|
377 |
+
gnuedu | [] [] |
|
378 |
+
gnulib | [] [] |
|
379 |
+
gnunet | |
|
380 |
+
gnunet-gtk | [] |
|
381 |
+
gnutls | [] [] |
|
382 |
+
gold | [] |
|
383 |
+
gpe-aerial | [] [] [] [] |
|
384 |
+
gpe-beam | [] [] [] [] |
|
385 |
+
gpe-bluetooth | [] [] |
|
386 |
+
gpe-calendar | [] |
|
387 |
+
gpe-clock | [] [] [] [] |
|
388 |
+
gpe-conf | [] [] [] |
|
389 |
+
gpe-contacts | [] [] [] |
|
390 |
+
gpe-edit | [] [] |
|
391 |
+
gpe-filemanager | [] [] [] |
|
392 |
+
gpe-go | [] [] [] [] |
|
393 |
+
gpe-login | [] [] |
|
394 |
+
gpe-ownerinfo | [] [] [] [] |
|
395 |
+
gpe-package | [] [] [] |
|
396 |
+
gpe-sketchbook | [] [] [] [] |
|
397 |
+
gpe-su | [] [] [] [] |
|
398 |
+
gpe-taskmanager | [] [] [] [] |
|
399 |
+
gpe-timesheet | [] [] [] [] |
|
400 |
+
gpe-today | [] [] [] [] |
|
401 |
+
gpe-todo | [] [] [] |
|
402 |
+
gphoto2 | [] [] () [] [] [] |
|
403 |
+
gprof | [] [] [] |
|
404 |
+
gpsdrive | [] [] [] |
|
405 |
+
gramadoir | [] [] [] |
|
406 |
+
grep | [] |
|
407 |
+
grub | [] [] |
|
408 |
+
gsasl | [] |
|
409 |
+
gss | |
|
410 |
+
gst-plugins-bad | [] [] [] [] [] |
|
411 |
+
gst-plugins-base | [] [] [] [] [] |
|
412 |
+
gst-plugins-good | [] [] [] [] [] [] |
|
413 |
+
gst-plugins-ugly | [] [] [] [] [] [] |
|
414 |
+
gstreamer | [] [] [] [] [] |
|
415 |
+
gtick | [] () [] |
|
416 |
+
gtkam | [] [] () [] [] |
|
417 |
+
gtkorphan | [] [] [] [] |
|
418 |
+
gtkspell | [] [] [] [] [] [] [] |
|
419 |
+
gutenprint | [] [] [] |
|
420 |
+
hello | [] [] [] [] |
|
421 |
+
help2man | [] |
|
422 |
+
hylafax | [] [] |
|
423 |
+
idutils | [] [] |
|
424 |
+
indent | [] [] [] [] [] [] [] |
|
425 |
+
iso_15924 | [] () [] [] |
|
426 |
+
iso_3166 | [] [] [] [] () [] [] [] () |
|
427 |
+
iso_3166_2 | () |
|
428 |
+
iso_4217 | [] [] [] () [] [] |
|
429 |
+
iso_639 | [] [] [] [] () [] [] |
|
430 |
+
iso_639_3 | [] |
|
431 |
+
jwhois | [] |
|
432 |
+
kbd | [] [] [] [] [] |
|
433 |
+
keytouch | [] [] |
|
434 |
+
keytouch-editor | [] [] |
|
435 |
+
keytouch-keyboa... | [] |
|
436 |
+
klavaro | [] [] [] [] |
|
437 |
+
latrine | [] () |
|
438 |
+
ld | [] [] |
|
439 |
+
leafpad | [] [] [] [] [] [] |
|
440 |
+
libc | [] [] [] [] |
|
441 |
+
libexif | [] [] () |
|
442 |
+
libextractor | |
|
443 |
+
libgnutls | [] |
|
444 |
+
libgpewidget | [] [] |
|
445 |
+
libgpg-error | [] [] |
|
446 |
+
libgphoto2 | [] () |
|
447 |
+
libgphoto2_port | [] () [] |
|
448 |
+
libgsasl | |
|
449 |
+
libiconv | [] [] [] [] [] |
|
450 |
+
libidn | [] [] [] |
|
451 |
+
lifelines | [] () |
|
452 |
+
liferea | [] [] [] [] [] |
|
453 |
+
lilypond | [] [] [] |
|
454 |
+
linkdr | [] [] [] |
|
455 |
+
lordsawar | [] |
|
456 |
+
lprng | |
|
457 |
+
lynx | [] [] [] [] |
|
458 |
+
m4 | [] [] [] [] |
|
459 |
+
mailfromd | |
|
460 |
+
mailutils | [] |
|
461 |
+
make | [] [] [] |
|
462 |
+
man-db | |
|
463 |
+
man-db-manpages | |
|
464 |
+
minicom | [] [] [] [] |
|
465 |
+
mkisofs | |
|
466 |
+
myserver | |
|
467 |
+
nano | [] [] [] |
|
468 |
+
opcodes | [] [] |
|
469 |
+
parted | [] [] |
|
470 |
+
pies | |
|
471 |
+
popt | [] [] [] [] [] |
|
472 |
+
psmisc | [] [] [] |
|
473 |
+
pspp | [] |
|
474 |
+
pwdutils | [] |
|
475 |
+
radius | [] |
|
476 |
+
recode | [] [] [] [] [] [] |
|
477 |
+
rosegarden | () () () |
|
478 |
+
rpm | [] [] [] |
|
479 |
+
rush | |
|
480 |
+
sarg | |
|
481 |
+
screem | |
|
482 |
+
scrollkeeper | [] [] [] [] [] |
|
483 |
+
sed | [] [] [] [] [] [] |
|
484 |
+
sharutils | [] [] [] [] |
|
485 |
+
shishi | |
|
486 |
+
skencil | [] () [] |
|
487 |
+
solfege | [] [] [] |
|
488 |
+
solfege-manual | [] [] |
|
489 |
+
soundtracker | [] [] [] |
|
490 |
+
sp | [] |
|
491 |
+
sysstat | [] [] [] |
|
492 |
+
tar | [] [] [] [] |
|
493 |
+
texinfo | [] [] [] |
|
494 |
+
tin | [] [] |
|
495 |
+
unicode-han-tra... | |
|
496 |
+
unicode-transla... | |
|
497 |
+
util-linux-ng | [] [] [] [] |
|
498 |
+
vice | () () |
|
499 |
+
vmm | [] |
|
500 |
+
vorbis-tools | [] [] |
|
501 |
+
wastesedge | [] |
|
502 |
+
wdiff | [] [] |
|
503 |
+
wget | [] [] [] |
|
504 |
+
wyslij-po | |
|
505 |
+
xchat | [] [] [] [] [] |
|
506 |
+
xdg-user-dirs | [] [] [] [] [] [] [] [] [] |
|
507 |
+
xkeyboard-config | [] [] [] [] [] [] |
|
508 |
+
+-------------------------------------------------+
|
509 |
+
crh cs da de el en en_GB en_ZA eo es et eu fa
|
510 |
+
5 64 105 117 18 1 8 0 28 89 18 19 0
|
511 |
+
|
512 |
+
fi fr ga gl gu he hi hr hu hy id is it ja ka kn
|
513 |
+
+----------------------------------------------------+
|
514 |
+
a2ps | [] [] [] [] |
|
515 |
+
aegis | [] [] |
|
516 |
+
ant-phone | [] [] |
|
517 |
+
anubis | [] [] [] [] |
|
518 |
+
aspell | [] [] [] [] |
|
519 |
+
bash | [] [] [] [] |
|
520 |
+
bfd | [] [] [] |
|
521 |
+
bibshelf | [] [] [] [] [] |
|
522 |
+
binutils | [] [] [] |
|
523 |
+
bison | [] [] [] [] |
|
524 |
+
bison-runtime | [] [] [] [] [] [] |
|
525 |
+
bluez-pin | [] [] [] [] [] [] [] [] |
|
526 |
+
bombono-dvd | [] |
|
527 |
+
buzztard | [] |
|
528 |
+
cflow | [] [] [] |
|
529 |
+
clisp | [] |
|
530 |
+
coreutils | [] [] [] [] [] |
|
531 |
+
cpio | [] [] [] [] |
|
532 |
+
cppi | [] [] |
|
533 |
+
cpplib | [] [] [] |
|
534 |
+
cryptsetup | [] [] [] |
|
535 |
+
dfarc | [] [] [] |
|
536 |
+
dialog | [] [] [] [] [] [] [] |
|
537 |
+
dico | |
|
538 |
+
diffutils | [] [] [] [] [] [] [] [] [] |
|
539 |
+
dink | [] |
|
540 |
+
doodle | [] [] |
|
541 |
+
e2fsprogs | [] [] |
|
542 |
+
enscript | [] [] [] [] |
|
543 |
+
exif | [] [] [] [] [] [] |
|
544 |
+
fetchmail | [] [] [] [] |
|
545 |
+
findutils | [] [] [] [] [] [] |
|
546 |
+
flex | [] [] [] |
|
547 |
+
freedink | [] [] [] |
|
548 |
+
gas | [] [] |
|
549 |
+
gawk | [] [] [] [] () [] |
|
550 |
+
gcal | [] |
|
551 |
+
gcc | [] |
|
552 |
+
gettext-examples | [] [] [] [] [] [] [] |
|
553 |
+
gettext-runtime | [] [] [] [] [] [] |
|
554 |
+
gettext-tools | [] [] [] [] |
|
555 |
+
gip | [] [] [] [] [] [] |
|
556 |
+
gjay | [] |
|
557 |
+
gliv | [] () |
|
558 |
+
glunarclock | [] [] [] [] |
|
559 |
+
gnubiff | () [] () |
|
560 |
+
gnucash | () () () () () [] |
|
561 |
+
gnuedu | [] [] |
|
562 |
+
gnulib | [] [] [] [] [] [] |
|
563 |
+
gnunet | |
|
564 |
+
gnunet-gtk | [] |
|
565 |
+
gnutls | [] [] |
|
566 |
+
gold | [] [] |
|
567 |
+
gpe-aerial | [] [] [] |
|
568 |
+
gpe-beam | [] [] [] [] |
|
569 |
+
gpe-bluetooth | [] [] [] [] |
|
570 |
+
gpe-calendar | [] [] |
|
571 |
+
gpe-clock | [] [] [] [] [] |
|
572 |
+
gpe-conf | [] [] [] [] |
|
573 |
+
gpe-contacts | [] [] [] [] |
|
574 |
+
gpe-edit | [] [] [] |
|
575 |
+
gpe-filemanager | [] [] [] [] |
|
576 |
+
gpe-go | [] [] [] [] [] |
|
577 |
+
gpe-login | [] [] [] |
|
578 |
+
gpe-ownerinfo | [] [] [] [] [] |
|
579 |
+
gpe-package | [] [] [] |
|
580 |
+
gpe-sketchbook | [] [] [] [] |
|
581 |
+
gpe-su | [] [] [] [] [] [] |
|
582 |
+
gpe-taskmanager | [] [] [] [] [] |
|
583 |
+
gpe-timesheet | [] [] [] [] [] |
|
584 |
+
gpe-today | [] [] [] [] [] [] [] |
|
585 |
+
gpe-todo | [] [] [] |
|
586 |
+
gphoto2 | [] [] [] [] [] [] |
|
587 |
+
gprof | [] [] [] [] |
|
588 |
+
gpsdrive | [] [] [] |
|
589 |
+
gramadoir | [] [] [] |
|
590 |
+
grep | [] [] |
|
591 |
+
grub | [] [] [] [] |
|
592 |
+
gsasl | [] [] [] [] [] |
|
593 |
+
gss | [] [] [] [] [] |
|
594 |
+
gst-plugins-bad | [] [] [] [] [] [] |
|
595 |
+
gst-plugins-base | [] [] [] [] [] [] |
|
596 |
+
gst-plugins-good | [] [] [] [] [] [] |
|
597 |
+
gst-plugins-ugly | [] [] [] [] [] [] |
|
598 |
+
gstreamer | [] [] [] [] [] |
|
599 |
+
gtick | [] [] [] [] [] |
|
600 |
+
gtkam | [] [] [] [] [] |
|
601 |
+
gtkorphan | [] [] [] |
|
602 |
+
gtkspell | [] [] [] [] [] [] [] [] [] |
|
603 |
+
gutenprint | [] [] [] [] |
|
604 |
+
hello | [] [] [] |
|
605 |
+
help2man | [] [] |
|
606 |
+
hylafax | [] |
|
607 |
+
idutils | [] [] [] [] [] [] |
|
608 |
+
indent | [] [] [] [] [] [] [] [] |
|
609 |
+
iso_15924 | [] () [] [] |
|
610 |
+
iso_3166 | [] () [] [] [] [] [] [] [] [] [] [] |
|
611 |
+
iso_3166_2 | () [] [] [] |
|
612 |
+
iso_4217 | [] () [] [] [] [] |
|
613 |
+
iso_639 | [] () [] [] [] [] [] [] [] |
|
614 |
+
iso_639_3 | () [] [] |
|
615 |
+
jwhois | [] [] [] [] [] |
|
616 |
+
kbd | [] [] |
|
617 |
+
keytouch | [] [] [] [] [] [] |
|
618 |
+
keytouch-editor | [] [] [] [] [] |
|
619 |
+
keytouch-keyboa... | [] [] [] [] [] |
|
620 |
+
klavaro | [] [] |
|
621 |
+
latrine | [] [] [] |
|
622 |
+
ld | [] [] [] [] |
|
623 |
+
leafpad | [] [] [] [] [] [] [] () |
|
624 |
+
libc | [] [] [] [] [] |
|
625 |
+
libexif | [] |
|
626 |
+
libextractor | |
|
627 |
+
libgnutls | [] [] |
|
628 |
+
libgpewidget | [] [] [] [] |
|
629 |
+
libgpg-error | [] [] |
|
630 |
+
libgphoto2 | [] [] [] |
|
631 |
+
libgphoto2_port | [] [] [] |
|
632 |
+
libgsasl | [] [] [] [] [] |
|
633 |
+
libiconv | [] [] [] [] [] [] |
|
634 |
+
libidn | [] [] [] [] |
|
635 |
+
lifelines | () |
|
636 |
+
liferea | [] [] [] [] |
|
637 |
+
lilypond | [] [] |
|
638 |
+
linkdr | [] [] [] [] [] |
|
639 |
+
lordsawar | |
|
640 |
+
lprng | [] |
|
641 |
+
lynx | [] [] [] [] [] |
|
642 |
+
m4 | [] [] [] [] [] [] |
|
643 |
+
mailfromd | |
|
644 |
+
mailutils | [] [] |
|
645 |
+
make | [] [] [] [] [] [] [] [] [] |
|
646 |
+
man-db | [] [] |
|
647 |
+
man-db-manpages | [] |
|
648 |
+
minicom | [] [] [] [] [] |
|
649 |
+
mkisofs | [] [] [] [] |
|
650 |
+
myserver | |
|
651 |
+
nano | [] [] [] [] [] [] |
|
652 |
+
opcodes | [] [] [] [] |
|
653 |
+
parted | [] [] [] [] |
|
654 |
+
pies | |
|
655 |
+
popt | [] [] [] [] [] [] [] [] [] |
|
656 |
+
psmisc | [] [] [] |
|
657 |
+
pspp | |
|
658 |
+
pwdutils | [] [] |
|
659 |
+
radius | [] [] |
|
660 |
+
recode | [] [] [] [] [] [] [] [] |
|
661 |
+
rosegarden | () () () () () |
|
662 |
+
rpm | [] [] |
|
663 |
+
rush | |
|
664 |
+
sarg | [] |
|
665 |
+
screem | [] [] |
|
666 |
+
scrollkeeper | [] [] [] [] |
|
667 |
+
sed | [] [] [] [] [] [] [] [] |
|
668 |
+
sharutils | [] [] [] [] [] [] [] |
|
669 |
+
shishi | [] |
|
670 |
+
skencil | [] |
|
671 |
+
solfege | [] [] [] [] |
|
672 |
+
solfege-manual | [] [] |
|
673 |
+
soundtracker | [] [] |
|
674 |
+
sp | [] () |
|
675 |
+
sysstat | [] [] [] [] [] |
|
676 |
+
tar | [] [] [] [] [] [] [] |
|
677 |
+
texinfo | [] [] [] [] |
|
678 |
+
tin | [] |
|
679 |
+
unicode-han-tra... | |
|
680 |
+
unicode-transla... | [] [] |
|
681 |
+
util-linux-ng | [] [] [] [] [] [] |
|
682 |
+
vice | () () () |
|
683 |
+
vmm | [] |
|
684 |
+
vorbis-tools | [] |
|
685 |
+
wastesedge | () () |
|
686 |
+
wdiff | [] |
|
687 |
+
wget | [] [] [] [] [] [] [] [] |
|
688 |
+
wyslij-po | [] [] [] |
|
689 |
+
xchat | [] [] [] [] [] [] [] [] [] |
|
690 |
+
xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] |
|
691 |
+
xkeyboard-config | [] [] [] [] [] |
|
692 |
+
+----------------------------------------------------+
|
693 |
+
fi fr ga gl gu he hi hr hu hy id is it ja ka kn
|
694 |
+
105 121 53 20 4 8 3 5 53 2 120 5 84 67 0 4
|
695 |
+
|
696 |
+
ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne
|
697 |
+
+-----------------------------------------------+
|
698 |
+
a2ps | [] |
|
699 |
+
aegis | |
|
700 |
+
ant-phone | |
|
701 |
+
anubis | [] [] |
|
702 |
+
aspell | [] |
|
703 |
+
bash | |
|
704 |
+
bfd | |
|
705 |
+
bibshelf | [] [] |
|
706 |
+
binutils | |
|
707 |
+
bison | [] |
|
708 |
+
bison-runtime | [] [] [] [] [] |
|
709 |
+
bluez-pin | [] [] [] [] [] |
|
710 |
+
bombono-dvd | |
|
711 |
+
buzztard | |
|
712 |
+
cflow | |
|
713 |
+
clisp | |
|
714 |
+
coreutils | [] |
|
715 |
+
cpio | |
|
716 |
+
cppi | |
|
717 |
+
cpplib | |
|
718 |
+
cryptsetup | |
|
719 |
+
dfarc | [] |
|
720 |
+
dialog | [] [] [] [] [] |
|
721 |
+
dico | |
|
722 |
+
diffutils | [] [] |
|
723 |
+
dink | |
|
724 |
+
doodle | |
|
725 |
+
e2fsprogs | |
|
726 |
+
enscript | |
|
727 |
+
exif | [] |
|
728 |
+
fetchmail | |
|
729 |
+
findutils | |
|
730 |
+
flex | |
|
731 |
+
freedink | [] |
|
732 |
+
gas | |
|
733 |
+
gawk | |
|
734 |
+
gcal | |
|
735 |
+
gcc | |
|
736 |
+
gettext-examples | [] [] [] [] |
|
737 |
+
gettext-runtime | [] |
|
738 |
+
gettext-tools | [] |
|
739 |
+
gip | [] [] |
|
740 |
+
gjay | |
|
741 |
+
gliv | |
|
742 |
+
glunarclock | [] |
|
743 |
+
gnubiff | |
|
744 |
+
gnucash | () () () () |
|
745 |
+
gnuedu | |
|
746 |
+
gnulib | |
|
747 |
+
gnunet | |
|
748 |
+
gnunet-gtk | |
|
749 |
+
gnutls | [] |
|
750 |
+
gold | |
|
751 |
+
gpe-aerial | [] |
|
752 |
+
gpe-beam | [] |
|
753 |
+
gpe-bluetooth | [] [] |
|
754 |
+
gpe-calendar | [] |
|
755 |
+
gpe-clock | [] [] [] [] [] |
|
756 |
+
gpe-conf | [] [] |
|
757 |
+
gpe-contacts | [] [] |
|
758 |
+
gpe-edit | [] |
|
759 |
+
gpe-filemanager | [] [] |
|
760 |
+
gpe-go | [] [] [] |
|
761 |
+
gpe-login | [] |
|
762 |
+
gpe-ownerinfo | [] [] |
|
763 |
+
gpe-package | [] [] |
|
764 |
+
gpe-sketchbook | [] [] |
|
765 |
+
gpe-su | [] [] [] [] [] [] |
|
766 |
+
gpe-taskmanager | [] [] [] [] [] [] |
|
767 |
+
gpe-timesheet | [] [] |
|
768 |
+
gpe-today | [] [] [] [] |
|
769 |
+
gpe-todo | [] [] |
|
770 |
+
gphoto2 | |
|
771 |
+
gprof | [] |
|
772 |
+
gpsdrive | |
|
773 |
+
gramadoir | |
|
774 |
+
grep | |
|
775 |
+
grub | |
|
776 |
+
gsasl | |
|
777 |
+
gss | |
|
778 |
+
gst-plugins-bad | [] [] [] [] |
|
779 |
+
gst-plugins-base | [] [] |
|
780 |
+
gst-plugins-good | [] [] |
|
781 |
+
gst-plugins-ugly | [] [] [] [] [] |
|
782 |
+
gstreamer | |
|
783 |
+
gtick | |
|
784 |
+
gtkam | [] |
|
785 |
+
gtkorphan | [] [] |
|
786 |
+
gtkspell | [] [] [] [] [] [] [] |
|
787 |
+
gutenprint | |
|
788 |
+
hello | [] [] [] |
|
789 |
+
help2man | |
|
790 |
+
hylafax | |
|
791 |
+
idutils | |
|
792 |
+
indent | |
|
793 |
+
iso_15924 | [] [] |
|
794 |
+
iso_3166 | [] [] () [] [] [] [] [] |
|
795 |
+
iso_3166_2 | |
|
796 |
+
iso_4217 | [] [] |
|
797 |
+
iso_639 | [] [] |
|
798 |
+
iso_639_3 | [] |
|
799 |
+
jwhois | [] |
|
800 |
+
kbd | |
|
801 |
+
keytouch | [] |
|
802 |
+
keytouch-editor | [] |
|
803 |
+
keytouch-keyboa... | [] |
|
804 |
+
klavaro | [] |
|
805 |
+
latrine | [] |
|
806 |
+
ld | |
|
807 |
+
leafpad | [] [] [] |
|
808 |
+
libc | [] |
|
809 |
+
libexif | |
|
810 |
+
libextractor | |
|
811 |
+
libgnutls | [] |
|
812 |
+
libgpewidget | [] [] |
|
813 |
+
libgpg-error | |
|
814 |
+
libgphoto2 | |
|
815 |
+
libgphoto2_port | |
|
816 |
+
libgsasl | |
|
817 |
+
libiconv | |
|
818 |
+
libidn | |
|
819 |
+
lifelines | |
|
820 |
+
liferea | |
|
821 |
+
lilypond | |
|
822 |
+
linkdr | |
|
823 |
+
lordsawar | |
|
824 |
+
lprng | |
|
825 |
+
lynx | |
|
826 |
+
m4 | |
|
827 |
+
mailfromd | |
|
828 |
+
mailutils | |
|
829 |
+
make | [] |
|
830 |
+
man-db | |
|
831 |
+
man-db-manpages | |
|
832 |
+
minicom | [] |
|
833 |
+
mkisofs | |
|
834 |
+
myserver | |
|
835 |
+
nano | [] [] |
|
836 |
+
opcodes | |
|
837 |
+
parted | |
|
838 |
+
pies | |
|
839 |
+
popt | [] [] [] |
|
840 |
+
psmisc | |
|
841 |
+
pspp | |
|
842 |
+
pwdutils | |
|
843 |
+
radius | |
|
844 |
+
recode | |
|
845 |
+
rosegarden | |
|
846 |
+
rpm | |
|
847 |
+
rush | |
|
848 |
+
sarg | |
|
849 |
+
screem | |
|
850 |
+
scrollkeeper | [] [] |
|
851 |
+
sed | |
|
852 |
+
sharutils | |
|
853 |
+
shishi | |
|
854 |
+
skencil | |
|
855 |
+
solfege | [] |
|
856 |
+
solfege-manual | |
|
857 |
+
soundtracker | |
|
858 |
+
sp | |
|
859 |
+
sysstat | [] |
|
860 |
+
tar | [] |
|
861 |
+
texinfo | [] |
|
862 |
+
tin | |
|
863 |
+
unicode-han-tra... | |
|
864 |
+
unicode-transla... | |
|
865 |
+
util-linux-ng | |
|
866 |
+
vice | |
|
867 |
+
vmm | |
|
868 |
+
vorbis-tools | |
|
869 |
+
wastesedge | |
|
870 |
+
wdiff | |
|
871 |
+
wget | [] |
|
872 |
+
wyslij-po | |
|
873 |
+
xchat | [] [] [] |
|
874 |
+
xdg-user-dirs | [] [] [] [] [] [] [] [] |
|
875 |
+
xkeyboard-config | [] [] [] |
|
876 |
+
+-----------------------------------------------+
|
877 |
+
ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne
|
878 |
+
20 5 10 1 13 48 4 2 2 4 24 10 20 3 1
|
879 |
+
|
880 |
+
nl nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr
|
881 |
+
+---------------------------------------------------+
|
882 |
+
a2ps | [] [] [] [] [] [] [] [] |
|
883 |
+
aegis | [] [] [] |
|
884 |
+
ant-phone | [] [] |
|
885 |
+
anubis | [] [] [] |
|
886 |
+
aspell | [] [] [] [] [] |
|
887 |
+
bash | [] [] |
|
888 |
+
bfd | [] |
|
889 |
+
bibshelf | [] [] |
|
890 |
+
binutils | [] [] |
|
891 |
+
bison | [] [] [] |
|
892 |
+
bison-runtime | [] [] [] [] [] [] [] |
|
893 |
+
bluez-pin | [] [] [] [] [] [] [] [] |
|
894 |
+
bombono-dvd | [] () |
|
895 |
+
buzztard | [] [] |
|
896 |
+
cflow | [] |
|
897 |
+
clisp | [] [] |
|
898 |
+
coreutils | [] [] [] [] [] [] |
|
899 |
+
cpio | [] [] [] |
|
900 |
+
cppi | [] |
|
901 |
+
cpplib | [] |
|
902 |
+
cryptsetup | [] |
|
903 |
+
dfarc | [] |
|
904 |
+
dialog | [] [] [] [] |
|
905 |
+
dico | [] |
|
906 |
+
diffutils | [] [] [] [] [] [] |
|
907 |
+
dink | () |
|
908 |
+
doodle | [] [] |
|
909 |
+
e2fsprogs | [] [] |
|
910 |
+
enscript | [] [] [] [] [] |
|
911 |
+
exif | [] [] [] () [] |
|
912 |
+
fetchmail | [] [] [] [] |
|
913 |
+
findutils | [] [] [] [] [] |
|
914 |
+
flex | [] [] [] [] [] |
|
915 |
+
freedink | [] [] |
|
916 |
+
gas | |
|
917 |
+
gawk | [] [] [] [] |
|
918 |
+
gcal | |
|
919 |
+
gcc | [] |
|
920 |
+
gettext-examples | [] [] [] [] [] [] [] [] |
|
921 |
+
gettext-runtime | [] [] [] [] [] [] [] [] [] |
|
922 |
+
gettext-tools | [] [] [] [] [] [] |
|
923 |
+
gip | [] [] [] [] [] |
|
924 |
+
gjay | |
|
925 |
+
gliv | [] [] [] [] [] [] |
|
926 |
+
glunarclock | [] [] [] [] [] |
|
927 |
+
gnubiff | [] () |
|
928 |
+
gnucash | [] () () () |
|
929 |
+
gnuedu | [] |
|
930 |
+
gnulib | [] [] [] [] |
|
931 |
+
gnunet | |
|
932 |
+
gnunet-gtk | |
|
933 |
+
gnutls | [] [] |
|
934 |
+
gold | |
|
935 |
+
gpe-aerial | [] [] [] [] [] [] [] |
|
936 |
+
gpe-beam | [] [] [] [] [] [] [] |
|
937 |
+
gpe-bluetooth | [] [] |
|
938 |
+
gpe-calendar | [] [] [] [] |
|
939 |
+
gpe-clock | [] [] [] [] [] [] [] [] |
|
940 |
+
gpe-conf | [] [] [] [] [] [] [] |
|
941 |
+
gpe-contacts | [] [] [] [] [] |
|
942 |
+
gpe-edit | [] [] [] |
|
943 |
+
gpe-filemanager | [] [] [] |
|
944 |
+
gpe-go | [] [] [] [] [] [] [] [] |
|
945 |
+
gpe-login | [] [] |
|
946 |
+
gpe-ownerinfo | [] [] [] [] [] [] [] [] |
|
947 |
+
gpe-package | [] [] |
|
948 |
+
gpe-sketchbook | [] [] [] [] [] [] [] |
|
949 |
+
gpe-su | [] [] [] [] [] [] [] [] |
|
950 |
+
gpe-taskmanager | [] [] [] [] [] [] [] [] |
|
951 |
+
gpe-timesheet | [] [] [] [] [] [] [] [] |
|
952 |
+
gpe-today | [] [] [] [] [] [] [] [] |
|
953 |
+
gpe-todo | [] [] [] [] [] |
|
954 |
+
gphoto2 | [] [] [] [] [] [] [] [] |
|
955 |
+
gprof | [] [] [] |
|
956 |
+
gpsdrive | [] [] |
|
957 |
+
gramadoir | [] [] |
|
958 |
+
grep | [] [] [] [] |
|
959 |
+
grub | [] [] [] |
|
960 |
+
gsasl | [] [] [] [] |
|
961 |
+
gss | [] [] [] |
|
962 |
+
gst-plugins-bad | [] [] [] [] [] [] |
|
963 |
+
gst-plugins-base | [] [] [] [] [] |
|
964 |
+
gst-plugins-good | [] [] [] [] [] |
|
965 |
+
gst-plugins-ugly | [] [] [] [] [] [] |
|
966 |
+
gstreamer | [] [] [] [] [] |
|
967 |
+
gtick | [] [] [] |
|
968 |
+
gtkam | [] [] [] [] [] [] |
|
969 |
+
gtkorphan | [] |
|
970 |
+
gtkspell | [] [] [] [] [] [] [] [] [] [] |
|
971 |
+
gutenprint | [] [] |
|
972 |
+
hello | [] [] [] [] |
|
973 |
+
help2man | [] [] |
|
974 |
+
hylafax | [] |
|
975 |
+
idutils | [] [] [] [] [] |
|
976 |
+
indent | [] [] [] [] [] [] [] |
|
977 |
+
iso_15924 | [] [] [] [] |
|
978 |
+
iso_3166 | [] [] [] [] [] () [] [] [] [] [] [] [] [] |
|
979 |
+
iso_3166_2 | [] [] [] |
|
980 |
+
iso_4217 | [] [] [] [] [] [] [] [] |
|
981 |
+
iso_639 | [] [] [] [] [] [] [] [] [] |
|
982 |
+
iso_639_3 | [] [] |
|
983 |
+
jwhois | [] [] [] [] |
|
984 |
+
kbd | [] [] [] |
|
985 |
+
keytouch | [] [] [] |
|
986 |
+
keytouch-editor | [] [] [] |
|
987 |
+
keytouch-keyboa... | [] [] [] |
|
988 |
+
klavaro | [] [] |
|
989 |
+
latrine | [] [] |
|
990 |
+
ld | |
|
991 |
+
leafpad | [] [] [] [] [] [] [] [] [] |
|
992 |
+
libc | [] [] [] [] |
|
993 |
+
libexif | [] [] () [] |
|
994 |
+
libextractor | |
|
995 |
+
libgnutls | [] [] |
|
996 |
+
libgpewidget | [] [] [] |
|
997 |
+
libgpg-error | [] [] |
|
998 |
+
libgphoto2 | [] [] |
|
999 |
+
libgphoto2_port | [] [] [] [] [] |
|
1000 |
+
libgsasl | [] [] [] [] [] |
|
1001 |
+
libiconv | [] [] [] [] [] |
|
1002 |
+
libidn | [] [] |
|
1003 |
+
lifelines | [] [] |
|
1004 |
+
liferea | [] [] [] [] [] () () [] |
|
1005 |
+
lilypond | [] |
|
1006 |
+
linkdr | [] [] [] |
|
1007 |
+
lordsawar | |
|
1008 |
+
lprng | [] |
|
1009 |
+
lynx | [] [] [] |
|
1010 |
+
m4 | [] [] [] [] [] |
|
1011 |
+
mailfromd | [] |
|
1012 |
+
mailutils | [] |
|
1013 |
+
make | [] [] [] [] |
|
1014 |
+
man-db | [] [] [] |
|
1015 |
+
man-db-manpages | [] [] [] |
|
1016 |
+
minicom | [] [] [] [] |
|
1017 |
+
mkisofs | [] [] [] |
|
1018 |
+
myserver | |
|
1019 |
+
nano | [] [] [] [] |
|
1020 |
+
opcodes | [] [] |
|
1021 |
+
parted | [] [] [] [] |
|
1022 |
+
pies | [] |
|
1023 |
+
popt | [] [] [] [] |
|
1024 |
+
psmisc | [] [] [] |
|
1025 |
+
pspp | [] [] |
|
1026 |
+
pwdutils | [] |
|
1027 |
+
radius | [] [] [] |
|
1028 |
+
recode | [] [] [] [] [] [] [] [] |
|
1029 |
+
rosegarden | () () |
|
1030 |
+
rpm | [] [] [] |
|
1031 |
+
rush | [] [] |
|
1032 |
+
sarg | |
|
1033 |
+
screem | |
|
1034 |
+
scrollkeeper | [] [] [] [] [] [] [] [] |
|
1035 |
+
sed | [] [] [] [] [] [] [] [] [] |
|
1036 |
+
sharutils | [] [] [] [] |
|
1037 |
+
shishi | [] |
|
1038 |
+
skencil | [] [] |
|
1039 |
+
solfege | [] [] [] [] |
|
1040 |
+
solfege-manual | [] [] [] |
|
1041 |
+
soundtracker | [] |
|
1042 |
+
sp | |
|
1043 |
+
sysstat | [] [] [] [] |
|
1044 |
+
tar | [] [] [] [] |
|
1045 |
+
texinfo | [] [] [] [] |
|
1046 |
+
tin | [] |
|
1047 |
+
unicode-han-tra... | |
|
1048 |
+
unicode-transla... | |
|
1049 |
+
util-linux-ng | [] [] [] [] [] |
|
1050 |
+
vice | [] |
|
1051 |
+
vmm | [] |
|
1052 |
+
vorbis-tools | [] [] |
|
1053 |
+
wastesedge | [] |
|
1054 |
+
wdiff | [] [] |
|
1055 |
+
wget | [] [] [] [] [] [] [] |
|
1056 |
+
wyslij-po | [] [] [] |
|
1057 |
+
xchat | [] [] [] [] [] [] [] [] [] |
|
1058 |
+
xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] [] |
|
1059 |
+
xkeyboard-config | [] [] [] |
|
1060 |
+
+---------------------------------------------------+
|
1061 |
+
nl nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr
|
1062 |
+
135 10 4 7 105 1 29 62 47 91 3 54 46 9 37
|
1063 |
+
|
1064 |
+
sv sw ta te tg th tr uk vi wa zh_CN zh_HK zh_TW
|
1065 |
+
+---------------------------------------------------+
|
1066 |
+
a2ps | [] [] [] [] [] | 27
|
1067 |
+
aegis | [] | 9
|
1068 |
+
ant-phone | [] [] [] [] | 9
|
1069 |
+
anubis | [] [] [] [] | 15
|
1070 |
+
aspell | [] [] [] | 20
|
1071 |
+
bash | [] [] [] | 12
|
1072 |
+
bfd | [] | 6
|
1073 |
+
bibshelf | [] [] [] | 16
|
1074 |
+
binutils | [] [] | 8
|
1075 |
+
bison | [] [] | 12
|
1076 |
+
bison-runtime | [] [] [] [] [] [] | 29
|
1077 |
+
bluez-pin | [] [] [] [] [] [] [] [] | 37
|
1078 |
+
bombono-dvd | [] | 4
|
1079 |
+
buzztard | [] | 7
|
1080 |
+
cflow | [] [] [] | 9
|
1081 |
+
clisp | | 10
|
1082 |
+
coreutils | [] [] [] [] | 22
|
1083 |
+
cpio | [] [] [] [] [] [] | 13
|
1084 |
+
cppi | [] [] | 5
|
1085 |
+
cpplib | [] [] [] [] [] [] | 14
|
1086 |
+
cryptsetup | [] [] | 7
|
1087 |
+
dfarc | [] | 9
|
1088 |
+
dialog | [] [] [] [] [] [] [] | 30
|
1089 |
+
dico | [] | 2
|
1090 |
+
diffutils | [] [] [] [] [] [] | 30
|
1091 |
+
dink | | 4
|
1092 |
+
doodle | [] [] | 7
|
1093 |
+
e2fsprogs | [] [] [] | 11
|
1094 |
+
enscript | [] [] [] [] | 17
|
1095 |
+
exif | [] [] [] | 16
|
1096 |
+
fetchmail | [] [] [] | 17
|
1097 |
+
findutils | [] [] [] [] [] | 20
|
1098 |
+
flex | [] [] [] [] | 15
|
1099 |
+
freedink | [] | 10
|
1100 |
+
gas | [] | 4
|
1101 |
+
gawk | [] [] [] [] | 18
|
1102 |
+
gcal | [] [] | 5
|
1103 |
+
gcc | [] [] [] | 7
|
1104 |
+
gettext-examples | [] [] [] [] [] [] [] | 34
|
1105 |
+
gettext-runtime | [] [] [] [] [] [] [] | 29
|
1106 |
+
gettext-tools | [] [] [] [] [] [] | 22
|
1107 |
+
gip | [] [] [] [] | 22
|
1108 |
+
gjay | [] | 3
|
1109 |
+
gliv | [] [] [] | 14
|
1110 |
+
glunarclock | [] [] [] [] [] | 19
|
1111 |
+
gnubiff | [] [] | 4
|
1112 |
+
gnucash | () [] () [] () | 10
|
1113 |
+
gnuedu | [] [] | 7
|
1114 |
+
gnulib | [] [] [] [] | 16
|
1115 |
+
gnunet | [] | 1
|
1116 |
+
gnunet-gtk | [] [] [] | 5
|
1117 |
+
gnutls | [] [] [] | 10
|
1118 |
+
gold | [] | 4
|
1119 |
+
gpe-aerial | [] [] [] | 18
|
1120 |
+
gpe-beam | [] [] [] | 19
|
1121 |
+
gpe-bluetooth | [] [] [] | 13
|
1122 |
+
gpe-calendar | [] [] [] [] | 12
|
1123 |
+
gpe-clock | [] [] [] [] [] | 28
|
1124 |
+
gpe-conf | [] [] [] [] | 20
|
1125 |
+
gpe-contacts | [] [] [] | 17
|
1126 |
+
gpe-edit | [] [] [] | 12
|
1127 |
+
gpe-filemanager | [] [] [] [] | 16
|
1128 |
+
gpe-go | [] [] [] [] [] | 25
|
1129 |
+
gpe-login | [] [] [] | 11
|
1130 |
+
gpe-ownerinfo | [] [] [] [] [] | 25
|
1131 |
+
gpe-package | [] [] [] | 13
|
1132 |
+
gpe-sketchbook | [] [] [] | 20
|
1133 |
+
gpe-su | [] [] [] [] [] | 30
|
1134 |
+
gpe-taskmanager | [] [] [] [] [] | 29
|
1135 |
+
gpe-timesheet | [] [] [] [] [] | 25
|
1136 |
+
gpe-today | [] [] [] [] [] [] | 30
|
1137 |
+
gpe-todo | [] [] [] [] | 17
|
1138 |
+
gphoto2 | [] [] [] [] [] | 24
|
1139 |
+
gprof | [] [] [] | 15
|
1140 |
+
gpsdrive | [] [] [] | 11
|
1141 |
+
gramadoir | [] [] [] | 11
|
1142 |
+
grep | [] [] [] | 10
|
1143 |
+
grub | [] [] [] | 14
|
1144 |
+
gsasl | [] [] [] [] | 14
|
1145 |
+
gss | [] [] [] | 11
|
1146 |
+
gst-plugins-bad | [] [] [] [] | 26
|
1147 |
+
gst-plugins-base | [] [] [] [] [] | 24
|
1148 |
+
gst-plugins-good | [] [] [] [] | 24
|
1149 |
+
gst-plugins-ugly | [] [] [] [] [] | 29
|
1150 |
+
gstreamer | [] [] [] [] | 22
|
1151 |
+
gtick | [] [] [] | 13
|
1152 |
+
gtkam | [] [] [] | 20
|
1153 |
+
gtkorphan | [] [] [] | 14
|
1154 |
+
gtkspell | [] [] [] [] [] [] [] [] [] | 45
|
1155 |
+
gutenprint | [] | 10
|
1156 |
+
hello | [] [] [] [] [] [] | 21
|
1157 |
+
help2man | [] [] | 7
|
1158 |
+
hylafax | [] | 5
|
1159 |
+
idutils | [] [] [] [] | 17
|
1160 |
+
indent | [] [] [] [] [] [] | 30
|
1161 |
+
iso_15924 | () [] () [] [] | 16
|
1162 |
+
iso_3166 | [] [] () [] [] () [] [] [] () | 53
|
1163 |
+
iso_3166_2 | () [] () [] | 9
|
1164 |
+
iso_4217 | [] () [] [] () [] [] | 26
|
1165 |
+
iso_639 | [] [] [] () [] () [] [] [] [] | 38
|
1166 |
+
iso_639_3 | [] () | 8
|
1167 |
+
jwhois | [] [] [] [] [] | 16
|
1168 |
+
kbd | [] [] [] [] [] | 15
|
1169 |
+
keytouch | [] [] [] | 16
|
1170 |
+
keytouch-editor | [] [] [] | 14
|
1171 |
+
keytouch-keyboa... | [] [] [] | 14
|
1172 |
+
klavaro | [] | 11
|
1173 |
+
latrine | [] [] [] | 10
|
1174 |
+
ld | [] [] [] [] | 11
|
1175 |
+
leafpad | [] [] [] [] [] [] | 33
|
1176 |
+
libc | [] [] [] [] [] | 21
|
1177 |
+
libexif | [] () | 7
|
1178 |
+
libextractor | [] | 1
|
1179 |
+
libgnutls | [] [] [] | 9
|
1180 |
+
libgpewidget | [] [] [] | 14
|
1181 |
+
libgpg-error | [] [] [] | 9
|
1182 |
+
libgphoto2 | [] [] | 8
|
1183 |
+
libgphoto2_port | [] [] [] [] | 14
|
1184 |
+
libgsasl | [] [] [] | 13
|
1185 |
+
libiconv | [] [] [] [] | 21
|
1186 |
+
libidn | () [] [] | 11
|
1187 |
+
lifelines | [] | 4
|
1188 |
+
liferea | [] [] [] | 21
|
1189 |
+
lilypond | [] | 7
|
1190 |
+
linkdr | [] [] [] [] [] | 17
|
1191 |
+
lordsawar | | 1
|
1192 |
+
lprng | [] | 3
|
1193 |
+
lynx | [] [] [] [] | 17
|
1194 |
+
m4 | [] [] [] [] | 19
|
1195 |
+
mailfromd | [] [] | 3
|
1196 |
+
mailutils | [] | 5
|
1197 |
+
make | [] [] [] [] | 21
|
1198 |
+
man-db | [] [] [] | 8
|
1199 |
+
man-db-manpages | | 4
|
1200 |
+
minicom | [] [] | 16
|
1201 |
+
mkisofs | [] [] | 9
|
1202 |
+
myserver | | 0
|
1203 |
+
nano | [] [] [] [] | 21
|
1204 |
+
opcodes | [] [] [] | 11
|
1205 |
+
parted | [] [] [] [] [] | 15
|
1206 |
+
pies | [] [] | 3
|
1207 |
+
popt | [] [] [] [] [] [] | 27
|
1208 |
+
psmisc | [] [] | 11
|
1209 |
+
pspp | | 4
|
1210 |
+
pwdutils | [] [] | 6
|
1211 |
+
radius | [] [] | 9
|
1212 |
+
recode | [] [] [] [] | 28
|
1213 |
+
rosegarden | () | 0
|
1214 |
+
rpm | [] [] [] | 11
|
1215 |
+
rush | [] [] | 4
|
1216 |
+
sarg | | 1
|
1217 |
+
screem | [] | 3
|
1218 |
+
scrollkeeper | [] [] [] [] [] | 27
|
1219 |
+
sed | [] [] [] [] [] | 30
|
1220 |
+
sharutils | [] [] [] [] [] | 22
|
1221 |
+
shishi | [] | 3
|
1222 |
+
skencil | [] [] | 7
|
1223 |
+
solfege | [] [] [] [] | 16
|
1224 |
+
solfege-manual | [] | 8
|
1225 |
+
soundtracker | [] [] [] | 9
|
1226 |
+
sp | [] | 3
|
1227 |
+
sysstat | [] [] | 15
|
1228 |
+
tar | [] [] [] [] [] [] | 23
|
1229 |
+
texinfo | [] [] [] [] [] | 17
|
1230 |
+
tin | | 4
|
1231 |
+
unicode-han-tra... | | 0
|
1232 |
+
unicode-transla... | | 2
|
1233 |
+
util-linux-ng | [] [] [] [] | 20
|
1234 |
+
vice | () () | 1
|
1235 |
+
vmm | [] | 4
|
1236 |
+
vorbis-tools | [] | 6
|
1237 |
+
wastesedge | | 2
|
1238 |
+
wdiff | [] [] | 7
|
1239 |
+
wget | [] [] [] [] [] | 26
|
1240 |
+
wyslij-po | [] [] | 8
|
1241 |
+
xchat | [] [] [] [] [] [] | 36
|
1242 |
+
xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] | 63
|
1243 |
+
xkeyboard-config | [] [] [] | 22
|
1244 |
+
+---------------------------------------------------+
|
1245 |
+
85 teams sv sw ta te tg th tr uk vi wa zh_CN zh_HK zh_TW
|
1246 |
+
178 domains 119 1 3 3 0 10 65 51 155 17 98 7 41 2618
|
1247 |
+
|
1248 |
+
Some counters in the preceding matrix are higher than the number of
|
1249 |
+
visible blocks let us expect. This is because a few extra PO files are
|
1250 |
+
used for implementing regional variants of languages, or language
|
1251 |
+
dialects.
|
1252 |
+
|
1253 |
+
For a PO file in the matrix above to be effective, the package to
|
1254 |
+
which it applies should also have been internationalized and
|
1255 |
+
distributed as such by its maintainer. There might be an observable
|
1256 |
+
lag between the mere existence a PO file and its wide availability in a
|
1257 |
+
distribution.
|
1258 |
+
|
1259 |
+
If June 2010 seems to be old, you may fetch a more recent copy of
|
1260 |
+
this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date
|
1261 |
+
matrix with full percentage details can be found at
|
1262 |
+
`http://translationproject.org/extra/matrix.html'.
|
1263 |
+
|
1264 |
+
1.5 Using `gettext' in new packages
|
1265 |
+
===================================
|
1266 |
+
|
1267 |
+
If you are writing a freely available program and want to
|
1268 |
+
internationalize it you are welcome to use GNU `gettext' in your
|
1269 |
+
package. Of course you have to respect the GNU Library General Public
|
1270 |
+
License which covers the use of the GNU `gettext' library. This means
|
1271 |
+
in particular that even non-free programs can use `libintl' as a shared
|
1272 |
+
library, whereas only free software can use `libintl' as a static
|
1273 |
+
library or use modified versions of `libintl'.
|
1274 |
+
|
1275 |
+
Once the sources are changed appropriately and the setup can handle
|
1276 |
+
the use of `gettext' the only thing missing are the translations. The
|
1277 |
+
Free Translation Project is also available for packages which are not
|
1278 |
+
developed inside the GNU project. Therefore the information given above
|
1279 |
+
applies also for every other Free Software Project. Contact
|
1280 |
+
`coordinator@translationproject.org' to make the `.pot' files available
|
1281 |
+
to the translation teams.
|
1282 |
+
|
guile/AUTHORS
ADDED
@@ -0,0 +1,372 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
To find out what should go in this file, see "Information For
|
2 |
+
Maintainers of GNU Software" (maintain.texi), the section called
|
3 |
+
"Recording Changes".
|
4 |
+
|
5 |
+
|
6 |
+
Aubrey Jaffer:
|
7 |
+
is the author of SCM, the Scheme interpreter upon which Guile is
|
8 |
+
based. Guile started from SCM version 4e1 in November -94 and is
|
9 |
+
still largely composed of the original SCM code.
|
10 |
+
|
11 |
+
George Carrette:
|
12 |
+
wrote files present in Siod version 2.3, released in December of 1989.
|
13 |
+
Siod was the starting point for SCM. The major innovations taken from
|
14 |
+
Siod are the evaluator's use of the C-stack and being able to garbage
|
15 |
+
collect off the C-stack
|
16 |
+
|
17 |
+
Radey Shouman:
|
18 |
+
In the subdirectory libguile, wrote:
|
19 |
+
gsubr.c ramap.c unif.c
|
20 |
+
gsubr.h ramap.h unif.h
|
21 |
+
|
22 |
+
Gary Houston:
|
23 |
+
In the subdirectory libguile, wrote:
|
24 |
+
rw.c
|
25 |
+
In the subdirectory ice-9, wrote:
|
26 |
+
expect.scm networking.scm popen.scm posix.scm rw.scm
|
27 |
+
In the subdirectory doc, changes to:
|
28 |
+
data-rep.texi expect.texi guile-tut.texi
|
29 |
+
posix.texi r5rs.texi scheme-io.texi
|
30 |
+
Many other changes throughout.
|
31 |
+
|
32 |
+
Jim Blandy: Many changes throughout.
|
33 |
+
In the subdirectory libguile, wrote:
|
34 |
+
script.c (partially)
|
35 |
+
In the subdirectory doc, wrote:
|
36 |
+
data-rep.texi env.texi mbapi.texi
|
37 |
+
mltext.texi hacks.el
|
38 |
+
In the subdirectory doc/example-smob, wrote:
|
39 |
+
image-type.c image-type.h myguile.c
|
40 |
+
|
41 |
+
Tom Lord: Many changes throughout.
|
42 |
+
In the subdirectory ice-9, wrote:
|
43 |
+
Makefile.in configure.in lineio.scm poe.scm
|
44 |
+
boot-9.scm hcons.scm mapping.scm
|
45 |
+
|
46 |
+
Anthony Green: wrote the following files in libguile:
|
47 |
+
coop-defs.h coop-threads.h fsu-pthreads.h mit-pthreads.h threads.h
|
48 |
+
coop-threads.c coop.c mit-pthreads.c threads.c
|
49 |
+
and ice-9/threads.scm.
|
50 |
+
|
51 |
+
Mikael Djurfeldt:
|
52 |
+
In the subdirectory ice-9, wrote:
|
53 |
+
documentation.scm emacs.scm stack-catch.scm
|
54 |
+
null.scm r5rs.scm safe-r5rs.scm safe.scm
|
55 |
+
receive.scm occam-channel.scm syncase.scm
|
56 |
+
In the subdirectory ice-9, changes to:
|
57 |
+
boot-9.scm psyntax.ss slib.scm threads.scm
|
58 |
+
In the subdirectory oop, wrote:
|
59 |
+
goops.scm
|
60 |
+
In the subdirectory oop/goops, wrote:
|
61 |
+
compile.scm dispatch.scm internal.scm old-define-method.scm save.scm
|
62 |
+
stklos.scm util.scm
|
63 |
+
In the subdirectory oop/goops, rewrote files from STKlos:
|
64 |
+
active-slot.scm composite-slot.scm describe.scm
|
65 |
+
In the subdirectory libguile, wrote:
|
66 |
+
backtrace.c debug.c options.c root.c srcprop.c stacks.c
|
67 |
+
backtrace.h debug.h options.h root.h srcprop.h stacks.h
|
68 |
+
iselect.c gdbint.c objects.c objprop.c stackchk.c modules.c
|
69 |
+
iselect.h gdbint.h objects.h objprop.h stackchk.h modules.h
|
70 |
+
random.c futures.c evalext.c goops.c hooks.c macros.c
|
71 |
+
random.h futures.h evalext.h goops.h hooks.h macros.h
|
72 |
+
gdb_interface.h
|
73 |
+
In the subdirectory libguile, rewrote:
|
74 |
+
coop-threads.c coop.c mit-pthreads.c threads.c print.c
|
75 |
+
coop-threads.h fsu-pthreads.h mit-pthreads.h threads.h print.h
|
76 |
+
In the subdirectory srfi, wrote:
|
77 |
+
srfi.c
|
78 |
+
srfi.h
|
79 |
+
In the subdirectory doc, wrote:
|
80 |
+
goops-tutorial.texi hierarchy.eps
|
81 |
+
hierarchy.txt mop.txt oldfmt.c
|
82 |
+
In the subdirectory doc, changes to:
|
83 |
+
data-rep.texi gh.texi goops.texi
|
84 |
+
Many other changes throughout.
|
85 |
+
|
86 |
+
Mark Galassi:
|
87 |
+
Designed and implemented the high-level libguile API (the @code{gh_}
|
88 |
+
interface), based largely on the defunct @code{gscm_} interface. In the
|
89 |
+
subdirectory libguile, wrote:
|
90 |
+
gh.h gh_funcs.c gh_list.c gh_test_repl.c
|
91 |
+
gh_data.c gh_init.c gh_predicates.c
|
92 |
+
gh_eval.c gh_io.c gh_test_c.c
|
93 |
+
In the subdirectory doc, wrote:
|
94 |
+
appendices.texi gh.texi guile-tut.texi
|
95 |
+
|
96 |
+
Marius Vollmer: Many changes throughout.
|
97 |
+
In the subdirectory libguile, wrote:
|
98 |
+
fluids.c fluids.h extensions.h
|
99 |
+
deprecation.h deprecation.c extensions.c
|
100 |
+
In the subdirectory libguile, rewrote:
|
101 |
+
dynl.c dynl-dl.c dynl-shl.c
|
102 |
+
dynl.h dynl-dld.c
|
103 |
+
In the subdirectory doc, changes to:
|
104 |
+
data-rep.texi intro.texi posix.texi
|
105 |
+
scheme-modules.texi
|
106 |
+
In the subdirectory ice-9, wrote
|
107 |
+
and-let-star-compat.scm
|
108 |
+
|
109 |
+
R. Kent Dybvig:
|
110 |
+
In the subdirectory ice-9, wrote:
|
111 |
+
psyntax.ss
|
112 |
+
|
113 |
+
Roland Orre:
|
114 |
+
In the subdirectory libguile, wrote:
|
115 |
+
sort.c
|
116 |
+
sort.h
|
117 |
+
In the subdirectory ice-9, wrote:
|
118 |
+
session.scm
|
119 |
+
|
120 |
+
Michael Livshin: Some changes throughout.
|
121 |
+
Implemented support for double-word heap cells and converted some
|
122 |
+
smobs to use them.
|
123 |
+
In the subdirectory libguile, wrote:
|
124 |
+
guardians.c guardians.h filter-doc-snarfage.c
|
125 |
+
guile-snarf-docs.in
|
126 |
+
In the subdirectory libguile, changed extensively:
|
127 |
+
gc.c gc.h
|
128 |
+
In the subdirectory ice-9, wrote:
|
129 |
+
streams.scm and-let*.scm
|
130 |
+
In the subdirectory scripts, wrote:
|
131 |
+
snarf-check-and-output-texi
|
132 |
+
|
133 |
+
Tim Pierce:
|
134 |
+
In the subdirectory libguile, wrote:
|
135 |
+
regex-posix.c
|
136 |
+
regex-posix.h
|
137 |
+
In the subdirectory doc, changes to:
|
138 |
+
appendices.texi posix.texi
|
139 |
+
|
140 |
+
Rob Browning:
|
141 |
+
wrote initial srfi/srfi-2.scm.
|
142 |
+
wrote initial srfi/srfi-6.scm.
|
143 |
+
wrote initial srfi/srfi-8.scm.
|
144 |
+
wrote initial srfi/srfi-11.scm.
|
145 |
+
ported srfi/srfi-19.scm to Guile.
|
146 |
+
and many other changes throughout.
|
147 |
+
|
148 |
+
Martin Grabmueller:
|
149 |
+
In the subdirectory libguile, changes to:
|
150 |
+
backtrace.c eval.c strorder.c script.c
|
151 |
+
strop.c strop.h struct.c macros.c
|
152 |
+
numbers.c posix.h posix.c symbols.c
|
153 |
+
gh_data.c strports.h strports.c validate.h
|
154 |
+
read.c
|
155 |
+
and many docstrings changes throughout.
|
156 |
+
In the subdirectory srfi, wrote:
|
157 |
+
srfi-1.scm srfi-9.scm srfi-10.scm
|
158 |
+
srfi-13.scm srfi-14.scm srfi-13.c
|
159 |
+
srfi-14.c srfi-13.h srfi-14.h
|
160 |
+
srfi-16.scm srfi-4.c srfi-4.h
|
161 |
+
srfi-4.scm
|
162 |
+
In the subdirectory scripts, wrote:
|
163 |
+
doc-snarf
|
164 |
+
In the subdirectory doc, wrote:
|
165 |
+
script-getopt.texi srfi-modules.texi
|
166 |
+
repl-modules.texi misc-modules.texi
|
167 |
+
In the subdirectory doc, changes to:
|
168 |
+
guile.texi intro.texi posix.texi
|
169 |
+
scheme-binding.texi scheme-control.texi
|
170 |
+
scheme-data.texi scheme-evaluation.texi
|
171 |
+
scheme-indices.texi scheme-io.texi
|
172 |
+
scheme-memory.texi scheme-modules.texi
|
173 |
+
scheme-options.texi scheme-procedures.texi
|
174 |
+
scheme-scheduling.texi scheme-utility.texi
|
175 |
+
In the subdirectory example, wrote
|
176 |
+
scripts modules safe
|
177 |
+
box box-module box-dynamic
|
178 |
+
In the subdirectory test-suite/tests, wrote:
|
179 |
+
srfi-4.test srfi-9.test srfi-10.test
|
180 |
+
srfi-13.test
|
181 |
+
|
182 |
+
Will Fitzgerald:
|
183 |
+
wrote initial srfi/srfi-19.scm.
|
184 |
+
|
185 |
+
Jost Boekemeier:
|
186 |
+
In the subdirectory libguile, wrote:
|
187 |
+
environments.c, environments.h
|
188 |
+
|
189 |
+
Dirk Herrmann:
|
190 |
+
In the subdirectory doc, changes to:
|
191 |
+
data-rep.texi, scm.texi
|
192 |
+
In the subdirectory libguile, rewrote:
|
193 |
+
environments.c, environments.h
|
194 |
+
In the subdirectory libguile, changes to:
|
195 |
+
error.c, gc.c, gc.h, numbers.c, strings.c, symbols.c
|
196 |
+
In the subdirectory test-suite, rewrote:
|
197 |
+
lib.scm
|
198 |
+
In the subdirectory test-suite/tests, wrote:
|
199 |
+
bit-operations.test, common-list.test, environments.test, eval.test,
|
200 |
+
gc.test, list.test, numbers.test, symbols.test, syntax.test
|
201 |
+
Many other changes throughout.
|
202 |
+
|
203 |
+
Greg Badros:
|
204 |
+
In the subdirectory doc, changes to:
|
205 |
+
data-rep.texi
|
206 |
+
Many changes throughout.
|
207 |
+
|
208 |
+
Neil Jerram:
|
209 |
+
In the subdirectory emacs, wrote:
|
210 |
+
gds.el gds-scheme.el gds-server.el
|
211 |
+
gds-test.el gds-test.sh gds-test.stdin
|
212 |
+
gds-tutorial.txt gds-faq.txt
|
213 |
+
In the subdirectory ice-9, wrote:
|
214 |
+
buffered-input.scm gds-client.scm gds-server.scm
|
215 |
+
In the subdirectory ice-9/debugging, wrote:
|
216 |
+
example-fns.scm ice-9-debugger-extensions.scm
|
217 |
+
steps.scm trace.scm traps.scm
|
218 |
+
trc.scm
|
219 |
+
In the subdirectory lang/elisp, wrote:
|
220 |
+
base.scm example.el interface.scm
|
221 |
+
transform.scm variables.scm
|
222 |
+
In the subdirectory lang/elisp/internals, wrote:
|
223 |
+
evaluation.scm format.scm fset.scm
|
224 |
+
lambda.scm load.scm null.scm
|
225 |
+
set.scm signal.scm time.scm
|
226 |
+
trace.scm
|
227 |
+
In the subdirectory lang/elisp/primitives, wrote:
|
228 |
+
buffers.scm char-table.scm features.scm
|
229 |
+
fns.scm format.scm guile.scm
|
230 |
+
keymaps.scm lists.scm load.scm
|
231 |
+
match.scm numbers.scm pure.scm
|
232 |
+
read.scm signal.scm strings.scm
|
233 |
+
symprop.scm syntax.scm system.scm
|
234 |
+
time.scm
|
235 |
+
In the subdirectory srfi, wrote:
|
236 |
+
srfi-34.scm
|
237 |
+
In the subdirectory doc, wrote:
|
238 |
+
deprecated.texi goops.texi scheme-ideas.texi
|
239 |
+
scheme-reading.texi
|
240 |
+
In the subdirectory doc, changes to:
|
241 |
+
appendices.texi data-rep.texi expect.texi
|
242 |
+
extend.texi gh.texi guile-tut.texi
|
243 |
+
guile.texi indices.texi intro.texi
|
244 |
+
posix.texi preface.texi r5rs.texi
|
245 |
+
scheme-binding.texi scheme-modules.texi
|
246 |
+
scheme-control.texi scheme-data.texi
|
247 |
+
scheme-debug.texi scheme-evaluation.texi
|
248 |
+
scheme-ideas.texi scheme-indices.texi
|
249 |
+
scheme-intro.texi scheme-io.texi
|
250 |
+
scheme-memory.texi scheme-options.texi
|
251 |
+
scheme-procedures.texi scheme-scheduling.texi
|
252 |
+
scheme-translation.texi scheme-utility.texi
|
253 |
+
scm.texi scripts.texi script-getopt.texi
|
254 |
+
In the subdirectory doc/maint, wrote:
|
255 |
+
docstring.el
|
256 |
+
Many other changes throughout.
|
257 |
+
|
258 |
+
Thien-Thi Nguyen:
|
259 |
+
In the top-level directory, wrote:
|
260 |
+
check-guile.in guile-tools.in
|
261 |
+
In the subdirectory ice-9, changes to:
|
262 |
+
boot-9.scm documentation.scm emacs.scm
|
263 |
+
ls.scm session.scm string-fun.scm
|
264 |
+
threads.scm getopt-long.scm
|
265 |
+
In the subdirectory scripts, wrote:
|
266 |
+
Makefile.am PROGRAM
|
267 |
+
display-commentary generate-autoload
|
268 |
+
punify read-scheme-source
|
269 |
+
use2dot
|
270 |
+
In the subdirectory scripts, changes to:
|
271 |
+
doc-snarf
|
272 |
+
In the subdirectory libguile, changes to:
|
273 |
+
regex-posix.c
|
274 |
+
In the subdirectory doc, changes to:
|
275 |
+
intro.texi preface.texi
|
276 |
+
scheme-modules.texi scheme-procedures.texi
|
277 |
+
scheme-scheduling.texi
|
278 |
+
In the subdirectory test-suite, changes to:
|
279 |
+
guile-test lib.scm
|
280 |
+
In the subdirectory test-suite/tests, wrote:
|
281 |
+
exceptions.test getopt-long.test
|
282 |
+
In the subdirectory test-suite/tests, changes to:
|
283 |
+
eval.test
|
284 |
+
|
285 |
+
Robert Merkel:
|
286 |
+
In the subdirectory doc, co-wrote:
|
287 |
+
guile.1
|
288 |
+
|
289 |
+
Marc Feeley:
|
290 |
+
In the subdirectory doc, wrote:
|
291 |
+
pretty-print.scm
|
292 |
+
|
293 |
+
Matthias Koeppe:
|
294 |
+
In the subdirectory test-suite/tests, wrote:
|
295 |
+
format.test, srfi-19.test, optargs.test
|
296 |
+
In the subdirectory test-suite/tests, changes to:
|
297 |
+
ports.test
|
298 |
+
|
299 |
+
The file libguile/gc_os_dep.c is from the Boehm-Weiser conservative
|
300 |
+
collector. A lot of people have contributed to it, but probably not
|
301 |
+
all to the code in gc_os_dep.c:
|
302 |
+
|
303 |
+
The SPARC specific code was contributed by Mark Weiser
|
304 |
+
(weiser@parc.xerox.com). The Encore Multimax modifications were
|
305 |
+
supplied by Kevin Kenny (kenny@m.cs.uiuc.edu). The adaptation to
|
306 |
+
the RT is largely due to Vernon Lee (scorpion@rice.edu), on
|
307 |
+
machines made available by IBM. Much of the HP specific code and
|
308 |
+
a number of good suggestions for improving the generic code are
|
309 |
+
due to Walter Underwood (wunder@hp-ses.sde.hp.com). Robert
|
310 |
+
Brazile (brazile@diamond.bbn.com) originally supplied the ULTRIX
|
311 |
+
code. Al Dosser (dosser@src.dec.com) and Regis Cridlig
|
312 |
+
(Regis.Cridlig@cl.cam.ac.uk) subsequently provided updates and
|
313 |
+
information on variation between ULTRIX systems. Parag Patel
|
314 |
+
(parag@netcom.com) supplied the A/UX code. Jesper
|
315 |
+
Peterson(jep@mtiame.mtia.oz.au), Michel Schinz, and Martin
|
316 |
+
Tauchmann (martintauchmann@bigfoot.com) supplied the Amiga port.
|
317 |
+
Thomas Funke (thf@zelator.in-berlin.de(?)) and Brian D.Carlstrom
|
318 |
+
(bdc@clark.lcs.mit.edu) supplied the NeXT ports. Douglas Steel
|
319 |
+
(doug@wg.icl.co.uk) provided ICL DRS6000 code. Bill Janssen
|
320 |
+
(janssen@parc.xerox.com) supplied the SunOS dynamic loader
|
321 |
+
specific code. Manuel Serrano (serrano@cornas.inria.fr) supplied
|
322 |
+
linux and Sony News specific code. Al Dosser provided Alpha/OSF/1
|
323 |
+
code. He and Dave Detlefs(detlefs@src.dec.com) also provided
|
324 |
+
several generic bug fixes. Alistair G. Crooks(agc@uts.amdahl.com)
|
325 |
+
supplied the NetBSD and 386BSD ports. Jeffrey Hsu
|
326 |
+
(hsu@soda.berkeley.edu) provided the FreeBSD port. Brent Benson
|
327 |
+
(brent@jade.ssd.csd.harris.com) ported the collector to a Motorola
|
328 |
+
88K processor running CX/UX (Harris NightHawk). Ari Huttunen
|
329 |
+
(Ari.Huttunen@hut.fi) generalized the OS/2 port to nonIBM
|
330 |
+
development environments (a nontrivial task). Patrick Beard
|
331 |
+
(beard@cs.ucdavis.edu) provided the initial MacOS port. David
|
332 |
+
Chase, then at Olivetti Research, suggested several improvements.
|
333 |
+
Scott Schwartz (schwartz@groucho.cse.psu.edu) supplied some of the
|
334 |
+
code to save and print call stacks for leak detection on a SPARC.
|
335 |
+
Jesse Hull and John Ellis supplied the C++ interface code. Zhong
|
336 |
+
Shao performed much of the experimentation that led to the current
|
337 |
+
typed allocation facility. (His dynamic type inference code
|
338 |
+
hasn't made it into the released version of the collector, yet.)
|
339 |
+
(Blame for misinstallation of these modifications goes to the
|
340 |
+
first author, however.)
|
341 |
+
|
342 |
+
Keisuke Nishida: [added by ttn; kei, please review]
|
343 |
+
In the top-level directory, changes to:
|
344 |
+
libguile.h
|
345 |
+
In the subdirectory ice-9, wrote:
|
346 |
+
channel.scm history.scm time.scm
|
347 |
+
match.scm
|
348 |
+
In the subdirectory ice-9, changes to:
|
349 |
+
boot-9.scm receive.scm safe-r5rs.scm
|
350 |
+
common-list.scm
|
351 |
+
In the subdirectory emacs, wrote:
|
352 |
+
guile.el guile-scheme.el guile-emacs.scm
|
353 |
+
In the subdirectory libguile, changes to:
|
354 |
+
goops.c vectors.h vectors.c
|
355 |
+
eval.c hashtab.h hashtab.c
|
356 |
+
environments.c smob.h smob.c
|
357 |
+
keywords.c list.c strports.c
|
358 |
+
tag.c Makefile.am guile-snarf.awk.in
|
359 |
+
Many other changes throughout.
|
360 |
+
|
361 |
+
Stefan Jahn:
|
362 |
+
In the subdirectory libguile, changes to:
|
363 |
+
continuations.h
|
364 |
+
continuations.c
|
365 |
+
gc.c
|
366 |
+
|
367 |
+
John W. Eaton, based on code from AT&T Bell Laboratories and Bellcore:
|
368 |
+
The complex number division method in libguile/numbers.c.
|
369 |
+
|
370 |
+
Gregory Marton:
|
371 |
+
In the subdirectory test-suite/tests, changes to:
|
372 |
+
hash.test
|
guile/COPYING
ADDED
@@ -0,0 +1,674 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
GNU GENERAL PUBLIC LICENSE
|
2 |
+
Version 3, 29 June 2007
|
3 |
+
|
4 |
+
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
5 |
+
Everyone is permitted to copy and distribute verbatim copies
|
6 |
+
of this license document, but changing it is not allowed.
|
7 |
+
|
8 |
+
Preamble
|
9 |
+
|
10 |
+
The GNU General Public License is a free, copyleft license for
|
11 |
+
software and other kinds of works.
|
12 |
+
|
13 |
+
The licenses for most software and other practical works are designed
|
14 |
+
to take away your freedom to share and change the works. By contrast,
|
15 |
+
the GNU General Public License is intended to guarantee your freedom to
|
16 |
+
share and change all versions of a program--to make sure it remains free
|
17 |
+
software for all its users. We, the Free Software Foundation, use the
|
18 |
+
GNU General Public License for most of our software; it applies also to
|
19 |
+
any other work released this way by its authors. You can apply it to
|
20 |
+
your programs, too.
|
21 |
+
|
22 |
+
When we speak of free software, we are referring to freedom, not
|
23 |
+
price. Our General Public Licenses are designed to make sure that you
|
24 |
+
have the freedom to distribute copies of free software (and charge for
|
25 |
+
them if you wish), that you receive source code or can get it if you
|
26 |
+
want it, that you can change the software or use pieces of it in new
|
27 |
+
free programs, and that you know you can do these things.
|
28 |
+
|
29 |
+
To protect your rights, we need to prevent others from denying you
|
30 |
+
these rights or asking you to surrender the rights. Therefore, you have
|
31 |
+
certain responsibilities if you distribute copies of the software, or if
|
32 |
+
you modify it: responsibilities to respect the freedom of others.
|
33 |
+
|
34 |
+
For example, if you distribute copies of such a program, whether
|
35 |
+
gratis or for a fee, you must pass on to the recipients the same
|
36 |
+
freedoms that you received. You must make sure that they, too, receive
|
37 |
+
or can get the source code. And you must show them these terms so they
|
38 |
+
know their rights.
|
39 |
+
|
40 |
+
Developers that use the GNU GPL protect your rights with two steps:
|
41 |
+
(1) assert copyright on the software, and (2) offer you this License
|
42 |
+
giving you legal permission to copy, distribute and/or modify it.
|
43 |
+
|
44 |
+
For the developers' and authors' protection, the GPL clearly explains
|
45 |
+
that there is no warranty for this free software. For both users' and
|
46 |
+
authors' sake, the GPL requires that modified versions be marked as
|
47 |
+
changed, so that their problems will not be attributed erroneously to
|
48 |
+
authors of previous versions.
|
49 |
+
|
50 |
+
Some devices are designed to deny users access to install or run
|
51 |
+
modified versions of the software inside them, although the manufacturer
|
52 |
+
can do so. This is fundamentally incompatible with the aim of
|
53 |
+
protecting users' freedom to change the software. The systematic
|
54 |
+
pattern of such abuse occurs in the area of products for individuals to
|
55 |
+
use, which is precisely where it is most unacceptable. Therefore, we
|
56 |
+
have designed this version of the GPL to prohibit the practice for those
|
57 |
+
products. If such problems arise substantially in other domains, we
|
58 |
+
stand ready to extend this provision to those domains in future versions
|
59 |
+
of the GPL, as needed to protect the freedom of users.
|
60 |
+
|
61 |
+
Finally, every program is threatened constantly by software patents.
|
62 |
+
States should not allow patents to restrict development and use of
|
63 |
+
software on general-purpose computers, but in those that do, we wish to
|
64 |
+
avoid the special danger that patents applied to a free program could
|
65 |
+
make it effectively proprietary. To prevent this, the GPL assures that
|
66 |
+
patents cannot be used to render the program non-free.
|
67 |
+
|
68 |
+
The precise terms and conditions for copying, distribution and
|
69 |
+
modification follow.
|
70 |
+
|
71 |
+
TERMS AND CONDITIONS
|
72 |
+
|
73 |
+
0. Definitions.
|
74 |
+
|
75 |
+
"This License" refers to version 3 of the GNU General Public License.
|
76 |
+
|
77 |
+
"Copyright" also means copyright-like laws that apply to other kinds of
|
78 |
+
works, such as semiconductor masks.
|
79 |
+
|
80 |
+
"The Program" refers to any copyrightable work licensed under this
|
81 |
+
License. Each licensee is addressed as "you". "Licensees" and
|
82 |
+
"recipients" may be individuals or organizations.
|
83 |
+
|
84 |
+
To "modify" a work means to copy from or adapt all or part of the work
|
85 |
+
in a fashion requiring copyright permission, other than the making of an
|
86 |
+
exact copy. The resulting work is called a "modified version" of the
|
87 |
+
earlier work or a work "based on" the earlier work.
|
88 |
+
|
89 |
+
A "covered work" means either the unmodified Program or a work based
|
90 |
+
on the Program.
|
91 |
+
|
92 |
+
To "propagate" a work means to do anything with it that, without
|
93 |
+
permission, would make you directly or secondarily liable for
|
94 |
+
infringement under applicable copyright law, except executing it on a
|
95 |
+
computer or modifying a private copy. Propagation includes copying,
|
96 |
+
distribution (with or without modification), making available to the
|
97 |
+
public, and in some countries other activities as well.
|
98 |
+
|
99 |
+
To "convey" a work means any kind of propagation that enables other
|
100 |
+
parties to make or receive copies. Mere interaction with a user through
|
101 |
+
a computer network, with no transfer of a copy, is not conveying.
|
102 |
+
|
103 |
+
An interactive user interface displays "Appropriate Legal Notices"
|
104 |
+
to the extent that it includes a convenient and prominently visible
|
105 |
+
feature that (1) displays an appropriate copyright notice, and (2)
|
106 |
+
tells the user that there is no warranty for the work (except to the
|
107 |
+
extent that warranties are provided), that licensees may convey the
|
108 |
+
work under this License, and how to view a copy of this License. If
|
109 |
+
the interface presents a list of user commands or options, such as a
|
110 |
+
menu, a prominent item in the list meets this criterion.
|
111 |
+
|
112 |
+
1. Source Code.
|
113 |
+
|
114 |
+
The "source code" for a work means the preferred form of the work
|
115 |
+
for making modifications to it. "Object code" means any non-source
|
116 |
+
form of a work.
|
117 |
+
|
118 |
+
A "Standard Interface" means an interface that either is an official
|
119 |
+
standard defined by a recognized standards body, or, in the case of
|
120 |
+
interfaces specified for a particular programming language, one that
|
121 |
+
is widely used among developers working in that language.
|
122 |
+
|
123 |
+
The "System Libraries" of an executable work include anything, other
|
124 |
+
than the work as a whole, that (a) is included in the normal form of
|
125 |
+
packaging a Major Component, but which is not part of that Major
|
126 |
+
Component, and (b) serves only to enable use of the work with that
|
127 |
+
Major Component, or to implement a Standard Interface for which an
|
128 |
+
implementation is available to the public in source code form. A
|
129 |
+
"Major Component", in this context, means a major essential component
|
130 |
+
(kernel, window system, and so on) of the specific operating system
|
131 |
+
(if any) on which the executable work runs, or a compiler used to
|
132 |
+
produce the work, or an object code interpreter used to run it.
|
133 |
+
|
134 |
+
The "Corresponding Source" for a work in object code form means all
|
135 |
+
the source code needed to generate, install, and (for an executable
|
136 |
+
work) run the object code and to modify the work, including scripts to
|
137 |
+
control those activities. However, it does not include the work's
|
138 |
+
System Libraries, or general-purpose tools or generally available free
|
139 |
+
programs which are used unmodified in performing those activities but
|
140 |
+
which are not part of the work. For example, Corresponding Source
|
141 |
+
includes interface definition files associated with source files for
|
142 |
+
the work, and the source code for shared libraries and dynamically
|
143 |
+
linked subprograms that the work is specifically designed to require,
|
144 |
+
such as by intimate data communication or control flow between those
|
145 |
+
subprograms and other parts of the work.
|
146 |
+
|
147 |
+
The Corresponding Source need not include anything that users
|
148 |
+
can regenerate automatically from other parts of the Corresponding
|
149 |
+
Source.
|
150 |
+
|
151 |
+
The Corresponding Source for a work in source code form is that
|
152 |
+
same work.
|
153 |
+
|
154 |
+
2. Basic Permissions.
|
155 |
+
|
156 |
+
All rights granted under this License are granted for the term of
|
157 |
+
copyright on the Program, and are irrevocable provided the stated
|
158 |
+
conditions are met. This License explicitly affirms your unlimited
|
159 |
+
permission to run the unmodified Program. The output from running a
|
160 |
+
covered work is covered by this License only if the output, given its
|
161 |
+
content, constitutes a covered work. This License acknowledges your
|
162 |
+
rights of fair use or other equivalent, as provided by copyright law.
|
163 |
+
|
164 |
+
You may make, run and propagate covered works that you do not
|
165 |
+
convey, without conditions so long as your license otherwise remains
|
166 |
+
in force. You may convey covered works to others for the sole purpose
|
167 |
+
of having them make modifications exclusively for you, or provide you
|
168 |
+
with facilities for running those works, provided that you comply with
|
169 |
+
the terms of this License in conveying all material for which you do
|
170 |
+
not control copyright. Those thus making or running the covered works
|
171 |
+
for you must do so exclusively on your behalf, under your direction
|
172 |
+
and control, on terms that prohibit them from making any copies of
|
173 |
+
your copyrighted material outside their relationship with you.
|
174 |
+
|
175 |
+
Conveying under any other circumstances is permitted solely under
|
176 |
+
the conditions stated below. Sublicensing is not allowed; section 10
|
177 |
+
makes it unnecessary.
|
178 |
+
|
179 |
+
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
180 |
+
|
181 |
+
No covered work shall be deemed part of an effective technological
|
182 |
+
measure under any applicable law fulfilling obligations under article
|
183 |
+
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
184 |
+
similar laws prohibiting or restricting circumvention of such
|
185 |
+
measures.
|
186 |
+
|
187 |
+
When you convey a covered work, you waive any legal power to forbid
|
188 |
+
circumvention of technological measures to the extent such circumvention
|
189 |
+
is effected by exercising rights under this License with respect to
|
190 |
+
the covered work, and you disclaim any intention to limit operation or
|
191 |
+
modification of the work as a means of enforcing, against the work's
|
192 |
+
users, your or third parties' legal rights to forbid circumvention of
|
193 |
+
technological measures.
|
194 |
+
|
195 |
+
4. Conveying Verbatim Copies.
|
196 |
+
|
197 |
+
You may convey verbatim copies of the Program's source code as you
|
198 |
+
receive it, in any medium, provided that you conspicuously and
|
199 |
+
appropriately publish on each copy an appropriate copyright notice;
|
200 |
+
keep intact all notices stating that this License and any
|
201 |
+
non-permissive terms added in accord with section 7 apply to the code;
|
202 |
+
keep intact all notices of the absence of any warranty; and give all
|
203 |
+
recipients a copy of this License along with the Program.
|
204 |
+
|
205 |
+
You may charge any price or no price for each copy that you convey,
|
206 |
+
and you may offer support or warranty protection for a fee.
|
207 |
+
|
208 |
+
5. Conveying Modified Source Versions.
|
209 |
+
|
210 |
+
You may convey a work based on the Program, or the modifications to
|
211 |
+
produce it from the Program, in the form of source code under the
|
212 |
+
terms of section 4, provided that you also meet all of these conditions:
|
213 |
+
|
214 |
+
a) The work must carry prominent notices stating that you modified
|
215 |
+
it, and giving a relevant date.
|
216 |
+
|
217 |
+
b) The work must carry prominent notices stating that it is
|
218 |
+
released under this License and any conditions added under section
|
219 |
+
7. This requirement modifies the requirement in section 4 to
|
220 |
+
"keep intact all notices".
|
221 |
+
|
222 |
+
c) You must license the entire work, as a whole, under this
|
223 |
+
License to anyone who comes into possession of a copy. This
|
224 |
+
License will therefore apply, along with any applicable section 7
|
225 |
+
additional terms, to the whole of the work, and all its parts,
|
226 |
+
regardless of how they are packaged. This License gives no
|
227 |
+
permission to license the work in any other way, but it does not
|
228 |
+
invalidate such permission if you have separately received it.
|
229 |
+
|
230 |
+
d) If the work has interactive user interfaces, each must display
|
231 |
+
Appropriate Legal Notices; however, if the Program has interactive
|
232 |
+
interfaces that do not display Appropriate Legal Notices, your
|
233 |
+
work need not make them do so.
|
234 |
+
|
235 |
+
A compilation of a covered work with other separate and independent
|
236 |
+
works, which are not by their nature extensions of the covered work,
|
237 |
+
and which are not combined with it such as to form a larger program,
|
238 |
+
in or on a volume of a storage or distribution medium, is called an
|
239 |
+
"aggregate" if the compilation and its resulting copyright are not
|
240 |
+
used to limit the access or legal rights of the compilation's users
|
241 |
+
beyond what the individual works permit. Inclusion of a covered work
|
242 |
+
in an aggregate does not cause this License to apply to the other
|
243 |
+
parts of the aggregate.
|
244 |
+
|
245 |
+
6. Conveying Non-Source Forms.
|
246 |
+
|
247 |
+
You may convey a covered work in object code form under the terms
|
248 |
+
of sections 4 and 5, provided that you also convey the
|
249 |
+
machine-readable Corresponding Source under the terms of this License,
|
250 |
+
in one of these ways:
|
251 |
+
|
252 |
+
a) Convey the object code in, or embodied in, a physical product
|
253 |
+
(including a physical distribution medium), accompanied by the
|
254 |
+
Corresponding Source fixed on a durable physical medium
|
255 |
+
customarily used for software interchange.
|
256 |
+
|
257 |
+
b) Convey the object code in, or embodied in, a physical product
|
258 |
+
(including a physical distribution medium), accompanied by a
|
259 |
+
written offer, valid for at least three years and valid for as
|
260 |
+
long as you offer spare parts or customer support for that product
|
261 |
+
model, to give anyone who possesses the object code either (1) a
|
262 |
+
copy of the Corresponding Source for all the software in the
|
263 |
+
product that is covered by this License, on a durable physical
|
264 |
+
medium customarily used for software interchange, for a price no
|
265 |
+
more than your reasonable cost of physically performing this
|
266 |
+
conveying of source, or (2) access to copy the
|
267 |
+
Corresponding Source from a network server at no charge.
|
268 |
+
|
269 |
+
c) Convey individual copies of the object code with a copy of the
|
270 |
+
written offer to provide the Corresponding Source. This
|
271 |
+
alternative is allowed only occasionally and noncommercially, and
|
272 |
+
only if you received the object code with such an offer, in accord
|
273 |
+
with subsection 6b.
|
274 |
+
|
275 |
+
d) Convey the object code by offering access from a designated
|
276 |
+
place (gratis or for a charge), and offer equivalent access to the
|
277 |
+
Corresponding Source in the same way through the same place at no
|
278 |
+
further charge. You need not require recipients to copy the
|
279 |
+
Corresponding Source along with the object code. If the place to
|
280 |
+
copy the object code is a network server, the Corresponding Source
|
281 |
+
may be on a different server (operated by you or a third party)
|
282 |
+
that supports equivalent copying facilities, provided you maintain
|
283 |
+
clear directions next to the object code saying where to find the
|
284 |
+
Corresponding Source. Regardless of what server hosts the
|
285 |
+
Corresponding Source, you remain obligated to ensure that it is
|
286 |
+
available for as long as needed to satisfy these requirements.
|
287 |
+
|
288 |
+
e) Convey the object code using peer-to-peer transmission, provided
|
289 |
+
you inform other peers where the object code and Corresponding
|
290 |
+
Source of the work are being offered to the general public at no
|
291 |
+
charge under subsection 6d.
|
292 |
+
|
293 |
+
A separable portion of the object code, whose source code is excluded
|
294 |
+
from the Corresponding Source as a System Library, need not be
|
295 |
+
included in conveying the object code work.
|
296 |
+
|
297 |
+
A "User Product" is either (1) a "consumer product", which means any
|
298 |
+
tangible personal property which is normally used for personal, family,
|
299 |
+
or household purposes, or (2) anything designed or sold for incorporation
|
300 |
+
into a dwelling. In determining whether a product is a consumer product,
|
301 |
+
doubtful cases shall be resolved in favor of coverage. For a particular
|
302 |
+
product received by a particular user, "normally used" refers to a
|
303 |
+
typical or common use of that class of product, regardless of the status
|
304 |
+
of the particular user or of the way in which the particular user
|
305 |
+
actually uses, or expects or is expected to use, the product. A product
|
306 |
+
is a consumer product regardless of whether the product has substantial
|
307 |
+
commercial, industrial or non-consumer uses, unless such uses represent
|
308 |
+
the only significant mode of use of the product.
|
309 |
+
|
310 |
+
"Installation Information" for a User Product means any methods,
|
311 |
+
procedures, authorization keys, or other information required to install
|
312 |
+
and execute modified versions of a covered work in that User Product from
|
313 |
+
a modified version of its Corresponding Source. The information must
|
314 |
+
suffice to ensure that the continued functioning of the modified object
|
315 |
+
code is in no case prevented or interfered with solely because
|
316 |
+
modification has been made.
|
317 |
+
|
318 |
+
If you convey an object code work under this section in, or with, or
|
319 |
+
specifically for use in, a User Product, and the conveying occurs as
|
320 |
+
part of a transaction in which the right of possession and use of the
|
321 |
+
User Product is transferred to the recipient in perpetuity or for a
|
322 |
+
fixed term (regardless of how the transaction is characterized), the
|
323 |
+
Corresponding Source conveyed under this section must be accompanied
|
324 |
+
by the Installation Information. But this requirement does not apply
|
325 |
+
if neither you nor any third party retains the ability to install
|
326 |
+
modified object code on the User Product (for example, the work has
|
327 |
+
been installed in ROM).
|
328 |
+
|
329 |
+
The requirement to provide Installation Information does not include a
|
330 |
+
requirement to continue to provide support service, warranty, or updates
|
331 |
+
for a work that has been modified or installed by the recipient, or for
|
332 |
+
the User Product in which it has been modified or installed. Access to a
|
333 |
+
network may be denied when the modification itself materially and
|
334 |
+
adversely affects the operation of the network or violates the rules and
|
335 |
+
protocols for communication across the network.
|
336 |
+
|
337 |
+
Corresponding Source conveyed, and Installation Information provided,
|
338 |
+
in accord with this section must be in a format that is publicly
|
339 |
+
documented (and with an implementation available to the public in
|
340 |
+
source code form), and must require no special password or key for
|
341 |
+
unpacking, reading or copying.
|
342 |
+
|
343 |
+
7. Additional Terms.
|
344 |
+
|
345 |
+
"Additional permissions" are terms that supplement the terms of this
|
346 |
+
License by making exceptions from one or more of its conditions.
|
347 |
+
Additional permissions that are applicable to the entire Program shall
|
348 |
+
be treated as though they were included in this License, to the extent
|
349 |
+
that they are valid under applicable law. If additional permissions
|
350 |
+
apply only to part of the Program, that part may be used separately
|
351 |
+
under those permissions, but the entire Program remains governed by
|
352 |
+
this License without regard to the additional permissions.
|
353 |
+
|
354 |
+
When you convey a copy of a covered work, you may at your option
|
355 |
+
remove any additional permissions from that copy, or from any part of
|
356 |
+
it. (Additional permissions may be written to require their own
|
357 |
+
removal in certain cases when you modify the work.) You may place
|
358 |
+
additional permissions on material, added by you to a covered work,
|
359 |
+
for which you have or can give appropriate copyright permission.
|
360 |
+
|
361 |
+
Notwithstanding any other provision of this License, for material you
|
362 |
+
add to a covered work, you may (if authorized by the copyright holders of
|
363 |
+
that material) supplement the terms of this License with terms:
|
364 |
+
|
365 |
+
a) Disclaiming warranty or limiting liability differently from the
|
366 |
+
terms of sections 15 and 16 of this License; or
|
367 |
+
|
368 |
+
b) Requiring preservation of specified reasonable legal notices or
|
369 |
+
author attributions in that material or in the Appropriate Legal
|
370 |
+
Notices displayed by works containing it; or
|
371 |
+
|
372 |
+
c) Prohibiting misrepresentation of the origin of that material, or
|
373 |
+
requiring that modified versions of such material be marked in
|
374 |
+
reasonable ways as different from the original version; or
|
375 |
+
|
376 |
+
d) Limiting the use for publicity purposes of names of licensors or
|
377 |
+
authors of the material; or
|
378 |
+
|
379 |
+
e) Declining to grant rights under trademark law for use of some
|
380 |
+
trade names, trademarks, or service marks; or
|
381 |
+
|
382 |
+
f) Requiring indemnification of licensors and authors of that
|
383 |
+
material by anyone who conveys the material (or modified versions of
|
384 |
+
it) with contractual assumptions of liability to the recipient, for
|
385 |
+
any liability that these contractual assumptions directly impose on
|
386 |
+
those licensors and authors.
|
387 |
+
|
388 |
+
All other non-permissive additional terms are considered "further
|
389 |
+
restrictions" within the meaning of section 10. If the Program as you
|
390 |
+
received it, or any part of it, contains a notice stating that it is
|
391 |
+
governed by this License along with a term that is a further
|
392 |
+
restriction, you may remove that term. If a license document contains
|
393 |
+
a further restriction but permits relicensing or conveying under this
|
394 |
+
License, you may add to a covered work material governed by the terms
|
395 |
+
of that license document, provided that the further restriction does
|
396 |
+
not survive such relicensing or conveying.
|
397 |
+
|
398 |
+
If you add terms to a covered work in accord with this section, you
|
399 |
+
must place, in the relevant source files, a statement of the
|
400 |
+
additional terms that apply to those files, or a notice indicating
|
401 |
+
where to find the applicable terms.
|
402 |
+
|
403 |
+
Additional terms, permissive or non-permissive, may be stated in the
|
404 |
+
form of a separately written license, or stated as exceptions;
|
405 |
+
the above requirements apply either way.
|
406 |
+
|
407 |
+
8. Termination.
|
408 |
+
|
409 |
+
You may not propagate or modify a covered work except as expressly
|
410 |
+
provided under this License. Any attempt otherwise to propagate or
|
411 |
+
modify it is void, and will automatically terminate your rights under
|
412 |
+
this License (including any patent licenses granted under the third
|
413 |
+
paragraph of section 11).
|
414 |
+
|
415 |
+
However, if you cease all violation of this License, then your
|
416 |
+
license from a particular copyright holder is reinstated (a)
|
417 |
+
provisionally, unless and until the copyright holder explicitly and
|
418 |
+
finally terminates your license, and (b) permanently, if the copyright
|
419 |
+
holder fails to notify you of the violation by some reasonable means
|
420 |
+
prior to 60 days after the cessation.
|
421 |
+
|
422 |
+
Moreover, your license from a particular copyright holder is
|
423 |
+
reinstated permanently if the copyright holder notifies you of the
|
424 |
+
violation by some reasonable means, this is the first time you have
|
425 |
+
received notice of violation of this License (for any work) from that
|
426 |
+
copyright holder, and you cure the violation prior to 30 days after
|
427 |
+
your receipt of the notice.
|
428 |
+
|
429 |
+
Termination of your rights under this section does not terminate the
|
430 |
+
licenses of parties who have received copies or rights from you under
|
431 |
+
this License. If your rights have been terminated and not permanently
|
432 |
+
reinstated, you do not qualify to receive new licenses for the same
|
433 |
+
material under section 10.
|
434 |
+
|
435 |
+
9. Acceptance Not Required for Having Copies.
|
436 |
+
|
437 |
+
You are not required to accept this License in order to receive or
|
438 |
+
run a copy of the Program. Ancillary propagation of a covered work
|
439 |
+
occurring solely as a consequence of using peer-to-peer transmission
|
440 |
+
to receive a copy likewise does not require acceptance. However,
|
441 |
+
nothing other than this License grants you permission to propagate or
|
442 |
+
modify any covered work. These actions infringe copyright if you do
|
443 |
+
not accept this License. Therefore, by modifying or propagating a
|
444 |
+
covered work, you indicate your acceptance of this License to do so.
|
445 |
+
|
446 |
+
10. Automatic Licensing of Downstream Recipients.
|
447 |
+
|
448 |
+
Each time you convey a covered work, the recipient automatically
|
449 |
+
receives a license from the original licensors, to run, modify and
|
450 |
+
propagate that work, subject to this License. You are not responsible
|
451 |
+
for enforcing compliance by third parties with this License.
|
452 |
+
|
453 |
+
An "entity transaction" is a transaction transferring control of an
|
454 |
+
organization, or substantially all assets of one, or subdividing an
|
455 |
+
organization, or merging organizations. If propagation of a covered
|
456 |
+
work results from an entity transaction, each party to that
|
457 |
+
transaction who receives a copy of the work also receives whatever
|
458 |
+
licenses to the work the party's predecessor in interest had or could
|
459 |
+
give under the previous paragraph, plus a right to possession of the
|
460 |
+
Corresponding Source of the work from the predecessor in interest, if
|
461 |
+
the predecessor has it or can get it with reasonable efforts.
|
462 |
+
|
463 |
+
You may not impose any further restrictions on the exercise of the
|
464 |
+
rights granted or affirmed under this License. For example, you may
|
465 |
+
not impose a license fee, royalty, or other charge for exercise of
|
466 |
+
rights granted under this License, and you may not initiate litigation
|
467 |
+
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
468 |
+
any patent claim is infringed by making, using, selling, offering for
|
469 |
+
sale, or importing the Program or any portion of it.
|
470 |
+
|
471 |
+
11. Patents.
|
472 |
+
|
473 |
+
A "contributor" is a copyright holder who authorizes use under this
|
474 |
+
License of the Program or a work on which the Program is based. The
|
475 |
+
work thus licensed is called the contributor's "contributor version".
|
476 |
+
|
477 |
+
A contributor's "essential patent claims" are all patent claims
|
478 |
+
owned or controlled by the contributor, whether already acquired or
|
479 |
+
hereafter acquired, that would be infringed by some manner, permitted
|
480 |
+
by this License, of making, using, or selling its contributor version,
|
481 |
+
but do not include claims that would be infringed only as a
|
482 |
+
consequence of further modification of the contributor version. For
|
483 |
+
purposes of this definition, "control" includes the right to grant
|
484 |
+
patent sublicenses in a manner consistent with the requirements of
|
485 |
+
this License.
|
486 |
+
|
487 |
+
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
488 |
+
patent license under the contributor's essential patent claims, to
|
489 |
+
make, use, sell, offer for sale, import and otherwise run, modify and
|
490 |
+
propagate the contents of its contributor version.
|
491 |
+
|
492 |
+
In the following three paragraphs, a "patent license" is any express
|
493 |
+
agreement or commitment, however denominated, not to enforce a patent
|
494 |
+
(such as an express permission to practice a patent or covenant not to
|
495 |
+
sue for patent infringement). To "grant" such a patent license to a
|
496 |
+
party means to make such an agreement or commitment not to enforce a
|
497 |
+
patent against the party.
|
498 |
+
|
499 |
+
If you convey a covered work, knowingly relying on a patent license,
|
500 |
+
and the Corresponding Source of the work is not available for anyone
|
501 |
+
to copy, free of charge and under the terms of this License, through a
|
502 |
+
publicly available network server or other readily accessible means,
|
503 |
+
then you must either (1) cause the Corresponding Source to be so
|
504 |
+
available, or (2) arrange to deprive yourself of the benefit of the
|
505 |
+
patent license for this particular work, or (3) arrange, in a manner
|
506 |
+
consistent with the requirements of this License, to extend the patent
|
507 |
+
license to downstream recipients. "Knowingly relying" means you have
|
508 |
+
actual knowledge that, but for the patent license, your conveying the
|
509 |
+
covered work in a country, or your recipient's use of the covered work
|
510 |
+
in a country, would infringe one or more identifiable patents in that
|
511 |
+
country that you have reason to believe are valid.
|
512 |
+
|
513 |
+
If, pursuant to or in connection with a single transaction or
|
514 |
+
arrangement, you convey, or propagate by procuring conveyance of, a
|
515 |
+
covered work, and grant a patent license to some of the parties
|
516 |
+
receiving the covered work authorizing them to use, propagate, modify
|
517 |
+
or convey a specific copy of the covered work, then the patent license
|
518 |
+
you grant is automatically extended to all recipients of the covered
|
519 |
+
work and works based on it.
|
520 |
+
|
521 |
+
A patent license is "discriminatory" if it does not include within
|
522 |
+
the scope of its coverage, prohibits the exercise of, or is
|
523 |
+
conditioned on the non-exercise of one or more of the rights that are
|
524 |
+
specifically granted under this License. You may not convey a covered
|
525 |
+
work if you are a party to an arrangement with a third party that is
|
526 |
+
in the business of distributing software, under which you make payment
|
527 |
+
to the third party based on the extent of your activity of conveying
|
528 |
+
the work, and under which the third party grants, to any of the
|
529 |
+
parties who would receive the covered work from you, a discriminatory
|
530 |
+
patent license (a) in connection with copies of the covered work
|
531 |
+
conveyed by you (or copies made from those copies), or (b) primarily
|
532 |
+
for and in connection with specific products or compilations that
|
533 |
+
contain the covered work, unless you entered into that arrangement,
|
534 |
+
or that patent license was granted, prior to 28 March 2007.
|
535 |
+
|
536 |
+
Nothing in this License shall be construed as excluding or limiting
|
537 |
+
any implied license or other defenses to infringement that may
|
538 |
+
otherwise be available to you under applicable patent law.
|
539 |
+
|
540 |
+
12. No Surrender of Others' Freedom.
|
541 |
+
|
542 |
+
If conditions are imposed on you (whether by court order, agreement or
|
543 |
+
otherwise) that contradict the conditions of this License, they do not
|
544 |
+
excuse you from the conditions of this License. If you cannot convey a
|
545 |
+
covered work so as to satisfy simultaneously your obligations under this
|
546 |
+
License and any other pertinent obligations, then as a consequence you may
|
547 |
+
not convey it at all. For example, if you agree to terms that obligate you
|
548 |
+
to collect a royalty for further conveying from those to whom you convey
|
549 |
+
the Program, the only way you could satisfy both those terms and this
|
550 |
+
License would be to refrain entirely from conveying the Program.
|
551 |
+
|
552 |
+
13. Use with the GNU Affero General Public License.
|
553 |
+
|
554 |
+
Notwithstanding any other provision of this License, you have
|
555 |
+
permission to link or combine any covered work with a work licensed
|
556 |
+
under version 3 of the GNU Affero General Public License into a single
|
557 |
+
combined work, and to convey the resulting work. The terms of this
|
558 |
+
License will continue to apply to the part which is the covered work,
|
559 |
+
but the special requirements of the GNU Affero General Public License,
|
560 |
+
section 13, concerning interaction through a network will apply to the
|
561 |
+
combination as such.
|
562 |
+
|
563 |
+
14. Revised Versions of this License.
|
564 |
+
|
565 |
+
The Free Software Foundation may publish revised and/or new versions of
|
566 |
+
the GNU General Public License from time to time. Such new versions will
|
567 |
+
be similar in spirit to the present version, but may differ in detail to
|
568 |
+
address new problems or concerns.
|
569 |
+
|
570 |
+
Each version is given a distinguishing version number. If the
|
571 |
+
Program specifies that a certain numbered version of the GNU General
|
572 |
+
Public License "or any later version" applies to it, you have the
|
573 |
+
option of following the terms and conditions either of that numbered
|
574 |
+
version or of any later version published by the Free Software
|
575 |
+
Foundation. If the Program does not specify a version number of the
|
576 |
+
GNU General Public License, you may choose any version ever published
|
577 |
+
by the Free Software Foundation.
|
578 |
+
|
579 |
+
If the Program specifies that a proxy can decide which future
|
580 |
+
versions of the GNU General Public License can be used, that proxy's
|
581 |
+
public statement of acceptance of a version permanently authorizes you
|
582 |
+
to choose that version for the Program.
|
583 |
+
|
584 |
+
Later license versions may give you additional or different
|
585 |
+
permissions. However, no additional obligations are imposed on any
|
586 |
+
author or copyright holder as a result of your choosing to follow a
|
587 |
+
later version.
|
588 |
+
|
589 |
+
15. Disclaimer of Warranty.
|
590 |
+
|
591 |
+
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
592 |
+
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
593 |
+
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
594 |
+
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
595 |
+
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
596 |
+
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
597 |
+
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
598 |
+
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
599 |
+
|
600 |
+
16. Limitation of Liability.
|
601 |
+
|
602 |
+
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
603 |
+
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
604 |
+
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
605 |
+
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
606 |
+
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
607 |
+
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
608 |
+
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
609 |
+
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
610 |
+
SUCH DAMAGES.
|
611 |
+
|
612 |
+
17. Interpretation of Sections 15 and 16.
|
613 |
+
|
614 |
+
If the disclaimer of warranty and limitation of liability provided
|
615 |
+
above cannot be given local legal effect according to their terms,
|
616 |
+
reviewing courts shall apply local law that most closely approximates
|
617 |
+
an absolute waiver of all civil liability in connection with the
|
618 |
+
Program, unless a warranty or assumption of liability accompanies a
|
619 |
+
copy of the Program in return for a fee.
|
620 |
+
|
621 |
+
END OF TERMS AND CONDITIONS
|
622 |
+
|
623 |
+
How to Apply These Terms to Your New Programs
|
624 |
+
|
625 |
+
If you develop a new program, and you want it to be of the greatest
|
626 |
+
possible use to the public, the best way to achieve this is to make it
|
627 |
+
free software which everyone can redistribute and change under these terms.
|
628 |
+
|
629 |
+
To do so, attach the following notices to the program. It is safest
|
630 |
+
to attach them to the start of each source file to most effectively
|
631 |
+
state the exclusion of warranty; and each file should have at least
|
632 |
+
the "copyright" line and a pointer to where the full notice is found.
|
633 |
+
|
634 |
+
<one line to give the program's name and a brief idea of what it does.>
|
635 |
+
Copyright (C) <year> <name of author>
|
636 |
+
|
637 |
+
This program is free software: you can redistribute it and/or modify
|
638 |
+
it under the terms of the GNU General Public License as published by
|
639 |
+
the Free Software Foundation, either version 3 of the License, or
|
640 |
+
(at your option) any later version.
|
641 |
+
|
642 |
+
This program is distributed in the hope that it will be useful,
|
643 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
644 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
645 |
+
GNU General Public License for more details.
|
646 |
+
|
647 |
+
You should have received a copy of the GNU General Public License
|
648 |
+
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
649 |
+
|
650 |
+
Also add information on how to contact you by electronic and paper mail.
|
651 |
+
|
652 |
+
If the program does terminal interaction, make it output a short
|
653 |
+
notice like this when it starts in an interactive mode:
|
654 |
+
|
655 |
+
<program> Copyright (C) <year> <name of author>
|
656 |
+
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
657 |
+
This is free software, and you are welcome to redistribute it
|
658 |
+
under certain conditions; type `show c' for details.
|
659 |
+
|
660 |
+
The hypothetical commands `show w' and `show c' should show the appropriate
|
661 |
+
parts of the General Public License. Of course, your program's commands
|
662 |
+
might be different; for a GUI interface, you would use an "about box".
|
663 |
+
|
664 |
+
You should also get your employer (if you work as a programmer) or school,
|
665 |
+
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
666 |
+
For more information on this, and how to apply and follow the GNU GPL, see
|
667 |
+
<http://www.gnu.org/licenses/>.
|
668 |
+
|
669 |
+
The GNU General Public License does not permit incorporating your program
|
670 |
+
into proprietary programs. If your program is a subroutine library, you
|
671 |
+
may consider it more useful to permit linking proprietary applications with
|
672 |
+
the library. If this is what you want to do, use the GNU Lesser General
|
673 |
+
Public License instead of this License. But first, please read
|
674 |
+
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
guile/COPYING.LESSER
ADDED
@@ -0,0 +1,165 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
GNU LESSER GENERAL PUBLIC LICENSE
|
2 |
+
Version 3, 29 June 2007
|
3 |
+
|
4 |
+
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
5 |
+
Everyone is permitted to copy and distribute verbatim copies
|
6 |
+
of this license document, but changing it is not allowed.
|
7 |
+
|
8 |
+
|
9 |
+
This version of the GNU Lesser General Public License incorporates
|
10 |
+
the terms and conditions of version 3 of the GNU General Public
|
11 |
+
License, supplemented by the additional permissions listed below.
|
12 |
+
|
13 |
+
0. Additional Definitions.
|
14 |
+
|
15 |
+
As used herein, "this License" refers to version 3 of the GNU Lesser
|
16 |
+
General Public License, and the "GNU GPL" refers to version 3 of the GNU
|
17 |
+
General Public License.
|
18 |
+
|
19 |
+
"The Library" refers to a covered work governed by this License,
|
20 |
+
other than an Application or a Combined Work as defined below.
|
21 |
+
|
22 |
+
An "Application" is any work that makes use of an interface provided
|
23 |
+
by the Library, but which is not otherwise based on the Library.
|
24 |
+
Defining a subclass of a class defined by the Library is deemed a mode
|
25 |
+
of using an interface provided by the Library.
|
26 |
+
|
27 |
+
A "Combined Work" is a work produced by combining or linking an
|
28 |
+
Application with the Library. The particular version of the Library
|
29 |
+
with which the Combined Work was made is also called the "Linked
|
30 |
+
Version".
|
31 |
+
|
32 |
+
The "Minimal Corresponding Source" for a Combined Work means the
|
33 |
+
Corresponding Source for the Combined Work, excluding any source code
|
34 |
+
for portions of the Combined Work that, considered in isolation, are
|
35 |
+
based on the Application, and not on the Linked Version.
|
36 |
+
|
37 |
+
The "Corresponding Application Code" for a Combined Work means the
|
38 |
+
object code and/or source code for the Application, including any data
|
39 |
+
and utility programs needed for reproducing the Combined Work from the
|
40 |
+
Application, but excluding the System Libraries of the Combined Work.
|
41 |
+
|
42 |
+
1. Exception to Section 3 of the GNU GPL.
|
43 |
+
|
44 |
+
You may convey a covered work under sections 3 and 4 of this License
|
45 |
+
without being bound by section 3 of the GNU GPL.
|
46 |
+
|
47 |
+
2. Conveying Modified Versions.
|
48 |
+
|
49 |
+
If you modify a copy of the Library, and, in your modifications, a
|
50 |
+
facility refers to a function or data to be supplied by an Application
|
51 |
+
that uses the facility (other than as an argument passed when the
|
52 |
+
facility is invoked), then you may convey a copy of the modified
|
53 |
+
version:
|
54 |
+
|
55 |
+
a) under this License, provided that you make a good faith effort to
|
56 |
+
ensure that, in the event an Application does not supply the
|
57 |
+
function or data, the facility still operates, and performs
|
58 |
+
whatever part of its purpose remains meaningful, or
|
59 |
+
|
60 |
+
b) under the GNU GPL, with none of the additional permissions of
|
61 |
+
this License applicable to that copy.
|
62 |
+
|
63 |
+
3. Object Code Incorporating Material from Library Header Files.
|
64 |
+
|
65 |
+
The object code form of an Application may incorporate material from
|
66 |
+
a header file that is part of the Library. You may convey such object
|
67 |
+
code under terms of your choice, provided that, if the incorporated
|
68 |
+
material is not limited to numerical parameters, data structure
|
69 |
+
layouts and accessors, or small macros, inline functions and templates
|
70 |
+
(ten or fewer lines in length), you do both of the following:
|
71 |
+
|
72 |
+
a) Give prominent notice with each copy of the object code that the
|
73 |
+
Library is used in it and that the Library and its use are
|
74 |
+
covered by this License.
|
75 |
+
|
76 |
+
b) Accompany the object code with a copy of the GNU GPL and this license
|
77 |
+
document.
|
78 |
+
|
79 |
+
4. Combined Works.
|
80 |
+
|
81 |
+
You may convey a Combined Work under terms of your choice that,
|
82 |
+
taken together, effectively do not restrict modification of the
|
83 |
+
portions of the Library contained in the Combined Work and reverse
|
84 |
+
engineering for debugging such modifications, if you also do each of
|
85 |
+
the following:
|
86 |
+
|
87 |
+
a) Give prominent notice with each copy of the Combined Work that
|
88 |
+
the Library is used in it and that the Library and its use are
|
89 |
+
covered by this License.
|
90 |
+
|
91 |
+
b) Accompany the Combined Work with a copy of the GNU GPL and this license
|
92 |
+
document.
|
93 |
+
|
94 |
+
c) For a Combined Work that displays copyright notices during
|
95 |
+
execution, include the copyright notice for the Library among
|
96 |
+
these notices, as well as a reference directing the user to the
|
97 |
+
copies of the GNU GPL and this license document.
|
98 |
+
|
99 |
+
d) Do one of the following:
|
100 |
+
|
101 |
+
0) Convey the Minimal Corresponding Source under the terms of this
|
102 |
+
License, and the Corresponding Application Code in a form
|
103 |
+
suitable for, and under terms that permit, the user to
|
104 |
+
recombine or relink the Application with a modified version of
|
105 |
+
the Linked Version to produce a modified Combined Work, in the
|
106 |
+
manner specified by section 6 of the GNU GPL for conveying
|
107 |
+
Corresponding Source.
|
108 |
+
|
109 |
+
1) Use a suitable shared library mechanism for linking with the
|
110 |
+
Library. A suitable mechanism is one that (a) uses at run time
|
111 |
+
a copy of the Library already present on the user's computer
|
112 |
+
system, and (b) will operate properly with a modified version
|
113 |
+
of the Library that is interface-compatible with the Linked
|
114 |
+
Version.
|
115 |
+
|
116 |
+
e) Provide Installation Information, but only if you would otherwise
|
117 |
+
be required to provide such information under section 6 of the
|
118 |
+
GNU GPL, and only to the extent that such information is
|
119 |
+
necessary to install and execute a modified version of the
|
120 |
+
Combined Work produced by recombining or relinking the
|
121 |
+
Application with a modified version of the Linked Version. (If
|
122 |
+
you use option 4d0, the Installation Information must accompany
|
123 |
+
the Minimal Corresponding Source and Corresponding Application
|
124 |
+
Code. If you use option 4d1, you must provide the Installation
|
125 |
+
Information in the manner specified by section 6 of the GNU GPL
|
126 |
+
for conveying Corresponding Source.)
|
127 |
+
|
128 |
+
5. Combined Libraries.
|
129 |
+
|
130 |
+
You may place library facilities that are a work based on the
|
131 |
+
Library side by side in a single library together with other library
|
132 |
+
facilities that are not Applications and are not covered by this
|
133 |
+
License, and convey such a combined library under terms of your
|
134 |
+
choice, if you do both of the following:
|
135 |
+
|
136 |
+
a) Accompany the combined library with a copy of the same work based
|
137 |
+
on the Library, uncombined with any other library facilities,
|
138 |
+
conveyed under the terms of this License.
|
139 |
+
|
140 |
+
b) Give prominent notice with the combined library that part of it
|
141 |
+
is a work based on the Library, and explaining where to find the
|
142 |
+
accompanying uncombined form of the same work.
|
143 |
+
|
144 |
+
6. Revised Versions of the GNU Lesser General Public License.
|
145 |
+
|
146 |
+
The Free Software Foundation may publish revised and/or new versions
|
147 |
+
of the GNU Lesser General Public License from time to time. Such new
|
148 |
+
versions will be similar in spirit to the present version, but may
|
149 |
+
differ in detail to address new problems or concerns.
|
150 |
+
|
151 |
+
Each version is given a distinguishing version number. If the
|
152 |
+
Library as you received it specifies that a certain numbered version
|
153 |
+
of the GNU Lesser General Public License "or any later version"
|
154 |
+
applies to it, you have the option of following the terms and
|
155 |
+
conditions either of that published version or of any later version
|
156 |
+
published by the Free Software Foundation. If the Library as you
|
157 |
+
received it does not specify a version number of the GNU Lesser
|
158 |
+
General Public License, you may choose any version of the GNU Lesser
|
159 |
+
General Public License ever published by the Free Software Foundation.
|
160 |
+
|
161 |
+
If the Library as you received it specifies that a proxy can decide
|
162 |
+
whether future versions of the GNU Lesser General Public License shall
|
163 |
+
apply, that proxy's public statement of acceptance of any version is
|
164 |
+
permanent authorization for you to choose that version for the
|
165 |
+
Library.
|
guile/ChangeLog
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
-*- text -*-
|
2 |
+
|
3 |
+
Starting from September 1st, 2008, the Guile project no longer stores
|
4 |
+
change logs in `ChangeLog' files. Instead, changes are detailed in the
|
5 |
+
version control system's logs. They can be seen by downloading a copy
|
6 |
+
of the Git repository:
|
7 |
+
|
8 |
+
$ git clone git://git.sv.gnu.org/guile.git
|
9 |
+
$ git whatchanged
|
10 |
+
|
11 |
+
Alternatively, they can be seen on the web, using the Gitweb interface
|
12 |
+
at:
|
13 |
+
|
14 |
+
http://git.sv.gnu.org/gitweb/?p=guile.git
|
15 |
+
|
16 |
+
Change logs up to September 1st, 2008, are still available in the files
|
17 |
+
named `ChangeLog-2008'.
|
guile/ChangeLog-2008
ADDED
The diff for this file is too large to render.
See raw diff
|
|
guile/GNUmakefile
ADDED
@@ -0,0 +1,127 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Having a separate GNUmakefile lets me 'include' the dynamically
|
2 |
+
# generated rules created via cfg.mk (package-local configuration)
|
3 |
+
# as well as maint.mk (generic maintainer rules).
|
4 |
+
# This makefile is used only if you run GNU Make.
|
5 |
+
# It is necessary if you want to build targets usually of interest
|
6 |
+
# only to the maintainer.
|
7 |
+
|
8 |
+
# Copyright (C) 2001, 2003, 2006-2023 Free Software Foundation, Inc.
|
9 |
+
|
10 |
+
# This program is free software: you can redistribute it and/or modify
|
11 |
+
# it under the terms of the GNU General Public License as published by
|
12 |
+
# the Free Software Foundation, either version 3 of the License, or
|
13 |
+
# (at your option) any later version.
|
14 |
+
|
15 |
+
# This program is distributed in the hope that it will be useful,
|
16 |
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
17 |
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
18 |
+
# GNU General Public License for more details.
|
19 |
+
|
20 |
+
# You should have received a copy of the GNU General Public License
|
21 |
+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
22 |
+
|
23 |
+
# If the user runs GNU make but has not yet run ./configure,
|
24 |
+
# give them a diagnostic.
|
25 |
+
_gl-Makefile := $(wildcard [M]akefile)
|
26 |
+
ifneq ($(_gl-Makefile),)
|
27 |
+
|
28 |
+
# Make tar archive easier to reproduce.
|
29 |
+
export TAR_OPTIONS = --owner=0 --group=0 --numeric-owner --sort=name
|
30 |
+
|
31 |
+
# Allow the user to add to this in the Makefile.
|
32 |
+
ALL_RECURSIVE_TARGETS =
|
33 |
+
|
34 |
+
include Makefile
|
35 |
+
|
36 |
+
# Some projects override e.g., _autoreconf here.
|
37 |
+
-include $(srcdir)/cfg.mk
|
38 |
+
|
39 |
+
# Allow cfg.mk to override these.
|
40 |
+
_build-aux ?= build-aux
|
41 |
+
_autoreconf ?= autoreconf -v
|
42 |
+
|
43 |
+
include $(srcdir)/maint.mk
|
44 |
+
|
45 |
+
# Ensure that $(VERSION) is up to date for dist-related targets, but not
|
46 |
+
# for others: rerunning autoreconf and recompiling everything isn't cheap.
|
47 |
+
_have-git-version-gen := \
|
48 |
+
$(shell test -f $(srcdir)/$(_build-aux)/git-version-gen && echo yes)
|
49 |
+
ifeq ($(_have-git-version-gen)0,yes$(MAKELEVEL))
|
50 |
+
_is-dist-target ?= $(filter-out %clean, \
|
51 |
+
$(filter maintainer-% dist% alpha beta stable,$(MAKECMDGOALS)))
|
52 |
+
_is-install-target ?= $(filter-out %check, $(filter install%,$(MAKECMDGOALS)))
|
53 |
+
ifneq (,$(_is-dist-target)$(_is-install-target))
|
54 |
+
_curr-ver := $(shell cd $(srcdir) \
|
55 |
+
&& $(_build-aux)/git-version-gen \
|
56 |
+
.tarball-version \
|
57 |
+
$(git-version-gen-tag-sed-script))
|
58 |
+
ifneq ($(_curr-ver),$(VERSION))
|
59 |
+
ifeq ($(_curr-ver),UNKNOWN)
|
60 |
+
$(info WARNING: unable to verify if $(VERSION) is the correct version)
|
61 |
+
else
|
62 |
+
ifneq (,$(_is-install-target))
|
63 |
+
# GNU Coding Standards state that 'make install' should not cause
|
64 |
+
# recompilation after 'make all'. But as long as changing the version
|
65 |
+
# string alters config.h, the cost of having 'make all' always have an
|
66 |
+
# up-to-date version is prohibitive. So, as a compromise, we merely
|
67 |
+
# warn when installing a version string that is out of date; the user
|
68 |
+
# should run 'autoreconf' (or something like 'make distcheck') to
|
69 |
+
# fix the version, 'make all' to propagate it, then 'make install'.
|
70 |
+
$(info WARNING: version string $(VERSION) is out of date;)
|
71 |
+
$(info run '$(MAKE) _version' to fix it)
|
72 |
+
else
|
73 |
+
$(info INFO: running autoreconf for new version string: $(_curr-ver))
|
74 |
+
GNUmakefile: _version
|
75 |
+
touch GNUmakefile
|
76 |
+
endif
|
77 |
+
endif
|
78 |
+
endif
|
79 |
+
endif
|
80 |
+
endif
|
81 |
+
|
82 |
+
.PHONY: _version
|
83 |
+
_version:
|
84 |
+
cd $(srcdir) && rm -rf autom4te.cache .version && $(_autoreconf)
|
85 |
+
$(MAKE) $(AM_MAKEFLAGS) Makefile
|
86 |
+
|
87 |
+
else
|
88 |
+
|
89 |
+
.DEFAULT_GOAL := abort-due-to-no-makefile
|
90 |
+
srcdir = .
|
91 |
+
|
92 |
+
# The package can override .DEFAULT_GOAL to run actions like autoreconf.
|
93 |
+
-include ./cfg.mk
|
94 |
+
|
95 |
+
# Allow cfg.mk to override these.
|
96 |
+
_build-aux ?= build-aux
|
97 |
+
_autoreconf ?= autoreconf -v
|
98 |
+
|
99 |
+
include ./maint.mk
|
100 |
+
|
101 |
+
ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile)
|
102 |
+
$(MAKECMDGOALS): abort-due-to-no-makefile
|
103 |
+
endif
|
104 |
+
|
105 |
+
abort-due-to-no-makefile:
|
106 |
+
@echo There seems to be no Makefile in this directory. 1>&2
|
107 |
+
@echo "You must run ./configure before running '$(MAKE)'." 1>&2
|
108 |
+
@exit 1
|
109 |
+
|
110 |
+
endif
|
111 |
+
|
112 |
+
# Tell version 3.79 and up of GNU make to not build goals in this
|
113 |
+
# directory in parallel, in case someone tries to build multiple
|
114 |
+
# targets, and one of them can cause a recursive target to be invoked.
|
115 |
+
|
116 |
+
# Only set this if Automake doesn't provide it.
|
117 |
+
AM_RECURSIVE_TARGETS ?= $(RECURSIVE_TARGETS:-recursive=) \
|
118 |
+
$(RECURSIVE_CLEAN_TARGETS:-recursive=) \
|
119 |
+
dist distcheck tags ctags
|
120 |
+
|
121 |
+
ALL_RECURSIVE_TARGETS += $(AM_RECURSIVE_TARGETS)
|
122 |
+
|
123 |
+
ifneq ($(word 2, $(MAKECMDGOALS)), )
|
124 |
+
ifneq ($(filter $(ALL_RECURSIVE_TARGETS), $(MAKECMDGOALS)), )
|
125 |
+
.NOTPARALLEL:
|
126 |
+
endif
|
127 |
+
endif
|
guile/GUILE-VERSION
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# -*-shell-script-*-
|
2 |
+
|
3 |
+
# Note: `GUILE_VERSION' is defined in `configure.ac' using `git-version-gen'.
|
4 |
+
GUILE_MAJOR_VERSION=3
|
5 |
+
GUILE_MINOR_VERSION=0
|
6 |
+
GUILE_MICRO_VERSION=10
|
7 |
+
|
8 |
+
GUILE_EFFECTIVE_VERSION=3.0
|
9 |
+
|
10 |
+
|
11 |
+
# All of the shared lib versioning info. Right now, for this to work
|
12 |
+
# properly, you'll also need to add AC_SUBST calls to the right place
|
13 |
+
# in configure.in, add the right -version-info statement to your
|
14 |
+
# Makefile.am.
|
15 |
+
|
16 |
+
# See libtool info pages for more information on how and when to change
|
17 |
+
# these. Note: We consider the ABI of default builds, and not that of
|
18 |
+
# '--disable-deprecated' builds. Generally speaking, within a stable
|
19 |
+
# series, you increment CURRENT and AGE and set REVISION to 0.
|
20 |
+
|
21 |
+
LIBGUILE_INTERFACE_CURRENT=8
|
22 |
+
LIBGUILE_INTERFACE_REVISION=0
|
23 |
+
LIBGUILE_INTERFACE_AGE=7
|
24 |
+
LIBGUILE_INTERFACE="${LIBGUILE_INTERFACE_CURRENT}:${LIBGUILE_INTERFACE_REVISION}:${LIBGUILE_INTERFACE_AGE}"
|
guile/HACKING
ADDED
@@ -0,0 +1,292 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
-*-text-*-
|
2 |
+
Guile Hacking Guide
|
3 |
+
Copyright (c) 1996-2002,2008,2012,2015,2017,2024 Free Software Foundation, Inc.
|
4 |
+
|
5 |
+
Permission is granted to anyone to make or distribute verbatim copies
|
6 |
+
of this document as received, in any medium, provided that the
|
7 |
+
copyright notice and permission notice are preserved,
|
8 |
+
and that the distributor grants the recipient permission
|
9 |
+
for further redistribution as permitted by this notice.
|
10 |
+
|
11 |
+
Permission is granted to distribute modified versions
|
12 |
+
of this document, or of portions of it,
|
13 |
+
under the above conditions, provided also that they
|
14 |
+
carry prominent notices stating who last changed them,
|
15 |
+
and that any new or changed statements about the activities
|
16 |
+
of the Free Software Foundation are approved by the Foundation.
|
17 |
+
|
18 |
+
|
19 |
+
What to Hack =========================================================
|
20 |
+
|
21 |
+
You can hack whatever you want, thank GNU.
|
22 |
+
|
23 |
+
It's a good idea to join the guile-devel@gnu.org mailing list. See
|
24 |
+
http://www.gnu.org/software/guile/mail/mail.html for more info.
|
25 |
+
|
26 |
+
|
27 |
+
Hacking It Yourself ==================================================
|
28 |
+
|
29 |
+
You can spawn a shell with all the required dependencies using GNU Guix
|
30 |
+
by running the following command:
|
31 |
+
|
32 |
+
guix shell -D -f guix.scm --pure
|
33 |
+
|
34 |
+
In this way, you can effortlessly compile Guile from the Git checkout
|
35 |
+
with just these three lines:
|
36 |
+
|
37 |
+
guix shell -CP -D -f guix.scm -- ./autogen.sh
|
38 |
+
guix shell -CP -D -f guix.scm -- ./configure \
|
39 |
+
--enable-mini-gmp --disable-static
|
40 |
+
guix shell -CP -D -f guix.scm -- make
|
41 |
+
|
42 |
+
Disabling of the static libraries is optional, but it does speed up the
|
43 |
+
builds, and you are unlikely to need them for local development.
|
44 |
+
|
45 |
+
Note: Currently JIT causes Guile to crash in obscure ways on GNU Hurd,
|
46 |
+
so on that platform you want to also pass the --disable-jit flag
|
47 |
+
to the configure script.
|
48 |
+
|
49 |
+
Note: On any i*86 architecture, you also need to pass in the compiler
|
50 |
+
flag -fexcess-precision=standard in order to get the test suite
|
51 |
+
to pass. That can be done by passing an additional argument to
|
52 |
+
the configure script:
|
53 |
+
CFLAGS='-g -O2 -fexcess-precision=standard'
|
54 |
+
|
55 |
+
Once that finishes, you can execute your newly compiled Guile using the
|
56 |
+
./meta/guile script:
|
57 |
+
|
58 |
+
$ guix shell -CP -D -f guix.scm -- ./meta/guile -v | head -n1
|
59 |
+
guile (GNU Guile) 3.0.9.139-d7cf5-dirty
|
60 |
+
|
61 |
+
For more manual approach, read on.
|
62 |
+
|
63 |
+
When Guile is obtained from Git, a few extra steps must be taken
|
64 |
+
before the usual configure, make, make install. You will need to have
|
65 |
+
up-to-date versions of the tools as listed below, correctly installed.
|
66 |
+
|
67 |
+
Sometimes older or newer versions will work. (See below for versions
|
68 |
+
to avoid.)
|
69 |
+
|
70 |
+
Then you must run the autogen.sh script, as described below.
|
71 |
+
|
72 |
+
The same procedure can be used to regenerate the files in released
|
73 |
+
versions of Guile. In that case the headers of the original generated
|
74 |
+
files (e.g., configure, Makefile.in, ltmain.sh) can be used to
|
75 |
+
identify which tool versions may be required.
|
76 |
+
|
77 |
+
Autoconf --- a system for automatically generating `configure'
|
78 |
+
scripts from templates which list the non-portable features a
|
79 |
+
program would like to use. Available in
|
80 |
+
"ftp://ftp.gnu.org/pub/gnu/autoconf"
|
81 |
+
|
82 |
+
Automake --- a system for automatically generating Makefiles that
|
83 |
+
conform to the (rather Byzantine) GNU coding standards. The
|
84 |
+
nice thing is that it takes care of hairy targets like 'make
|
85 |
+
dist' and 'make distclean', and automatically generates
|
86 |
+
Makefile dependencies. Automake is available in
|
87 |
+
"ftp://ftp.gnu.org/pub/gnu/automake"
|
88 |
+
|
89 |
+
libtool --- a system for managing the zillion hairy options needed
|
90 |
+
on various systems to produce shared libraries. Available in
|
91 |
+
"ftp://ftp.gnu.org/pub/gnu/libtool". Version 2.2 (or
|
92 |
+
later) is recommended (for correct AIX support, and correct
|
93 |
+
interaction with the Gnulib module for using libunistring).
|
94 |
+
|
95 |
+
gettext --- a system for rigging a program so that it can output its
|
96 |
+
messages in the local tongue. Guile presently only exports
|
97 |
+
the gettext functionality to Scheme, it does not use it
|
98 |
+
itself.
|
99 |
+
|
100 |
+
flex --- a scanner generator. It's probably not essential to have the
|
101 |
+
latest version; Flex 2.5.37 is known to work.
|
102 |
+
|
103 |
+
One false move and you will be lost in a little maze of automatically
|
104 |
+
generated files, all different.
|
105 |
+
|
106 |
+
Here is the authoritative list of tool/version/platform tuples that
|
107 |
+
have been known to cause problems, and a short description of the problem.
|
108 |
+
|
109 |
+
|
110 |
+
Sample GDB Initialization File =======================================
|
111 |
+
|
112 |
+
In GDB, you probably want to load the gdbinit file included with Guile,
|
113 |
+
which defines a number of GDB helpers to inspect Scheme values.
|
114 |
+
|
115 |
+
|
116 |
+
Contributing Your Changes ============================================
|
117 |
+
|
118 |
+
- If you have put together a change that meets the coding standards
|
119 |
+
described below, we encourage you to submit it to Guile. Post your
|
120 |
+
patch to guile-devel@gnu.org or bug-guile@gnu.org; the latter is
|
121 |
+
tracked at <https://bugs.gnu.org/guile>, which can be browsed from
|
122 |
+
Emacs with debbugs.el, and is thus less likely to be lost.
|
123 |
+
|
124 |
+
- We prefer patches generated using 'git format-patch'.
|
125 |
+
|
126 |
+
- Provide a description in the commit message, like so:
|
127 |
+
|
128 |
+
1-line description of change
|
129 |
+
|
130 |
+
More extensive discussion of your change. Document why you are
|
131 |
+
changing things.
|
132 |
+
|
133 |
+
* filename (function name): file specific change comments.
|
134 |
+
|
135 |
+
- For proper credit, also make sure you update the AUTHORS file
|
136 |
+
(for new files for which you've assigned copyright to the FSF), or
|
137 |
+
the THANKS file (for everything else).
|
138 |
+
|
139 |
+
|
140 |
+
Coding standards =====================================================
|
141 |
+
|
142 |
+
- As for any part of Project GNU, changes to Guile should follow the
|
143 |
+
GNU coding standards, available at
|
144 |
+
https://www.gnu.org/prep/standards/standards.html.
|
145 |
+
|
146 |
+
- The Guile tree should compile without warnings under the following
|
147 |
+
GCC switches, which are the default in the current configure script:
|
148 |
+
|
149 |
+
-O2 -Wall -Wpointer-arith -Wmissing-prototypes
|
150 |
+
|
151 |
+
To make sure of this, you can use the --enable-error-on-warning option
|
152 |
+
to configure. This option will make GCC fail if it hits a warning.
|
153 |
+
|
154 |
+
Note that the warnings generated vary from one version of GCC to the
|
155 |
+
next, and from one architecture to the next. For this reason,
|
156 |
+
--enable-error-on-warning is not enabled by default.
|
157 |
+
|
158 |
+
- If you add code which uses functions or other features that are not
|
159 |
+
entirely portable, please make sure the rest of Guile will still
|
160 |
+
function properly on systems where they are missing. This usually
|
161 |
+
entails adding a test to configure.in, and then adding #ifdefs to your
|
162 |
+
code to disable it if the system's features are missing. Do check first
|
163 |
+
if the function has a Gnulib wrapper, though.
|
164 |
+
|
165 |
+
- The normal way of removing a function, macro or variable is to mark
|
166 |
+
it as "deprecated", keep it for a while, and remove it in a later
|
167 |
+
release. If a function or macro is marked as "deprecated" it
|
168 |
+
indicates that people shouldn't use it in new programs, and should try
|
169 |
+
to remove it in old. Make sure that an alternative exists unless it
|
170 |
+
is our purpose to remove functionality. Don't deprecate definitions
|
171 |
+
if it is unclear when they will be removed. (This is to ensure that a
|
172 |
+
valid way of implementing some functionality always exists.)
|
173 |
+
|
174 |
+
When deprecating a definition, always follow this procedure:
|
175 |
+
|
176 |
+
1. Mark the definition using
|
177 |
+
|
178 |
+
#if (SCM_DEBUG_DEPRECATED == 0)
|
179 |
+
...
|
180 |
+
#endif
|
181 |
+
|
182 |
+
or, for Scheme code, wrap it using
|
183 |
+
|
184 |
+
(begin-deprecated
|
185 |
+
...)
|
186 |
+
|
187 |
+
2. Make the deprecated code issue a warning when it is used, by using
|
188 |
+
scm_c_issue_deprecation_warning (in C) or issue-deprecation-warning
|
189 |
+
(in Scheme).
|
190 |
+
|
191 |
+
3. Write a comment at the definition explaining how a programmer can
|
192 |
+
manage without the deprecated definition.
|
193 |
+
|
194 |
+
4. Add an entry that the definition has been deprecated in NEWS and
|
195 |
+
explain what to do instead.
|
196 |
+
|
197 |
+
- Write commit messages for functions written in C using the
|
198 |
+
functions' C names, and write entries for functions written in Scheme
|
199 |
+
using the functions' Scheme names. For example,
|
200 |
+
|
201 |
+
* foo.c: Moved scm_procedure_documentation from eval.c.
|
202 |
+
|
203 |
+
is preferred over
|
204 |
+
|
205 |
+
* foo.c: Moved procedure-documentation from eval.c.
|
206 |
+
|
207 |
+
Changes like adding this line are special:
|
208 |
+
|
209 |
+
SCM_PROC (s_map_in_order, "map-in-order", 2, 0, 1, scm_map);
|
210 |
+
|
211 |
+
Since the change here is about the name itself --- we're adding a new
|
212 |
+
alias for scm_map that guarantees the order in which we process list
|
213 |
+
elements, but we're not changing scm_map at all --- it's appropriate
|
214 |
+
to use the Scheme name in the commit message.
|
215 |
+
|
216 |
+
- Make sure you have papers from people before integrating their
|
217 |
+
changes or contributions. This is very frustrating, but very
|
218 |
+
important to do right. From maintain.texi, "Information for
|
219 |
+
Maintainers of GNU Software":
|
220 |
+
|
221 |
+
When incorporating changes from other people, make sure to follow the
|
222 |
+
correct procedures. Doing this ensures that the FSF has the legal
|
223 |
+
right to distribute and defend GNU software.
|
224 |
+
|
225 |
+
For the sake of registering the copyright on later versions ofthe
|
226 |
+
software you need to keep track of each person who makes significant
|
227 |
+
changes. A change of ten lines or so, or a few such changes, in a
|
228 |
+
large program is not significant.
|
229 |
+
|
230 |
+
*Before* incorporating significant changes, make sure that the person
|
231 |
+
has signed copyright papers, and that the Free Software Foundation has
|
232 |
+
received them.
|
233 |
+
|
234 |
+
If you receive contributions you want to use from someone, let a
|
235 |
+
maintainer know and they will take care of the administrivia. Put the
|
236 |
+
contributions aside until we have the necessary papers.
|
237 |
+
|
238 |
+
Once you accept a contribution, be sure to keep the files AUTHORS and
|
239 |
+
THANKS up-to-date.
|
240 |
+
|
241 |
+
- When you make substantial changes to a file, add the current year to
|
242 |
+
the list of years in the copyright notice at the top of the file.
|
243 |
+
|
244 |
+
- When you get bug reports or patches from people, be sure to list
|
245 |
+
them in THANKS.
|
246 |
+
|
247 |
+
- Do not introduce trailing whitespace (and feel free to clean it up
|
248 |
+
opportunistically, that is, if doing so is part of some other change).
|
249 |
+
The goal is to reduce (and over time, eliminate) spurious diffs.
|
250 |
+
|
251 |
+
For Emacs users:
|
252 |
+
(add-hook 'before-save-hook 'delete-trailing-whitespace)
|
253 |
+
|
254 |
+
Naming conventions ===================================================
|
255 |
+
|
256 |
+
We use certain naming conventions to structure the considerable number
|
257 |
+
of global identifiers. All identifiers should be either all lower
|
258 |
+
case or all upper case. Syllables are separated by underscores `_'.
|
259 |
+
All non-static identifiers should start with scm_ or SCM_. Then might
|
260 |
+
follow zero or more syllables giving the category of the identifier.
|
261 |
+
The currently used category identifiers are
|
262 |
+
|
263 |
+
t - type name
|
264 |
+
|
265 |
+
c,C - something with a interface suited for C use. This is used
|
266 |
+
to name functions that behave like Scheme primitives but
|
267 |
+
have a more C friendly calling convention.
|
268 |
+
|
269 |
+
i,I - internal to libguile. It is global, but not considered part
|
270 |
+
of the libguile API.
|
271 |
+
|
272 |
+
f - a SCM variable pointing to a Scheme function object.
|
273 |
+
|
274 |
+
F - a bit mask for a flag.
|
275 |
+
|
276 |
+
m - a macro transformer procedure
|
277 |
+
|
278 |
+
n,N - a count of something
|
279 |
+
|
280 |
+
s - a constant C string
|
281 |
+
|
282 |
+
k - a SCM variable pointing to a keyword.
|
283 |
+
|
284 |
+
sym - a SCM variable pointing to a symbol.
|
285 |
+
|
286 |
+
var - a SCM variable pointing to a variable object.
|
287 |
+
|
288 |
+
The follwing syllables also have a technical meaning:
|
289 |
+
|
290 |
+
str - this denotes a zero terminated C string
|
291 |
+
|
292 |
+
mem - a C string with an explicit count
|
guile/LICENSE
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Guile is covered under the terms of the GNU Lesser General Public
|
2 |
+
License, version 3 or later. See COPYING.LESSER and COPYING.
|
guile/Makefile.am
ADDED
@@ -0,0 +1,144 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Process this file with automake to produce Makefile.in.
|
2 |
+
##
|
3 |
+
## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2006, 2007,
|
4 |
+
## 2008, 2009, 2010, 2011, 2012, 2013,
|
5 |
+
## 2014, 2015, 2016, 2022, 2023 Free Software Foundation, Inc.
|
6 |
+
##
|
7 |
+
## This file is part of GUILE.
|
8 |
+
##
|
9 |
+
## GUILE is free software; you can redistribute it and/or modify it
|
10 |
+
## under the terms of the GNU Lesser General Public License as
|
11 |
+
## published by the Free Software Foundation; either version 3, or
|
12 |
+
## (at your option) any later version.
|
13 |
+
##
|
14 |
+
## GUILE is distributed in the hope that it will be useful, but
|
15 |
+
## WITHOUT ANY WARRANTY; without even the implied warranty of
|
16 |
+
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
17 |
+
## GNU Lesser General Public License for more details.
|
18 |
+
##
|
19 |
+
## You should have received a copy of the GNU Lesser General Public
|
20 |
+
## License along with GUILE; see the file COPYING.LESSER. If not,
|
21 |
+
## write to the Free Software Foundation, Inc., 51 Franklin Street,
|
22 |
+
## Fifth Floor, Boston, MA 02110-1301 USA
|
23 |
+
|
24 |
+
# want automake 1.10 or higher so that AM_GNU_GETTEXT can tell automake that
|
25 |
+
# config.rpath is needed
|
26 |
+
#
|
27 |
+
AUTOMAKE_OPTIONS = 1.10
|
28 |
+
|
29 |
+
SUBDIRS = \
|
30 |
+
lib \
|
31 |
+
meta \
|
32 |
+
libguile \
|
33 |
+
module \
|
34 |
+
stage0 \
|
35 |
+
stage1 \
|
36 |
+
stage2 \
|
37 |
+
guile-readline \
|
38 |
+
examples \
|
39 |
+
test-suite \
|
40 |
+
doc
|
41 |
+
|
42 |
+
DIST_SUBDIRS = $(SUBDIRS) prebuilt
|
43 |
+
|
44 |
+
libguileincludedir = $(pkgincludedir)/$(GUILE_EFFECTIVE_VERSION)
|
45 |
+
libguileinclude_HEADERS = libguile.h
|
46 |
+
|
47 |
+
schemelibdir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)
|
48 |
+
#schemelib_DATA = libguile/guile-procedures.txt
|
49 |
+
|
50 |
+
# Our own implementation of Gnulib's lock interface.
|
51 |
+
noinst_HEADERS = lib/glthread/lock.h
|
52 |
+
|
53 |
+
# Our lib/glthreads/lock.h header indirectly includes
|
54 |
+
# libguile/scmconfig.h. Make sure it is built before we recurse into
|
55 |
+
# lib/.
|
56 |
+
BUILT_SOURCES = libguile/scmconfig.h
|
57 |
+
libguile/scmconfig.h:
|
58 |
+
$(MAKE) -C libguile scmconfig.h
|
59 |
+
|
60 |
+
# Build it from here so that all the modules are compiled by the time we
|
61 |
+
# build it.
|
62 |
+
# libguile/guile-procedures.txt: libguile/guile-procedures.texi
|
63 |
+
# $(AM_V_GEN) \
|
64 |
+
# $(top_builddir)/meta/guile --no-auto-compile \
|
65 |
+
# "$(srcdir)/libguile/texi-fragments-to-docstrings" \
|
66 |
+
# "$(builddir)/libguile/guile-procedures.texi" \
|
67 |
+
# > $@.tmp
|
68 |
+
# @mv $@.tmp $@
|
69 |
+
|
70 |
+
EXTRA_DIST = LICENSE HACKING GUILE-VERSION \
|
71 |
+
am/maintainer-dirs \
|
72 |
+
am/guilec \
|
73 |
+
am/ChangeLog-2008 \
|
74 |
+
m4/ChangeLog-2008 \
|
75 |
+
m4/gnulib-cache.m4 \
|
76 |
+
ChangeLog-2008 \
|
77 |
+
.version \
|
78 |
+
gnulib-local/lib/localcharset.h.diff \
|
79 |
+
gnulib-local/lib/localcharset.c.diff \
|
80 |
+
gnulib-local/m4/clock_time.m4.diff \
|
81 |
+
gnulib-local/build-aux/git-version-gen.diff \
|
82 |
+
libguile/texi-fragments-to-docstrings \
|
83 |
+
gdbinit \
|
84 |
+
guix.scm \
|
85 |
+
.guix/modules/guile-package.scm \
|
86 |
+
.guix/manifest.scm
|
87 |
+
|
88 |
+
ACLOCAL_AMFLAGS = -I m4
|
89 |
+
|
90 |
+
#CLEANFILES = libguile/guile-procedures.txt
|
91 |
+
DISTCLEANFILES = check-guile.log
|
92 |
+
|
93 |
+
DISTCHECK_CONFIGURE_FLAGS = --enable-error-on-warning --enable-mini-gmp
|
94 |
+
|
95 |
+
dist-hook: gen-ChangeLog gen-tarball-version \
|
96 |
+
assert-no-store-file-names ensure-guile-readline
|
97 |
+
|
98 |
+
# 'guile-readline/Makefile.am' conditionally includes various files to
|
99 |
+
# the distribution. Bail out when 'HAVE_READLINE' is false.
|
100 |
+
if HAVE_READLINE
|
101 |
+
ensure-guile-readline:
|
102 |
+
@true
|
103 |
+
else !HAVE_READLINE
|
104 |
+
ensure-guile-readline:
|
105 |
+
@echo "error: Readline support is required for 'make dist'." >&2
|
106 |
+
@exit 1
|
107 |
+
endif !HAVE_READLINE
|
108 |
+
.PHONY: ensure-guile-readline
|
109 |
+
|
110 |
+
clean-local:
|
111 |
+
rm -rf cache/
|
112 |
+
|
113 |
+
CONFIG_STATUS_DEPENDENCIES = GUILE-VERSION
|
114 |
+
|
115 |
+
gen_start_rev = 61db429e251bfd2f75cb4632972e0238056eb24b
|
116 |
+
.PHONY: gen-ChangeLog
|
117 |
+
gen-ChangeLog:
|
118 |
+
if test -d .git; then \
|
119 |
+
$(top_srcdir)/build-aux/gitlog-to-changelog \
|
120 |
+
$(gen_start_rev)..HEAD > $(distdir)/cl-t; \
|
121 |
+
rm -f $(distdir)/ChangeLog; \
|
122 |
+
mv $(distdir)/cl-t $(distdir)/ChangeLog; \
|
123 |
+
fi
|
124 |
+
|
125 |
+
# Make sure we're not shipping a file that embeds a /gnu/store file
|
126 |
+
# name, for maintainers who use Guix.
|
127 |
+
.PHONY: assert-no-store-file-names
|
128 |
+
assert-no-store-file-names:
|
129 |
+
if grep --exclude=ChangeLog -rE "/gnu/store/[a-z0-9]{32}-" $(distdir) ; \
|
130 |
+
then \
|
131 |
+
echo "error: store file names embedded in the distribution" >&2 ; \
|
132 |
+
exit 1 ; \
|
133 |
+
fi
|
134 |
+
|
135 |
+
BUILT_SOURCES += $(top_srcdir)/.version
|
136 |
+
$(top_srcdir)/.version:
|
137 |
+
echo $(VERSION) > $@-t && mv $@-t $@
|
138 |
+
gen-tarball-version:
|
139 |
+
echo $(VERSION) > $(distdir)/.tarball-version
|
140 |
+
|
141 |
+
include benchmark-suite/local.mk
|
142 |
+
include gc-benchmarks/local.mk
|
143 |
+
|
144 |
+
# Makefile.am ends here
|
guile/NEWS
ADDED
The diff for this file is too large to render.
See raw diff
|
|
guile/README
ADDED
@@ -0,0 +1,475 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This is version 3.0 of Guile, Project GNU's extension language library.
|
2 |
+
Guile is an implementation of the Scheme programming language, packaged
|
3 |
+
as a library that can be linked into applications to give them their own
|
4 |
+
extension language. Guile supports other languages as well, giving
|
5 |
+
users of Guile-based applications a choice of languages.
|
6 |
+
|
7 |
+
Please send bug reports to bug-guile@gnu.org.
|
8 |
+
|
9 |
+
See the LICENSE file for the specific terms that apply to Guile. Note
|
10 |
+
that for any copyright year range specified as YYYY-ZZZZ in this
|
11 |
+
package, the range specifies every single year in that closed interval.
|
12 |
+
|
13 |
+
|
14 |
+
Additional INSTALL instructions ===========================================
|
15 |
+
|
16 |
+
Generic instructions for configuring and compiling Guile can be found
|
17 |
+
in the INSTALL file. Guile specific information and configure options
|
18 |
+
can be found below, including instructions for installing SLIB.
|
19 |
+
|
20 |
+
Guile depends on the following external libraries.
|
21 |
+
- libgmp
|
22 |
+
- libiconv
|
23 |
+
- libintl
|
24 |
+
- libltdl
|
25 |
+
- libunistring
|
26 |
+
- libgc
|
27 |
+
- libffi
|
28 |
+
It will also use the libreadline library if it is available.
|
29 |
+
|
30 |
+
There is a corresponding `--with-XXX-prefix' option for each of these
|
31 |
+
libraries (except for libgc and libffi which use `pkg-config', see
|
32 |
+
below) that you can use when invoking ./configure, if you have these
|
33 |
+
libraries installed in a location other than the standard places (/usr
|
34 |
+
and /usr/local).
|
35 |
+
|
36 |
+
These options are provided by the Gnulib `havelib' module, and details
|
37 |
+
of how they work are documented in `Searching for Libraries' in the
|
38 |
+
Gnulib manual (http://www.gnu.org/software/gnulib/manual). The extent
|
39 |
+
to which they work on a given OS depends on whether that OS supports
|
40 |
+
encoding full library path names in executables (aka `rpath'). Also
|
41 |
+
note that using these options, and hence hardcoding full library path
|
42 |
+
names (where that is supported), makes it impossible to later move the
|
43 |
+
built executables and libraries to an installation location other than
|
44 |
+
the one that was specified at build time.
|
45 |
+
|
46 |
+
Another possible approach is to set CPPFLAGS and LDFLAGS on the
|
47 |
+
configure command-line, so that they include -I options for all the
|
48 |
+
non-standard places where you have installed header files and -L
|
49 |
+
options for all the non-standard places where you have installed
|
50 |
+
libraries. This will allow configure and make to find those headers
|
51 |
+
and libraries during the build. E.g.:
|
52 |
+
|
53 |
+
../configure [...] CPPFLAGS='-I/my/include' LDFLAGS='-L/my/lib'
|
54 |
+
|
55 |
+
The locations found will not be hardcoded into the build executables and
|
56 |
+
libraries, so with this approach you will probably also need to set
|
57 |
+
LD_LIBRARY_PATH correspondingly, to allow Guile to find the necessary
|
58 |
+
libraries again at runtime.
|
59 |
+
|
60 |
+
|
61 |
+
Required External Packages ================================================
|
62 |
+
|
63 |
+
Guile requires the following external packages:
|
64 |
+
|
65 |
+
- GNU MP, at least version 4.2
|
66 |
+
|
67 |
+
GNU MP is used for bignum arithmetic. It is available from
|
68 |
+
http://gmplib.org/ .
|
69 |
+
|
70 |
+
- libltdl from GNU Libtool, at least version 1.5.6
|
71 |
+
|
72 |
+
libltdl is used for loading extensions at run-time. It is
|
73 |
+
available from http://www.gnu.org/software/libtool/ .
|
74 |
+
|
75 |
+
- GNU libunistring, at least version 0.9.3
|
76 |
+
|
77 |
+
libunistring is used for Unicode string operations, such as the
|
78 |
+
`utf*->string' procedures. It is available from
|
79 |
+
http://www.gnu.org/software/libunistring/ .
|
80 |
+
|
81 |
+
- libgc, at least version 7.2
|
82 |
+
|
83 |
+
libgc (aka. the Boehm-Demers-Weiser garbage collector) is the
|
84 |
+
conservative garbage collector used by Guile. It is available
|
85 |
+
from http://www.hboehm.info/gc/ .
|
86 |
+
|
87 |
+
- libffi
|
88 |
+
|
89 |
+
libffi provides a "foreign function interface", used by the
|
90 |
+
`(system foreign)' module. It is available from
|
91 |
+
http://sourceware.org/libffi/ .
|
92 |
+
|
93 |
+
- pkg-config
|
94 |
+
|
95 |
+
Guile's ./configure script uses pkg-config to discover the correct
|
96 |
+
compile and link options for libgc and libffi. For this to work,
|
97 |
+
the `PKG_CONFIG_PATH' environment variable must be set to point to
|
98 |
+
the places where libgc's and libffi's `.pc' files can be found:
|
99 |
+
|
100 |
+
PKG_CONFIG_PATH=/path/to/libgc/lib/pkgconfig:/path/to/libffi/lib/pkgconfig
|
101 |
+
|
102 |
+
Alternatively, when pkg-config is not installed, you can work around
|
103 |
+
this by setting some variables as part of the configure
|
104 |
+
command-line:
|
105 |
+
|
106 |
+
- PKG_CONFIG=true
|
107 |
+
|
108 |
+
- BDW_GC_CFLAGS=<compile flags for picking up libgc headers>
|
109 |
+
|
110 |
+
- BDW_GC_LIBS=<linker flags for picking up the libgc library>
|
111 |
+
|
112 |
+
Note that because you're bypassing all pkg-config checks, you will
|
113 |
+
also have to specify libffi flags as well:
|
114 |
+
|
115 |
+
- LIBFFI_CFLAGS=<compile flags for picking up libffi headers>
|
116 |
+
|
117 |
+
- LIBFFI_LIBS=<linker flags for picking up the libffi library>
|
118 |
+
|
119 |
+
|
120 |
+
When building from a Git checkout, these additional packages are needed:
|
121 |
+
|
122 |
+
- GNU Autoconf
|
123 |
+
- GNU Automake
|
124 |
+
- GNU Libtool
|
125 |
+
- Flex
|
126 |
+
- GNU Gettext
|
127 |
+
- GNU Texinfo
|
128 |
+
- GNU Gperf
|
129 |
+
|
130 |
+
If you use GNU Guix, you can obtain a shell for development with all the
|
131 |
+
dependencies by running the following command from the top directory of
|
132 |
+
the checkout:
|
133 |
+
|
134 |
+
guix shell
|
135 |
+
|
136 |
+
You can also build Guile by running:
|
137 |
+
|
138 |
+
guix build -f guix.scm
|
139 |
+
|
140 |
+
|
141 |
+
Special Instructions For Some Systems =====================================
|
142 |
+
|
143 |
+
We would like Guile to build on all systems using the simple
|
144 |
+
instructions above, but it seems that a few systems still need special
|
145 |
+
treatment. If you can send us fixes for these problems, we'd be
|
146 |
+
grateful.
|
147 |
+
|
148 |
+
FreeBSD 11.0:
|
149 |
+
For a build supporting threads, please `pkg install' the following
|
150 |
+
- pkgconf : provides pkg-config
|
151 |
+
- gmake : /usr/bin/make does not work
|
152 |
+
- boehm-gc-threaded : needed for threaded support
|
153 |
+
|
154 |
+
Configure as:
|
155 |
+
|
156 |
+
./configure --with-bdw-gc=bdw-gc-threaded
|
157 |
+
|
158 |
+
Alternately if you want a Guile without threads, then install boehm-gc
|
159 |
+
and configure as:
|
160 |
+
|
161 |
+
./configure --without-threads
|
162 |
+
|
163 |
+
Guile specific flags Accepted by Configure =================================
|
164 |
+
|
165 |
+
If you run the configure script with no arguments, it should examine
|
166 |
+
your system and set things up appropriately. However, there are a few
|
167 |
+
switches specific to Guile you may find useful in some circumstances.
|
168 |
+
|
169 |
+
--without-threads --- Build without thread support
|
170 |
+
|
171 |
+
Build a Guile executable and library that supports multi-threading.
|
172 |
+
|
173 |
+
The default is to enable threading support when your operating
|
174 |
+
system offers 'POSIX threads'. When you do not want threading, use
|
175 |
+
`--without-threads'.
|
176 |
+
|
177 |
+
--enable-deprecated=LEVEL
|
178 |
+
|
179 |
+
Guile may contain features that are `deprecated'. When a feature is
|
180 |
+
deprecated, it means that it is still there, but that there is a
|
181 |
+
better way of achieving the same thing, and we'd rather have you use
|
182 |
+
this better way. This allows us to eventually remove the old
|
183 |
+
implementation and helps to keep Guile reasonably clean of historic
|
184 |
+
baggage.
|
185 |
+
|
186 |
+
See the file NEWS for a list of features that are currently
|
187 |
+
deprecated. Each entry will also tell you what you should replace
|
188 |
+
your code with.
|
189 |
+
|
190 |
+
To give you some help with this process, and to encourage (OK,
|
191 |
+
nudge) people to switch to the newer methods, Guile can emit
|
192 |
+
warnings or errors when you use a deprecated feature. There is
|
193 |
+
quite a range of possibilities, from being completely silent to
|
194 |
+
giving errors at link time. What exactly happens is determined both
|
195 |
+
by the value of the `--enable-deprecated' configuration option when
|
196 |
+
Guile was built, and by the GUILE_WARN_DEPRECATED environment
|
197 |
+
variable.
|
198 |
+
|
199 |
+
It works like this:
|
200 |
+
|
201 |
+
When Guile has been configured with `--enable-deprecated=no' (or,
|
202 |
+
equivalently, with `--disable-deprecated') then all deprecated
|
203 |
+
features are omitted from Guile. You will get "undefined
|
204 |
+
reference", "variable unbound" or similar errors when you try to
|
205 |
+
use them.
|
206 |
+
|
207 |
+
When `--enable-deprecated=LEVEL' has been specified (for LEVEL not
|
208 |
+
"no"), LEVEL will be used as the default value of the environment
|
209 |
+
variable GUILE_WARN_DEPRECATED. A value of "yes" is changed to
|
210 |
+
"summary" and "shutup" is changed to "no", however.
|
211 |
+
|
212 |
+
When GUILE_WARN_DEPRECATED has the value "no", nothing special
|
213 |
+
will happen when a deprecated feature is used.
|
214 |
+
|
215 |
+
When GUILE_WARN_DEPRECATED has the value "summary", and a
|
216 |
+
deprecated feature has been used, Guile will print this message at
|
217 |
+
exit:
|
218 |
+
|
219 |
+
Some deprecated features have been used. Set the environment
|
220 |
+
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
|
221 |
+
program to get more information. Set it to "no" to suppress
|
222 |
+
this message.
|
223 |
+
|
224 |
+
When GUILE_WARN_DEPRECATED has the value "detailed", a detailed
|
225 |
+
warning is emitted immediatly for the first use of a deprecated
|
226 |
+
feature.
|
227 |
+
|
228 |
+
The default is `--enable-deprecated=yes'.
|
229 |
+
|
230 |
+
In addition to setting GUILE_WARN_DEPRECATED in the environment, you
|
231 |
+
can also use (debug-enable 'warn-deprecated) and (debug-disable
|
232 |
+
'warn-deprecated) to enable and disable the detailed messaged at run
|
233 |
+
time.
|
234 |
+
|
235 |
+
Additionally, if your toolchain is new enough, you will receive
|
236 |
+
warnings at link time if you have a Guile extension that uses
|
237 |
+
deprecated functions provided by Guile.
|
238 |
+
|
239 |
+
--disable-shared --- Do not build shared libraries.
|
240 |
+
--disable-static --- Do not build static libraries.
|
241 |
+
|
242 |
+
Normally, both static and shared libraries will be built if your
|
243 |
+
system supports them.
|
244 |
+
|
245 |
+
--enable-debug-freelist --- Enable freelist debugging.
|
246 |
+
|
247 |
+
This enables a debugging version of scm_cell and scm_double_cell,
|
248 |
+
and also registers an extra primitive, the setter
|
249 |
+
`gc-set-debug-check-freelist!'.
|
250 |
+
|
251 |
+
Configure with the --enable-debug-freelist option to enable the
|
252 |
+
gc-set-debug-check-freelist! primitive, and then use:
|
253 |
+
|
254 |
+
(gc-set-debug-check-freelist! #t) # turn on checking of the freelist
|
255 |
+
(gc-set-debug-check-freelist! #f) # turn off checking
|
256 |
+
|
257 |
+
Checking of the freelist forces a traversal of the freelist and a
|
258 |
+
garbage collection before each allocation of a cell. This can slow
|
259 |
+
down the interpreter dramatically, so the setter should be used to
|
260 |
+
turn on this extra processing only when necessary.
|
261 |
+
|
262 |
+
--enable-debug-malloc --- Enable malloc debugging.
|
263 |
+
|
264 |
+
Include code for debugging of calls to scm_malloc, scm_realloc, etc.
|
265 |
+
|
266 |
+
It records the number of allocated objects of each kind. This is
|
267 |
+
useful when searching for memory leaks.
|
268 |
+
|
269 |
+
A Guile compiled with this option provides the primitive
|
270 |
+
`malloc-stats' which returns an alist with pairs of kind and the
|
271 |
+
number of objects of that kind.
|
272 |
+
|
273 |
+
--enable-guile-debug --- Include internal debugging functions
|
274 |
+
--disable-posix --- omit posix interfaces
|
275 |
+
--disable-networking --- omit networking interfaces
|
276 |
+
--disable-regex --- omit regular expression interfaces
|
277 |
+
|
278 |
+
|
279 |
+
Cross building Guile =====================================================
|
280 |
+
|
281 |
+
As of Guile 3.0.x, the build process produces a library, libguile-3.0,
|
282 |
+
along with Guile "object files" containing bytecode to be interpreted by
|
283 |
+
Guile's virtual machine. The bytecode format depends on the endianness
|
284 |
+
and word size of the host CPU.
|
285 |
+
|
286 |
+
Thus, when cross building Guile, you first need to configure, build and
|
287 |
+
install it for your build host.
|
288 |
+
|
289 |
+
Then, you may configure Guile for cross building:
|
290 |
+
|
291 |
+
./configure --host=i686-pc-cygwin --disable-shared
|
292 |
+
|
293 |
+
A C compiler for the build system is required. If that doesn't suit it
|
294 |
+
can be specified with the CC_FOR_BUILD variable in the usual way, for
|
295 |
+
instance:
|
296 |
+
|
297 |
+
./configure --host=m68k-unknown-linux-gnu CC_FOR_BUILD=/my/local/gcc
|
298 |
+
|
299 |
+
Guile for the build system can be specified similarly with the
|
300 |
+
GUILE_FOR_BUILD variable, which defaults to whatever `guile' executable
|
301 |
+
is found in $PATH. It must have the exact same version has the Guile
|
302 |
+
that you intend to cross-build.
|
303 |
+
|
304 |
+
|
305 |
+
Using Guile Without Installing It =========================================
|
306 |
+
|
307 |
+
The "meta/" subdirectory of the Guile sources contains a script called
|
308 |
+
"guile" that can be used to run the Guile that has just been built. Note
|
309 |
+
that this is not the same "guile" as the one that is installed; this
|
310 |
+
"guile" is a wrapper script that sets up the environment appropriately,
|
311 |
+
then invokes the Guile binary.
|
312 |
+
|
313 |
+
You may also build external packages against an uninstalled Guile build
|
314 |
+
tree. The "uninstalled-env" script in the "meta/" subdirectory will set
|
315 |
+
up an environment with a path including "meta/", a modified dynamic
|
316 |
+
linker path, a modified PKG_CONFIG_PATH, etc.
|
317 |
+
|
318 |
+
For example, you can enter this environment via invoking
|
319 |
+
|
320 |
+
meta/uninstalled-env bash
|
321 |
+
|
322 |
+
Within that shell, other packages should be able to build against
|
323 |
+
uninstalled Guile.
|
324 |
+
|
325 |
+
|
326 |
+
Installing SLIB ===========================================================
|
327 |
+
|
328 |
+
In order to use SLIB from Guile you basically only need to put the
|
329 |
+
`slib' directory _in_ one of the directories on Guile's load path.
|
330 |
+
|
331 |
+
The standard installation is:
|
332 |
+
|
333 |
+
1. Obtain slib from http://www-swiss.ai.mit.edu/~jaffer/SLIB.html
|
334 |
+
|
335 |
+
2. Put it in Guile's data directory, that is the directory printed when
|
336 |
+
you type
|
337 |
+
|
338 |
+
guile-config info pkgdatadir
|
339 |
+
|
340 |
+
at the shell prompt. This is normally `/usr/local/share/guile', so the
|
341 |
+
directory will normally have full path `/usr/local/share/guile/slib'.
|
342 |
+
|
343 |
+
3. Start guile as a user with write access to the data directory and type
|
344 |
+
|
345 |
+
(use-modules (ice-9 slib))
|
346 |
+
|
347 |
+
at the Guile prompt. This will generate the slibcat catalog next to
|
348 |
+
the slib directory.
|
349 |
+
|
350 |
+
SLIB's `require' is provided by the Guile module (ice-9 slib).
|
351 |
+
|
352 |
+
Example:
|
353 |
+
|
354 |
+
(use-modules (ice-9 slib))
|
355 |
+
(require 'primes)
|
356 |
+
(prime? 7)
|
357 |
+
|
358 |
+
|
359 |
+
Guile Documentation ==================================================
|
360 |
+
|
361 |
+
The Guile Reference Manual (guile.info) is the primary documentation for
|
362 |
+
Guile. A copy of the R5RS Scheme specification is included too
|
363 |
+
(r5rs.info).
|
364 |
+
|
365 |
+
Info format versions of this documentation are installed as part of
|
366 |
+
the normal build process. The texinfo sources are under the doc
|
367 |
+
directory, and other formats like Postscript, PDF, DVI or HTML can be
|
368 |
+
generated from them with Tex and Texinfo tools.
|
369 |
+
|
370 |
+
The doc directory also includes an example-smob subdirectory which has
|
371 |
+
the example code from the "Defining New Types (Smobs)" chapter of the
|
372 |
+
reference manual.
|
373 |
+
|
374 |
+
The Guile WWW page is at
|
375 |
+
|
376 |
+
http://www.gnu.org/software/guile/guile.html
|
377 |
+
|
378 |
+
It contains a link to the Guile FAQ.
|
379 |
+
|
380 |
+
About This Distribution ==============================================
|
381 |
+
|
382 |
+
Interesting files include:
|
383 |
+
|
384 |
+
- LICENSE, which contains the exact terms of the Guile license.
|
385 |
+
- COPYING.LESSER, which contains the terms of the GNU Lesser General Public License.
|
386 |
+
- COPYING, which contains the terms of the GNU General Public License.
|
387 |
+
- INSTALL, which contains general instructions for building/installing Guile.
|
388 |
+
- NEWS, which describes user-visible changes since the last release of Guile.
|
389 |
+
|
390 |
+
Files are usually installed according to the prefix specified to
|
391 |
+
configure, /usr/local by default. Building and installing gives you:
|
392 |
+
|
393 |
+
Executables, in ${prefix}/bin:
|
394 |
+
|
395 |
+
guile --- a stand-alone interpreter for Guile. With no arguments, this
|
396 |
+
is a simple interactive Scheme interpreter. It can also be used
|
397 |
+
as an interpreter for script files; see the NEWS file for details.
|
398 |
+
guile-config --- a Guile script which provides the information necessary
|
399 |
+
to link your programs against the Guile library.
|
400 |
+
guile-snarf --- a script to parse declarations in your C code for
|
401 |
+
Scheme-visible C functions, Scheme objects to be used by C code,
|
402 |
+
etc.
|
403 |
+
|
404 |
+
Libraries, in ${prefix}/lib. Depending on the platform and options
|
405 |
+
given to configure, you may get shared libraries in addition
|
406 |
+
to or instead of these static libraries:
|
407 |
+
|
408 |
+
libguile.a --- an object library containing the Guile interpreter,
|
409 |
+
You can use Guile in your own programs by linking against this.
|
410 |
+
libguilereadline.a --- an object library containing glue code for the
|
411 |
+
GNU readline library.
|
412 |
+
|
413 |
+
libguile-srfi-*.a --- various SRFI support libraries
|
414 |
+
|
415 |
+
Header files, in ${prefix}/include:
|
416 |
+
|
417 |
+
libguile.h, guile/gh.h, libguile/*.h --- for libguile.
|
418 |
+
guile-readline/readline.h --- for guile-readline.
|
419 |
+
|
420 |
+
Support files, in ${prefix}/share/guile/<version>:
|
421 |
+
|
422 |
+
ice-9/* --- run-time support for Guile: the module system,
|
423 |
+
read-eval-print loop, some R4RS code and other infrastructure.
|
424 |
+
oop/* --- the Guile Object-Oriented Programming System (GOOPS)
|
425 |
+
scripts/* --- executable modules, i.e., scheme programs that can be both
|
426 |
+
called as an executable from the shell, and loaded and used as a
|
427 |
+
module from scheme code. See scripts/README for more info.
|
428 |
+
srfi/* --- SRFI support modules. See srfi/README for more info.
|
429 |
+
|
430 |
+
Automake macros, in ${prefix}/share/aclocal:
|
431 |
+
|
432 |
+
guile.m4
|
433 |
+
|
434 |
+
Documentation in Info format, in ${prefix}/info:
|
435 |
+
|
436 |
+
guile --- Guile reference manual.
|
437 |
+
|
438 |
+
GOOPS --- GOOPS reference manual.
|
439 |
+
|
440 |
+
r5rs --- Revised(5) Report on the Algorithmic Language Scheme.
|
441 |
+
|
442 |
+
|
443 |
+
The Guile source tree is laid out as follows:
|
444 |
+
|
445 |
+
libguile:
|
446 |
+
The Guile Scheme interpreter --- both the object library
|
447 |
+
for you to link with your programs, and the executable you can run.
|
448 |
+
module: Scheme libraries included with Guile.
|
449 |
+
guile-readline:
|
450 |
+
The glue code for using GNU readline with Guile. This
|
451 |
+
will be build when configure can find a recent enough readline
|
452 |
+
library on your system.
|
453 |
+
doc: Documentation (see above).
|
454 |
+
|
455 |
+
Git Repository Access ================================================
|
456 |
+
|
457 |
+
Guile's source code is stored in a Git repository at Savannah. Anyone
|
458 |
+
can access it using `git-clone' from one of the following URLs:
|
459 |
+
|
460 |
+
git://git.savannah.gnu.org/guile.git
|
461 |
+
https://git.savannah.gnu.org/git/guile.git
|
462 |
+
|
463 |
+
Developers with a Savannah SSH account can also access it from:
|
464 |
+
|
465 |
+
ssh://git.sv.gnu.org/srv/git/guile.git
|
466 |
+
|
467 |
+
The repository can also be browsed on-line at the following address:
|
468 |
+
|
469 |
+
https://git.savannah.gnu.org/cgit/guile.git/
|
470 |
+
|
471 |
+
For more information on Git, please see:
|
472 |
+
|
473 |
+
https://git-scm.com
|
474 |
+
|
475 |
+
Please send problem reports to <bug-guile@gnu.org>.
|
guile/THANKS
ADDED
@@ -0,0 +1,230 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Contributors since the last release:
|
2 |
+
|
3 |
+
Christopher Baines
|
4 |
+
Greg Benison
|
5 |
+
Rob Browning
|
6 |
+
Tristan Colgate-McFarlane
|
7 |
+
Aleix Conchillo Flaqué
|
8 |
+
Ludovic Courtès
|
9 |
+
Jason Earl
|
10 |
+
Paul Eggert
|
11 |
+
Asher Gordon
|
12 |
+
Brian Gough
|
13 |
+
Volker Grabsch
|
14 |
+
Julian Graham
|
15 |
+
Michael Gran
|
16 |
+
Daniel Hartwig
|
17 |
+
No Itisnt
|
18 |
+
Neil Jerram
|
19 |
+
Chris K Jester-Young
|
20 |
+
David Kastrup
|
21 |
+
Daniel Kraft
|
22 |
+
Daniel Krueger
|
23 |
+
Noah Lavine
|
24 |
+
Christopher Lemmer Webber
|
25 |
+
Daniel Llorens
|
26 |
+
Gregory Marton
|
27 |
+
Thien-Thi Nguyen
|
28 |
+
Han-Wen Nienhuys
|
29 |
+
Jan Nieuwenhuizen
|
30 |
+
Keisuke Nishida
|
31 |
+
Jose A Ortega Ruiz
|
32 |
+
Ian Price
|
33 |
+
Ken Raeburn
|
34 |
+
Andreas Rottmann
|
35 |
+
Kevin Ryde
|
36 |
+
Timothy Sample
|
37 |
+
Stefan I Tampe
|
38 |
+
BT Templeton
|
39 |
+
David Thompson
|
40 |
+
Bake Timmons
|
41 |
+
Mark H Weaver
|
42 |
+
Göran Weinholt
|
43 |
+
Ralf Wildenhues
|
44 |
+
Andy Wingo
|
45 |
+
Eli Zaretskii
|
46 |
+
|
47 |
+
Authors of free software libraries that have been included into Guile
|
48 |
+
since the last release:
|
49 |
+
|
50 |
+
Jim Bender
|
51 |
+
Per Bothner
|
52 |
+
Rob Browning
|
53 |
+
Oleg Kiselyov
|
54 |
+
Alex Shinn
|
55 |
+
Richard Todd
|
56 |
+
|
57 |
+
For fixes or providing information which led to a fix:
|
58 |
+
|
59 |
+
Hans Åberg
|
60 |
+
David Allouche
|
61 |
+
Andrea Azzarone
|
62 |
+
Andrew Bagdanov
|
63 |
+
Lluís Batlle i Rossell
|
64 |
+
Martin Baulig
|
65 |
+
Fabrice Bauzac
|
66 |
+
Михаил Бахтерев
|
67 |
+
Sylvain Beucler
|
68 |
+
Carlo Bramini
|
69 |
+
Jonathan Brielmaier
|
70 |
+
Rob Browning
|
71 |
+
Adrian Bunk
|
72 |
+
Michael Carmack
|
73 |
+
Jozef Chraplewski
|
74 |
+
R Clayton
|
75 |
+
Alexandru Cojocaru
|
76 |
+
Tristan Colgate
|
77 |
+
Stephen Compall
|
78 |
+
Brian Crowder
|
79 |
+
Christopher Cramer
|
80 |
+
Josh Datko
|
81 |
+
David Diffenbaugh
|
82 |
+
Hyper Division
|
83 |
+
Erik Dominikus
|
84 |
+
Alexandre Duret-Lutz
|
85 |
+
Nils Durner
|
86 |
+
John W Eaton
|
87 |
+
Clinton Ebadi
|
88 |
+
David Fang
|
89 |
+
Barry Fishman
|
90 |
+
Kevin J. Fletcher
|
91 |
+
Josep Portella Florit
|
92 |
+
Charles Gagnon
|
93 |
+
Fu-gangqiang
|
94 |
+
Aidan Gauland
|
95 |
+
Peter Gavin
|
96 |
+
Andrew Gaylard
|
97 |
+
Nils Gey
|
98 |
+
Eric Gillespie, Jr
|
99 |
+
Nala Ginrut
|
100 |
+
Didier Godefroy
|
101 |
+
Panicz Maciej Godek
|
102 |
+
John Goerzen
|
103 |
+
Volker Grabsch
|
104 |
+
Mike Gran
|
105 |
+
Raimon Grau
|
106 |
+
Massimiliano Gubinelli
|
107 |
+
Szavai Gyula
|
108 |
+
Roland Haeder
|
109 |
+
Bruno Haible
|
110 |
+
Mark Harig
|
111 |
+
Sven Hartrumpf
|
112 |
+
Eric Hanchrow
|
113 |
+
Judy Hawkins
|
114 |
+
Jon Herron
|
115 |
+
Sam Hocevar
|
116 |
+
Kevin Holmes
|
117 |
+
Patrick Horgan
|
118 |
+
Ales Hvezda
|
119 |
+
Arun Isaac
|
120 |
+
Stefan Israelsson Tampe
|
121 |
+
Andrey Ivanov
|
122 |
+
Peter Ivanyi
|
123 |
+
Wolfgang Jaehrling
|
124 |
+
Aubrey Jaffer
|
125 |
+
David Jaquay
|
126 |
+
Paul Jarc
|
127 |
+
Steve Juranich
|
128 |
+
Nikita Karetnikov
|
129 |
+
David Kastrup
|
130 |
+
Richard Kim
|
131 |
+
Bruce Korb
|
132 |
+
René Köcher
|
133 |
+
Matthias Köppe
|
134 |
+
Matt Kraai
|
135 |
+
Daniel Kraft
|
136 |
+
Noah Lavine
|
137 |
+
Shea Levy
|
138 |
+
Miroslav Lichvar
|
139 |
+
Daniel Llorens del Río
|
140 |
+
Jeff Long
|
141 |
+
Marco Maggi
|
142 |
+
Bogdan A. Marinescu
|
143 |
+
Gregory Marton
|
144 |
+
Chris Marusich
|
145 |
+
Kjetil S. Matheussen
|
146 |
+
Antoine Mathys
|
147 |
+
Alexei Matveev
|
148 |
+
Patrick McCarty
|
149 |
+
Dan McMahill
|
150 |
+
Roger Mc Murtrie
|
151 |
+
Scott McPeak
|
152 |
+
David Michael
|
153 |
+
Glenn Michaels
|
154 |
+
Andrew Milkowski
|
155 |
+
Tim Mooney
|
156 |
+
Han-Wen Nienhuys
|
157 |
+
Jan Nieuwenhuizen
|
158 |
+
Hrvoje Nikšić
|
159 |
+
Stefan Nordhausen
|
160 |
+
Roland Orre
|
161 |
+
Peter O'Gorman
|
162 |
+
Pieter Pareit
|
163 |
+
Jack Pavlovsky
|
164 |
+
Derek Peschel
|
165 |
+
Arno Peters
|
166 |
+
Ron Peterson
|
167 |
+
David Pirotte
|
168 |
+
Carlos Pita
|
169 |
+
Ian Price
|
170 |
+
Sergey Poznyakoff
|
171 |
+
Ken Raeburn
|
172 |
+
Juhani Rantanen
|
173 |
+
Andreas Rottmann
|
174 |
+
Hugh Sasse
|
175 |
+
Werner Scheinast
|
176 |
+
Bill Schottstaedt
|
177 |
+
Jan Schukat
|
178 |
+
Frank Schwidom
|
179 |
+
John Steele Scott
|
180 |
+
Thiemo Seufer
|
181 |
+
Ivan Shcherbakov
|
182 |
+
Scott Shedden
|
183 |
+
Alex Shinn
|
184 |
+
Peter Simons
|
185 |
+
Daniel Skarda
|
186 |
+
Dale Smith
|
187 |
+
Jan Smydke
|
188 |
+
Cesar Strauss
|
189 |
+
Klaus Stehle
|
190 |
+
Kouhei Sutou
|
191 |
+
Michael Talbot-Wilson
|
192 |
+
Rainer Tammer
|
193 |
+
Frank Terbeck
|
194 |
+
Samuel Thibault
|
195 |
+
Richard Todd
|
196 |
+
Sree Harsha Totakura
|
197 |
+
Tom Tromey
|
198 |
+
Issac Trotts
|
199 |
+
Greg Troxel
|
200 |
+
Michael Tuexen
|
201 |
+
Aaron M. Ucko
|
202 |
+
Stephen Uitti
|
203 |
+
Momchil Velikov
|
204 |
+
Linas Vepstas
|
205 |
+
Panagiotis Vossos
|
206 |
+
Neil W. Van Dyke
|
207 |
+
Aaron VanDevender
|
208 |
+
Sjoerd Van Leent
|
209 |
+
Andreas Vögele
|
210 |
+
Chris Vine
|
211 |
+
Tom de Vries
|
212 |
+
Jeffrey Walton
|
213 |
+
Xin Wang
|
214 |
+
Thomas Wawrzinek
|
215 |
+
Mark H. Weaver
|
216 |
+
Göran Weinholt
|
217 |
+
David A. Wheeler
|
218 |
+
Ralf Wildenhues
|
219 |
+
Jon Wilson
|
220 |
+
Andy Wingo
|
221 |
+
Keith Wright
|
222 |
+
Ricardo Wurmus
|
223 |
+
William Xu
|
224 |
+
Atom X Zane
|
225 |
+
Zefram
|
226 |
+
|
227 |
+
|
228 |
+
;; Local Variables:
|
229 |
+
;; coding: utf-8
|
230 |
+
;; End:
|
guile/THANKS.guile-vm
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Guile VM was inspired by QScheme, librep, and Objective Caml.
|
guile/a-test.c.005t.original
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
;; Function main (null)
|
3 |
+
;; enabled by -tree-original
|
4 |
+
|
5 |
+
|
6 |
+
{
|
7 |
+
extern int printf (const char *, ...);
|
8 |
+
|
9 |
+
printf ((const char *) "hello");
|
10 |
+
}
|
11 |
+
|
guile/a-test.c.006t.gimple
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
void main ()
|
2 |
+
{
|
3 |
+
extern int printf (const char *, ...);
|
4 |
+
|
5 |
+
printf ("hello");
|
6 |
+
}
|
7 |
+
|
8 |
+
|
guile/a-test.c.009t.omplower
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
;; Function main (main, funcdef_no=0, decl_uid=1942, cgraph_uid=1, symbol_order=0)
|
3 |
+
|
4 |
+
void main ()
|
5 |
+
{
|
6 |
+
extern int printf (const char *, ...);
|
7 |
+
|
8 |
+
printf ("hello");
|
9 |
+
}
|
10 |
+
|
11 |
+
|
guile/a-test.c.010t.lower
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
;; Function main (main, funcdef_no=0, decl_uid=1942, cgraph_uid=1, symbol_order=0)
|
3 |
+
|
4 |
+
void main ()
|
5 |
+
{
|
6 |
+
printf ("hello");
|
7 |
+
return;
|
8 |
+
}
|
9 |
+
|
10 |
+
|
guile/a-test.c.013t.eh
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
;; Function main (main, funcdef_no=0, decl_uid=1942, cgraph_uid=1, symbol_order=0)
|
3 |
+
|
4 |
+
void main ()
|
5 |
+
{
|
6 |
+
printf ("hello");
|
7 |
+
return;
|
8 |
+
}
|
9 |
+
|
10 |
+
|
guile/a-test.c.015t.cfg
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
;; Function main (main, funcdef_no=0, decl_uid=1942, cgraph_uid=1, symbol_order=0)
|
3 |
+
|
4 |
+
;; 1 loops found
|
5 |
+
;;
|
6 |
+
;; Loop 0
|
7 |
+
;; header 0, latch 1
|
8 |
+
;; depth 0, outer -1
|
9 |
+
;; nodes: 0 1 2
|
10 |
+
;; 2 succs { 1 }
|
11 |
+
void main ()
|
12 |
+
{
|
13 |
+
<bb 2> :
|
14 |
+
printf ("hello");
|
15 |
+
return;
|
16 |
+
|
17 |
+
}
|
18 |
+
|
19 |
+
|
guile/a-test.c.017t.ompexp
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
;; Function main (main, funcdef_no=0, decl_uid=1942, cgraph_uid=1, symbol_order=0)
|
3 |
+
|
4 |
+
void main ()
|
5 |
+
{
|
6 |
+
<bb 2> :
|
7 |
+
printf ("hello");
|
8 |
+
return;
|
9 |
+
|
10 |
+
}
|
11 |
+
|
12 |
+
|
guile/a-test.c.018t.warn-printf
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
;; Function main (main, funcdef_no=0, decl_uid=1942, cgraph_uid=1, symbol_order=0)
|
3 |
+
|
4 |
+
test.c:3: printf: objsize = 9223372036854775807, fmtstr = "hello"
|
5 |
+
Directive 1 at offset 0: "hello", length = 5
|
6 |
+
Result: 5, 5, 5, 5 (5, 5, 5, 5)
|
7 |
+
Directive 2 at offset 5: "", length = 1
|
8 |
+
void main ()
|
9 |
+
{
|
10 |
+
<bb 2> :
|
11 |
+
printf ("hello");
|
12 |
+
return;
|
13 |
+
|
14 |
+
}
|
15 |
+
|
16 |
+
|