aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
Commit message (Expand)AuthorAgeFilesLines
* lib-src/Makefile trivial simplificationsGlenn Morris2014-06-252-23/+30
* Omit redundant extern decls.Paul Eggert2014-06-173-5/+19
* Makefile commentsGlenn Morris2014-06-151-1/+1
* Explicitly set LDFLAGS in some sub-MakefilesGlenn Morris2014-06-152-1/+8
* Fix MS-Windows build broken by latest Makefile.in changes.Eli Zaretskii2014-06-152-0/+5
* Use `make -C' rather than `cd && make'Glenn Morris2014-06-142-1/+4
* Parallelize clean rules using GNU make featuresGlenn Morris2014-06-142-2/+6
* With GNU make, MFLAGS is not neededGlenn Morris2014-06-132-1/+6
* Minor fixes for MS-Windows MinGW64 build.Eli Zaretskii2014-05-262-1/+4
* Merge from emacs-24; up to 2014-05-26T10:21:[email protected]Glenn Morris2014-05-252-16/+53
|\
| * Fix rcs2log problems with CVS.Paul Eggert2014-05-202-16/+53
* | Remove dependencies on getdelim and getline.Paul Eggert2014-05-182-166/+171
* | Port ctags+etags build to Sun C 5.12.Paul Eggert2014-05-183-8/+21
* | Merge from emacs-24; up to 2014-05-08T03:34:[email protected]Glenn Morris2014-05-071-1/+1
|\|
| * * src/keyboard.c (Frecursive_edit): Ensure inc&dec of command_loop_levelSamuel Bronson2014-05-061-1/+1
* | Merge from emacs-24; up to 2014-05-04T21:18:[email protected]Paul Eggert2014-05-042-4/+5
|\|
| * Handle systems without WCONTINUED consistently.Paul Eggert2014-05-032-4/+5
* | Merge from emacs-24; up to 2014-05-01T10:21:[email protected]Juanma Barranquero2014-04-302-2/+7
|\|
| * * lib-src/Makefile.in ($(DESTDIR)${archlibdir}): Avoid non-portable "`\" nestingGlenn Morris2014-04-292-2/+7
* | Merge from emacs-24; up to 2014-04-16T15:28:[email protected]Paul Eggert2014-04-162-2/+7
|\|
| * Fix the MSDOS build.Eli Zaretskii2014-04-162-2/+7
* | Reduce duplication in lib-src etags/ctags rulesGlenn Morris2014-03-222-11/+17
* | Use $@ more in lib-src/Makefile.inGlenn Morris2014-03-222-11/+16
* | * lib-src/Makefile.in (../lib/libgnu.a): Explicitly pass MFLAGS.Glenn Morris2014-03-222-1/+3
* | Remove lib-src/test-distrib.c and relatedGlenn Morris2014-03-224-97/+8
|/
* lib-src/emacsclient.c (main): #ifdef out previous change on Windows.Juanma Barranquero2014-03-102-0/+6
* Fix emacsclient terminal corruption when in background.Paul Eggert2014-03-092-3/+23
* */ChangeLog: Trivial fixes.Juanma Barranquero2014-03-031-14/+10
* Fix emacsclient's handling of SIGCONT.Paul Eggert2014-02-252-3/+8
* Fix typos in Changelogs.Juanma Barranquero2014-02-131-1/+1
* Document 2014-01-22T19:02:[email protected] better.Paul Eggert2014-01-231-5/+19
* Fix MS-Windows build in lib-src broken by last commit.Eli Zaretskii2014-01-222-0/+11
* Fix miscellaneous update-game-score bugs.Paul Eggert2014-01-222-12/+20
* Unduplicate the lib-src/ and etc/ ChangeLogsGlenn Morris2014-01-211-590/+11
* ChangeLog fixesGlenn Morris2014-01-211-1/+1
* update-game-score fixes for -m and integer overflowPaul Eggert2014-01-192-85/+169
* ChangeLog fixesGlenn Morris2014-01-161-3/+3
* Spelling fixes.Paul Eggert2014-01-151-1/+1
* Spelling fixes.Paul Eggert2014-01-042-2/+8
* Fix copyright years by hand.Paul Eggert2014-01-011-2/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-0118-19/+19
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-146-359/+362
* Prefer tail calls.Paul Eggert2013-11-133-7/+9
* Avoid non-portable "` ... \"...\" ... `" nestingGlenn Morris2013-10-242-1/+5
* Fix whitespace in previous Makefile.in changesGlenn Morris2013-10-231-1/+2
* Attempt at a fix for mingw CPPFLAGSGlenn Morris2013-10-232-0/+5
* Progress towards allowing installation in directories with whitespaceGlenn Morris2013-10-232-24/+24
* Make building in directories with whitespace possibleGlenn Morris2013-10-222-3/+8
* * lib-src/make-docfile.c (search_lisp_doc_at_eol): Use int rather than charGlenn Morris2013-10-092-1/+6
* A simpler, centralized INLINE.Paul Eggert2013-09-202-2/+8