]> code.delx.au - gnu-emacs/commit
Rework C source files to avoid ^(
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Mar 2016 15:34:52 +0000 (07:34 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Mar 2016 15:59:19 +0000 (07:59 -0800)
commit7352c6c695db8b90b63c2601277d64a32507d2bb
tree1dc5f7af755a70f67efe13882099ff4920230571
parenta589e9aed5255fb1ebfb38fa4b3c9df5f6ef7448
Rework C source files to avoid ^(

Work around Bug#22884 by rewording comments and strings to avoid ‘(’
at the start of a line unless it starts a function.  This change
is a short-term hack; in the longer run we plan to fix cc-mode’s
performance for C files that have ‘(’ at the start of a line in a
comment or string.
229 files changed:
admin/alloc-colors.c
configure.ac
lib-src/ebrowse.c
lib-src/emacsclient.c
lib-src/etags.c
lib-src/hexl.c
lib-src/make-docfile.c
lib-src/movemail.c
lib-src/ntlib.c
lib-src/ntlib.h
lib-src/pop.c
lib-src/pop.h
lib-src/profile.c
lib-src/update-game-score.c
modules/mod-test/mod-test.c
msdos/inttypes.h
nt/addpm.c
nt/cmdproxy.c
nt/ddeclient.c
nt/inc/grp.h
nt/inc/inttypes.h
nt/inc/langinfo.h
nt/inc/ms-w32.h
nt/inc/nl_types.h
nt/inc/stdint.h
nt/inc/sys/socket.h
nt/inc/sys/stat.h
nt/inc/sys/wait.h
nt/preprep.c
nt/runemacs.c
oldXMenu/Activate.c
oldXMenu/Create.c
oldXMenu/FindSel.c
oldXMenu/Internal.c
oldXMenu/insque.c
src/alloc.c
src/atimer.c
src/atimer.h
src/bidi.c
src/blockinput.h
src/buffer.c
src/buffer.h
src/bytecode.c
src/callint.c
src/callproc.c
src/casefiddle.c
src/casetab.c
src/category.c
src/category.h
src/ccl.c
src/ccl.h
src/character.c
src/character.h
src/charset.c
src/charset.h
src/chartab.c
src/cm.c
src/cm.h
src/cmds.c
src/coding.c
src/coding.h
src/commands.h
src/composite.c
src/composite.h
src/conf_post.h
src/cygw32.c
src/cygw32.h
src/data.c
src/dbusbind.c
src/decompress.c
src/dired.c
src/dispextern.h
src/dispnew.c
src/disptab.h
src/doc.c
src/doprnt.c
src/dosfns.c
src/dosfns.h
src/dynlib.c
src/dynlib.h
src/editfns.c
src/emacs-icon.h
src/emacs-module.c
src/emacs-module.h
src/emacs.c
src/emacsgtkfixed.c
src/emacsgtkfixed.h
src/eval.c
src/fileio.c
src/filelock.c
src/firstfile.c
src/floatfns.c
src/fns.c
src/font.c
src/font.h
src/fontset.c
src/fontset.h
src/frame.c
src/frame.h
src/fringe.c
src/ftcrfont.c
src/ftfont.c
src/ftfont.h
src/ftxfont.c
src/getpagesize.h
src/gfilenotify.c
src/gnutls.c
src/gnutls.h
src/gtkutil.c
src/gtkutil.h
src/image.c
src/indent.c
src/indent.h
src/inotify.c
src/insdel.c
src/intervals.c
src/intervals.h
src/keyboard.c
src/keyboard.h
src/keymap.c
src/keymap.h
src/kqueue.c
src/lastfile.c
src/lisp.h
src/lread.c
src/macfont.h
src/macfont.m
src/macros.c
src/macros.h
src/marker.c
src/menu.c
src/menu.h
src/minibuf.c
src/msdos.c
src/msdos.h
src/nsfns.m
src/nsfont.m
src/nsgui.h
src/nsimage.m
src/nsmenu.m
src/nsselect.m
src/nsterm.h
src/nsterm.m
src/print.c
src/process.c
src/process.h
src/profiler.c
src/puresize.h
src/ralloc.c
src/region-cache.c
src/region-cache.h
src/scroll.c
src/search.c
src/sheap.c
src/sound.c
src/syntax.c
src/syntax.h
src/sysdep.c
src/sysselect.h
src/syssignal.h
src/sysstdio.h
src/systime.h
src/systty.h
src/syswait.h
src/term.c
src/termchar.h
src/termhooks.h
src/terminal.c
src/terminfo.c
src/termopts.h
src/textprop.c
src/tparam.h
src/undo.c
src/unexaix.c
src/unexcoff.c
src/unexcw.c
src/unexelf.c
src/unexmacosx.c
src/unexw32.c
src/vm-limit.c
src/w16select.c
src/w32.c
src/w32.h
src/w32common.h
src/w32console.c
src/w32fns.c
src/w32font.c
src/w32font.h
src/w32gui.h
src/w32heap.c
src/w32heap.h
src/w32inevt.c
src/w32inevt.h
src/w32menu.c
src/w32notify.c
src/w32proc.c
src/w32reg.c
src/w32select.c
src/w32select.h
src/w32term.c
src/w32term.h
src/w32uniscribe.c
src/w32xfns.c
src/widget.c
src/widget.h
src/widgetprv.h
src/window.c
src/window.h
src/xdisp.c
src/xfaces.c
src/xfns.c
src/xfont.c
src/xftfont.c
src/xgselect.c
src/xgselect.h
src/xmenu.c
src/xml.c
src/xrdb.c
src/xselect.c
src/xsettings.c
src/xsettings.h
src/xsmfns.c
src/xterm.c
src/xterm.h
src/xwidget.c
src/xwidget.h
test/etags/c-src/emacs/src/keyboard.c
test/etags/c-src/emacs/src/lisp.h
test/etags/c-src/etags.c