summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Expand)AuthorAgeFilesLines
* Use unlocked stdio more systematicallyPaul Eggert2017-06-228-14/+19
* No need to complicate make-docfile.c for ClangPaul Eggert2017-06-151-5/+1
* Silence two Clang warnings by introducing additional local variablesPhilipp Stephani2017-06-131-1/+5
* Free cwd when no longer neededPaul Eggert2017-05-311-3/+2
* Fix memory leak of cwd string in emacsclient (Bug#26628)Anders Waldenborg2017-05-311-0/+2
* Support remote editing in emacsclient via TrampEli Zaretskii2017-05-191-2/+18
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-162-17/+16
* Remove gettimeofday from w32 sourcesEli Zaretskii2017-05-141-25/+0
* Fix buffer overflow in make-docfilePaul Eggert2017-04-291-13/+3
* ; lib-src/Makefile.in (exp_archlibdir): Drop extra '&&' from previous commitNoam Postavsky2017-03-241-1/+1
* Don’t require chown/chgrp for game installationPaul Eggert2017-03-241-9/+15
* Emacs 'movemail' is now a configure-time optionPaul Eggert2017-03-171-1/+5
* Install update-game-score only on requestPaul Eggert2017-03-122-37/+23
* Teach etags to process ENUM_BF correctlyEli Zaretskii2017-03-121-34/+59
* New option -u / --suppress-output to emacsclientPeder O. Klingenberg2017-02-251-11/+26
* Merge from gnulibPaul Eggert2017-02-232-3/+3
* hexl: handle large files and I/O errorsPaul Eggert2017-02-231-135/+95
* Merge from origin/emacs-25Paul Eggert2017-01-0115-16/+16
|\
| * Fix copyright years by handPaul Eggert2017-01-011-1/+1
| * Update copyright year to 2017Paul Eggert2016-12-3115-15/+15
* | Forth related improvements for etagsHelmut Eller2016-12-011-10/+31
* | Port build to gcc -fcheck-pointer-boundsPaul Eggert2016-11-252-4/+4
* | Merge from origin/emacs-25Paul Eggert2016-11-191-1/+1
|\ \ | |/
| * Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-061-1/+1
* | Port emacsclient to FreeBSD 11 etc.Paul Eggert2016-11-081-0/+1
* | * lib-src/etags.c (invalidate_nodes): Remove a redundant nullp test.Eli Zaretskii2016-10-121-1/+1
* | Limit <config.h>’s includesPaul Eggert2016-09-308-8/+9
* | Merge from origin/emacs-25Paul Eggert2016-09-261-2/+16
|\ \ | |/
| * Fix tagging of DEFUN by etagsEli Zaretskii2016-09-211-2/+16
* | Fix compiler thinking tmpdir may be unitialised in emacsclientMichal Nazarewicz2016-09-121-4/+2
* | Port flexible array members to GCC + valgrindPaul Eggert2016-09-071-5/+6
* | * lib-src/etags.c (invalidate_nodes): Fix another thinko.Eli Zaretskii2016-08-311-1/+1
* | Fix etags problems found by static checkingPaul Eggert2016-08-311-24/+22
* | Fix a thinko in etags.cEli Zaretskii2016-08-311-1/+1
* | Avoid recursive calls in etagsEli Zaretskii2016-08-311-64/+226
* | Pacify --enable-gcc-warnings for lib-src/pop.cPaul Eggert2016-08-281-14/+17
* | Fix compilation warning in the MinGW buildEli Zaretskii2016-07-222-13/+2
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-081-1/+1
* | Omit IF_LINT code that no longer seems neededPaul Eggert2016-05-302-2/+2
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-214-13/+31
* | Port --enable-gcc-warnings to GCC 6.1Paul Eggert2016-05-181-2/+2
* | Prefer grep -E/-F to egrep/fgrepPaul Eggert2016-05-071-2/+2
* | Unhide the --no-line-directive option to 'etags'Eli Zaretskii2016-03-211-2/+1
* | Merge from origin/emacs-25John Wiegley2016-03-1112-35/+93
|\ \ | |/
| * Rework C source files to avoid ^(Paul Eggert2016-03-1012-29/+27
| * By default, etags produces unqualified Perl tag namesEli Zaretskii2016-03-101-6/+21
| * Make the code in movemail_strftime more generalEli Zaretskii2016-03-061-1/+28
| * Restore leading space in movemail pop outputPaul Eggert2016-03-051-1/+19
| * Fix mbox files produced by movemail on MS-WindowsEli Zaretskii2016-03-051-1/+1
* | Assume getaddrinfo in C codePaul Eggert2016-03-071-39/+0