summaryrefslogtreecommitdiff
path: root/lib-src
AgeCommit message (Expand)Author
2011-07-28Merge from trunk.Paul Eggert
2011-07-27Merge: Integer signedness and overflow and related fixes.Paul Eggert
2011-07-25Add Bug#.Paul Eggert
2011-07-25Merge from trunk.Paul Eggert
2011-07-24Merge from gnulib, using build-aux to remove clutter.Paul Eggert
2011-07-10Merge from trunk.Paul Eggert
2011-07-09* lib-src/update-game-score.c (usage): Update usage line.Andreas Schwab
2011-07-06Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert
2011-07-06Merge from trunk.Paul Eggert
2011-07-04[ChangeLog]Paul Eggert
2011-07-02* lib-src/emacsclient.c (decode_options) [WINDOWSNT]: Avoid tty mode onJason Rumney
2011-06-25* lib-src/emacsclient.c (print_help_and_exit): More fixing of previous.Glenn Morris
2011-06-25* lib-src/emacsclient.c (print_help_and_exit): Fix previous change.Glenn Morris
2011-06-25Minor additions for previous emacsclient change.Glenn Morris
2011-06-25Allow emacsclient to set parameters of new graphical frames (bug#5864)Andreas Rottmann
2011-06-10* movemail.c: Fix race condition and related bugs (Bug#8836).Paul Eggert
2011-06-01* lib-src/emacsclient.c (socket_status): Use constant pointer.Dan Nicolaescu
2011-05-28[ChangeLog]Paul Eggert
2011-05-25* lib-src/Makefile.in (all, clean): Use $EXE_FILES.Glenn Morris
2011-05-24Small further clean-up in lib-src/Makefile.inGlenn Morris
2011-05-24* lib-src/Makefile.in (movemail${EXEEXT}): Build in one step, not via .o file.Glenn Morris
2011-05-24Tiny simplifications in lib-src/Makfile.inGlenn Morris
2011-05-23* lib-src/Makefile.in (update-game-score${EXEEXT}): Use a single rule.Glenn Morris
2011-05-20* lib-src/etags.c: Fix typo in previous comment change.Glenn Morris
2011-05-20* lib-src/etags.c: Comment.Glenn Morris
2011-05-18Remove the SOME_MACHINE_LISP distinction in src/Makefile.in.Glenn Morris
2011-05-17Remove lib-src/fakemail.c.Glenn Morris
2011-04-26Fix verb tense in ChangeLog message.Ted Zlatanov
2011-04-24Add GnuTLS support for W32.Ted Zlatanov
2011-04-16Static checks with GCC 4.6.0 and non-default toolkits.Paul Eggert
2011-04-16* pop.c: Undo previous change.Paul Eggert
2011-04-16* pop.c (socket_connection): Double-cast to avoid GCC warningPaul Eggert
2011-04-16* movemail.c (mail_spool_name): Protoize.Paul Eggert
2011-04-16* fakemail.c (xmalloc, xreallc): Use standard C prototypesPaul Eggert
2011-04-16* emacsclient.c (main): Don't use uninitialized var.Paul Eggert
2011-04-06Update and split ChangeLogs.Juanma Barranquero
2011-04-05Fix more problems found by GCC 4.6.0's static checks.Paul Eggert
2011-04-05* emacsclient.c (message): Mark it as a printf-like function.Paul Eggert
2011-04-01* make-docfile.c (IF_LINT): New macro, copied from emacsclient.c.Paul Eggert
2011-03-29Fix more problems found by GCC 4.6.0's static checks.Paul Eggert
2011-03-28* etags.c (just_read_file): Remove dummy variable and simplify.Paul Eggert
2011-03-26Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris
2011-03-23w32: Fix some warnings reported by -Wall -Wextra.Juanma Barranquero
2011-03-22Replace mkinstalldirs with `install-sh -d', as automake recommends.Glenn Morris
2011-03-22Fix more problems found by GCC 4.5.2's static checks.Paul Eggert
2011-03-21* ebrowse.c: Use size_t, not int, for sizes.Paul Eggert
2011-03-21* etags.c (Ada_funcs): Redo slightly to avoid overflow warning.Paul Eggert
2011-03-21etags: In Prolog functions, don't assume int fits in size_t.Paul Eggert
2011-03-21Add Bug#.Paul Eggert
2011-03-21update-game-score: fix bug with -rPaul Eggert