aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * xsmfns.c: Initialize ice_fd.Jan Djärv2014-09-043-3/+10
* Less chatter in 'make' output.Paul Eggert2014-09-032-9/+29
* Clean up initialization and customization of horizontal scroll bars.Martin Rudalics2014-09-036-20/+14
* Merge from emacs-24; up to 2014-07-04T02:28:54Z!dmantipov@yandex.ruGlenn Morris2014-09-025-9/+39
|\
| * Fix bug #18384 with incorrect reporting of row number by posn-col-row.Eli Zaretskii2014-09-022-8/+15
| * * eval.c (internal_lisp_condition_case): Don't overrun the stackPaul Eggert2014-09-012-1/+6
| * Fix cursor display on the fringe of R2L screen lines.Eli Zaretskii2014-08-312-0/+10
| * * src/conf_post.h (strnicmp) [CYGWIN && HAVE_NTGUI]: Define. (Bug#18366)Ken Brown2014-08-302-0/+9
| * Fix bug #18339 with segfault when $ is typed into empty LaTeX buffer.Eli Zaretskii2014-08-282-4/+12
* | Minor cleanup of recent strlen-avoiding patch.Paul Eggert2014-09-025-72/+59
* | * buffer.h (decode_buffer): New function.Dmitry Antipov2014-09-026-108/+29
* | * callproc.c (egetenv_internal): Add arg and rename from egetenv ...Dmitry Antipov2014-09-023-4/+16
* | * fileio.c (CHECK_LENGTH): New macro.Dmitry Antipov2014-09-022-15/+37
* | * fileio.c (Fexpand_file_name): Fix MS-Windows build failure.Dmitry Antipov2014-09-021-1/+1
* | Avoid extra calls to strlen in filesystem I/O routines.Dmitry Antipov2014-09-016-22/+51
* | src/w32proc.c (w32_compare_strings): Support "C" and "POSIX" locales.Eli Zaretskii2014-09-012-0/+12
* | src/lastfile.c: Fix last change.Eli Zaretskii2014-09-011-1/+1
* | Fix typo in previous change's ChangeLog.Paul Eggert2014-09-011-1/+1
* | --enable-silent-warnings now suppresses more chatter.Paul Eggert2014-09-012-3/+22
* | Clean up extern decls a bit.Paul Eggert2014-08-3110-26/+41
* | Fix cursor drawing in hscrolled R2L screen lines.Eli Zaretskii2014-08-312-1/+13
* | Fix bug#18368 with broken build on AIX due to HYBRID_MALLOC changes.Ken Brown2014-08-302-7/+17
* | * fns.c (sort_vector): Fix GC bug in previous change.Paul Eggert2014-08-301-8/+9
* | Vector-sorting fixes.Paul Eggert2014-08-302-74/+113
* | * sysdep.c (str_collate): Clear errno just before wcscoll(_l).Paul Eggert2014-08-302-2/+8
* | Minor ChangeLog fixes.Eli Zaretskii2014-08-301-1/+1
* | Improve error checking and error messages in string-collation functions.Eli Zaretskii2014-08-303-3/+35
* | * sysdep.c (str_collate) [__STDC_ISO_10646__]: Move up setting errno.Michael Albinus2014-08-292-5/+11
* | * sysdep.c (str_collate): Do not look at errno after towlower_l.Paul Eggert2014-08-292-10/+9
* | Implement case-insensitive and Unicode-compliant collation on MS-Windows.Eli Zaretskii2014-08-295-14/+69
* | Revert a change inadvertently committed in last commit.Eli Zaretskii2014-08-291-1/+1
* | src/sysdep.c (str_collate) [WINDOWSNT]: Fix a typo in 2014-08-29T17:57:36Z!mi...Eli Zaretskii2014-08-292-2/+3
* | Add optional arguments LOCALE and IGNORE-CASE to collation functions.Michael Albinus2014-08-294-37/+110
* | Fix ChangeLog entry.Dmitry Antipov2014-08-291-1/+1
* | Fix last change to support Darwin/OSX (Bug#18354).Dmitry Antipov2014-08-292-5/+23
* | * doc/lispref/lists.texi (Functions that Rearrange Lists): RemoveDmitry Antipov2014-08-291-1/+1
* | Add vectors support to Fsort.Dmitry Antipov2014-08-294-7/+116
* | Misc accumulated ChangeLog convention fixesStefan Monnier2014-08-281-633/+633
* | Revert x_scroll_bar_handle_click "typo fix".Martin Rudalics2014-08-282-3/+1
* | Add support for HYBRID_MALLOC, allowing the use of gmalloc beforeKen Brown2014-08-2811-112/+252
* | Some fixes for scroll bar code.Martin Rudalics2014-08-283-36/+99
* | Merge from emacs-24; up to 2014-07-02T00:57:53Z!juri@jurta.orgGlenn Morris2014-08-275-21/+96
|\ \ | |/
| * Fix unoptimized build on MSDOS.Eli Zaretskii2014-08-252-7/+4
| * src/xdisp.c (handle_stop): Improve commentary.Eli Zaretskii2014-08-182-0/+44
| * Fix bug #18276 with vertical motion through a display property.Eli Zaretskii2014-08-182-8/+28
| * Avoid inflooping in redisplay caused by hscrolled R2L lines.Eli Zaretskii2014-08-172-3/+15
| * Fix bug #18277 with mouse clicks on R2L lines.Eli Zaretskii2014-08-172-3/+11
* | * sysdep.c (LC_COLLATE, LC_COLLATE_MASK): Give individual defaults.Paul Eggert2014-08-272-1/+9
* | Fix bug #18339 with segfault when $ is typed into empty LaTeX buffer.Eli Zaretskii2014-08-272-4/+12
* | Improve robustness of new string-collation code.Paul Eggert2014-08-272-40/+101