aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-29lib-src/makefile.w32-in (../src/config.h): Remove target, it is stale.Juanma Barranquero2-0/+3
2010-09-29* emacsclient.c (main): Remove unused variables.Juanma Barranquero2-3/+6
2010-09-27Fix typos in ChangeLogs.Juanma Barranquero1-5/+5
2010-09-25Add more xz compression support.Ulrich Mueller2-1/+6
2010-08-11Fix -Wwrite-strings warnings in fakemail.c.Jan D2-15/+14
2010-08-11Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *).Jan D12-205/+243
2010-08-07Remove duplicate declarations.Juanma Barranquero2-3/+5
2010-08-05emacsclient.c cleanups.Dan Nicolaescu2-25/+19
2010-07-29Fix typos in ChangeLogs.Juanma Barranquero1-1/+1
2010-07-29* make-docfile.c (write_c_args): Warn for old-style empty arglist ().Juanma Barranquero2-1/+11
2010-07-25* emacsclient.c (getcwd): Fix previous change.Juanma Barranquero2-1/+10
2010-07-25Make building under stricter warning flags somewhat cleaner.Juanma Barranquero3-12/+17
2010-07-24Add NO_RETURN specifiers to functions in lib-src.Dan Nicolaescu9-8/+26
2010-07-24Fix typos in ChangeLogs.Juanma Barranquero1-4/+4
2010-07-23* make-docfile.c (write_c_args): Correctly handle prefixes of "defalt".Juanma Barranquero2-1/+5
2010-07-20Convert some more functions to standard C.Juanma Barranquero3-31/+32
2010-07-20Fix typos in ChangeLogs.Juanma Barranquero1-3/+2
2010-07-12Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGSAndreas Schwab2-5/+16
2010-07-12MS-Windows follow-up for 2010-07-12T05:25:46Z!handa@etlken.Eli Zaretskii2-1/+6
2010-07-11Use strchr, strrchr instead of index, rindexAndreas Schwab4-12/+15
2010-07-11Fix bug #6603.Eli Zaretskii2-4/+9
2010-07-10Makefile.in ($(DESTDIR)${archlibdir}): Convert spaces to TABs.Eli Zaretskii2-1/+5
2010-07-09* make-docfile.c (write_c_args): Restructure scanning loop.Andreas Schwab2-62/+45
2010-07-08Make make-docfile understand DEFUN arguments written in standard C.Dan Nicolaescu2-1/+21
2010-07-07Remove leftover P_ macros.Dan Nicolaescu3-19/+6
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab3-10/+14
2010-07-06Clean up movemail sourceAndreas Schwab2-23/+40
2010-07-06* movemail.c: Add MAIL_USE_POP around prototypes.Andreas Schwab2-0/+6
2010-07-03* lib-src/fakemail.c (action): Convert function definitions to standard C.Dan Nicolaescu3-9/+11
2010-07-03ebrowse.c (check_namespace): Fix indentation.Eli Zaretskii1-2/+2
2010-07-03Fix invalid castAndreas Schwab2-4/+10
2010-07-03lib-src/ebrowse.c (match_qualified_namespace_alias): Check for null pointer.Juanma Barranquero2-1/+5
2010-07-03Fix prototypes.Juanma Barranquero4-5/+18
2010-07-02Convert function definitions to standard C.Dan Nicolaescu14-734/+347
2010-07-02Convert some prototypes to standard C.Dan Nicolaescu3-7/+14
2010-07-02Remove __P.Jan D2-13/+0
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D6-199/+207
2010-06-24lib-src/movemail.c (error): Avoid warning when there are no args.Juanma Barranquero2-1/+5
2010-06-11Fix Windows makefiles to adapt to lisp/vc reorganization.Juanma Barranquero2-2/+7
2010-06-10Remove duplicate ChangeLog entries.Juanma Barranquero1-15/+0
2010-06-06Remove BSTRING related code, all platforms define it.Dan Nicolaescu2-6/+4
2010-05-29Add --parent-id argument to emacsclient.Chong Yidong2-1/+24
2010-05-26Do not preprocess src/Makefile.in.Glenn Morris2-1/+5
2010-05-22Remove cirsular dependency when using separate build dir (Bug #6246).Jan Djärv2-6/+20
2010-05-14* lib-src/Makefile.in: Break some long lines.Glenn Morris1-14/+25
2010-05-11Remove unused output variable LIB_SRC_EXTRA_INSTALLABLES.Glenn Morris2-1/+5
2010-05-10Minor lib-src/Makefile.in edits.Glenn Morris2-10/+13
2010-05-10Do not preprocess lib-src/Makefile.inGlenn Morris2-35/+35
2010-05-10On msdos, set LIBS_SYSTEM with config.bat, not cpp.Glenn Morris2-5/+5
2010-05-09Move LIBS_SYSTEM from cpp to configure.Glenn Morris2-6/+13