summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Expand)AuthorAgeFilesLines
* Automate syncing from gnulib.Paul Eggert2011-01-082-2/+20
* * Makefile.in (EXECUTABLES): Remove; macro unused since 1993.Paul Eggert2011-01-082-2/+4
* Add --no-site-lisp to more Makefiles.Glenn Morris2011-01-072-1/+3
* * lib-src/Makefile.in (EMACSOPT): Remove --multibyte, it does nothing any more.Glenn Morris2011-01-072-6/+7
* Merge changes from emacs-23 branchChong Yidong2011-01-024-16/+15
|\
| * Set short copyright year to 2011.Glenn Morris2011-01-014-16/+15
| * Bump version to 23.2.91.emacs-pretest-23.2.91Chong Yidong2010-12-101-1/+1
* | Merge changes from emacs-23 branchChong Yidong2010-11-272-0/+10
|\ \ | |/
| * Fix bug #7446 with overrunning input buffer in ebrowse.Joe Matarazzo2010-11-272-0/+10
* | Merge from emacs-23Stefan Monnier2010-11-172-0/+8
|\ \ | |/
| * Add fall-back definition of _CS_DARWIN_USER_TEMP_DIR (fix last failed check-in).YAMAMOTO Mitsuharu2010-11-101-0/+3
| * Add fall-back definition of _CS_DARWIN_USER_TEMP_DIR.YAMAMOTO Mitsuharu2010-11-101-0/+5
| * Bump version to 23.2.90.emacs-pretest-23.2.90Chong Yidong2010-11-081-1/+1
* | * lib-src/test-distrib.c: Remove include guards for config.h and fcntl.h.Dan Nicolaescu2010-11-142-11/+7
* | Move ns-win.el's rather wacky menu adjustments to menu-bar.el.Glenn Morris2010-10-242-1/+4
* | Replace digest-doc and sorted-doc C programs with Lisp commands.Glenn Morris2010-10-225-405/+12
* | Fix format of old lib-src/ChangeLog entry.Glenn Morris2010-10-191-4/+4
* | Pass CFLAGS to the linker.Dan Nicolaescu2010-10-102-2/+5
* | Remove lib-src/b2m.c and b2m.pl.Glenn Morris2010-10-085-488/+9
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-082-1/+17
|\ \ | |/
| * Close bug#3992.Glenn Morris2010-09-302-1/+17
* | Fix compilation warnings.Dan Nicolaescu2010-10-036-18/+25
* | * lib-src/Makefile.in: Remove ^L, old makes choke on it.Dan Nicolaescu2010-10-032-1/+4
* | * emacsclient.c (main): Return EXIT_FAILURE if Emacs sends us an error stringWolfgang Schnerring2010-10-022-3/+15
* | Rework tags targets in Windows makefiles to protect against old/stupid makes.Juanma Barranquero2010-10-022-1/+4
* | Support TAGS targets in the w32 build.Eli Zaretskii2010-10-012-0/+10
* | lisp/server.el: Use just one way to pass the Emacs PID to emacsclient.Juanma Barranquero2010-09-302-10/+8
* | lib-src/makefile.w32-in (../src/config.h): Remove target, it is stale.Juanma Barranquero2010-09-292-0/+3
* | * emacsclient.c (main): Remove unused variables.Juanma Barranquero2010-09-292-3/+6
* | Fix typos in ChangeLogs.Juanma Barranquero2010-09-271-5/+5
* | Add more xz compression support.Ulrich Mueller2010-09-252-1/+6
* | Fix -Wwrite-strings warnings in fakemail.c.Jan D2010-08-112-15/+14
* | Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *).Jan D2010-08-1112-205/+243
* | Remove duplicate declarations.Juanma Barranquero2010-08-072-3/+5
* | emacsclient.c cleanups.Dan Nicolaescu2010-08-052-25/+19
* | Fix typos in ChangeLogs.Juanma Barranquero2010-07-291-1/+1
* | * make-docfile.c (write_c_args): Warn for old-style empty arglist ().Juanma Barranquero2010-07-292-1/+11
* | * emacsclient.c (getcwd): Fix previous change.Juanma Barranquero2010-07-252-1/+10
* | Make building under stricter warning flags somewhat cleaner.Juanma Barranquero2010-07-253-12/+17
* | Add NO_RETURN specifiers to functions in lib-src.Dan Nicolaescu2010-07-249-8/+26
* | Fix typos in ChangeLogs.Juanma Barranquero2010-07-241-4/+4
* | * make-docfile.c (write_c_args): Correctly handle prefixes of "defalt".Juanma Barranquero2010-07-232-1/+5
* | Convert some more functions to standard C.Juanma Barranquero2010-07-203-31/+32
* | Fix typos in ChangeLogs.Juanma Barranquero2010-07-201-3/+2
* | Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGSAndreas Schwab2010-07-122-5/+16
* | MS-Windows follow-up for 2010-07-12T05:25:46Z!handa@etlken.Eli Zaretskii2010-07-122-1/+6
* | Use strchr, strrchr instead of index, rindexAndreas Schwab2010-07-114-12/+15
* | Fix bug #6603.Eli Zaretskii2010-07-112-4/+9
* | Makefile.in ($(DESTDIR)${archlibdir}): Convert spaces to TABs.Eli Zaretskii2010-07-102-1/+5
* | * make-docfile.c (write_c_args): Restructure scanning loop.Andreas Schwab2010-07-092-62/+45