aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
Commit message (Expand)AuthorAgeFilesLines
* * movemail.c: Fix race condition and related bugs (Bug#8836).Paul Eggert2011-06-102-11/+34
* * lib-src/emacsclient.c (socket_status): Use constant pointer.Dan Nicolaescu2011-06-012-1/+5
* [ChangeLog]Paul Eggert2011-05-283-9/+8
* * lib-src/Makefile.in (all, clean): Use $EXE_FILES.Glenn Morris2011-05-252-2/+3
* Small further clean-up in lib-src/Makefile.inGlenn Morris2011-05-242-14/+14
* * lib-src/Makefile.in (movemail${EXEEXT}): Build in one step, not via .o file.Glenn Morris2011-05-242-5/+4
* Tiny simplifications in lib-src/Makfile.inGlenn Morris2011-05-242-6/+8
* * lib-src/Makefile.in (update-game-score${EXEEXT}): Use a single rule.Glenn Morris2011-05-232-7/+7
* * lib-src/etags.c: Fix typo in previous comment change.Glenn Morris2011-05-201-1/+1
* * lib-src/etags.c: Comment.Glenn Morris2011-05-201-2/+5
* Remove the SOME_MACHINE_LISP distinction in src/Makefile.in.Glenn Morris2011-05-182-6/+5
* Remove lib-src/fakemail.c.Glenn Morris2011-05-174-761/+11
* Fix verb tense in ChangeLog message.Ted Zlatanov2011-04-261-1/+1
* Add GnuTLS support for W32.Ted Zlatanov2011-04-242-1/+6
* Static checks with GCC 4.6.0 and non-default toolkits.Paul Eggert2011-04-164-19/+40
|\
| * * pop.c: Undo previous change.Paul Eggert2011-04-162-5/+1
| * * pop.c (socket_connection): Double-cast to avoid GCC warningPaul Eggert2011-04-162-1/+5
| * * movemail.c (mail_spool_name): Protoize.Paul Eggert2011-04-162-6/+18
| * * fakemail.c (xmalloc, xreallc): Use standard C prototypesPaul Eggert2011-04-162-9/+12
| * * emacsclient.c (main): Don't use uninitialized var.Paul Eggert2011-04-162-4/+8
|/
* Update and split ChangeLogs.Juanma Barranquero2011-04-061-0/+4
* Fix more problems found by GCC 4.6.0's static checks.Paul Eggert2011-04-053-1/+18
|\
| * * emacsclient.c (message): Mark it as a printf-like function.Paul Eggert2011-04-052-0/+5
| * * make-docfile.c (IF_LINT): New macro, copied from emacsclient.c.Paul Eggert2011-04-012-1/+13
|/
* Fix more problems found by GCC 4.6.0's static checks.Paul Eggert2011-03-292-4/+7
|\
| * * etags.c (just_read_file): Remove dummy variable and simplify.Paul Eggert2011-03-282-4/+6
|/
* Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris2011-03-262-3/+7
* w32: Fix some warnings reported by -Wall -Wextra.Juanma Barranquero2011-03-232-0/+5
* Replace mkinstalldirs with `install-sh -d', as automake recommends.Glenn Morris2011-03-222-2/+7
* Fix more problems found by GCC 4.5.2's static checks.Paul Eggert2011-03-226-39/+67
|\
| * * ebrowse.c: Use size_t, not int, for sizes.Paul Eggert2011-03-212-12/+17
| * * etags.c (Ada_funcs): Redo slightly to avoid overflow warning.Paul Eggert2011-03-212-1/+3
| * etags: In Prolog functions, don't assume int fits in size_t.Paul Eggert2011-03-212-16/+22
| * Add Bug#.Paul Eggert2011-03-211-2/+2
| * update-game-score: fix bug with -rPaul Eggert2011-03-212-6/+14
| * [ChangeLog]Paul Eggert2011-03-203-4/+11
|/
* Remove unnecessary "(tiny change)" markers.Juanma Barranquero2011-03-071-1/+1
* Add --quiet option for emacsclient (bug#663) (tiny change)Drake Wilson2011-03-022-4/+20
* Fix dependencies following 2011-02-26T05:54:[email protected].Eli Zaretskii2011-02-262-1/+3
* Fix the MS-Windows build after 2011-02-26T05:54:[email protected].Eli Zaretskii2011-02-262-6/+29
* * ebrowse.c (BROWSE_STRUCT): Remove unused macro.Paul Eggert2011-02-252-1/+1
* * ebrowse.c (parse_qualified_param_ident_or_type): Make it clearPaul Eggert2011-02-252-1/+8
* * fakemail.c: Include <ignore-value.h>.Paul Eggert2011-02-252-3/+18
* * ebrowse.c (insert_keyword): Rename parameter to avoid shadowing diagnostic.Paul Eggert2011-02-252-3/+4
* * ebrowse.c (putstr): Rename from PUTSTR and turn into a function.Paul Eggert2011-02-252-29/+36
* * emacsclient.c (IF_LINT): New macro.Paul Eggert2011-02-252-2/+14
* * emacsclient.c (xstrdup): Remove; no longer needed.Paul Eggert2011-02-252-23/+14
* * emacsclient.c (main): Avoid dangling 'if'.Paul Eggert2011-02-252-15/+17
* * emacsclient.c: Redo local variables to avoid shadowing problems.Paul Eggert2011-02-252-8/+14
* * etags.c (ISUPPER): Move to inside the only #ifdef where it's used.Paul Eggert2011-02-252-1/+4