[med-svn] [praat] branch upstream updated (8f11966 -> 5bde0af)

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Sun Nov 1 19:08:32 UTC 2015


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

rlaboiss-guest pushed a change to branch upstream
in repository praat.

      from  8f11966   Imported Upstream version 5.4.6
       new  d232f4e   Imported Upstream version 6.0.1
       new  d7b3a42   Imported Upstream version 6.0.3
       new  5bde0af   Imported Upstream version 6.0.4

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |    25 +
 EEG/EEG.cpp                                        |   410 +-
 EEG/EEG.h                                          |    18 +-
 EEG/EEGWindow.cpp                                  |    48 +-
 EEG/EEGWindow.h                                    |    43 +-
 EEG/EEGWindow_prefs.h                              |    47 +-
 EEG/EEG_def.h                                      |    16 +-
 EEG/ERP.cpp                                        |    36 +-
 EEG/ERP.h                                          |     6 +-
 EEG/ERPTier.cpp                                    |   116 +-
 EEG/ERPTier.h                                      |    20 +-
 EEG/ERPTier_def.h                                  |    21 +-
 EEG/ERPWindow.cpp                                  |    28 +-
 EEG/ERPWindow.h                                    |    35 +-
 EEG/ERPWindow_prefs.h                              |    50 +-
 EEG/ERP_def.h                                      |     2 +-
 EEG/manual_EEG.cpp                                 |    46 +-
 EEG/praat_EEG.cpp                                  |   985 +-
 FFNet/FFNet.cpp                                    |   244 +-
 FFNet/FFNet.h                                      |    24 +-
 FFNet/FFNet_Activation_Categories.cpp              |    54 +-
 FFNet/FFNet_Activation_Categories.h                |    16 +-
 FFNet/FFNet_Eigen.cpp                              |    32 +-
 FFNet/FFNet_Eigen.h                                |    10 +-
 FFNet/FFNet_Matrix.cpp                             |    32 +-
 FFNet/FFNet_Matrix.h                               |    14 +-
 FFNet/FFNet_Pattern.cpp                            |     2 +-
 FFNet/FFNet_Pattern.h                              |    10 +-
 FFNet/FFNet_Pattern_Activation.cpp                 |   100 +-
 FFNet/FFNet_Pattern_Activation.h                   |    12 +-
 FFNet/FFNet_Pattern_Categories.cpp                 |    55 +-
 FFNet/FFNet_Pattern_Categories.h                   |    13 +-
 FFNet/FFNet_def.h                                  |    12 +-
 FFNet/manual_FFNet.cpp                             |   462 +-
 FFNet/praat_FFNet_init.cpp                         |   648 +-
 LPC/.kdev_include_paths                            |     3 -
 LPC/Cepstrogram.cpp                                |   142 +-
 LPC/Cepstrogram.h                                  |    25 +-
 LPC/Cepstrum.cpp                                   |   109 +-
 LPC/Cepstrum.h                                     |    22 +-
 LPC/Cepstrum_and_Spectrum.cpp                      |    50 +-
 LPC/Cepstrum_and_Spectrum.h                        |    28 +-
 LPC/Cepstrumc.cpp                                  |    49 +-
 LPC/Cepstrumc.h                                    |     8 +-
 LPC/Cepstrumc_def.h                                |     6 +-
 LPC/Formant_extensions.cpp                         |    22 +-
 LPC/Formant_extensions.h                           |     6 +-
 LPC/LPC.cpp                                        |    55 +-
 LPC/LPC.h                                          |    10 +-
 LPC/LPC_and_Cepstrumc.cpp                          |    16 +-
 LPC/LPC_and_Cepstrumc.h                            |    14 +-
 LPC/LPC_and_Formant.cpp                            |    28 +-
 LPC/LPC_and_Formant.h                              |    14 +-
 LPC/LPC_and_LFCC.cpp                               |    21 +-
 LPC/LPC_and_LFCC.h                                 |    14 +-
 LPC/LPC_and_Polynomial.cpp                         |    14 +-
 LPC/LPC_and_Polynomial.h                           |    14 +-
 LPC/LPC_and_Tube.cpp                               |    44 +-
 LPC/LPC_and_Tube.h                                 |     8 +-
 LPC/LPC_def.h                                      |     6 +-
 LPC/LPC_to_Spectrogram.cpp                         |    12 +-
 LPC/LPC_to_Spectrogram.h                           |    12 +-
 LPC/LPC_to_Spectrum.cpp                            |    16 +-
 LPC/LPC_to_Spectrum.h                              |    14 +-
 LPC/Sound_and_Cepstrum.cpp                         |    38 +-
 LPC/Sound_and_Cepstrum.h                           |    16 +-
 LPC/Sound_and_LPC.cpp                              |   149 +-
 LPC/Sound_and_LPC.h                                |    26 +-
 LPC/Sound_and_LPC_robust.cpp                       |    47 +-
 LPC/Tube.cpp                                       |    45 +-
 LPC/Tube.h                                         |     6 +-
 LPC/Tube_def.h                                     |     4 +-
 LPC/VocalTractTier.cpp                             |    42 +-
 LPC/VocalTractTier.h                               |    14 +-
 LPC/manual_LPC.cpp                                 |   810 +-
 LPC/praat_LPC_init.cpp                             |  1340 +-
 README.md                                          |   141 +
 artsynth/Art_Speaker.cpp                           |     4 +-
 artsynth/Art_Speaker_to_VocalTract.cpp             |    32 +-
 artsynth/Art_Speaker_to_VocalTract.h               |     4 +-
 artsynth/Articulation.cpp                          |     4 +-
 artsynth/Articulation.h                            |     6 +-
 artsynth/Articulation_def.h                        |     4 +-
 artsynth/Articulation_enums.h                      |    62 +-
 artsynth/Artword.cpp                               |    26 +-
 artsynth/Artword.h                                 |    12 +-
 artsynth/ArtwordEditor.cpp                         |    71 +-
 artsynth/ArtwordEditor.h                           |    29 +-
 artsynth/Artword_Speaker.cpp                       |    13 +-
 artsynth/Artword_Speaker_Sound.cpp                 |    17 +-
 artsynth/Artword_Speaker_to_Sound.cpp              |   335 +-
 artsynth/Artword_Speaker_to_Sound.h                |    10 +-
 artsynth/Artword_def.h                             |     4 +-
 artsynth/Artword_to_Art.cpp                        |     8 +-
 artsynth/Artword_to_Art.h                          |     4 +-
 artsynth/Delta.cpp                                 |    20 +-
 artsynth/Delta.h                                   |    30 +-
 artsynth/Speaker.cpp                               |    39 +-
 artsynth/Speaker.h                                 |     6 +-
 artsynth/Speaker_def.h                             |     2 +-
 artsynth/Speaker_to_Delta.cpp                      |     6 +-
 artsynth/Speaker_to_Delta.h                        |     2 +-
 artsynth/manual_Artsynth.cpp                       |   194 +-
 artsynth/praat_Artsynth.cpp                        |   463 +-
 contrib/ola/FeatureWeights.cpp                     |    20 +-
 contrib/ola/FeatureWeights.h                       |     2 +-
 contrib/ola/FeatureWeights_def.h                   |     6 +-
 contrib/ola/KNN.cpp                                |    68 +-
 contrib/ola/KNN.h                                  |     4 +-
 contrib/ola/KNN_def.h                              |     2 +-
 contrib/ola/KNN_threads.cpp                        |    26 +-
 contrib/ola/KNN_threads.h                          |     4 +-
 contrib/ola/Pattern_to_Categories_cluster.cpp      |     4 +-
 contrib/ola/manual_KNN.cpp                         |   898 +-
 contrib/ola/praat_contrib_Ola_KNN.cpp              |  1490 +-
 dwsys/Collection_extensions.cpp                    |   135 +-
 dwsys/Collection_extensions.h                      |    38 +-
 dwsys/Command.cpp                                  |    12 +-
 dwsys/Command.h                                    |     6 +-
 dwsys/DLL.cpp                                      |    76 +-
 dwsys/DLL.h                                        |    44 +-
 dwsys/Eigen.cpp                                    |   152 +-
 dwsys/Eigen.h                                      |    10 +-
 dwsys/Eigen_def.h                                  |     2 +-
 dwsys/FileInMemory.cpp                             |   147 +-
 dwsys/FileInMemory.h                               |    46 +-
 dwsys/Graphics_extensions.cpp                      |    22 +-
 dwsys/Graphics_extensions.h                        |     4 +-
 dwsys/Index.cpp                                    |    29 +-
 dwsys/Index.h                                      |     4 +-
 dwsys/Index_def.h                                  |     6 +-
 dwsys/NUM2.cpp                                     |   565 +-
 dwsys/NUM2.h                                       |    49 +-
 dwsys/NUMcblas.cpp                                 |    16 +-
 dwsys/NUMcblas.h                                   |    11 +-
 dwsys/NUMclapack.h                                 |     8 -
 dwsys/NUMf2c.cpp                                   |     6 +-
 dwsys/NUMf2c.h                                     |     8 -
 dwsys/NUMhuber.cpp                                 |    18 +-
 dwsys/NUMlapack.cpp                                |     4 +-
 dwsys/NUMlapack.h                                  |     8 -
 dwsys/NUMmachar.h                                  |     8 -
 dwsys/NUMmathlib.cpp                               |     4 +-
 dwsys/NUMsort2.cpp                                 |   242 +-
 dwsys/NUMstring.cpp                                |   285 +-
 dwsys/Permutation.cpp                              |    97 +-
 dwsys/Permutation.h                                |     2 +-
 dwsys/Permutation_and_Index.cpp                    |     5 +-
 dwsys/Permutation_and_Index.h                      |    10 +-
 dwsys/Permutation_def.h                            |     6 +-
 dwsys/SVD.cpp                                      |    76 +-
 dwsys/SVD.h                                        |     4 +-
 dwsys/SVD_def.h                                    |    12 +-
 dwsys/SimpleVector.cpp                             |     8 +-
 dwsys/SimpleVector.h                               |     4 +-
 dwsys/SimpleVector_def.h                           |     4 +-
 dwsys/Simple_extensions.cpp                        |    40 +-
 dwsys/Simple_extensions.h                          |    14 +-
 dwsys/regularExp.cpp                               |   793 +-
 dwsys/regularExp.h                                 |    55 +-
 dwtest/runAllTests.praat                           |    19 +-
 dwtest/test_Confusion.praat                        |     8 +-
 dwtest/test_KlattGrid.praat                        |     7 +-
 dwtest/test_KruskalWallis.praat                    |     7 +-
 ...st_onewayAnova.praat => test_OnewayAnova.praat} |     9 +-
 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_TableOfReal_extensions.praat           |     3 +-
 ...est_henzeZirklerMultivariateNormalityTest.praat |     4 +-
 dwtest/test_regex.praat                            |     1 -
 dwtest/test_sigma_ellipse.praat                    |     2 +
 dwtools/.DTW_def.h.kate-swp                        |   Bin 77 -> 0 bytes
 dwtools/.KlattGridEditors.cpp.kate-swp             |   Bin 103 -> 0 bytes
 dwtools/.Sound_extensions.cpp.kate-swp             |   Bin 4764 -> 0 bytes
 dwtools/.SpeechSynthesizer.cpp.kate-swp            |   Bin 304 -> 0 bytes
 dwtools/.Table_extensions.cpp.kate-swp             |   Bin 160 -> 0 bytes
 dwtools/.manual_dwtools.cpp.kate-swp               |   Bin 1317 -> 0 bytes
 dwtools/.praat_David_init.cpp.kate-swp             |   Bin 152 -> 0 bytes
 dwtools/Activation.cpp                             |    35 +-
 dwtools/Activation.h                               |    18 +-
 dwtools/AffineTransform.cpp                        |    38 +-
 dwtools/AffineTransform.h                          |    14 +-
 dwtools/AffineTransform_def.h                      |     4 +-
 dwtools/CC.cpp                                     |    32 +-
 dwtools/CCA.cpp                                    |   134 +-
 dwtools/CCA.h                                      |    19 +-
 dwtools/CCA_and_Correlation.cpp                    |    37 +-
 dwtools/CCA_and_Correlation.h                      |    21 +-
 dwtools/CCA_def.h                                  |    16 +-
 dwtools/CC_def.h                                   |     6 +-
 dwtools/CCs_to_DTW.cpp                             |    47 +-
 dwtools/CCs_to_DTW.h                               |     4 +-
 dwtools/Categories.cpp                             |    58 +-
 dwtools/Categories.h                               |    24 +-
 dwtools/CategoriesEditor.cpp                       |  1599 +-
 dwtools/CategoriesEditor.h                         |     2 +-
 dwtools/Categories_and_Strings.cpp                 |    12 +-
 dwtools/ClassificationTable.cpp                    |    44 +-
 dwtools/ClassificationTable.h                      |    13 +-
 dwtools/ComplexSpectrogram.cpp                     |   253 +
 dwtools/ComplexSpectrogram.h                       |    43 +
 dwtools/{Vowel_def.h => ComplexSpectrogram_def.h}  |    17 +-
 dwtools/Configuration.cpp                          |   219 +-
 dwtools/Configuration.h                            |    24 +-
 dwtools/Configuration_AffineTransform.cpp          |    63 +-
 dwtools/Configuration_AffineTransform.h            |    25 +-
 dwtools/Configuration_and_Procrustes.cpp           |    10 +-
 dwtools/Configuration_and_Procrustes.h             |    12 +-
 dwtools/Configuration_def.h                        |     4 +-
 dwtools/Confusion.cpp                              |   248 +-
 dwtools/Confusion.h                                |    39 +-
 dwtools/ContingencyTable.cpp                       |   127 +-
 dwtools/ContingencyTable.h                         |    38 +-
 dwtools/DTW.cpp                                    |   225 +-
 dwtools/DTW.h                                      |    39 +-
 dwtools/DTW_and_TextGrid.cpp                       |    84 +-
 dwtools/DTW_and_TextGrid.h                         |    13 +-
 dwtools/DTW_def.h                                  |     4 +-
 dwtools/DataModeler.cpp                            |  1069 +-
 dwtools/DataModeler.h                              |   128 +-
 dwtools/DataModeler_def.h                          |    15 +-
 dwtools/Discriminant.cpp                           |   248 +-
 dwtools/Discriminant.h                             |    51 +-
 dwtools/Discriminant_Pattern_Categories.cpp        |    18 +-
 dwtools/Discriminant_Pattern_Categories.h          |    15 +-
 dwtools/Discriminant_def.h                         |     4 +-
 dwtools/Distance.cpp                               |     8 +-
 dwtools/Distance.h                                 |     4 +-
 dwtools/EEG_extensions.cpp                         |   585 +-
 dwtools/EEG_extensions.h                           |    12 +-
 dwtools/EditDistanceTable.cpp                      |   175 +-
 dwtools/EditDistanceTable.h                        |    38 +-
 dwtools/EditDistanceTable_def.h                    |    24 +-
 dwtools/Eigen_and_Matrix.cpp                       |    39 +-
 dwtools/Eigen_and_Matrix.h                         |    23 +-
 dwtools/Eigen_and_Procrustes.cpp                   |    15 +-
 dwtools/Eigen_and_Procrustes.h                     |    12 +-
 dwtools/Eigen_and_SSCP.cpp                         |    26 +-
 dwtools/Eigen_and_SSCP.h                           |    22 +-
 dwtools/Eigen_and_TableOfReal.cpp                  |    33 +-
 dwtools/Eigen_and_TableOfReal.h                    |    27 +-
 dwtools/Excitations.cpp                            |    32 +-
 dwtools/Excitations.h                              |    10 +-
 dwtools/FilterBank.cpp                             |   199 +-
 dwtools/FilterBank.h                               |    37 +-
 dwtools/FormantGrid_extensions.cpp                 |    10 +-
 dwtools/FormantGrid_extensions.h                   |    12 +-
 dwtools/GaussianMixture.cpp                        |   358 +-
 dwtools/GaussianMixture.h                          |    69 +-
 dwtools/GaussianMixture_def.h                      |     6 +-
 dwtools/HMM.cpp                                    |   780 +-
 dwtools/HMM.h                                      |   134 +-
 dwtools/HMM_def.h                                  |    28 +-
 dwtools/ICA.cpp                                    |   181 +-
 dwtools/ICA.h                                      |    58 +-
 dwtools/Intensity_extensions.cpp                   |    45 +-
 dwtools/Intensity_extensions.h                     |    12 +-
 dwtools/KlattGrid.cpp                              |  1023 +-
 dwtools/KlattGrid.h                                |    89 +-
 dwtools/KlattGridEditors.cpp                       |   298 +-
 dwtools/KlattGridEditors.h                         |   530 +-
 dwtools/KlattGrid_def.h                            |    99 +-
 dwtools/KlattTable.cpp                             |   189 +-
 dwtools/KlattTable.h                               |    18 +-
 dwtools/LFCC.cpp                                   |     9 +-
 dwtools/LFCC.h                                     |     4 +-
 dwtools/LongSound_extensions.cpp                   |    45 +-
 dwtools/LongSound_extensions.h                     |     6 -
 dwtools/Ltas_extensions.cpp                        |     4 +-
 dwtools/MDS.cpp                                    |  1268 +-
 dwtools/MDS.h                                      |   200 +-
 dwtools/MFCC.cpp                                   |    29 +-
 dwtools/Makefile                                   |     5 +-
 dwtools/Matrix_Categories.cpp                      |    15 +-
 dwtools/Matrix_Categories.h                        |    12 +-
 dwtools/Matrix_extensions.cpp                      |   130 +-
 dwtools/Matrix_extensions.h                        |    27 +-
 dwtools/Minimizers.cpp                             |   143 +-
 dwtools/Minimizers.h                               |    82 +-
 dwtools/OptimalCeilingTier.cpp                     |    45 +
 .../OptimalCeilingTier.h                           |    29 +-
 dwtools/OptimalCeilingTierEditor.cpp               |    50 +
 dwtools/OptimalCeilingTierEditor.h                 |    63 +
 dwtools/PCA.cpp                                    |    80 +-
 dwtools/PCA.h                                      |    16 +-
 dwtools/PCA_def.h                                  |     4 +-
 dwtools/Pattern.cpp                                |    27 +-
 dwtools/Pattern.h                                  |     8 +-
 dwtools/Pitch_extensions.cpp                       |    93 +-
 dwtools/Pitch_extensions.h                         |    25 +-
 dwtools/Polygon_extensions.cpp                     |   258 +-
 dwtools/Polygon_extensions.h                       |    37 +-
 dwtools/Polynomial.cpp                             |   208 +-
 dwtools/Polynomial.h                               |    14 +-
 dwtools/Procrustes.cpp                             |    10 +-
 dwtools/Procrustes.h                               |     4 +-
 dwtools/Proximity.cpp                              |    13 +-
 dwtools/Proximity.h                                |     2 +-
 dwtools/Resonator.cpp                              |    31 +-
 dwtools/Resonator.h                                |    65 +-
 dwtools/SPINET.cpp                                 |    52 +-
 dwtools/SPINET.h                                   |     4 +-
 dwtools/SPINET_def.h                               |     4 +-
 dwtools/SPINET_to_Pitch.cpp                        |    36 +-
 dwtools/SPINET_to_Pitch.h                          |    14 +-
 dwtools/SSCP.cpp                                   |   537 +-
 dwtools/SSCP.h                                     |    72 +-
 dwtools/SSCP_def.h                                 |     4 +-
 dwtools/Sampled2.cpp                               |     8 +-
 dwtools/Sound_and_PCA.cpp                          |    32 +-
 dwtools/Sound_and_PCA.h                            |    12 +-
 dwtools/Sound_and_Spectrogram_extensions.cpp       |    82 +-
 dwtools/Sound_and_Spectrogram_extensions.h         |    15 +-
 dwtools/Sound_extensions.cpp                       |   562 +-
 dwtools/Sound_extensions.h                         |    75 +-
 dwtools/Sound_to_DTW.h                             |     8 -
 dwtools/Sound_to_MFCC.cpp                          |     2 +-
 dwtools/Sound_to_MFCC.h                            |     8 -
 dwtools/Sound_to_Pitch2.cpp                        |    28 +-
 dwtools/Sound_to_Pitch2.h                          |    14 +-
 dwtools/Sound_to_SPINET.cpp                        |    21 +-
 dwtools/Sound_to_SPINET.h                          |    12 +-
 dwtools/Sounds_to_DTW.cpp                          |     8 +-
 dwtools/Sounds_to_DTW.h                            |     4 +-
 dwtools/Spectrogram_extensions.cpp                 |   204 +-
 dwtools/Spectrogram_extensions.h                   |    72 +-
 dwtools/Spectrum_extensions.cpp                    |    52 +-
 dwtools/SpeechSynthesizer.cpp                      |   177 +-
 dwtools/SpeechSynthesizer.h                        |    16 +-
 dwtools/SpeechSynthesizer_and_TextGrid.cpp         |   243 +-
 dwtools/SpeechSynthesizer_and_TextGrid.h           |    16 +-
 dwtools/SpeechSynthesizer_def.h                    |     4 +-
 dwtools/Strings_extensions.cpp                     |   140 +-
 dwtools/Strings_extensions.h                       |    40 +-
 dwtools/TableOfReal_and_Permutation.cpp            |    12 +-
 dwtools/TableOfReal_and_Permutation.h              |    12 +-
 dwtools/TableOfReal_and_SVD.cpp                    |    30 +-
 dwtools/TableOfReal_and_SVD.h                      |    18 +-
 dwtools/TableOfReal_extensions.cpp                 |   576 +-
 dwtools/TableOfReal_extensions.h                   |   120 +-
 dwtools/Table_extensions.cpp                       |   586 +-
 dwtools/Table_extensions.h                         |    37 +-
 dwtools/TextGrid_extensions.cpp                    |   227 +-
 dwtools/TextGrid_extensions.h                      |    26 +-
 dwtools/VowelEditor.cpp                            |   902 +-
 dwtools/VowelEditor.h                              |    70 +-
 dwtools/Vowel_def.h                                |     6 +-
 dwtools/manual_BSS.cpp                             |   274 +-
 dwtools/manual_DataModeler.cpp                     |    40 +-
 dwtools/manual_HMM.cpp                             |   510 +-
 dwtools/manual_KlattGrid.cpp                       |   252 +-
 dwtools/manual_MDS.cpp                             |  2107 +-
 dwtools/manual_Permutation.cpp                     |   546 +-
 dwtools/manual_dwtools.cpp                         |  5990 ++---
 dwtools/octave-workspace                           |   Bin 43 -> 0 bytes
 dwtools/praat_BSS_init.cpp                         |   584 +-
 dwtools/praat_DataModeler_init.cpp                 |  1616 +-
 dwtools/praat_David_init.cpp                       |  8694 +++---
 dwtools/praat_HMM_init.cpp                         |   910 +-
 dwtools/praat_KlattGrid_init.cpp                   |  1125 +-
 dwtools/praat_MDS_init.cpp                         |  1498 +-
 external/espeak/dictionary.cpp                     |     6 +-
 external/espeak/espeakdata_FileInMemory.cpp        |    41 +-
 external/espeak/espeakdata_FileInMemory.h          |     2 +-
 external/espeak/espeakdata_dicts.cpp               |   286 +-
 external/espeak/espeakdata_phons.cpp               |    18 +-
 external/espeak/espeakdata_variants.cpp            |    74 +-
 external/espeak/espeakdata_voices.cpp              |   338 +-
 external/espeak/klatt.cpp                          |     9 +
 external/espeak/readclause.cpp                     |     0
 external/espeak/setlengths.cpp                     |     0
 external/espeak/sonic.cpp                          |     0
 external/espeak/sonic.h                            |     0
 external/espeak/speech.h                           |     9 +-
 external/espeak/synth_mbrola.cpp                   |     0
 external/espeak/synthdata.cpp                      |     8 +-
 external/espeak/synthesize.cpp                     |     0
 external/espeak/synthesize.h                       |     0
 external/espeak/translate.h                        |     0
 external/espeak/voices.cpp                         |     4 +-
 external/espeak/wavegen.cpp                        |     0
 external/flac/flac_FLAC_format.h                   |    10 +-
 external/flac/flac_stream_decoder.c                |     6 +-
 external/flac/flac_stream_encoder.c                |     4 +-
 external/mp3/mp3.cpp                               |    93 +-
 external/mp3/mp3.h                                 |     2 +-
 fon/AmplitudeTier.cpp                              |    79 +-
 fon/AmplitudeTier.h                                |    27 +-
 fon/AmplitudeTierEditor.cpp                        |    14 +-
 fon/AmplitudeTierEditor.h                          |    51 +-
 fon/AnyTier.cpp                                    |     8 +-
 fon/AnyTier.h                                      |     4 +-
 fon/AnyTier_def.h                                  |    10 +-
 fon/Cochleagram.cpp                                |    50 +-
 fon/Cochleagram.h                                  |    19 +-
 fon/Cochleagram_and_Excitation.cpp                 |     8 +-
 fon/Cochleagram_and_Excitation.h                   |     4 +-
 fon/Distributions_and_Transition.cpp               |    46 +-
 fon/Distributions_and_Transition.h                 |     8 +-
 fon/DurationTier.cpp                               |    34 +-
 fon/DurationTier.h                                 |    16 +-
 fon/DurationTierEditor.cpp                         |    16 +-
 fon/DurationTierEditor.h                           |    52 +-
 fon/Excitation.cpp                                 |    70 +-
 fon/Excitation.h                                   |    16 +-
 fon/Excitation_to_Formant.cpp                      |     8 +-
 fon/Excitation_to_Formant.h                        |     4 +-
 fon/ExperimentMFC.cpp                              |   117 +-
 fon/ExperimentMFC.h                                |     4 +-
 fon/ExperimentMFC_def.h                            |    12 +-
 fon/Experiment_enums.h                             |    16 +-
 fon/Formant.cpp                                    |   139 +-
 fon/Formant.h                                      |    22 +-
 fon/FormantGrid.cpp                                |    94 +-
 fon/FormantGrid.h                                  |    24 +-
 fon/FormantGridEditor.cpp                          |   184 +-
 fon/FormantGridEditor.h                            |    38 +-
 fon/FormantGridEditor_prefs.h                      |    39 +-
 fon/FormantGrid_def.h                              |    23 +-
 fon/FormantTier.cpp                                |    62 +-
 fon/FormantTier.h                                  |    18 +-
 fon/FormantTier_def.h                              |     2 +-
 fon/Formant_def.h                                  |    14 +-
 fon/FujisakiPitch.cpp                              |    22 +-
 fon/FujisakiPitch.h                                |    10 +-
 fon/Function.cpp                                   |    16 +-
 fon/Function.h                                     |     6 +-
 fon/FunctionEditor.cpp                             |   420 +-
 fon/FunctionEditor.h                               |   220 +-
 fon/FunctionEditor_prefs.h                         |    19 +-
 fon/Function_def.h                                 |    48 +-
 fon/Harmonicity.cpp                                |    62 +-
 fon/Harmonicity.h                                  |    16 +-
 fon/Harmonics.h                                    |    16 +-
 fon/Harmonics_def.h                                |     9 +-
 fon/Image.h                                        |    24 +-
 fon/Intensity.cpp                                  |    48 +-
 fon/Intensity.h                                    |    21 +-
 fon/IntensityTier.cpp                              |    64 +-
 fon/IntensityTier.h                                |    27 +-
 fon/IntensityTierEditor.cpp                        |    14 +-
 fon/IntensityTierEditor.h                          |    49 +-
 fon/Label.cpp                                      |    50 +-
 fon/Label.h                                        |    45 +-
 fon/LongSound.cpp                                  |   134 +-
 fon/LongSound.h                                    |    59 +-
 fon/Ltas.cpp                                       |   168 +-
 fon/Ltas.h                                         |    46 +-
 fon/Ltas_to_SpectrumTier.cpp                       |     9 +-
 fon/Ltas_to_SpectrumTier.h                         |     4 +-
 fon/Manipulation.cpp                               |   356 +-
 fon/Manipulation.h                                 |    32 +-
 fon/ManipulationEditor.cpp                         |   550 +-
 fon/ManipulationEditor.h                           |    62 +-
 fon/ManipulationEditor_enums.h                     |    14 +-
 fon/ManipulationEditor_prefs.h                     |    23 +-
 fon/Manipulation_def.h                             |    39 +-
 fon/Matrix.cpp                                     |   179 +-
 fon/Matrix.h                                       |    30 +-
 fon/Matrix_and_Pitch.cpp                           |    20 +-
 fon/Matrix_and_Pitch.h                             |     6 +-
 fon/Matrix_and_PointProcess.cpp                    |    16 +-
 fon/Matrix_and_PointProcess.h                      |    10 +-
 fon/Matrix_and_Polygon.cpp                         |    22 +-
 fon/Matrix_and_Polygon.h                           |    10 +-
 fon/Matrix_def.h                                   |    35 +-
 fon/Movie.cpp                                      |    44 +-
 fon/Movie.h                                        |     6 +-
 fon/MovieWindow.cpp                                |    10 +-
 fon/MovieWindow.h                                  |    29 +-
 fon/Movie_def.h                                    |     6 +-
 fon/ParamCurve.cpp                                 |   111 +-
 fon/ParamCurve.h                                   |     9 +-
 fon/ParamCurve_def.h                               |    10 +-
 fon/Photo.cpp                                      |   154 +-
 fon/Photo.h                                        |     4 +-
 fon/Photo_def.h                                    |    49 +-
 fon/Pitch.cpp                                      |   259 +-
 fon/Pitch.h                                        |    20 +-
 fon/PitchEditor.cpp                                |   122 +-
 fon/PitchEditor.h                                  |    20 +-
 fon/PitchTier.cpp                                  |    55 +-
 fon/PitchTier.h                                    |    15 +-
 fon/PitchTierEditor.cpp                            |    18 +-
 fon/PitchTierEditor.h                              |    50 +-
 fon/PitchTier_to_PointProcess.cpp                  |    50 +-
 fon/PitchTier_to_PointProcess.h                    |    16 +-
 fon/PitchTier_to_Sound.cpp                         |    52 +-
 fon/PitchTier_to_Sound.h                           |    14 +-
 fon/Pitch_AnyTier_to_PitchTier.cpp                 |    18 +-
 fon/Pitch_AnyTier_to_PitchTier.h                   |     6 +-
 fon/Pitch_Intensity.cpp                            |    12 +-
 fon/Pitch_def.h                                    |    34 +-
 fon/Pitch_enums.h                                  |    20 +-
 fon/Pitch_to_PitchTier.cpp                         |    26 +-
 fon/Pitch_to_PitchTier.h                           |     8 +-
 fon/Pitch_to_PointProcess.cpp                      |    93 +-
 fon/Pitch_to_PointProcess.h                        |     6 +-
 fon/Pitch_to_Sound.cpp                             |    26 +-
 fon/Pitch_to_Sound.h                               |     6 +-
 fon/PointEditor.cpp                                |    97 +-
 fon/PointEditor.h                                  |    27 +-
 fon/PointProcess.cpp                               |   133 +-
 fon/PointProcess.h                                 |    14 +-
 fon/PointProcess_and_Sound.cpp                     |    46 +-
 fon/PointProcess_and_Sound.h                       |    11 +-
 fon/PointProcess_def.h                             |    16 +-
 fon/Polygon.cpp                                    |    38 +-
 fon/Polygon.h                                      |     6 +-
 fon/Polygon_def.h                                  |    10 +-
 fon/Praat_tests.cpp                                |   262 +-
 fon/Praat_tests.h                                  |     4 +-
 fon/Praat_tests_enums.h                            |    39 +-
 fon/RealTier.cpp                                   |    86 +-
 fon/RealTier.h                                     |    24 +-
 fon/RealTierEditor.cpp                             |    66 +-
 fon/RealTierEditor.h                               |    62 +-
 fon/RealTier_def.h                                 |    52 +-
 fon/RunnerMFC.cpp                                  |    92 +-
 fon/RunnerMFC.h                                    |    33 +-
 fon/Sampled.cpp                                    |    76 +-
 fon/SampledXY_def.h                                |    29 +-
 fon/Sampled_def.h                                  |    30 +-
 fon/Sound.cpp                                      |   326 +-
 fon/Sound.h                                        |   101 +-
 fon/SoundEditor.cpp                                |   114 +-
 fon/SoundEditor.h                                  |    47 +-
 fon/SoundRecorder.cpp                              |   332 +-
 fon/SoundRecorder.h                                |   112 +-
 fon/SoundRecorder_enums.h                          |     6 +-
 fon/SoundRecorder_prefs.h                          |    15 +-
 fon/Sound_PointProcess.cpp                         |    16 +-
 fon/Sound_PointProcess.h                           |     4 +-
 fon/Sound_and_Spectrogram.cpp                      |    38 +-
 fon/Sound_and_Spectrogram.h                        |     6 +-
 fon/Sound_and_Spectrogram_enums.h                  |    16 +-
 fon/Sound_and_Spectrum.cpp                         |    56 +-
 fon/Sound_and_Spectrum.h                           |    16 +-
 fon/Sound_audio.cpp                                |    83 +-
 fon/Sound_enhance.cpp                              |    26 +-
 fon/Sound_enums.h                                  |    44 +-
 fon/Sound_files.cpp                                |   116 +-
 fon/Sound_to_Cochleagram.cpp                       |    45 +-
 fon/Sound_to_Cochleagram.h                         |     6 +-
 fon/Sound_to_Formant.cpp                           |    79 +-
 fon/Sound_to_Formant.h                             |    10 +-
 fon/Sound_to_Harmonicity.cpp                       |    14 +-
 fon/Sound_to_Harmonicity.h                         |     8 +-
 fon/Sound_to_Harmonicity_GNE.cpp                   |    24 +-
 fon/Sound_to_Intensity.cpp                         |    41 +-
 fon/Sound_to_Intensity.h                           |     6 +-
 fon/Sound_to_Pitch.cpp                             |    80 +-
 fon/Sound_to_Pitch.h                               |    10 +-
 fon/Sound_to_PointProcess.cpp                      |    34 +-
 fon/Sound_to_PointProcess.h                        |    16 +-
 fon/Spectrogram.cpp                                |    62 +-
 fon/Spectrogram.h                                  |    18 +-
 fon/SpectrogramEditor.cpp                          |    12 +-
 fon/SpectrogramEditor.h                            |    16 +-
 fon/Spectrum.cpp                                   |   120 +-
 fon/Spectrum.h                                     |    12 +-
 fon/SpectrumEditor.cpp                             |    86 +-
 fon/SpectrumEditor.h                               |    58 +-
 fon/SpectrumEditor_prefs.h                         |    17 +-
 fon/SpectrumTier.cpp                               |    44 +-
 fon/SpectrumTier.h                                 |    22 +-
 fon/Spectrum_and_Spectrogram.cpp                   |    20 +-
 fon/Spectrum_and_Spectrogram.h                     |     6 +-
 fon/Spectrum_def.h                                 |    14 +-
 fon/Spectrum_to_Excitation.cpp                     |     8 +-
 fon/Spectrum_to_Excitation.h                       |     4 +-
 fon/Spectrum_to_Formant.cpp                        |     8 +-
 fon/Spectrum_to_Formant.h                          |     4 +-
 fon/SpellingChecker.cpp                            |   158 +-
 fon/SpellingChecker.h                              |    16 +-
 fon/SpellingChecker_def.h                          |    28 +-
 fon/TextGrid.cpp                                   |   971 +-
 fon/TextGrid.h                                     |   101 +-
 fon/TextGridEditor.cpp                             |   807 +-
 fon/TextGridEditor.h                               |    99 +-
 fon/TextGridEditor_enums.h                         |    58 +-
 fon/TextGridEditor_prefs.h                         |    39 +-
 fon/TextGrid_Sound.cpp                             |   226 +-
 fon/TextGrid_Sound.h                               |    12 +-
 fon/TextGrid_def.h                                 |    67 +-
 fon/TimeSoundAnalysisEditor.cpp                    |  1464 +-
 fon/TimeSoundAnalysisEditor.h                      |    86 +-
 fon/TimeSoundAnalysisEditor_enums.h                |    30 +-
 fon/TimeSoundAnalysisEditor_prefs.h                |   157 +-
 fon/TimeSoundEditor.cpp                            |   361 +-
 fon/TimeSoundEditor.h                              |    56 +-
 fon/TimeSoundEditor_enums.h                        |    12 +-
 fon/TimeSoundEditor_prefs.h                        |    29 +-
 fon/Transition.cpp                                 |    84 +-
 fon/Transition.h                                   |    15 +-
 fon/Transition_def.h                               |     8 +-
 fon/Vector.cpp                                     |    12 +-
 fon/Vector.h                                       |    25 +-
 fon/VocalTract.cpp                                 |    84 +-
 fon/VocalTract.h                                   |    22 +-
 fon/VocalTract_to_Spectrum.cpp                     |     8 +-
 fon/VocalTract_to_Spectrum.h                       |     4 +-
 fon/VoiceAnalysis.cpp                              |   104 +-
 fon/WordList.cpp                                   |   126 +-
 fon/WordList.h                                     |    10 +-
 fon/WordList_def.h                                 |     7 +-
 fon/manual_Exp.cpp                                 |  1092 +-
 fon/manual_Fon.cpp                                 |  2482 +-
 fon/manual_Manual.cpp                              |   262 +-
 fon/manual_Picture.cpp                             |  1296 +-
 fon/manual_Sampling.cpp                            |   208 +-
 fon/manual_Script.cpp                              |  5744 ++--
 fon/manual_annotation.cpp                          |   488 +-
 fon/manual_exampleSound.cpp                        |    26 +-
 fon/manual_exampleSound.h                          |     4 +-
 fon/manual_formant.cpp                             |   766 +-
 fon/manual_glossary.cpp                            |   628 +-
 fon/manual_pitch.cpp                               |   910 +-
 fon/manual_programming.cpp                         |    70 +-
 fon/manual_references.cpp                          |   214 +-
 fon/manual_sound.cpp                               |  1530 +-
 fon/manual_soundFiles.cpp                          |   494 +-
 fon/manual_spectrum.cpp                            |  1027 +-
 fon/manual_tutorials.cpp                           |  5157 ++--
 fon/manual_voice.cpp                               |   196 +-
 fon/praat_Exp.cpp                                  |   120 +-
 fon/praat_Fon.cpp                                  |  7692 +++---
 fon/praat_Sound_init.cpp                           |  2245 +-
 fon/praat_TextGrid_init.cpp                        |  1570 +-
 gram/Network.cpp                                   |    76 +-
 gram/Network.h                                     |     2 +-
 gram/Network_def.h                                 |    14 +-
 gram/Network_enums.h                               |     8 +-
 gram/OTGrammar.cpp                                 |   794 +-
 gram/OTGrammar.h                                   |    52 +-
 gram/OTGrammarEditor.cpp                           |   208 +-
 gram/OTGrammarEditor.h                             |    27 +-
 gram/OTGrammar_def.h                               |    10 +-
 gram/OTGrammar_enums.h                             |    40 +-
 gram/OTGrammar_ex_NPA.cpp                          |    39 +-
 gram/OTGrammar_ex_NoCoda.cpp                       |    20 +-
 gram/OTGrammar_ex_metrics.cpp                      |   269 +-
 gram/OTGrammar_ex_tongueRoot.cpp                   |    44 +-
 gram/OTMulti.cpp                                   |   335 +-
 gram/OTMulti.h                                     |    22 +-
 gram/OTMultiEditor.cpp                             |   152 +-
 gram/OTMultiEditor.h                               |    34 +-
 gram/OTMulti_def.h                                 |    10 +-
 gram/OTMulti_ex_metrics.cpp                        |   270 +-
 gram/manual_gram.cpp                               |  1274 +-
 gram/praat_gram.cpp                                |  1732 +-
 kar/Makefile                                       |     4 +-
 kar/UnicodeData.h                                  | 26674 +++++++++----------
 kar/ipaSerifRegular24.cpp                          |  6050 -----
 kar/longchar.cpp                                   |    29 +-
 kar/longchar.h                                     |     8 +-
 main/main_Praat.cpp                                |    27 +-
 main/palias                                        |    66 -
 makefiles/makefile.defs.cygwin64                   |    25 +
 ...akefile.defs.mingw32 => makefile.defs.darmin32} |     0
 ...akefile.defs.mingw64 => makefile.defs.darmin64} |     0
 makefiles/makefile.defs.linux.alsa                 |     4 +-
 makefiles/makefile.defs.linux.pulse                |    23 +
 makefiles/makefile.defs.linux.silent               |     4 +-
 makefiles/makefile.defs.linuxc.alsa                |    23 -
 makefiles/makefile.defs.linuxs.alsa                |     4 +-
 makefiles/makefile.defs.mingw32                    |    23 +-
 makefiles/makefile.defs.mingw32-490                |    24 -
 makefiles/makefile.defs.mingw32c                   |    24 -
 makefiles/makefile.defs.mingw64                    |    23 +-
 makefiles/makefile.defs.mingw64-490                |    24 -
 makefiles/makefile.defs.mingw64c                   |    24 -
 num/NUM.cpp                                        |    24 +-
 num/NUM.h                                          |    66 +-
 num/NUMarrays.cpp                                  |   123 +-
 num/NUMlinprog.cpp                                 |    38 +-
 num/NUMrandom.cpp                                  |    57 +-
 num/NUMsort.cpp                                    |    12 +-
 stat/Distributions.cpp                             |    42 +-
 stat/Distributions.h                               |    11 +-
 stat/Distributions_and_Strings.cpp                 |    42 +-
 stat/LogisticRegression.cpp                        |    56 +-
 stat/LogisticRegression.h                          |     8 +-
 stat/LogisticRegression_def.h                      |     6 +-
 stat/PairDistribution.cpp                          |   102 +-
 stat/PairDistribution.h                            |    19 +-
 stat/PairDistribution_def.h                        |    12 +-
 stat/Regression.cpp                                |    48 +-
 stat/Regression.h                                  |    12 +-
 stat/Regression_def.h                              |    10 +-
 stat/Table.cpp                                     |   499 +-
 stat/Table.h                                       |    64 +-
 stat/TableEditor.cpp                               |    86 +-
 stat/TableEditor.h                                 |    41 +-
 stat/TableOfReal.cpp                               |   428 +-
 stat/TableOfReal.h                                 |    30 +-
 stat/TableOfReal_def.h                             |    43 +-
 stat/Table_def.h                                   |    45 +-
 stat/manual_statistics.cpp                         |   130 +-
 stat/praat_Stat.cpp                                |  1646 +-
 sys/ButtonEditor.cpp                               |   144 +-
 sys/ButtonEditor.h                                 |    25 +-
 sys/Collection.cpp                                 |   278 +-
 sys/Collection.h                                   |   162 +-
 sys/Data.cpp                                       |   237 +-
 sys/Data.h                                         |   200 +-
 sys/DataEditor.cpp                                 |   405 +-
 sys/DataEditor.h                                   |    87 +-
 sys/DemoEditor.cpp                                 |   219 +-
 sys/DemoEditor.h                                   |    72 +-
 sys/Editor.cpp                                     |   209 +-
 sys/Editor.h                                       |   348 +-
 sys/EditorM.h                                      |    22 +-
 sys/Editor_enums.h                                 |     8 +-
 sys/Editor_prefs.h                                 |     7 +-
 sys/Formula.cpp                                    |  2383 +-
 sys/Formula.h                                      |    10 +-
 sys/Graphics.cpp                                   |    35 +-
 sys/Graphics.h                                     |   285 +-
 sys/GraphicsP.h                                    |   186 +-
 sys/GraphicsPostscript.cpp                         |    44 +-
 sys/GraphicsScreen.cpp                             |   202 +-
 sys/Graphics_colour.cpp                            |   204 +-
 sys/Graphics_enums.h                               |    66 +-
 sys/Graphics_grey.cpp                              |     4 +-
 sys/Graphics_image.cpp                             |    79 +-
 sys/Graphics_linesAndAreas.cpp                     |   134 +-
 sys/Graphics_mouse.cpp                             |     4 +-
 sys/Graphics_record.cpp                            |    39 +-
 sys/Graphics_text.cpp                              |  1349 +-
 sys/Graphics_utils.cpp                             |   330 +-
 sys/Gui.cpp                                        |    16 +-
 sys/Gui.h                                          |   425 +-
 sys/GuiButton.cpp                                  |    84 +-
 sys/GuiCheckButton.cpp                             |    64 +-
 sys/GuiControl.cpp                                 |   144 +-
 sys/GuiDialog.cpp                                  |    38 +-
 sys/GuiDrawingArea.cpp                             |   154 +-
 sys/GuiFileSelect.cpp                              |   203 +-
 sys/GuiForm.cpp                                    |    10 +-
 sys/GuiLabel.cpp                                   |    52 +-
 sys/GuiList.cpp                                    |   373 +-
 sys/GuiMenu.cpp                                    |   226 +-
 sys/GuiMenuItem.cpp                                |   181 +-
 sys/GuiObject.cpp                                  |     6 +-
 sys/GuiOptionMenu.cpp                              |   116 +-
 sys/GuiP.h                                         |    21 +-
 sys/GuiProgressBar.cpp                             |    28 +-
 sys/GuiRadioButton.cpp                             |   118 +-
 sys/GuiScale.cpp                                   |    30 +-
 sys/GuiScrollBar.cpp                               |    69 +-
 sys/GuiScrolledWindow.cpp                          |    18 +-
 sys/GuiShell.cpp                                   |    60 +-
 sys/GuiText.cpp                                    |  1008 +-
 sys/GuiThing.cpp                                   |    50 +-
 sys/GuiWindow.cpp                                  |   105 +-
 sys/HyperPage.cpp                                  |   334 +-
 sys/HyperPage.h                                    |   152 +-
 sys/HyperPage_prefs.h                              |     9 +-
 sys/InfoEditor.cpp                                 |    18 +-
 sys/InfoEditor.h                                   |    15 +-
 sys/Interpreter.cpp                                |  1420 +-
 sys/Interpreter.h                                  |    96 +-
 sys/Makefile                                       |     4 +-
 sys/ManPage.h                                      |    18 +-
 sys/ManPage_enums.h                                |    54 +-
 sys/ManPages.cpp                                   |   558 +-
 sys/ManPages.h                                     |    33 +-
 sys/ManPagesM.h                                    |     6 +-
 sys/Manual.cpp                                     |   297 +-
 sys/Manual.h                                       |    67 +-
 sys/MelderThread.h                                 |    12 +-
 sys/Picture.cpp                                    |   108 +-
 sys/Picture.h                                      |    12 +-
 sys/Preferences.cpp                                |   143 +-
 sys/Preferences.h                                  |    42 +-
 sys/Printer.cpp                                    |   110 +-
 sys/Printer.h                                      |    10 +-
 sys/Script.cpp                                     |     2 +-
 sys/Script.h                                       |     8 +-
 sys/ScriptEditor.cpp                               |   269 +-
 sys/ScriptEditor.h                                 |    42 +-
 sys/Simple.cpp                                     |    14 +-
 sys/Simple.h                                       |    12 +-
 sys/Simple_def.h                                   |    10 +-
 sys/Strings.cpp                                    |   135 +-
 sys/StringsEditor.cpp                              |    60 +-
 sys/StringsEditor.h                                |    24 +-
 sys/Strings_.h                                     |    12 +-
 sys/Strings_def.h                                  |    13 +-
 sys/TextEditor.cpp                                 |   432 +-
 sys/TextEditor.h                                   |    53 +-
 sys/TextEditor_prefs.h                             |     7 +-
 sys/Thing.cpp                                      |   133 +-
 sys/Thing.h                                        |   341 +-
 sys/Ui.cpp                                         |   774 +-
 sys/Ui.h                                           |   235 +-
 sys/UiFile.cpp                                     |    90 +-
 sys/UiPause.cpp                                    |   177 +-
 sys/UiPause.h                                      |    36 +-
 sys/abcio.cpp                                      |  1797 +-
 sys/abcio.h                                        |   204 +-
 sys/abcio_enums.h                                  |    18 +-
 sys/enums.h                                        |     6 +-
 sys/enums_getText.h                                |     4 +-
 sys/enums_getValue.h                               |    12 +-
 sys/lispio.cpp                                     |   145 -
 sys/lispio.h                                       |   109 -
 sys/machine.cpp                                    |    10 +-
 sys/machine.h                                      |    10 +-
 sys/melder.cpp                                     |  1080 +-
 sys/melder.h                                       |  1584 +-
 sys/melder_alloc.cpp                               |   347 +-
 sys/melder_atof.cpp                                |   106 +-
 sys/melder_audio.cpp                               |   724 +-
 sys/melder_audiofiles.cpp                          |   447 +-
 sys/melder_console.cpp                             |    34 +-
 sys/melder_debug.cpp                               |   576 +-
 sys/melder_enums.h                                 |   108 +-
 sys/melder_error.cpp                               |   453 +-
 sys/melder_files.cpp                               |   567 +-
 sys/melder_ftoa.cpp                                |   401 +-
 sys/melder_info.cpp                                |   775 +-
 sys/melder_quantity.cpp                            |    24 +-
 sys/melder_readtext.cpp                            |   256 +-
 sys/melder_strings.cpp                             |  1334 +-
 sys/melder_sysenv.cpp                              |    45 +-
 sys/melder_textencoding.cpp                        |   536 +-
 sys/melder_time.cpp                                |     4 +-
 sys/melder_token.cpp                               |    48 +-
 sys/melder_writetext.cpp                           |   642 +-
 sys/motifEmulator.cpp                              |   656 +-
 sys/oo.h                                           |    48 +-
 sys/oo_CAN_WRITE_AS_ENCODING.h                     |    28 +-
 sys/oo_COPY.h                                      |    25 +-
 sys/oo_DESCRIPTION.h                               |   253 +-
 sys/oo_DESTROY.h                                   |    15 +-
 sys/oo_EQUAL.h                                     |    23 +-
 sys/oo_READ_BINARY.h                               |    84 +-
 sys/oo_READ_TEXT.h                                 |    86 +-
 sys/oo_WRITE_BINARY.h                              |    25 +-
 sys/oo_WRITE_TEXT.h                                |    93 +-
 sys/oo_undef.h                                     |    11 +-
 sys/praat.cpp                                      |  1532 +-
 sys/praat.h                                        |   189 +-
 sys/praatP.h                                       |    99 +-
 sys/praat_actions.cpp                              |   387 +-
 sys/praat_logo.cpp                                 |    26 +-
 sys/praat_menuCommands.cpp                         |   210 +-
 sys/praat_objectMenus.cpp                          |   737 +-
 sys/praat_picture.cpp                              |  1411 +-
 sys/praat_script.cpp                               |   470 +-
 sys/praat_script.h                                 |    22 +-
 sys/praat_statistics.cpp                           |   154 +-
 sys/praat_version.h                                |     8 +-
 sys/prefs.h                                        |    34 +-
 sys/prefs_copyToInstance.h                         |    16 +-
 sys/prefs_define.h                                 |    40 +-
 sys/prefs_install.h                                |    32 +-
 sys/sendpraat.c                                    |    20 +-
 sys/sendsocket.c                                   |    10 +-
 sys/site.cpp                                       |    14 +-
 sys/site.h                                         |     8 +-
 sys/winport_off.h                                  |     3 +-
 sys/winport_on.h                                   |     3 +-
 test/fon/data.praat                                |   Bin 13426 -> 13494 bytes
 test/kar/unicode.praat                             |   Bin 9014 -> 9020 bytes
 .../kar/\303\245b\303\247\303\251\303\274.wav"     |   Bin
 test/manually/demo_pdf.praat                       |     6 +
 test/manually/testCommandLineCalls.praat           |    33 +
 test/num/fisherQ.praat                             |     2 +-
 test/num/mathFunctions.praat                       |     4 +-
 test/runAllTests.praat                             |    88 +-
 test/{test.txt => test.praat}                      |     0
 876 files changed, 91870 insertions(+), 94624 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 LPC/.kdev_include_paths
 create mode 100644 README.md
 rename dwtest/{test_onewayAnova.praat => test_OnewayAnova.praat} (77%)
 delete mode 100644 dwtools/.DTW_def.h.kate-swp
 delete mode 100644 dwtools/.KlattGridEditors.cpp.kate-swp
 delete mode 100644 dwtools/.Sound_extensions.cpp.kate-swp
 delete mode 100644 dwtools/.SpeechSynthesizer.cpp.kate-swp
 delete mode 100644 dwtools/.Table_extensions.cpp.kate-swp
 delete mode 100644 dwtools/.manual_dwtools.cpp.kate-swp
 delete mode 100644 dwtools/.praat_David_init.cpp.kate-swp
 create mode 100644 dwtools/ComplexSpectrogram.cpp
 create mode 100644 dwtools/ComplexSpectrogram.h
 copy dwtools/{Vowel_def.h => ComplexSpectrogram_def.h} (73%)
 create mode 100644 dwtools/OptimalCeilingTier.cpp
 copy fon/Sound_and_Spectrogram.h => dwtools/OptimalCeilingTier.h (51%)
 create mode 100644 dwtools/OptimalCeilingTierEditor.cpp
 create mode 100644 dwtools/OptimalCeilingTierEditor.h
 delete mode 100644 dwtools/octave-workspace
 mode change 100755 => 100644 external/espeak/readclause.cpp
 mode change 100755 => 100644 external/espeak/setlengths.cpp
 mode change 100755 => 100644 external/espeak/sonic.cpp
 mode change 100755 => 100644 external/espeak/sonic.h
 mode change 100755 => 100644 external/espeak/synth_mbrola.cpp
 mode change 100755 => 100644 external/espeak/synthesize.cpp
 mode change 100755 => 100644 external/espeak/synthesize.h
 mode change 100755 => 100644 external/espeak/translate.h
 mode change 100755 => 100644 external/espeak/wavegen.cpp
 delete mode 100644 kar/ipaSerifRegular24.cpp
 delete mode 100644 main/palias
 create mode 100644 makefiles/makefile.defs.cygwin64
 copy makefiles/{makefile.defs.mingw32 => makefile.defs.darmin32} (100%)
 copy makefiles/{makefile.defs.mingw64 => makefile.defs.darmin64} (100%)
 create mode 100644 makefiles/makefile.defs.linux.pulse
 delete mode 100644 makefiles/makefile.defs.linuxc.alsa
 delete mode 100644 makefiles/makefile.defs.mingw32-490
 delete mode 100644 makefiles/makefile.defs.mingw32c
 delete mode 100644 makefiles/makefile.defs.mingw64-490
 delete mode 100644 makefiles/makefile.defs.mingw64c
 delete mode 100644 sys/lispio.cpp
 delete mode 100644 sys/lispio.h
 rename "test/kar/a\314\212bc\314\247e\314\201u\314\210.wav" => "test/kar/\303\245b\303\247\303\251\303\274.wav" (100%)
 create mode 100644 test/manually/demo_pdf.praat
 create mode 100644 test/manually/testCommandLineCalls.praat
 rename test/{test.txt => test.praat} (100%)

-- 
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