summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Empty src/s/netbsd.h and remove the file...Glenn Morris2012-07-302-24/+3
* Move _longjmp, _setjmp from src/s to configure...Glenn Morris2012-07-303-8/+5
* Fixes: debbugs:12090...Andreas Schwab2012-07-302-1/+6
* Convert safe_call to use variable number of arguments....Dmitry Antipov2012-07-308-48/+32
* Remove s/aix4-2.h...Glenn Morris2012-07-292-19/+1
* * s/aix4-2.h (sigmask): No need to undefine it....Glenn Morris2012-07-292-3/+3
* Remove some empty src/s files....Glenn Morris2012-07-295-85/+5
* Export to GDB most of lisp.h's remaining object-like macros....Paul Eggert2012-07-293-90/+124
* Cleanup string bytes checking....Dmitry Antipov2012-07-302-44/+29
* * lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove....Paul Eggert2012-07-294-11/+15
* src/makefile.w32-in: Update dependencies.Juanma Barranquero2012-07-292-3/+9
* Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check....Dmitry Antipov2012-07-294-52/+21
* * Makefile.in (install-arch-indep): Handle space in locallisppath....Jan Djärv2012-07-292-10/+5
* Rename OS_WINDOWS_95 to OS_9X....Eli Zaretskii2012-07-295-6/+14
* * alloc.c (Fgarbage_collect): Indent as per usual Emacs style.Paul Eggert2012-07-292-6/+12
* MS-Windows followup for 2012-07-28T23:05:32Z!eggert@cs.ucla.edu....Eli Zaretskii2012-07-292-0/+5
* Cleanup statistics calculation in Fgarbage_collect....Dmitry Antipov2012-07-292-14/+15
* Generalize marker debugging code under MARKER_DEBUG and use eassert....Dmitry Antipov2012-07-293-49/+44
* Don't use the abbreviation "win" to refer to Windows (Bug#10421)....Paul Eggert2012-07-2926-66/+59
* Use Gnulib stdalign and environ modules (Bug#9772, Bug#9960)....Paul Eggert2012-07-284-47/+36
* Fix non-ASCII input in non-GUI frames on MS-Windows. (Bug#12055)...Eli Zaretskii2012-07-284-16/+57
* Fix --without-x build....Eli Zaretskii2012-07-282-1/+10
* Adjust GDB to reflect pvec_type changes....Paul Eggert2012-07-272-3/+18
* Fix type comparison error.Michael Albinus2012-07-271-2/+3
* Fix name typo.Michael Albinus2012-07-271-1/+1
* * dbusbind.c (XD_DBUS_VALIDATE_BUS_ADDRESS): Canonicalize session...Michael Albinus2012-07-272-63/+84
* Fix listn introduced in 2012-07-27T06:04:35Z!dmantipov@yandex.ru....Eli Zaretskii2012-07-272-1/+4
* Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande......Eli Zaretskii2012-07-2714-22/+29
* Revert last save_excursion_save and save_excursion_restore changes....Dmitry Antipov2012-07-275-180/+123
* Fix recently-introduced typos in Windows port....Dmitry Antipov2012-07-273-3/+10
* Improve GDB symbol export....Paul Eggert2012-07-264-58/+93
* Utility function to make a list from specified amount of objects....Dmitry Antipov2012-07-2714-85/+131
* Fast save_excursion_save and save_excursion_restore....Dmitry Antipov2012-07-275-116/+196
* * emacs.c: Do not include <verify.h>; no longer needed....Paul Eggert2012-07-262-3/+2
* Fix export of symbols to GDB....Paul Eggert2012-07-265-56/+82
* src/makefile.w32-in ($(BLD)/emacs.$(O)): Update dependencies.Juanma Barranquero2012-07-262-0/+5
* Add Bug#1995-05-30T23:07:27Z!kwzh@gnu.org to latest ChangeLog entry....Paul Eggert2012-07-261-1/+1
* Spelling fix in comment.Paul Eggert2012-07-261-1/+1
* Simplify export of symbols to GDB; fix related .gdbinit bugs....Paul Eggert2012-07-265-85/+127
* Explicitly free restriction data that are not needed anymore....Dmitry Antipov2012-07-262-0/+9
* Autoload more carefully from Lisp. Follow aliases for function properties....Stefan Monnier2012-07-256-48/+60
* Use typedef for EMACS_INT, EMACS_UINT....Paul Eggert2012-07-254-9/+19
* * nsterm.m (ns_read_socket): Return early if there is a modal window....Jan Djärv2012-07-252-0/+8
* Add advertised calling convention for redirect-frame-focus (Bug#12030)....Martin Rudalics2012-07-252-2/+7
* Adjust buffer text indirection counters at the end of Fkill_buffer....Dmitry Antipov2012-07-252-10/+22
* Fix display of tooltips damaged by enhancements for bug #11832....Eli Zaretskii2012-07-242-13/+24
* Simplify copy_overlay....Dmitry Antipov2012-07-243-19/+28
* Fix bug #12025 with a crash when displaying tooltips....Eli Zaretskii2012-07-233-2/+22
* Cleanup miscellaneous objects allocation and initialization....Dmitry Antipov2012-07-234-33/+38
* Swap buffer text indirection counters in Fbuffer_swap_text....Dmitry Antipov2012-07-232-0/+8