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
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
fld_link.c
fld_max.c
fld_move.c
fld_newftyp.c
fld_opts.c
fld_pad.c
fld_page.c
fld_stat.c
fld_type.c Removed a function which used va_start (did not compile on Sun with gcc) 2001-11-06 08:40:07 -05:00
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 ERR: Attempt to fix warning on OSF about implicit declaration of winnstr. 2002-06-18 16:30:00 -04:00
frm_def.c ERR: Corrected assertions of pointers to remove warnings. 2002-01-25 09:06:39 -05:00
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 ERR: Fixed compiler warnings when using strict ansi. 2002-06-18 17:19:38 -04:00
frm_scale.c
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 ERR: Fixed compiler warnings when using strict ansi. 2002-06-18 17:19:38 -04:00
fty_alpha.c ERR: Fixed unused parameter warning. 2002-06-19 08:57:14 -04:00
fty_enum.c
fty_int.c ERR: Fixed compiler warnings when using strict ansi. 2002-06-18 17:19:38 -04:00
fty_ipv4.c ERR: Fixed compiler warnings when using strict ansi. 2002-06-18 17:19:38 -04:00
fty_num.c ERR: Fixed compiler warnings when using strict ansi. 2002-06-18 17:19:38 -04:00
fty_regex.c ERR: Fixed compiler warnings when using strict ansi. 2002-06-18 17:19:38 -04:00
llib-lform
mf_common.h
nc_alloc.h Changes to remove warnings and fix dependencies. 2001-11-08 17:03:52 -05:00