aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * alloc.c (lisp_align_malloc): Omit unnecessary val==NULL tests.Paul Eggert2011-05-302-3/+3
* * eval.c (Qdebug): Now static.Paul Eggert2011-05-293-2/+9
* src/coding.c: Fix a typo in a comment.Eli Zaretskii2011-05-301-2/+2
* src/font.[ch]: Fix typos in comments and strings.Eli Zaretskii2011-05-292-67/+66
* Doc fixes for imagemagick support code.Chong Yidong2011-05-292-52/+47
* Minor fixes prompted by GCC 4.6.0 warnings.Paul Eggert2011-05-282-2/+6
* * emacs.c [HAVE_X_WINDOWS]: Include "xterm.h".Paul Eggert2011-05-283-5/+11
* Move clipboard-manager functionality out of hooks.Chong Yidong2011-05-285-45/+73
* * src/nsterm.m (ns_term_shutdown): Synchronize user defaults before exiting (...William Xu2011-05-282-0/+7
* src/ChangeLog: Fix last entry.Eli Zaretskii2011-05-281-2/+2
* avoid a sign-extension bug in crypto_hash_functionJim Meyering2011-05-282-2/+18
* src/ccl.c: Fix last commit.Eli Zaretskii2011-05-281-0/+1
* Fix order of ChangeLog entries after merge.Paul Eggert2011-05-271-4/+4
* Merge from trunk.Paul Eggert2011-05-272-2/+8
|\
| * * src/xselect.c (x_convert_selection): Yet another int/Lisp_Object mixup.Stefan Monnier2011-05-272-2/+8
* | * data.c (arith_driver): Omit unnecessary mask and test.Paul Eggert2011-05-271-3/+0
* | Merge: Integer overflow fixes.Paul Eggert2011-05-2713-569/+855
|\ \ | |/ |/|
| * * dbusbind.c (xd_invalid_serial): Remove. (Bug#8722)Paul Eggert2011-05-242-9/+1
| * Add Bug#.Paul Eggert2011-05-231-2/+3
| * * dbusbind.c: Serial number integer overflow fixes.Paul Eggert2011-05-232-22/+60
| * * dbusbind.c (xd_read_message_1): Don't assume dbus_uint32_t can fit in int.Paul Eggert2011-05-232-4/+7
| * * dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg.Paul Eggert2011-05-232-18/+26
| * * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT.Paul Eggert2011-05-232-3/+8
| * * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'.Paul Eggert2011-05-222-4/+6
| * Add bug#.Paul Eggert2011-05-221-1/+1
| * ccl: add integer overflow checksPaul Eggert2011-05-222-100/+140
| * * alloc.c (make_event_array): Use XINT, not XUINT.Paul Eggert2011-05-222-1/+4
| * * mem-limits.h (EXCEEDS_LISP_PTR) [!USE_LSB_TAG]: EMACS_UINT -> uintptr_tPaul Eggert2011-05-222-3/+8
| * Merge from trunk.Paul Eggert2011-05-225-70/+95
| |\
| * | Rework Fformat to avoid integer overflow issues.Paul Eggert2011-05-222-383/+548
| * | * lisp.h (FIXNUM_OVERFLOW_P): Work even if arg is a NaN.Paul Eggert2011-05-222-3/+6
| * | * data.c: Avoid integer truncation in expressions involving floats.Paul Eggert2011-05-202-2/+45
| * | merge count_size_as_multibyte, parse_str_to_multibytePaul Eggert2011-05-207-37/+21
* | | * xselect.c: Fix minor problems prompted by GCC 4.6.0 warnings.Paul Eggert2011-05-272-7/+11
* | | * fns.c: Fix minor problems prompted by GCC 4.6.0 warnings.Paul Eggert2011-05-272-10/+14
* | | Support X clipboard managers.Chong Yidong2011-05-276-305/+401
* | | src/xselect.c (x_handle_selection_request): Fix typo in last change.Chong Yidong2011-05-261-5/+5
* | | * src/xselect.c: ICCCM-compliant handling of MULTIPLE targets.Chong Yidong2011-05-262-343/+329
* | | Allow empty regions in transpose-regionsLeo Liu2011-05-262-2/+7
* | | Merge from emacs-23; up to 2010-06-12T08:59:37Z!albinus@detlef.Glenn Morris2011-05-245-27/+77
|\ \ \
| * | | Take account of periodic fringe bitmap's dependency on y-position in redrawing.YAMAMOTO Mitsuharu2011-05-255-23/+56
| * | | xdisp.c (get_next_display_element): Set correct it->face_id for a static comp...Kenichi Handa2011-05-252-2/+19
* | | | Implement primitive `sha1' and remove sha1.elLeo Liu2011-05-244-38/+104
| |_|/ |/| |
* | | * gnutls.c: Remove unused macros.Paul Eggert2011-05-222-3/+8
* | | Remove var mistakenly introduced in 2011-05-22T19:46:47Z!cyd@stupidchicken.com.Chong Yidong2011-05-222-19/+19
* | | * xselect.c (QSAVE_TARGETS): New static var, to fix build failure.Paul Eggert2011-05-222-1/+5
* | | * src/xselect.c (syms_of_xselect): Include character.h; use DEFSYM.Chong Yidong2011-05-222-32/+24
* | | Merge from emacs-23; up to 2010-06-11T18:51:00Z!juri@jurta.org.Glenn Morris2011-05-202-12/+23
|\ \ \ | |/ /
| * | * dispnew.c (scrolling_window): Don't exclude the case that theYAMAMOTO Mitsuharu2011-05-212-12/+23
* | | * src/Makefile.in (SOME_MACHINE_OBJECTS): Add some more files.Glenn Morris2011-05-202-1/+14