aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Optimize pure C strings initialization.Dmitry Antipov2012-07-1020-52/+73
* | Avoid calls to strlen in miscellaneous functions.Dmitry Antipov2012-07-104-15/+28
* | Move PENDING_OUTPUT_COUNT from src/s to configureGlenn Morris2012-07-106-11/+3
* | Move DATA_START, DATA_SEG_BITS from src/s to configureGlenn Morris2012-07-104-15/+4
* | Avoid calls to strlen in path processing functions.Dmitry Antipov2012-07-103-47/+61
* | * src/s/irix6-5.h (SETUP_SLAVE_PTY, PTY_NAME_SPRINTF): Drop ifdef guards.Glenn Morris2012-07-092-4/+3
* | * src/s/gnu.h: Don't include fcntl.hGlenn Morris2012-07-092-4/+4
* | * src/nsterm.m (ns_exec_path): Fix typo in previousGlenn Morris2012-07-091-2/+1
* | Stop ns builds setting the EMACSLOADPATH environment variableGlenn Morris2012-07-095-39/+64
* | * src/s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it hereGlenn Morris2012-07-092-2/+3
* | Stop ns builds setting the EMACSPATH environment variableGlenn Morris2012-07-094-45/+84
* | * src/nsterm.m, src/nsterm.h (ns_etc_directory): Fix type, empty return.Glenn Morris2012-07-093-14/+18
* | * process.c (wait_reading_process_output): 'waitchannels' was unsetPaul Eggert2012-07-092-15/+14
* | Add GCC-style 'const' attribute to functions that can use it.Paul Eggert2012-07-097-13/+31
* | Minor improvements to make_formatted_string.Paul Eggert2012-07-093-2/+10
* | Use make_formatted_string to avoid double length calculation.Dmitry Antipov2012-07-0914-41/+71
* | Stop ns builds polluting the environment with EMACSDATA, EMACSDOCGlenn Morris2012-07-094-14/+60
* | Rename configure.in to configure.ac.Paul Eggert2012-07-081-3/+2
* | Move marker debugging code under MARKER_DEBUG.Dmitry Antipov2012-07-092-24/+37
* | * systime.h (EMACS_SUB_TIME): Clarify behavior with unsigned time_t.Paul Eggert2012-07-082-1/+7
* | Cleanup changes following fix for bug #11832.Eli Zaretskii2012-07-084-63/+75
* | Fix bug #11813 with invalid font for buffer name on the modeline.Eli Zaretskii2012-07-082-1/+6
* | Fix ChangeLog typos.Juanma Barranquero2012-07-081-8/+8
* | * xdisp.c (display_line): Avoid warning about implicit declarationAndreas Schwab2012-07-072-0/+5
* | * frame.c (get_frame_param): Define only if HAVE_WINDOW_SYSTEM.Andreas Schwab2012-07-072-0/+4
* | * lisp.h: Remove empty conditional.Andreas Schwab2012-07-072-2/+4
* | * lread.c (load_path_check): Now static.Paul Eggert2012-07-072-1/+3
* | Improve static checking when configured --with-ns.Paul Eggert2012-07-076-28/+41
* | * configure.in (BROKEN_SA_RESTART): Doc fix.Glenn Morris2012-07-072-4/+5
* | Try to simplify the initialization of Vload_pathGlenn Morris2012-07-072-100/+119
* | Fix bug #11832 with truncated lines when fringes are disabled on GUI frames.Eli Zaretskii2012-07-073-55/+208
* | * sysdep.c (ULLONG_MAX): Define if not already defined.Paul Eggert2012-07-062-0/+7
* | * sysdep.c (list_system_processes): Port to NetBSD-current.Paul Eggert2012-07-062-2/+4
* | Do not require float-time's arg to fit in time_t (Bug#11825).Paul Eggert2012-07-065-32/+71
* | Replace some src/s undefs by never even checking on relevant platformsGlenn Morris2012-07-064-19/+8
* | Update Windows port to gnulib changes in 2012-07-06T21:07:46Z!eggert@cs.ucla....Juanma Barranquero2012-07-073-7/+8
* | Use c_strcasecmp for ASCII case-insensitive comparison.Paul Eggert2012-07-065-33/+20
* | * xfont.c (compare_font_names): Redo to omit the need for casts.Paul Eggert2012-07-062-2/+7
* | * xfns.c (Fx_change_window_property): Doc fix.Andreas Schwab2012-07-063-4/+9
* | Fixes: debbugs:11870Andreas Schwab2012-07-063-11/+19
* | * nt/config.nt: Complete rework to bring it in sync with autogen/config.in.Juanma Barranquero2012-07-062-76/+97
* | * process.c: Avoid unnecessary calls to gettime.Paul Eggert2012-07-062-8/+15
* | Fix stray '<' from last change.Paul Eggert2012-07-061-1/+1
* | * gtkutil.c (xg_event_is_for_scrollbar): Assign gwin when HAVE_GTK3 is defined.Jan Djärv2012-07-062-2/+7
* | Fix marker debugging code.Dmitry Antipov2012-07-062-11/+21
* | Compile marker debugging code only if ENABLE_CHECKING is defined.Dmitry Antipov2012-07-062-42/+54
* | Avoid code repetition in marker-related functions.Dmitry Antipov2012-07-062-73/+52
* | * buffer.c (unchain_overlay): Simplify. Add comment.Dmitry Antipov2012-07-063-54/+46
* | Introduce fast path for the widely used marker operation.Dmitry Antipov2012-07-068-72/+67
* | Do not use Fdelete_overlay in delete_all_overlaysDmitry Antipov2012-07-063-22/+38