[med-svn] [praat] 05/10: Merge tag 'upstream/5.4.18'

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Mon Jun 13 07:46:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a commit to branch master
in repository praat.

commit f24c849690251cdabb8f74a513639c120758c131
Merge: e5e6b67 78ff604
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sun Jun 12 13:40:23 2016 -0300

    Merge tag 'upstream/5.4.18'
    
    Upstream version 5.4.18

 EEG/EEG.cpp                                        |   322 +-
 EEG/EEG.h                                          |    19 +-
 EEG/EEGWindow.cpp                                  |    24 +-
 EEG/EEGWindow.h                                    |     4 +-
 EEG/EEG_def.h                                      |     5 +-
 EEG/ERP.cpp                                        |    34 +-
 EEG/ERP.h                                          |     5 +-
 EEG/ERPTier.cpp                                    |   169 +-
 EEG/ERPTier.h                                      |    23 +-
 EEG/ERPTier_def.h                                  |    11 +-
 EEG/ERPWindow.cpp                                  |    62 +-
 EEG/ERPWindow.h                                    |     4 +-
 EEG/praat_EEG.cpp                                  |   331 +-
 FFNet/FFNet.cpp                                    |   267 +-
 FFNet/FFNet.h                                      |    27 +-
 FFNet/FFNet_Activation_Categories.cpp              |    36 +-
 FFNet/FFNet_Activation_Categories.h                |     8 +-
 FFNet/FFNet_Eigen.cpp                              |    32 +-
 FFNet/FFNet_Eigen.h                                |     4 +-
 FFNet/FFNet_Matrix.cpp                             |    22 +-
 FFNet/FFNet_Matrix.h                               |     6 +-
 FFNet/FFNet_Pattern.cpp                            |     2 +-
 FFNet/FFNet_Pattern.h                              |     2 +-
 FFNet/FFNet_Pattern_Activation.cpp                 |   115 +-
 FFNet/FFNet_Pattern_Activation.h                   |     8 +-
 FFNet/FFNet_Pattern_Categories.cpp                 |    76 +-
 FFNet/FFNet_Pattern_Categories.h                   |     8 +-
 FFNet/FFNet_def.h                                  |    10 +-
 FFNet/manual_FFNet.cpp                             |    56 +-
 FFNet/praat_FFNet_init.cpp                         |   156 +-
 LPC/Cepstrogram.cpp                                |   167 +-
 LPC/Cepstrogram.h                                  |    36 +-
 LPC/Cepstrum.cpp                                   |   227 +-
 LPC/Cepstrum.h                                     |    25 +-
 LPC/Cepstrum_and_Spectrum.cpp                      |    93 +-
 LPC/Cepstrum_and_Spectrum.h                        |    28 +-
 LPC/Cepstrumc.cpp                                  |    21 +-
 LPC/Cepstrumc.h                                    |     9 +-
 LPC/Cepstrumc_def.h                                |    15 +-
 LPC/Formant_extensions.cpp                         |    26 +-
 LPC/Formant_extensions.h                           |     4 +-
 LPC/LPC.cpp                                        |    40 +-
 LPC/LPC.h                                          |    20 +-
 LPC/LPC_and_Cepstrumc.cpp                          |    12 +-
 LPC/LPC_and_Cepstrumc.h                            |     6 +-
 LPC/LPC_and_Formant.cpp                            |    20 +-
 LPC/LPC_and_Formant.h                              |     9 +-
 LPC/LPC_and_LFCC.cpp                               |    17 +-
 LPC/LPC_and_LFCC.h                                 |     6 +-
 LPC/LPC_and_Polynomial.cpp                         |    10 +-
 LPC/LPC_and_Polynomial.h                           |     6 +-
 LPC/LPC_and_Tube.cpp                               |    60 +-
 LPC/LPC_and_Tube.h                                 |     8 +-
 LPC/LPC_to_Spectrogram.cpp                         |    10 +-
 LPC/LPC_to_Spectrogram.h                           |     4 +-
 LPC/LPC_to_Spectrum.cpp                            |    20 +-
 LPC/LPC_to_Spectrum.h                              |    10 +-
 LPC/Sound_and_Cepstrum.cpp                         |    36 +-
 LPC/Sound_and_Cepstrum.h                           |     8 +-
 LPC/Sound_and_LPC.cpp                              |   127 +-
 LPC/Sound_and_LPC.h                                |    25 +-
 LPC/Sound_and_LPC_robust.cpp                       |    80 +-
 LPC/Sound_and_LPC_robust.h                         |     6 +-
 LPC/Tube.cpp                                       |    31 +-
 LPC/Tube.h                                         |    24 +-
 LPC/VocalTractTier.cpp                             |    95 +-
 LPC/VocalTractTier.h                               |    18 +-
 LPC/VocalTractTier_def.h                           |     6 +-
 LPC/manual_LPC.cpp                                 |    12 +-
 LPC/praat_LPC_init.cpp                             |   150 +-
 README.md                                          |   148 -
 artsynth/Art_Speaker_to_VocalTract.cpp             |    28 +-
 artsynth/Art_Speaker_to_VocalTract.h               |     4 +-
 artsynth/Articulation.cpp                          |     6 +-
 artsynth/Articulation.h                            |     5 +-
 artsynth/Articulation_def.h                        |     4 +-
 artsynth/Artword.cpp                               |    22 +-
 artsynth/Artword.h                                 |    19 +-
 artsynth/ArtwordEditor.cpp                         |    57 +-
 artsynth/ArtwordEditor.h                           |     6 +-
 artsynth/Artword_Speaker.cpp                       |    26 +-
 artsynth/Artword_Speaker_Sound.cpp                 |    43 +-
 artsynth/Artword_Speaker_to_Sound.cpp              |   340 +-
 artsynth/Artword_Speaker_to_Sound.h                |    10 +-
 artsynth/Artword_def.h                             |     5 +-
 artsynth/Artword_to_Art.cpp                        |     8 +-
 artsynth/Artword_to_Art.h                          |     4 +-
 artsynth/Delta.cpp                                 |    10 +-
 artsynth/Delta.h                                   |    14 +-
 artsynth/Speaker.cpp                               |     7 +-
 artsynth/Speaker.h                                 |     3 +-
 artsynth/Speaker_def.h                             |    49 +-
 artsynth/Speaker_to_Delta.cpp                      |   206 +-
 artsynth/Speaker_to_Delta.h                        |     2 +-
 artsynth/praat_Artsynth.cpp                        |   165 +-
 contrib/ola/FeatureWeights.cpp                     |   113 +-
 contrib/ola/FeatureWeights.h                       |     7 +-
 contrib/ola/FeatureWeights_def.h                   |     5 +-
 contrib/ola/KNN.cpp                                |   453 +-
 contrib/ola/KNN.h                                  |    19 +-
 contrib/ola/KNN_def.h                              |    16 +-
 contrib/ola/KNN_prune.cpp                          |    30 +-
 contrib/ola/KNN_threads.cpp                        |    26 +-
 contrib/ola/KNN_threads.h                          |     4 +-
 contrib/ola/Pattern_to_Categories_cluster.cpp      |    56 +-
 contrib/ola/Pattern_to_Categories_cluster.h        |     2 +-
 contrib/ola/manual_KNN.cpp                         |     2 +-
 contrib/ola/praat_contrib_Ola_KNN.cpp              |   211 +-
 dwsys/Collection_extensions.cpp                    |   191 +-
 dwsys/Collection_extensions.h                      |    24 +-
 dwsys/Command.cpp                                  |    82 +-
 dwsys/Command.h                                    |    60 +-
 dwsys/DLL.cpp                                      |   226 +
 dwsys/DLL.h                                        |    64 +
 dwsys/DoublyLinkedList.cpp                         |   223 -
 dwsys/DoublyLinkedList.h                           |    67 -
 dwsys/Eigen.cpp                                    |   257 +-
 dwsys/Eigen.h                                      |    65 +-
 dwsys/Eigen_def.h                                  |     2 +-
 dwsys/FileInMemory.cpp                             |   177 +-
 dwsys/FileInMemory.h                               |    48 +-
 dwsys/Graphics_extensions.cpp                      |    14 +-
 dwsys/Index.cpp                                    |    47 +-
 dwsys/Index.h                                      |     8 +-
 dwsys/Index_def.h                                  |    10 +-
 dwsys/Makefile                                     |     2 +-
 dwsys/NUM2.cpp                                     |   817 +-
 dwsys/NUM2.h                                       |   113 +-
 dwsys/NUMf2c.cpp                                   |     6 +-
 dwsys/NUMfft_core.h                                |     1 +
 dwsys/NUMhuber.cpp                                 |    12 +-
 dwsys/NUMsort2.cpp                                 |   227 +-
 dwsys/NUMstring.cpp                                |    65 +-
 dwsys/Permutation.cpp                              |   140 +-
 dwsys/Permutation.h                                |    27 +-
 dwsys/Permutation_and_Index.cpp                    |    14 +-
 dwsys/Permutation_and_Index.h                      |     4 +-
 dwsys/Permutation_def.h                            |     2 +-
 dwsys/SVD.cpp                                      |    75 +-
 dwsys/SVD.h                                        |    22 +-
 dwsys/SVD_def.h                                    |     4 +-
 dwsys/SimpleVector.cpp                             |    24 +-
 dwsys/SimpleVector.h                               |    14 +-
 dwsys/SimpleVector_def.h                           |     4 +-
 dwsys/Simple_extensions.cpp                        |    20 +-
 dwsys/Simple_extensions.h                          |    10 +-
 dwsys/regularExp.cpp                               |     6 +-
 dwtest/pols_50males_format0.Discriminant           |   389 -
 dwtest/runAllTests.praat                           |    20 +-
 dwtest/test_Activation.praat                       |    25 -
 dwtest/test_Confusion.praat                        |     8 +-
 dwtest/test_Covariance.praat                       |    61 -
 dwtest/test_Discriminant.praat                     |    48 +-
 dwtest/test_FFNet.praat                            |    31 -
 dwtest/test_HMM.praat                              |    64 -
 dwtest/test_KlattGrid.praat                        |     7 +-
 dwtest/test_KruskalWallis.praat                    |     7 +-
 dwtest/test_MDS.praat                              |    37 +-
 dwtest/test_OnewayAnova.praat                      |     7 +-
 dwtest/test_Polygon_simplify.praat                 |     4 +
 dwtest/test_Procrustes.praat                       |   263 +-
 dwtest/test_Sound_draw_where.praat                 |     1 -
 dwtest/test_Sound_paint_where.praat                |     2 +-
 dwtest/test_SpeechSynthesizer.praat                |    41 +-
 dwtest/test_TableOfReal_extensions.praat           |     3 +-
 dwtest/test_bss_twoSoundsMixed.praat               |    31 -
 ...est_henzeZirklerMultivariateNormalityTest.praat |     4 +-
 dwtest/test_sigma_ellipse.praat                    |     2 -
 dwtools/Activation.cpp                             |    31 +-
 dwtools/Activation.h                               |    11 +-
 dwtools/AffineTransform.cpp                        |    49 +-
 dwtools/AffineTransform.h                          |    13 +-
 dwtools/AffineTransform_def.h                      |     9 +-
 dwtools/CC.cpp                                     |    97 +-
 dwtools/CC.h                                       |    28 +-
 dwtools/CCA.cpp                                    |   191 +-
 dwtools/CCA.h                                      |    16 +-
 dwtools/CCA_and_Correlation.cpp                    |    43 +-
 dwtools/CCA_and_Correlation.h                      |     4 +-
 dwtools/CCA_def.h                                  |    14 +-
 dwtools/CCs_to_DTW.cpp                             |    60 +-
 dwtools/CCs_to_DTW.h                               |     4 +-
 dwtools/Categories.cpp                             |    75 +-
 dwtools/Categories.h                               |    16 +-
 dwtools/CategoriesEditor.cpp                       |   826 +-
 dwtools/CategoriesEditor.h                         |    36 +-
 dwtools/Categories_and_Strings.cpp                 |    22 +-
 dwtools/Categories_and_Strings.h                   |     6 +-
 dwtools/ClassificationTable.cpp                    |    95 +-
 dwtools/ClassificationTable.h                      |    13 +-
 dwtools/ComplexSpectrogram.cpp                     |    78 +-
 dwtools/ComplexSpectrogram.h                       |    12 +-
 dwtools/Configuration.cpp                          |   231 +-
 dwtools/Configuration.h                            |    39 +-
 dwtools/Configuration_AffineTransform.cpp          |    59 +-
 dwtools/Configuration_AffineTransform.h            |     8 +-
 dwtools/Configuration_and_Procrustes.cpp           |     6 +-
 dwtools/Configuration_and_Procrustes.h             |     4 +-
 dwtools/Confusion.cpp                              |   226 +-
 dwtools/Confusion.h                                |    29 +-
 dwtools/ContingencyTable.cpp                       |    99 +-
 dwtools/ContingencyTable.h                         |    35 +-
 dwtools/DTW.cpp                                    |   404 +-
 dwtools/DTW.h                                      |    41 +-
 dwtools/DTW_and_TextGrid.cpp                       |   114 +-
 dwtools/DTW_and_TextGrid.h                         |    13 +-
 dwtools/DTW_def.h                                  |    19 +-
 dwtools/DataModeler.cpp                            |  1006 +-
 dwtools/DataModeler.h                              |   103 +-
 dwtools/DataModeler_def.h                          |    39 +-
 dwtools/Discriminant.cpp                           |   523 +-
 dwtools/Discriminant.h                             |    52 +-
 dwtools/Discriminant_Pattern_Categories.cpp        |    18 +-
 dwtools/Discriminant_Pattern_Categories.h          |     7 +-
 dwtools/Discriminant_def.h                         |    19 +-
 dwtools/Distance.cpp                               |     8 +-
 dwtools/Distance.h                                 |     4 +-
 dwtools/EEG_extensions.cpp                         |   127 +-
 dwtools/EEG_extensions.h                           |    29 +-
 dwtools/EditDistanceTable.cpp                      |   147 +-
 dwtools/EditDistanceTable.h                        |    38 +-
 dwtools/EditDistanceTable_def.h                    |     8 +-
 dwtools/Eigen_and_Matrix.cpp                       |    58 +-
 dwtools/Eigen_and_Matrix.h                         |    16 +-
 dwtools/Eigen_and_Procrustes.cpp                   |    14 +-
 dwtools/Eigen_and_Procrustes.h                     |     4 +-
 dwtools/Eigen_and_SSCP.cpp                         |    22 +-
 dwtools/Eigen_and_SSCP.h                           |     7 +-
 dwtools/Eigen_and_TableOfReal.cpp                  |    53 +-
 dwtools/Eigen_and_TableOfReal.h                    |    14 +-
 dwtools/Excitations.cpp                            |    68 +-
 dwtools/Excitations.h                              |    24 +-
 dwtools/FilterBank.cpp                             |   283 +-
 dwtools/FilterBank.h                               |    62 +-
 dwtools/FormantGrid_extensions.cpp                 |    52 +-
 dwtools/FormantGrid_extensions.h                   |     2 +-
 dwtools/GaussianMixture.cpp                        |   841 +-
 dwtools/GaussianMixture.h                          |    56 +-
 dwtools/GaussianMixture_def.h                      |     6 +-
 dwtools/HMM.cpp                                    |  1045 +-
 dwtools/HMM.h                                      |   178 +-
 dwtools/HMM_def.h                                  |    35 +-
 dwtools/ICA.cpp                                    |   334 +-
 dwtools/ICA.h                                      |    69 +-
 dwtools/Intensity_extensions.cpp                   |    39 +-
 dwtools/Intensity_extensions.h                     |     8 +-
 dwtools/KlattGrid.cpp                              |  1960 +-
 dwtools/KlattGrid.h                                |   117 +-
 dwtools/KlattGridEditors.cpp                       |   264 +-
 dwtools/KlattGridEditors.h                         |    72 +-
 dwtools/KlattGrid_def.h                            |   150 +-
 dwtools/KlattTable.cpp                             |   165 +-
 dwtools/KlattTable.h                               |    18 +-
 dwtools/LFCC.cpp                                   |     9 +-
 dwtools/LFCC.h                                     |     4 +-
 dwtools/LongSound_extensions.cpp                   |    39 +-
 dwtools/LongSound_extensions.h                     |     7 +-
 dwtools/MDS.cpp                                    |  1851 +-
 dwtools/MDS.h                                      |   522 +-
 dwtools/MFCC.cpp                                   |    35 +-
 dwtools/MFCC.h                                     |    17 +-
 dwtools/Makefile                                   |     5 +-
 dwtools/Matrix_Categories.cpp                      |    23 +-
 dwtools/Matrix_Categories.h                        |     4 +-
 dwtools/Matrix_extensions.cpp                      |   226 +-
 dwtools/Matrix_extensions.h                        |    12 +-
 dwtools/Minimizers.cpp                             |   179 +-
 dwtools/Minimizers.h                               |   123 +-
 dwtools/OptimalCeilingTier.cpp                     |    11 +-
 dwtools/OptimalCeilingTier.h                       |     4 +-
 dwtools/OptimalCeilingTierEditor.cpp               |    10 +-
 dwtools/OptimalCeilingTierEditor.h                 |     4 +-
 dwtools/PCA.cpp                                    |   233 +-
 dwtools/PCA.h                                      |    29 +-
 dwtools/Pattern.cpp                                |    24 +-
 dwtools/Pattern.h                                  |     7 +-
 dwtools/Pitch_extensions.cpp                       |    94 +-
 dwtools/Pitch_extensions.h                         |     8 +-
 dwtools/Polygon_extensions.cpp                     |   489 +-
 dwtools/Polygon_extensions.h                       |    39 +-
 dwtools/Polynomial.cpp                             |   421 +-
 dwtools/Polynomial.h                               |   118 +-
 dwtools/Procrustes.cpp                             |    30 +-
 dwtools/Procrustes.h                               |     5 +-
 dwtools/Procrustes_def.h                           |     7 +-
 dwtools/Proximity.cpp                              |     6 +-
 dwtools/Resonator.cpp                              |    16 +-
 dwtools/Resonator.h                                |    10 +-
 dwtools/SPINET.cpp                                 |    99 +-
 dwtools/SPINET.h                                   |     8 +-
 dwtools/SPINET_def.h                               |     2 +-
 dwtools/SPINET_to_Pitch.cpp                        |    26 +-
 dwtools/SPINET_to_Pitch.h                          |     5 +-
 dwtools/SSCP.cpp                                   |  1157 +-
 dwtools/SSCP.h                                     |   147 +-
 dwtools/SSCP_def.h                                 |     4 +-
 dwtools/Sampled2.cpp                               |   217 +
 dwtools/Sampled2.h                                 |    83 +
 dwtools/{Procrustes.h => Sampled2_def.h}           |    23 +-
 dwtools/Sound_and_FilterBank.cpp                   |   421 +
 ...trogram_extensions.h => Sound_and_FilterBank.h} |    29 +-
 dwtools/Sound_and_PCA.cpp                          |    26 +-
 dwtools/Sound_and_PCA.h                            |    12 +-
 dwtools/Sound_and_Spectrogram_extensions.cpp       |   150 +-
 dwtools/Sound_and_Spectrogram_extensions.h         |    15 +-
 dwtools/Sound_extensions.cpp                       |   665 +-
 dwtools/Sound_extensions.h                         |    97 +-
 dwtools/{Sound_to_MFCC.h => Sound_to_DTW.h}        |     4 +-
 dwtools/Sound_to_MFCC.cpp                          |     8 +-
 dwtools/Sound_to_MFCC.h                            |     4 +-
 dwtools/Sound_to_Pitch2.cpp                        |    40 +-
 dwtools/Sound_to_Pitch2.h                          |     6 +-
 dwtools/Sound_to_SPINET.cpp                        |    22 +-
 dwtools/Sound_to_SPINET.h                          |     4 +-
 dwtools/Sounds_to_DTW.cpp                          |    12 +-
 dwtools/Sounds_to_DTW.h                            |     4 +-
 dwtools/Spectrogram_extensions.cpp                 |   135 +-
 dwtools/Spectrogram_extensions.h                   |    26 +-
 dwtools/Spectrum_extensions.cpp                    |    76 +-
 dwtools/Spectrum_extensions.h                      |    14 +-
 dwtools/SpeechSynthesizer.cpp                      |   461 +-
 dwtools/SpeechSynthesizer.h                        |    19 +-
 dwtools/SpeechSynthesizer_and_TextGrid.cpp         |   499 +-
 dwtools/SpeechSynthesizer_and_TextGrid.h           |    20 +-
 dwtools/SpeechSynthesizer_def.h                    |    17 +-
 dwtools/Strings_extensions.cpp                     |   125 +-
 dwtools/Strings_extensions.h                       |    40 +-
 dwtools/TableOfReal_and_Permutation.cpp            |    14 +-
 dwtools/TableOfReal_and_Permutation.h              |     6 +-
 dwtools/TableOfReal_and_SVD.cpp                    |    26 +-
 dwtools/TableOfReal_and_SVD.h                      |    20 +-
 dwtools/TableOfReal_extensions.cpp                 |   565 +-
 dwtools/TableOfReal_extensions.h                   |   115 +-
 dwtools/Table_extensions.cpp                       |   924 +-
 dwtools/Table_extensions.h                         |    43 +-
 dwtools/TextGrid_extensions.cpp                    |   379 +-
 dwtools/TextGrid_extensions.h                      |    27 +-
 dwtools/VowelEditor.cpp                            |  1121 +-
 dwtools/VowelEditor.h                              |    67 +-
 dwtools/Vowel_def.h                                |     6 +-
 dwtools/manual_BSS.cpp                             |    36 +-
 dwtools/manual_HMM.cpp                             |    46 +-
 dwtools/manual_MDS.cpp                             |    51 +-
 dwtools/manual_dwtools.cpp                         |   298 +-
 dwtools/praat_BSS_init.cpp                         |   228 +-
 dwtools/praat_DataModeler_init.cpp                 |   221 +-
 dwtools/praat_David_init.cpp                       |  3388 +-
 dwtools/praat_HMM_init.cpp                         |   594 +-
 dwtools/praat_KlattGrid_init.cpp                   |   654 +-
 dwtools/praat_MDS_init.cpp                         |  1169 +-
 external/espeak/READ_ME.TXT                        |    18 +-
 external/espeak/StdAfx.h                           |     0
 external/espeak/compiledict.cpp                    |   362 +-
 external/espeak/debug.h                            |     0
 external/espeak/dictionary.cpp                     |  1083 +-
 external/espeak/espeak_command.h                   |     0
 external/espeak/espeakdata_FileInMemory.cpp        |   114 +-
 external/espeak/espeakdata_FileInMemory.h          |    39 +-
 external/espeak/espeakdata_dicts.cpp               | 79065 ++++++++-----------
 external/espeak/espeakdata_phons.cpp               | 25929 +++---
 external/espeak/espeakdata_variants.cpp            |   131 +-
 external/espeak/espeakdata_voices.cpp              |  1272 +-
 external/espeak/event.h                            |     0
 external/espeak/fifo.h                             |     0
 external/espeak/intonation.cpp                     |    46 +-
 external/espeak/klatt.cpp                          |   453 +-
 external/espeak/klatt.h                            |     5 +-
 external/espeak/numbers.cpp                        |  1274 +-
 external/espeak/phoneme.h                          |     8 +-
 external/espeak/phonemelist.cpp                    |   232 +-
 external/espeak/readclause.cpp                     |   455 +-
 external/espeak/setlengths.cpp                     |    51 +-
 external/espeak/sintab.h                           |     0
 external/espeak/sonic.cpp                          |     0
 external/espeak/sonic.h                            |     0
 external/espeak/speak_lib.cpp                      |    71 +-
 external/espeak/speak_lib.h                        |   107 +-
 external/espeak/speech.h                           |    16 +-
 external/espeak/synth_mbrola.cpp                   |     5 +-
 external/espeak/synthdata.cpp                      |    75 +-
 external/espeak/synthesize.cpp                     |    92 +-
 external/espeak/synthesize.h                       |    35 +-
 external/espeak/tr_languages.cpp                   |   417 +-
 external/espeak/translate.cpp                      |  1136 +-
 external/espeak/translate.h                        |   186 +-
 external/espeak/voice.h                            |     6 +-
 external/espeak/voices.cpp                         |   523 +-
 external/espeak/wave.h                             |     2 +-
 external/espeak/wavegen.cpp                        |    75 +-
 external/flac/flac_FLAC_format.h                   |     2 +-
 external/flac/flac_stream_decoder.c                |     6 +-
 external/flac/flac_stream_encoder.c                |     4 +-
 external/mp3/mp3.cpp                               |    91 +-
 external/mp3/mp3.h                                 |     2 +-
 external/portaudio2007/Makefile                    |    27 +
 external/portaudio2007/READ_ME.TXT                 |    22 +
 external/portaudio2007/pa_allocation.c             |   243 +
 external/portaudio2007/pa_allocation.h             |   104 +
 external/portaudio2007/pa_converters.c             |  1935 +
 external/portaudio2007/pa_converters.h             |   263 +
 external/portaudio2007/pa_cpuload.c                |   105 +
 external/portaudio2007/pa_cpuload.h                |    72 +
 external/portaudio2007/pa_debugprint.c             |   107 +
 external/portaudio2007/pa_debugprint.h             |   149 +
 external/portaudio2007/pa_dither.c                 |   215 +
 external/portaudio2007/pa_dither.h                 |   100 +
 external/portaudio2007/pa_endianness.h             |   141 +
 external/portaudio2007/pa_front.c                  |  1760 +
 external/portaudio2007/pa_hostapi.h                |   253 +
 external/portaudio2007/pa_linux_alsa.c             |  3565 +
 external/portaudio2007/pa_linux_alsa.h             |    95 +
 external/portaudio2007/pa_mac_core.c               |  2328 +
 external/portaudio2007/pa_mac_core.h               |   171 +
 external/portaudio2007/pa_mac_core_blocking.c      |   585 +
 external/portaudio2007/pa_mac_core_blocking.h      |   136 +
 external/portaudio2007/pa_mac_core_internal.h      |   164 +
 external/portaudio2007/pa_mac_core_utilities.c     |   620 +
 external/portaudio2007/pa_mac_core_utilities.h     |   205 +
 external/portaudio2007/pa_mac_hostapis.c           |    71 +
 external/portaudio2007/pa_mac_util.c               |   142 +
 external/portaudio2007/pa_mac_util.h               |   222 +
 external/portaudio2007/pa_process.c                |  1772 +
 external/portaudio2007/pa_process.h                |   750 +
 external/portaudio2007/pa_ringbuffer.c             |   285 +
 external/portaudio2007/pa_ringbuffer.h             |   198 +
 external/portaudio2007/pa_skeleton.c               |   816 +
 external/portaudio2007/pa_stream.c                 |   150 +
 external/portaudio2007/pa_stream.h                 |   205 +
 external/portaudio2007/pa_trace.c                  |    97 +
 external/portaudio2007/pa_trace.h                  |    79 +
 external/portaudio2007/pa_types.h                  |    82 +
 external/portaudio2007/pa_unix_hostapis.c          |    68 +
 external/portaudio2007/pa_unix_oss.c               |  1955 +
 external/portaudio2007/pa_unix_util.c              |   668 +
 external/portaudio2007/pa_unix_util.h              |   224 +
 external/portaudio2007/pa_util.h                   |   159 +
 external/portaudio2007/pa_win_ds.c                 |  2512 +
 external/portaudio2007/pa_win_ds.h                 |   100 +
 external/portaudio2007/pa_win_ds_dynlink.c         |   181 +
 external/portaudio2007/pa_win_ds_dynlink.h         |    95 +
 external/portaudio2007/pa_win_hostapis.c           |    81 +
 external/portaudio2007/pa_win_util.c               |   150 +
 external/portaudio2007/pa_win_waveformat.c         |   162 +
 external/portaudio2007/pa_win_waveformat.h         |   180 +
 external/portaudio2007/pa_win_wdmks.c              |  3300 +
 external/portaudio2007/pa_win_wdmks_utils.h        |    65 +
 external/portaudio2007/pa_win_wmme.c               |  3903 +
 external/portaudio2007/pa_win_wmme.h               |   176 +
 external/portaudio2007/portaudio.h                 |  1133 +
 fon/AmplitudeTier.cpp                              |    99 +-
 fon/AmplitudeTier.h                                |    20 +-
 fon/AmplitudeTierEditor.cpp                        |    14 +-
 fon/AmplitudeTierEditor.h                          |     4 +-
 fon/AnyTier.cpp                                    |   129 +-
 fon/AnyTier.h                                      |    54 +-
 EEG/EEG_def.h => fon/AnyTier_def.h                 |    28 +-
 fon/Cochleagram.cpp                                |    38 +-
 fon/Cochleagram.h                                  |    14 +-
 fon/Cochleagram_and_Excitation.cpp                 |     4 +-
 fon/Cochleagram_and_Excitation.h                   |     4 +-
 fon/Corpus.h                                       |     1 +
 fon/Distributions_and_Transition.cpp               |    22 +-
 fon/Distributions_and_Transition.h                 |    10 +-
 fon/DurationTier.cpp                               |    24 +-
 fon/DurationTier.h                                 |     4 +-
 fon/DurationTierEditor.cpp                         |    14 +-
 fon/DurationTierEditor.h                           |     4 +-
 fon/Excitation.cpp                                 |    60 +-
 fon/Excitation.h                                   |     6 +-
 fon/Excitation_to_Formant.cpp                      |     4 +-
 fon/Excitation_to_Formant.h                        |     4 +-
 fon/ExperimentMFC.cpp                              |   126 +-
 fon/ExperimentMFC.h                                |    22 +-
 fon/ExperimentMFC_def.h                            |    28 +-
 fon/Formant.cpp                                    |   108 +-
 fon/Formant.h                                      |    15 +-
 fon/FormantGrid.cpp                                |   221 +-
 fon/FormantGrid.h                                  |    33 +-
 fon/FormantGridEditor.cpp                          |   257 +-
 fon/FormantGridEditor.h                            |     4 +-
 fon/FormantGrid_def.h                              |     4 +-
 fon/FormantTier.cpp                                |   153 +-
 fon/FormantTier.h                                  |    19 +-
 fon/FormantTier_def.h                              |    13 +-
 fon/FujisakiPitch.cpp                              |    42 +-
 fon/FujisakiPitch.h                                |    12 +-
 fon/FujisakiPitch_def.h                            |     9 +-
 fon/Function.cpp                                   |     2 +-
 fon/Function.h                                     |     1 +
 fon/FunctionEditor.cpp                             |   649 +-
 fon/FunctionEditor.h                               |    16 +-
 fon/Function_def.h                                 |     2 +-
 fon/Harmonicity.cpp                                |    18 +-
 fon/Harmonicity.h                                  |     9 +-
 fon/Harmonics.h                                    |    11 +-
 fon/Harmonics_def.h                                |     2 +-
 fon/Image.h                                        |     3 +-
 fon/Intensity.cpp                                  |    41 +-
 fon/Intensity.h                                    |     6 +-
 fon/IntensityTier.cpp                              |    54 +-
 fon/IntensityTier.h                                |    18 +-
 fon/IntensityTierEditor.cpp                        |    12 +-
 fon/IntensityTierEditor.h                          |     4 +-
 fon/Label.cpp                                      |    86 +-
 fon/Label.h                                        |    82 +-
 fon/LongSound.cpp                                  |   169 +-
 fon/LongSound.h                                    |    28 +-
 fon/Ltas.cpp                                       |   116 +-
 fon/Ltas.h                                         |    36 +-
 fon/Ltas_to_SpectrumTier.cpp                       |     7 +-
 fon/Ltas_to_SpectrumTier.h                         |     4 +-
 fon/Manipulation.cpp                               |   328 +-
 fon/Manipulation.h                                 |    33 +-
 fon/ManipulationEditor.cpp                         |   651 +-
 fon/ManipulationEditor.h                           |    12 +-
 fon/Manipulation_def.h                             |    37 +-
 fon/Matrix.cpp                                     |   104 +-
 fon/Matrix.h                                       |   109 +-
 fon/Matrix_and_Pitch.cpp                           |    10 +-
 fon/Matrix_and_Pitch.h                             |     6 +-
 fon/Matrix_and_PointProcess.cpp                    |    20 +-
 fon/Matrix_and_PointProcess.h                      |    10 +-
 fon/Matrix_and_Polygon.cpp                         |    18 +-
 fon/Matrix_and_Polygon.h                           |    10 +-
 fon/Movie.cpp                                      |    25 +-
 fon/Movie.h                                        |     9 +-
 fon/MovieWindow.cpp                                |    66 +-
 fon/MovieWindow.h                                  |     4 +-
 fon/Movie_def.h                                    |     4 +-
 fon/ParamCurve.cpp                                 |    78 +-
 fon/ParamCurve.h                                   |    10 +-
 fon/ParamCurve_def.h                               |     4 +-
 fon/Photo.cpp                                      |    82 +-
 fon/Photo.h                                        |    13 +-
 fon/Photo_def.h                                    |     8 +-
 fon/Pitch.cpp                                      |   114 +-
 fon/Pitch.h                                        |    39 +-
 fon/PitchEditor.cpp                                |   154 +-
 fon/PitchEditor.h                                  |     4 +-
 fon/PitchTier.cpp                                  |    49 +-
 fon/PitchTier.h                                    |     6 +-
 fon/PitchTierEditor.cpp                            |    14 +-
 fon/PitchTierEditor.h                              |     4 +-
 fon/PitchTier_to_PointProcess.cpp                  |    62 +-
 fon/PitchTier_to_PointProcess.h                    |    16 +-
 fon/PitchTier_to_Sound.cpp                         |    55 +-
 fon/PitchTier_to_Sound.h                           |    14 +-
 fon/Pitch_AnyTier_to_PitchTier.cpp                 |    35 +-
 fon/Pitch_AnyTier_to_PitchTier.h                   |     6 +-
 fon/Pitch_Intensity.cpp                            |    68 +-
 fon/Pitch_Intensity.h                              |     8 +-
 fon/Pitch_def.h                                    |     1 -
 fon/Pitch_to_PitchTier.cpp                         |    32 +-
 fon/Pitch_to_PitchTier.h                           |     4 +-
 fon/Pitch_to_PointProcess.cpp                      |    61 +-
 fon/Pitch_to_PointProcess.h                        |     6 +-
 fon/Pitch_to_Sound.cpp                             |    32 +-
 fon/Pitch_to_Sound.h                               |     8 +-
 fon/PointEditor.cpp                                |   115 +-
 fon/PointEditor.h                                  |     8 +-
 fon/PointProcess.cpp                               |   104 +-
 fon/PointProcess.h                                 |    19 +-
 fon/PointProcess_and_Sound.cpp                     |    68 +-
 fon/PointProcess_and_Sound.h                       |    11 +-
 fon/Polygon.cpp                                    |    10 +-
 fon/Polygon.h                                      |     9 +-
 fon/Polygon_def.h                                  |     2 +-
 fon/Praat_tests.cpp                                |   118 +-
 fon/Praat_tests_enums.h                            |    26 +-
 fon/RealTier.cpp                                   |   248 +-
 fon/RealTier.h                                     |    25 +-
 fon/RealTierEditor.cpp                             |   185 +-
 fon/RealTierEditor.h                               |     6 +-
 fon/RealTier_def.h                                 |    19 +-
 fon/RunnerMFC.cpp                                  |   227 +-
 fon/RunnerMFC.h                                    |     8 +-
 fon/Sampled.cpp                                    |    42 +-
 fon/Sampled.h                                      |     1 +
 fon/SampledXY.cpp                                  |    14 -
 fon/SampledXY.h                                    |     1 +
 fon/SampledXY_def.h                                |    16 +-
 fon/Sampled_def.h                                  |    12 -
 fon/Sound.cpp                                      |   210 +-
 fon/Sound.h                                        |   101 +-
 fon/SoundEditor.cpp                                |   131 +-
 fon/SoundEditor.h                                  |     4 +-
 fon/SoundRecorder.cpp                              |   250 +-
 fon/SoundRecorder.h                                |     6 +-
 fon/Sound_PointProcess.cpp                         |     4 +-
 fon/Sound_PointProcess.h                           |     4 +-
 fon/Sound_and_Spectrogram.cpp                      |    18 +-
 fon/Sound_and_Spectrogram.h                        |     6 +-
 fon/Sound_and_Spectrum.cpp                         |    66 +-
 fon/Sound_and_Spectrum.h                           |    16 +-
 fon/Sound_audio.cpp                                |    55 +-
 fon/Sound_enhance.cpp                              |    64 +-
 fon/Sound_files.cpp                                |    38 +-
 fon/Sound_to_Cochleagram.cpp                       |    80 +-
 fon/Sound_to_Cochleagram.h                         |     6 +-
 fon/Sound_to_Formant.cpp                           |    37 +-
 fon/Sound_to_Formant.h                             |    10 +-
 fon/Sound_to_Harmonicity.cpp                       |     8 +-
 fon/Sound_to_Harmonicity.h                         |     8 +-
 fon/Sound_to_Harmonicity_GNE.cpp                   |    64 +-
 fon/Sound_to_Intensity.cpp                         |    21 +-
 fon/Sound_to_Intensity.h                           |     6 +-
 fon/Sound_to_Pitch.cpp                             |    26 +-
 fon/Sound_to_Pitch.h                               |    12 +-
 fon/Sound_to_PointProcess.cpp                      |    43 +-
 fon/Sound_to_PointProcess.h                        |    16 +-
 fon/Spectrogram.cpp                                |    32 +-
 fon/Spectrogram.h                                  |     8 +-
 fon/SpectrogramEditor.cpp                          |    42 +-
 fon/SpectrogramEditor.h                            |     4 +-
 fon/Spectrum.cpp                                   |   125 +-
 fon/Spectrum.h                                     |    25 +-
 fon/SpectrumEditor.cpp                             |    79 +-
 fon/SpectrumEditor.h                               |     4 +-
 fon/SpectrumTier.cpp                               |    34 +-
 fon/SpectrumTier.h                                 |     8 +-
 fon/Spectrum_and_Spectrogram.cpp                   |    10 +-
 fon/Spectrum_and_Spectrogram.h                     |     8 +-
 fon/Spectrum_to_Excitation.cpp                     |    28 +-
 fon/Spectrum_to_Excitation.h                       |     4 +-
 fon/Spectrum_to_Formant.cpp                        |     4 +-
 fon/Spectrum_to_Formant.h                          |     4 +-
 fon/SpellingChecker.cpp                            |    75 +-
 fon/SpellingChecker.h                              |     9 +-
 fon/SpellingChecker_def.h                          |    12 +-
 fon/TextGrid.cpp                                   |   763 +-
 fon/TextGrid.h                                     |    78 +-
 fon/TextGridEditor.cpp                             |   927 +-
 fon/TextGridEditor.h                               |     8 +-
 fon/TextGrid_Sound.cpp                             |   364 +-
 fon/TextGrid_Sound.h                               |    16 +-
 fon/TextGrid_def.h                                 |    41 +-
 fon/TimeSoundAnalysisEditor.cpp                    |   752 +-
 fon/TimeSoundAnalysisEditor.h                      |    16 +-
 fon/TimeSoundEditor.cpp                            |   254 +-
 fon/TimeSoundEditor.h                              |     6 +-
 fon/Transition.cpp                                 |    36 +-
 fon/Transition.h                                   |    14 +-
 fon/Transition_def.h                               |     2 +-
 fon/Vector.cpp                                     |    14 +-
 fon/Vector.h                                       |     2 +-
 fon/VocalTract.cpp                                 |   190 +-
 fon/VocalTract.h                                   |    12 +-
 fon/VocalTract_to_Spectrum.cpp                     |     4 +-
 fon/VocalTract_to_Spectrum.h                       |     4 +-
 fon/VoiceAnalysis.cpp                              |    33 +-
 fon/WordList.cpp                                   |    20 +-
 fon/WordList.h                                     |     5 +-
 fon/WordList_def.h                                 |     2 +-
 fon/manual_Fon.cpp                                 |    16 +-
 fon/manual_Picture.cpp                             |     8 +-
 fon/manual_Script.cpp                              |   284 +-
 fon/manual_exampleSound.cpp                        |    26 +-
 fon/manual_exampleSound.h                          |     4 +-
 fon/manual_glossary.cpp                            |     4 +-
 fon/manual_programming.cpp                         |   401 +-
 fon/manual_sound.cpp                               |    92 +-
 fon/manual_soundFiles.cpp                          |     2 +-
 fon/manual_spectrum.cpp                            |   103 +-
 fon/manual_tutorials.cpp                           |   102 +-
 fon/praat_Exp.cpp                                  |   100 +-
 fon/praat_Fon.cpp                                  |  2829 +-
 fon/praat_Sound_init.cpp                           |  1420 +-
 fon/praat_TextGrid_init.cpp                        |  1003 +-
 gram/Network.cpp                                   |    50 +-
 gram/Network.h                                     |     9 +-
 gram/Network_def.h                                 |     6 +-
 gram/OTGrammar.cpp                                 |   335 +-
 gram/OTGrammar.h                                   |    51 +-
 gram/OTGrammarEditor.cpp                           |    79 +-
 gram/OTGrammarEditor.h                             |     2 +-
 gram/OTGrammar_def.h                               |     6 +-
 gram/OTGrammar_ex_NPA.cpp                          |    22 +-
 gram/OTGrammar_ex_NoCoda.cpp                       |    10 +-
 gram/OTGrammar_ex_metrics.cpp                      |    83 +-
 gram/OTGrammar_ex_tongueRoot.cpp                   |    10 +-
 gram/OTMulti.cpp                                   |    95 +-
 gram/OTMulti.h                                     |    11 +-
 gram/OTMultiEditor.cpp                             |    76 +-
 gram/OTMultiEditor.h                               |     2 +-
 gram/OTMulti_def.h                                 |     6 +-
 gram/OTMulti_ex_metrics.cpp                        |    82 +-
 gram/manual_gram.cpp                               |    62 +-
 gram/praat_gram.cpp                                |   382 +-
 kar/longchar.cpp                                   |     2 +-
 main/GNU_General_Public_License.txt                |     2 +-
 main/main_Praat.cpp                                |    50 +-
 makefiles/makefile.defs.cygwin64                   |    25 -
 makefiles/makefile.defs.linux.pulse                |    23 -
 makefiles/makefile.defs.linuxc.alsa                |    23 +
 makefiles/makefile.defs.linuxs.alsa                |    23 +
 makefiles/makefile.defs.linuxs.pulse               |    23 -
 makefiles/makefile.defs.mingw32                    |    23 +-
 makefiles/makefile.defs.mingw32-490                |    24 +
 ...kefile.defs.darmin32 => makefile.defs.mingw32c} |     8 +-
 makefiles/makefile.defs.mingw64                    |    23 +-
 makefiles/makefile.defs.mingw64-490                |    24 +
 ...kefile.defs.darmin64 => makefile.defs.mingw64c} |     8 +-
 num/NUM.cpp                                        |     6 +-
 num/NUM.h                                          |    46 +-
 num/NUMarrays.cpp                                  |    52 +-
 num/NUMlinprog.cpp                                 |     6 +-
 num/NUMrandom.cpp                                  |    32 +-
 stat/Distributions.cpp                             |    40 +-
 stat/Distributions.h                               |     6 +-
 stat/Distributions_and_Strings.cpp                 |    20 +-
 stat/Distributions_and_Strings.h                   |     8 +-
 stat/LogisticRegression.cpp                        |    61 +-
 stat/LogisticRegression.h                          |     5 +-
 stat/PairDistribution.cpp                          |   126 +-
 stat/PairDistribution.h                            |    13 +-
 stat/PairDistribution_def.h                        |     6 +-
 stat/Regression.cpp                                |    48 +-
 stat/Regression.h                                  |     6 +-
 stat/Regression_def.h                              |     6 +-
 stat/Table.cpp                                     |   723 +-
 stat/Table.h                                       |    32 +-
 stat/TableEditor.cpp                               |   190 +-
 stat/TableEditor.h                                 |    14 +-
 stat/TableEditor_prefs.h                           |    26 -
 stat/TableOfReal.cpp                               |   239 +-
 stat/TableOfReal.h                                 |    40 +-
 stat/TableOfReal_def.h                             |     2 +-
 stat/Table_def.h                                   |    13 +-
 stat/praat_Stat.cpp                                |   704 +-
 sys/ButtonEditor.cpp                               |    62 +-
 sys/ButtonEditor.h                                 |     2 +-
 sys/Collection.cpp                                 |   533 +-
 sys/Collection.h                                   |   971 +-
 sys/Data.cpp                                       |   173 +-
 sys/Data.h                                         |   135 +-
 sys/DataEditor.cpp                                 |   239 +-
 sys/DataEditor.h                                   |    10 +-
 sys/DemoEditor.cpp                                 |   296 +-
 sys/DemoEditor.h                                   |    30 +-
 sys/Editor.cpp                                     |   151 +-
 sys/Editor.h                                       |    71 +-
 sys/EditorM.h                                      |    75 +-
 sys/Formula.cpp                                    |   630 +-
 sys/Formula.h                                      |     8 +-
 sys/Graphics.cpp                                   |    21 +-
 sys/Graphics.h                                     |    42 +-
 sys/GraphicsP.h                                    |    12 +-
 sys/GraphicsPostscript.cpp                         |    78 +-
 sys/GraphicsScreen.cpp                             |   297 +-
 sys/Graphics_altitude.cpp                          |     8 +-
 sys/Graphics_colour.cpp                            |    65 +-
 sys/Graphics_grey.cpp                              |     4 +-
 sys/Graphics_image.cpp                             |    52 +-
 sys/Graphics_linesAndAreas.cpp                     |   121 +-
 sys/Graphics_mouse.cpp                             |    20 +-
 sys/Graphics_record.cpp                            |     9 +-
 sys/Graphics_text.cpp                              |   166 +-
 sys/Graphics_utils.cpp                             |   212 +-
 sys/Gui.cpp                                        |    18 +-
 sys/Gui.h                                          |   248 +-
 sys/GuiButton.cpp                                  |    87 +-
 sys/GuiCheckButton.cpp                             |    58 +-
 sys/GuiControl.cpp                                 |    26 +-
 sys/GuiDialog.cpp                                  |    87 +-
 sys/GuiDrawingArea.cpp                             |   168 +-
 sys/GuiFileSelect.cpp                              |    88 +-
 sys/GuiForm.cpp                                    |    14 +-
 sys/GuiLabel.cpp                                   |    28 +-
 sys/GuiList.cpp                                    |   228 +-
 sys/GuiMenu.cpp                                    |   247 +-
 sys/GuiMenuItem.cpp                                |   100 +-
 sys/GuiObject.cpp                                  |    10 +-
 sys/GuiOptionMenu.cpp                              |    72 +-
 sys/GuiP.h                                         |    11 +-
 sys/GuiProgressBar.cpp                             |    22 +-
 sys/GuiRadioButton.cpp                             |   108 +-
 sys/GuiScale.cpp                                   |    24 +-
 sys/GuiScrollBar.cpp                               |    55 +-
 sys/GuiScrolledWindow.cpp                          |    24 +-
 sys/GuiShell.cpp                                   |    73 +-
 sys/GuiText.cpp                                    |   279 +-
 sys/GuiThing.cpp                                   |     6 +-
 sys/GuiWindow.cpp                                  |   120 +-
 sys/HyperPage.cpp                                  |   306 +-
 sys/HyperPage.h                                    |    16 +-
 sys/InfoEditor.cpp                                 |    53 +-
 sys/InfoEditor.h                                   |     2 +-
 sys/Interpreter.cpp                                |   167 +-
 sys/Interpreter.h                                  |    12 +-
 fon/Corpus.h => sys/Interpreter_decl.h             |    14 +-
 sys/ManPages.cpp                                   |   347 +-
 sys/ManPages.h                                     |    10 +-
 sys/ManPagesM.h                                    |     2 +-
 sys/Manual.cpp                                     |   128 +-
 sys/Manual.h                                       |     4 +-
 sys/MelderThread.h                                 |    30 +-
 sys/Picture.cpp                                    |   180 +-
 sys/Picture.h                                      |    47 +-
 sys/Preferences.cpp                                |    64 +-
 sys/Printer.cpp                                    |   112 +-
 sys/Printer.h                                      |    17 +-
 sys/Script.cpp                                     |     8 +-
 sys/Script.h                                       |     4 +-
 sys/ScriptEditor.cpp                               |   168 +-
 sys/ScriptEditor.h                                 |    16 +-
 sys/Simple.cpp                                     |    28 +-
 sys/Simple.h                                       |    14 +-
 sys/Simple_def.h                                   |     8 +-
 sys/Strings.cpp                                    |    39 +-
 sys/StringsEditor.cpp                              |    46 +-
 sys/StringsEditor.h                                |     4 +-
 sys/Strings_.h                                     |     7 +-
 sys/Strings_def.h                                  |     2 +-
 sys/TextEditor.cpp                                 |   258 +-
 sys/TextEditor.h                                   |    10 +-
 sys/Thing.cpp                                      |    50 +-
 sys/Thing.h                                        |   360 +-
 sys/Ui.cpp                                         |   405 +-
 sys/Ui.h                                           |   142 +-
 sys/UiFile.cpp                                     |    99 +-
 sys/UiPause.cpp                                    |   136 +-
 sys/UiPause.h                                      |     2 +-
 sys/abcio.cpp                                      |   138 +-
 sys/abcio.h                                        |    76 +-
 sys/machine.cpp                                    |    10 +-
 sys/machine.h                                      |    10 +-
 sys/melder.cpp                                     |   210 +-
 sys/melder.h                                       |   309 +-
 sys/melder_alloc.cpp                               |   100 +-
 sys/melder_atof.cpp                                |    24 +-
 sys/melder_audio.cpp                               |   640 +-
 sys/melder_audiofiles.cpp                          |    24 +-
 sys/melder_console.cpp                             |    33 +-
 sys/melder_debug.cpp                               |   335 +-
 sys/melder_enums.h                                 |    46 +-
 sys/melder_error.cpp                               |     6 +-
 sys/melder_files.cpp                               |   120 +-
 sys/melder_ftoa.cpp                                |    49 +-
 sys/melder_info.cpp                                |    14 +-
 sys/melder_readtext.cpp                            |    72 +-
 sys/melder_strings.cpp                             |    20 +-
 sys/melder_sysenv.cpp                              |    16 +-
 sys/melder_textencoding.cpp                        |    40 +-
 sys/melder_time.cpp                                |    14 +-
 sys/melder_token.cpp                               |    10 +-
 sys/melder_writetext.cpp                           |   101 +-
 sys/motifEmulator.cpp                              |   195 +-
 sys/oo.h                                           |    23 +-
 sys/oo_CAN_WRITE_AS_ENCODING.h                     |    13 +-
 sys/oo_COPY.h                                      |    25 +-
 sys/oo_DESCRIPTION.h                               |    13 +-
 sys/oo_DESTROY.h                                   |    12 +-
 sys/oo_EQUAL.h                                     |    17 +-
 sys/oo_READ_BINARY.h                               |    29 +-
 sys/oo_READ_TEXT.h                                 |    25 +-
 sys/oo_WRITE_BINARY.h                              |    21 +-
 sys/oo_WRITE_TEXT.h                                |    39 +-
 sys/oo_undef.h                                     |     5 +-
 sys/praat.cpp                                      |   904 +-
 sys/praat.h                                        |   125 +-
 sys/praatP.h                                       |    25 +-
 sys/praat_actions.cpp                              |   442 +-
 sys/praat_logo.cpp                                 |    52 +-
 sys/praat_menuCommands.cpp                         |   327 +-
 sys/praat_objectMenus.cpp                          |   288 +-
 sys/praat_picture.cpp                              |   609 +-
 sys/praat_script.cpp                               |    95 +-
 sys/praat_script.h                                 |     5 +-
 sys/praat_statistics.cpp                           |    64 +-
 sys/praat_version.h                                |    10 +-
 sys/sendpraat.c                                    |     2 -
 sys/site.cpp                                       |     4 +-
 sys/site.h                                         |     4 +-
 sys/winport_off.h                                  |     3 +-
 sys/winport_on.h                                   |     3 +-
 test/dwtools/Discriminant.praat                    |    41 -
 test/dwtools/KlattSlope.praat                      |     3 +-
 test/dwtools/Pols.binary.Discriminant              |   Bin 5057 -> 0 bytes
 test/dwtools/Pols.text.Discriminant                |   389 -
 test/fon Exp/Sounds/M1F1-float32-AFsp.wav          |   Bin 188168 -> 0 bytes
 test/fon Exp/Sounds/again.wav                      |   Bin 27688 -> 0 bytes
 test/fon Exp/Sounds/heed.wav                       |   Bin 16016 -> 0 bytes
 test/fon Exp/Sounds/hid.wav                        |   Bin 14866 -> 0 bytes
 test/fon Exp/Sounds/hood.wav                       |   Bin 23258 -> 0 bytes
 test/fon Exp/Sounds/hud.wav                        |   Bin 21716 -> 0 bytes
 test/fon Exp/Sounds/weSayTheWord.wav               |   Bin 25926 -> 0 bytes
 test/fon Exp/continuousGoodness.ExperimentMFC      |   144 -
 test/fon Exp/csl.ExperimentMFC                     |    35 -
 test/fon Exp/experimentMFC.praat                   |    15 -
 test/fon Exp/hoofdletters.ExperimentMFC            |    43 -
 test/fon Exp/pictures.ExperimentMFC                |    40 -
 test/fon Exp/pictures/paul.jpg                     |   Bin 7776 -> 0 bytes
 test/fon Exp/pictures/silke.jpg                    |   Bin 21362 -> 0 bytes
 test/fon Exp/simplest.ExperimentMFC                |    45 -
 test/fon Exp/simplest_broken.ExperimentMFC         |    45 -
 test/fon Exp/simplest_missing.ExperimentMFC        |    45 -
 test/fon Exp/stereo.ExperimentMFC                  |    38 -
 test/fon Exp/test.ExperimentMFC                    |    33 -
 test/fon Exp/version3.ExperimentMFC                |    32 -
 test/fon Exp/version4.ExperimentMFC                |    50 -
 test/fon Exp/version6.ExperimentMFC                |    53 -
 test/fon/PitchTier.praat                           |    40 -
 test/fon/Spectrum_draw.praat                       |    12 -
 test/fon/TextGrid_Sound_extractIntervals.praat     |    11 -
 test/fon/data.praat                                |   Bin 13492 -> 13494 bytes
 test/fon/endian.praat                              |     1 -
 test/fon/examples/OTGrammar/Infant.OTGrammar       |   198 -
 test/fon/examples/OTGrammar/Infant2.OTGrammar      |   198 -
 .../fon/examples/OTGrammar/Infant_binary.OTGrammar |   Bin 3689 -> 0 bytes
 .../examples/OTGrammar/Infant_binary2.OTGrammar    |   Bin 3689 -> 0 bytes
 test/fon/examples/banner.praat                     |    11 -
 test/fon/examples/example.wav                      |   Bin 40958 -> 0 bytes
 test/fon/examples/sineWithNoise.TextGrid           |    10 -
 test/fon/examples/sounds/aaaa02.nsp                |   Bin 1520078 -> 0 bytes
 test/fon/examples/sounds/aaaa02.wav                |   Bin 1520044 -> 0 bytes
 test/fon/examples/sounds/cl_F1_2b_egg.wav          |   Bin 312142 -> 0 bytes
 .../fon/examples/sounds/elephant calls/27_Ella.wav |   Bin 1254122 -> 0 bytes
 test/fon/texio.praat                               |   Bin 10074 -> 10042 bytes
 test/fon/textioSpeed.praat                         |     3 +-
 .../kar/a\314\212bc\314\247e\314\201u\314\210.wav" |   Bin
 test/kar/unicode.praat                             |   Bin 9020 -> 9022 bytes
 test/manually/Demo_recording_problem.praat         |    36 -
 test/manually/PairDistributions_append.praat       |    44 -
 test/manually/testCommandLineCalls.praat           |    33 -
 test/menuSpeed.praat                               |    19 -
 test/num/fisherQ.praat                             |     2 +-
 test/num/mathFunctions.praat                       |     4 +-
 test/runAllTests.praat                             |    88 +-
 test/runAllTests_leak.praat                        |   128 -
 test/stat/Table.praat                              |    11 +-
 test/stat/linearRegression.praat                   |    19 -
 test/stat/logisticRegression.praat                 |    11 +-
 test/stat/logisticRegression/rh.LogisticRegression |    17 -
 test/stat/pb.Table                                 | 31944 --------
 test/sys/graphics.praat                            |   Bin 8230 -> 8026 bytes
 test/sys/progress.praat                            |   Bin 946 -> 786 bytes
 test/sys/script2.praat                             |   Bin 4276 -> 3890 bytes
 937 files changed, 120538 insertions(+), 138866 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/praat.git



More information about the debian-med-commit mailing list