aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/buffer.h (struct buffer): Revert `indirections' to a simple int;Stefan Monnier2012-08-062-1/+6
* * keyboard.c (timer_check_2): Add break so timer_check returns next timeout.Jan Djärv2012-08-062-0/+6
* Fix Windows build errors introduced after converting to WGET and WSET.Dmitry Antipov2012-08-062-2/+9
* Use FSET.Jan Djärv2012-08-063-2/+8
* Separate read and write access to Lisp_Object slots of Lisp_Process.Dmitry Antipov2012-08-068-251/+262
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-0635-1339/+1357
* Fix Windows build errors introduced after converting to FGET and FSET.Dmitry Antipov2012-08-062-7/+19
* Fix replacement typo.Dmitry Antipov2012-08-062-1/+8
* * src/lisp.mk (lisp): Add language/persian.elc.Glenn Morris2012-08-062-0/+5
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-0628-409/+429
* Ignore stamp-h.inAndreas Schwab2012-08-051-0/+1
* * emacs.c (decode_env_path): Only use defaulted if WINDOWSNT.Andreas Schwab2012-08-052-1/+7
* Generalize common compile-time constants.Dmitry Antipov2012-08-0523-85/+101
* * search.c (Freplace_match): Treat \? in the replacement text literally.Lawrence Mitchell2012-08-052-1/+9
* Docfix for kill-buffer-hook and others.Chong Yidong2012-08-054-4/+10
* Fix compilation --with-x-toolkit=no.Eli Zaretskii2012-08-042-2/+8
* Doc fixes and improvements for syntax tables.Chong Yidong2012-08-042-1/+5
* Fix bug #11959 with startup warnings on MS-Windows about ../site-lisp.Eli Zaretskii2012-08-046-57/+89
* Fix Sed scripts and msdos.c as fallout of latest changes.Eli Zaretskii2012-08-042-7/+13
* Export DEFAULT_REHASH_* to GDB.Paul Eggert2012-08-032-2/+8
* Comment why gc_aset can be triggered during GC.Paul Eggert2012-08-031-1/+2
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-0332-158/+143
* Improve fix for macroexp crash with debugging.Paul Eggert2012-08-032-6/+26
* Support symlinks on latest versions of MS-Windows.Eli Zaretskii2012-08-032-155/+960
* Fix macroexp crash on Windows with debugging.Paul Eggert2012-08-022-2/+11
* * lisp.h (VALMASK) [!USE_LSB_TAG]: Now a macroPaul Eggert2012-08-022-1/+4
* * xfaces.c (face_for_overlay_string): Remove unused local.Paul Eggert2012-08-022-5/+2
* * xfaces.c: Don't assume buffer size fits in 'int'.Paul Eggert2012-08-022-2/+4
* * xfaces.c (face_at_buffer_position): Remove unused local.Paul Eggert2012-08-022-2/+2
* Use C99-style 'extern inline' if available.Paul Eggert2012-08-0218-47/+161
* CommentGlenn Morris2012-08-011-1/+1
* * src/s/: Remove empty directory.Glenn Morris2012-08-011-0/+2
* Move NT-specific include file to the NT include directoryGlenn Morris2012-08-013-426/+9
* Port to Solaris 8.Paul Eggert2012-08-015-14/+14
* * src/nsterm.m (ns_exec_path, ns_load_path): Use SEPCHARGlenn Morris2012-08-012-4/+7
* Avoid needless autoheader after autogen.sh.Paul Eggert2012-08-011-1/+0
* Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-0117-189/+266
* * nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scroll_bar)Alp Aker2012-08-015-16/+25
* More fixes in .gdbinit.Eli Zaretskii2012-08-011-2/+2
* Fix typo in src/ChangeLog.Eli Zaretskii2012-08-011-1/+1
* Fix .gdbinit for latest INTERNAL_FIELD uses.Eli Zaretskii2012-08-012-10/+14
* Fix fallout from 2012-08-01T05:11:36Z!dmantipov@yandex.ru that introduced WVAR.Eli Zaretskii2012-08-012-2/+6
* Alphabetic order is proving tricky todayGlenn Morris2012-08-011-8/+8
* Alphabetical orderGlenn Morris2012-08-011-16/+16
* Fix typo in previousGlenn Morris2012-08-011-1/+1
* Remove src/s/msdos.hGlenn Morris2012-08-014-117/+48
* Sync Windows port with autogen/config.in changes.Juanma Barranquero2012-08-012-7/+5
* Use INTERNAL_FIELD for conses and overlays.Dmitry Antipov2012-08-016-39/+60
* Use INTERNAL_FIELD for symbols.Dmitry Antipov2012-08-0112-64/+79
* Use INTERNAL_FIELD for processes.Dmitry Antipov2012-08-017-261/+293