summaryrefslogtreecommitdiff
path: root/lib-src
AgeCommit message (Expand)Author
2015-11-28Fix Lua tags when a function name includes '.' or ':'Eli Zaretskii
2015-10-21Spelling fixesPaul Eggert
2015-10-12Unmacroize ebrowse.c and etags.c a bitPaul Eggert
2015-10-10Use ‘echo’ safely with ‘\’ or leading ‘-’Paul Eggert
2015-09-16Minor quoting fixes in scripts and docPaul Eggert
2015-09-16Add -Wswitch to --enable-gcc-warningsPaul Eggert
2015-09-16etags ‘fatal’ function is now printf-likePaul Eggert
2015-09-11Prefer straight quoting in some text filesPaul Eggert
2015-09-09Refix movemail GCC pacificationPaul Eggert
2015-09-09Port movemail to RHEL 6 with --enable-gcc-warningsPaul Eggert
2015-08-27Use straight quotes in lib-src diagnosticsPaul Eggert
2015-08-15* admin/admin.el (set-version, set-copyright): Remove deleted files.Glenn Morris
2015-08-15Remove files used by the old MS-Windows specific build procedureEli Zaretskii
2015-08-02Don't abort emacsclientw when -a was specifiedEvgeny Fraimovitch
2015-06-24Get ‘./configure; make -C src emacs’ to workPaul Eggert
2015-05-25Make TAGS files more portable to MS-WindowsPaul Eggert
2015-05-25Fix a typo in last commitEli Zaretskii
2015-05-25Fix tagging of class members in C-like OO languagesEli Zaretskii
2015-05-25Fix last change in etags.c that broke tagging compresed filesEli Zaretskii
2015-05-24Simpilify etags TEX mode scanningPaul Eggert
2015-05-24Improve etags I/O error reportingPaul Eggert
2015-05-24etags.c: avoid side effects in 'if'Paul Eggert
2015-05-24Fix last change in etags.c, which failed the test suiteEli Zaretskii
2015-05-23Cleanup etags.c to use locale-independent codePaul Eggert
2015-05-23Fix etags reading of compressed filesEli Zaretskii
2015-05-21Change defgeneric so it doesn't completely redefine the functionStefan Monnier
2015-05-20Fix slash collapsing in etags on MS-WindowsEli Zaretskii
2015-05-15; * lib-src/etags.c: Comment.Glenn Morris
2015-05-12Fix tagging of symbols in C enumerationsEli Zaretskii
2015-04-24Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert
2015-04-12Remove configure's --with-mmdf optionPaul Eggert
2015-04-07Rename ChangeLogs for gitlog-to-changelogPaul Eggert
2015-03-27Port etags to -DDEBUGPaul Eggert
2015-03-06Random minor fixes for movemailPaul Eggert
2015-02-27Support daemon mode on MS-Windows (bug#19688)Mark Laws
2015-02-23Fix previous change's attributionPaul Eggert
2015-02-23Use ${EXEEXT} more uniformly in makefilesPaul Eggert
2015-02-21Spelling fixesPaul Eggert
2015-02-19Simplify binary I/O configurationPaul Eggert
2015-02-19Fix generation of TAGS from compressed files (Bug#19735)Eli Zaretskii
2015-02-12Better support for future pluginsPaul Eggert
2015-01-23Fix a couple of AM_V_GEN bugsPaul Eggert
2015-01-22Check exit statuses in lib-src/MakefilePaul Eggert
2015-01-22Don't fail if chown or chgrp for 'update-game-score' is unsuccessful.Ulrich Müller
2015-01-21Allow update-game-score to run sgid instead of suid.Ulrich Müller
2015-01-16Support Make verbosity levels in w32 targets previously left outEli Zaretskii
2015-01-15Give up on -Wsuggest-attribute=constPaul Eggert
2015-01-13Don't say Fnext_read_file_uses_dialog_p is constPaul Eggert
2015-01-13Support const and noreturn DEFUN attributes.Dmitry Antipov
2015-01-10Port to 32-bit --with-wide-intPaul Eggert