code.praat 407 B

123456789101112131415
  1. echo Checking code updates...
  2. code$ < ../dwtools/Strings_extensions.cpp
  3. assert not index (code$, "Get string...") ; 2012-08-11
  4. code$ < ../external/GSL/Makefile
  5. assert not index (code$, "CFLAGS") ; 2012-08-08
  6. code$ < ../dwsys/regularexp.cpp
  7. assert not index (code$, "'0' }") ; 2012-08-07
  8. code$ < ../external/espeak/speak_lib.cpp
  9. assert not index (code$, "setlocale") ; 2012-10-01
  10. printline OK...