aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
Commit message (Expand)AuthorAgeFilesLines
* * lib-src/Makefile.in (all): Make sure "all" is the first target.Dan Nicolaescu2011-11-142-2/+6
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* Spelling fixes.Paul Eggert2011-11-121-1/+1
* src/image.c, src/w32*.c, lib-src/emacsclient.c: Silence warnings under -Wall.Juanma Barranquero2011-10-272-2/+6
* Whitespace changes.Juanma Barranquero2011-09-095-63/+63
* * lib-src/etags.c (Fortran_functions): Handle "elemental" functions.Glenn Morris2011-09-072-0/+7
* * lib-src/etags.c (Fortran_functions): Handle "pure" functions. (tiny change)Dieter Schuster2011-09-072-0/+7
* Merge from trunk.Paul Eggert2011-09-061-1/+1
|\
* | Merge from trunk.Paul Eggert2011-09-045-62/+136
|\|
| * sprintf-related integer and memory overflow issuesPaul Eggert2011-09-045-61/+135
| |\
| | * Add Bug#.Paul Eggert2011-08-281-1/+1
| | * * update-game-score.c: Include <limits.h>Paul Eggert2011-08-282-10/+8
| | * * movemail.c (main): Do not use sprintf when its result might not fitPaul Eggert2011-08-282-4/+7
| | * * etags.c (xmalloc, xrealloc): Accept size_t, not unsigned int,Paul Eggert2011-08-282-10/+41
| | * Integer and memory overflow issues.Paul Eggert2011-08-282-37/+79
| |/
* | Merge from trunk.Paul Eggert2011-07-287-49/+17
|\|
| * Merge: Integer signedness and overflow and related fixes.Paul Eggert2011-07-277-48/+16
| |\
| | * Merge from trunk.Paul Eggert2011-07-102-4/+7
| | |\ | | |/ | |/|
| | * Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert2011-07-067-39/+11
| | * Merge from trunk.Paul Eggert2011-07-061-1/+1
| | |\
| | * | [ChangeLog]Paul Eggert2011-07-042-9/+5
| | |/
* | | Add Bug#.Paul Eggert2011-07-251-1/+1
* | | Merge from trunk.Paul Eggert2011-07-251-1/+1
|\| |
* | | Merge from gnulib, using build-aux to remove clutter.Paul Eggert2011-07-242-2/+7
|/ /
* / * lib-src/update-game-score.c (usage): Update usage line.Andreas Schwab2011-07-092-3/+6
|/
* * lib-src/emacsclient.c (decode_options) [WINDOWSNT]: Avoid tty mode onJason Rumney2011-07-022-0/+13
* * lib-src/emacsclient.c (print_help_and_exit): More fixing of previous.Glenn Morris2011-06-251-1/+1
* * lib-src/emacsclient.c (print_help_and_exit): Fix previous change.Glenn Morris2011-06-251-1/+2
* Minor additions for previous emacsclient change.Glenn Morris2011-06-252-2/+8
* Allow emacsclient to set parameters of new graphical frames (bug#5864)Andreas Rottmann2011-06-252-0/+20
* * 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
|/