aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-21Unhide the --no-line-directive option to 'etags'Eli Zaretskii1-2/+1
2016-03-10Rework C source files to avoid ^(Paul Eggert12-29/+27
2016-03-10By default, etags produces unqualified Perl tag namesEli Zaretskii1-6/+21
2016-03-07Assume getaddrinfo in C codePaul Eggert1-39/+0
2016-03-06Make the code in movemail_strftime more generalEli Zaretskii1-1/+28
2016-03-05Restore leading space in movemail pop outputPaul Eggert1-1/+19
2016-03-05Fix mbox files produced by movemail on MS-WindowsEli Zaretskii1-1/+1
2016-03-05Implement getaddrinfo fallback for MS-WindowsEli Zaretskii1-1/+150
2016-02-27* lib-src/pop.c (socket_connection): Fix format string.Andreas Schwab1-1/+1
2016-02-11* lib-src/make-docfile.c: Include stdarg.h.Paul Eggert1-0/+1
2016-02-10make-docfile cleanup for I/O, etc.Paul Eggert1-90/+110
2016-02-10Memory-management cleanup in make-docfilePaul Eggert1-57/+75
2016-02-06Extend etags Ruby support for accessorsEli Zaretskii1-1/+5
2016-02-04Minor fix in tagging Ruby accessors by etagsEli Zaretskii1-2/+3
2016-02-03Etags: yet another improvement in Ruby tagsEli Zaretskii1-24/+53
2016-02-02Fix names of tags generated for Ruby accessorsEli Zaretskii1-0/+2
2016-02-02Fix file-name recognition in 'etags'Eli Zaretskii1-0/+8
2016-02-02Change Ruby file names and extensions recognized by 'etags'Eli Zaretskii1-2/+4
2016-02-02More improvements for Ruby support in 'etags'Eli Zaretskii1-2/+56
2016-01-30Support Go language in 'etags'lu4nx1-1/+74
2016-01-30Improve Ruby support in 'etags'Eli Zaretskii1-4/+54
2016-01-24Port "$@" to OpenIndiana ksh93Paul Eggert1-2/+2
2016-01-15Unhide the --no-line-directive option to 'etags'Eli Zaretskii1-2/+1
2016-01-06Build tweaks related to tags files.Glenn Morris1-2/+5
2016-01-01Fix copyright years by handPaul Eggert1-1/+1
2016-01-01Update copyright year to 2016Paul Eggert15-15/+15
2015-12-18Remove SunOS 4.x cruftPaul Eggert1-4/+0
2015-12-11Improve Lua support in etagsEli Zaretskii1-0/+1
2015-12-11Improve and document Ruby support in 'etags'Eli Zaretskii1-7/+11
2015-12-11Initial support for Ruby in 'etags'Xi Lu1-0/+33
2015-11-28Fix Lua tags when a function name includes '.' or ':'Eli Zaretskii1-1/+16
2015-10-21Spelling fixesPaul Eggert1-1/+1
2015-10-12Unmacroize ebrowse.c and etags.c a bitPaul Eggert2-39/+72
2015-10-10Use ‘echo’ safely with ‘\’ or leading ‘-’Paul Eggert1-9/+11
2015-09-16Minor quoting fixes in scripts and docPaul Eggert1-9/+9
2015-09-16Add -Wswitch to --enable-gcc-warningsPaul Eggert1-2/+40
2015-09-16etags ‘fatal’ function is now printf-likePaul Eggert1-11/+21
2015-09-11Prefer straight quoting in some text filesPaul Eggert1-4/+4
2015-09-09Refix movemail GCC pacificationPaul Eggert1-5/+2
2015-09-09Port movemail to RHEL 6 with --enable-gcc-warningsPaul Eggert1-2/+4
2015-08-27Use straight quotes in lib-src diagnosticsPaul Eggert4-62/+62
2015-08-15* admin/admin.el (set-version, set-copyright): Remove deleted files.Glenn Morris1-1/+1
2015-08-15Remove files used by the old MS-Windows specific build procedureEli Zaretskii1-482/+0
2015-08-02Don't abort emacsclientw when -a was specifiedEvgeny Fraimovitch1-0/+10
2015-06-24Get ‘./configure; make -C src emacs’ to workPaul Eggert1-1/+1
2015-05-25Make TAGS files more portable to MS-WindowsPaul Eggert1-9/+0
2015-05-25Fix a typo in last commitEli Zaretskii1-1/+1
2015-05-25Fix tagging of class members in C-like OO languagesEli Zaretskii1-19/+79
2015-05-25Fix last change in etags.c that broke tagging compresed filesEli Zaretskii1-0/+5
2015-05-24Simpilify etags TEX mode scanningPaul Eggert1-45/+29