aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Port to OpenBSD 5.1 amd64.Paul Eggert2012-07-062-6/+18
* | * src/Makefile.in (emacs$(EXEEXT)): Don't check for load-path shadows.Glenn Morris2012-07-052-4/+4
* | More xmalloc and related cleanup.Paul Eggert2012-07-0561-442/+380
* | Avoid long futile looping on a TTY under huge values of hscroll.Eli Zaretskii2012-07-052-2/+22
* | * marker.c (set_marker_restricted_both): Simplify by usingDmitry Antipov2012-07-052-8/+7
* | * editfns.c (region_limit): Simplify by using clip_to_bounds.Paul Eggert2012-07-052-7/+8
* | Don't use deprecated functions when compiling with Gtk3.Jan Djärv2012-07-052-19/+85
* | Revert hscroll and min_hscroll to ptrdiff_t.Eli Zaretskii2012-07-053-6/+3
* | Fix bug #11857 with messed up display for insanely large hscroll values.Eli Zaretskii2012-07-053-5/+34
* | src/makefile.w32-in: Update dependencies.Juanma Barranquero2012-07-052-2/+9
* | Cleanup xmalloc.Dmitry Antipov2012-07-0551-215/+231
* | * fileio.c (time_error_value): Check the right error number.Paul Eggert2012-07-042-1/+7
* | * window.c (set_window_hscroll): Revert the 100000 hscroll limit.Paul Eggert2012-07-042-6/+13
* | * fileio.c (time_error_value): Rename from special_mtime.Paul Eggert2012-07-042-4/+8
* | * emacs.c (gdb_pvec_type): Change it back to enum pvec_type.Paul Eggert2012-07-042-1/+6
* | * alloc.c (PSEUDOVECTOR_NBYTES): Remove stray ';'Paul Eggert2012-07-042-1/+6
* | Remove obsolete configuration options (Windows port).Juanma Barranquero2012-07-042-5/+5
* | Fix ChangeLog typos.Juanma Barranquero2012-07-041-5/+5
* | * buffer.c (init_buffer_once): Fix initialization ofDmitry Antipov2012-07-042-2/+14
* | Turn VECTOR_FREE_LIST_FLAG into PVEC_FREE.Stefan Monnier2012-07-045-126/+184
* | * doprnt.c (doprnt): Don't assume string length fits in 'int'.Paul Eggert2012-07-042-4/+9
* | Fix compilation with --enable-gcc-warnings and -O1Dmitry Antipov2012-07-043-2/+13
* | Avoid weird behavior with large horizontal scrolls.Paul Eggert2012-07-032-25/+36
* | * buffer.c (Fgenerate_new_buffer_name): Fix sprintf format mismatch.Paul Eggert2012-07-032-1/+5
* | * buffer.c (Fgenerate_new_buffer_name): Fix type mismatch.Dmitry Antipov2012-07-042-1/+5
* | Remove stray empty line.Paul Eggert2012-07-031-1/+0
* | * regex.c: Suppress GCC warning on RHEL 6. (Bug#11207)Paul Eggert2012-07-032-1/+5
* | Fix bugs in file timestamp newness comparisons.Paul Eggert2012-07-033-8/+19
* | * fileio.c: Improve handling of file time marker. (Bug#11852)Paul Eggert2012-07-032-19/+31
* | * fileio.c (Finsert_file_contents): Properly handle st_mtimeAndreas Schwab2012-07-042-1/+9
* | * src/lisp.h (Fread_file_name): Restore EXFUNGlenn Morris2012-07-032-2/+8
* | Auto-generate EXFUN using make-docfileTom Tromey2012-07-0331-398/+40
* | Speed up generate-new-buffer-name for invisible buffers (bug#1229)Glenn Morris2012-07-033-3/+26
* | Fix block vector allocation code to allow VECTOR_BLOCK_SIZEDmitry Antipov2012-07-032-4/+23
* | * src/alloc.c (mark_object): Revert part of last patch to use `switch'.Stefan Monnier2012-07-033-94/+108
* | * alloc.c (allocate_vector_block): Remove redundantDmitry Antipov2012-07-032-35/+30
* | * alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTESDmitry Antipov2012-07-032-1/+7
* | Cleanup basic buffer management.Dmitry Antipov2012-07-034-242/+248
* | * src/ChangeLog: Fix a typo.Dmitry Antipov2012-07-021-1/+1
* | Spelling fixes.Paul Eggert2012-07-022-3/+2
* | * alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED_OBJECTS"Paul Eggert2012-07-022-2/+7
* | * alloc.c (mark_buffer): Simplify. Remove prototype.Dmitry Antipov2012-07-022-113/+134
* | * src/nsterm.m (ns_init_paths): Ignore site-lisp if --no-site-lisp.Glenn Morris2012-06-302-0/+4
* | Make --no-site-lisp work for --enable-locallisppath elementsGlenn Morris2012-06-303-128/+136
* | Fix last entry in src/ChangeLog.Eli Zaretskii2012-06-301-5/+1
* | Adapt the MS-DOS build to the latest changes.Eli Zaretskii2012-06-309-21/+55
|\ \
| * | Adapt the MS-DOS build to the latest changes.Eli Zaretskii2012-06-307-20/+48
* | | * font.c (font_style_to_value, font_style_symbolic)Andreas Schwab2012-06-302-11/+40
* | | * lisp.h (CHECK_RANGED_INTEGER): Make value to check the firstAndreas Schwab2012-06-307-15/+24
|/ /
* | Undo change in xdisp.c in 2012-06-29T11:48:08Z!dmantipov@yandex.ru.Eli Zaretskii2012-06-292-2/+4