CMake/Source/CursesDialog/form
Kitware Robot 9db3116226 Remove CMake-language block-end command arguments
Ancient versions of CMake required else(), endif(), and similar block
termination commands to have arguments matching the command starting the
block.  This is no longer the preferred style.

Run the following shell code:

for c in else endif endforeach endfunction endmacro endwhile; do
    echo 's/\b'"$c"'\(\s*\)(.\+)/'"$c"'\1()/'
done >convert.sed &&
git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' |
egrep -z -v '^(Utilities/cm|Source/kwsys/)' |
egrep -z -v 'Tests/CMakeTests/While-Endwhile-' |
xargs -0 sed -i -f convert.sed &&
rm convert.sed
2012-08-13 14:19:16 -04:00
..
.NoDartCoverage This dir should not be covered (form distrib) 2002-02-13 16:17:26 -05:00
CMakeLists.txt Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
READ.ME
cmFormConfigure.h.in Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
eti.h Adding form library. 2001-11-05 11:53:05 -05:00
fld_arg.c
fld_attr.c BUG: fixes for hp 2003-03-11 15:25:50 -05:00
fld_current.c
fld_def.c ERR: Corrected assertions of pointers to remove warnings. 2002-01-25 09:06:39 -05:00
fld_dup.c
fld_ftchoice.c
fld_ftlink.c
fld_info.c Fix spelling errors reported by Lintian. 2010-07-13 09:41:37 -04:00
fld_just.c Adding form library. 2001-11-05 11:53:05 -05:00
fld_link.c
fld_max.c Adding form library. 2001-11-05 11:53:05 -05:00
fld_move.c Adding form library. 2001-11-05 11:53:05 -05:00
fld_newftyp.c
fld_opts.c
fld_pad.c
fld_page.c
fld_stat.c
fld_type.c
fld_user.c Fix spelling errors reported by Lintian. 2010-07-13 09:41:37 -04:00
form.h COMP: make it build on NetBSD, which has separate curses and ncurses, so 2007-08-27 09:01:14 -04:00
form.priv.h ENH: fix ia64 build with aCC 2006-06-27 09:57:02 -04:00
frm_cursor.c
frm_data.c
frm_def.c
frm_driver.c ccmake: Remove extra parens around comparison 2011-02-15 08:46:50 -05:00
frm_hook.c
frm_opts.c
frm_page.c
frm_post.c ccmake: Use LSB 4.0 getmaxyx conditionally 2011-01-05 11:07:24 -05:00
frm_req_name.c
frm_scale.c Adding form library. 2001-11-05 11:53:05 -05:00
frm_sub.c
frm_user.c Fix spelling errors reported by Lintian. 2010-07-13 09:41:37 -04:00
frm_win.c
fty_alnum.c
fty_alpha.c
fty_enum.c
fty_int.c
fty_ipv4.c
fty_num.c
fty_regex.c
llib-lform
mf_common.h Adding form library. 2001-11-05 11:53:05 -05:00
nc_alloc.h