- 07 Jul, 2012 3 commits
-
-
Paul Eggert authored
This works better on hosts where time_t is unsigned, and where float-time is applied to the (negative) difference between two times. * editfns.c (decode_time_components): Last arg is now double *, not int *, and means to store all the result as a double, without worrying about whether the seconds part fits in time_t. All callers changed. (lisp_time_argument): Remove last int * arg, as it's no longer needed. All callers changed. (Ffloat_time): Do not fail merely because the specified time falls outside of time_t range.
-
Glenn Morris authored
* configure.in: (getwd): Don't check for it on unixware. (random, rint): Don't check for these on hpux. (res_init, libresolv): Don't check for these on darwin. * src/s/darwin.h (HAVE_RES_INIT, HAVE_LIBRESOLV): * src/s/hpux10-20.h (HAVE_RINT, HAVE_RANDOM): * src/s/unixware.h (HAVE_GETWD): Move undefs to configure (effectively).
-
Juanma Barranquero authored
* lib-src/makefile.w32-in ($(BLD)/ctags.$(O), $(BLD)/etags.$(O)): Update dependencies. * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O). ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O)) ($(BLD)/c-strncasecmp.$(O)): New dependencies. * src/makefile.w32-in (DISPEXTERN_H, $(BLD)/regex.$(O)): Update dependencies. * src/s/ms-w32.h [_MSC_VER]: Remove strcasecmp, strncasecmp.
-
- 06 Jul, 2012 37 commits
-
-
Paul Eggert authored
-
Glenn Morris authored
-
Paul Eggert authored
-
Paul Eggert authored
Fixes: debbugs:11786
-
Paul Eggert authored
-
Andreas Schwab authored
* w32fns.c (Fx_change_window_property): Doc fix.
-
Andreas Schwab authored
definitions with differing signatures.
-
Andreas Schwab authored
* w32fns.c (Fx_window_property): Accept the same arguments as the X Windows version. Doc fix. * xfns.c (Fx_window_property): Doc fix.
-
Glenn Morris authored
-
Paul Eggert authored
-
Juanma Barranquero authored
All Windows-specific code moved to src/s/ms-w32.h. * src/s/ms-w32.h: Settings not specific to Windows moved to nt/config.nt. Windows-specific code from nt/config.nt moved here. Obsolete settings removed.
-
Paul Eggert authored
(wait_reading_process_output): Don't get the time of day when gobbling data immediately and not waiting, as there's no need for it in that case. This removes a FIXME.
-
Paul Eggert authored
-
Jan Djärv authored
Fixes: debbugs:11768
-
Dmitry Antipov authored
* marker.c (byte_char_debug_check): Do not perform the check if buffer is not multibyte. (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Call byte_char_debug_check with correct arguments.
-
Michael Albinus authored
-
Michael Albinus authored
* net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
-
Glenn Morris authored
-
Dmitry Antipov authored
* marker.c (byte_char_debug_check, count_markers): Use only if ENABLE_CHECKING is defined. (byte_debug_flag): Remove. (CONSIDER, buf_charpos_to_bytepos, buf_bytepos_to_charpos): Always call byte_char_debug_check if ENABLE_CHECKING is defined.
-
Dmitry Antipov authored
* marker.c (attach_marker): New function. (Fset_marker, set_marker_restricted, set_marker_both) (set_marker_restricted_both): Use it. (Fset_marker, set_marker_restricted, Fbuffer_has_markers_at): Consistently rename charno to charpos. (marker_position): Add eassert. (marker_byte_position): Convert to eassert.
-
-
Glenn Morris authored
-
Glenn Morris authored
* make-dist [update]: Let autoreconf figure out what needs updating. Use `make info-real'. leim/leim-list.el should always exist. Check cd return value.
-
Dmitry Antipov authored
* marker.c (unchain_marker): Simplify. Fix comments.
-
Glenn Morris authored
-
Glenn Morris authored
The comment in Makefile.in has been orphaned ever since the bootstrap-prepare rule was removed in 2008.
-
Glenn Morris authored
-
Glenn Morris authored
It is the same as "recompile autoloads", but parallelizable.
-
Dmitry Gutov authored
quit-restore parameter. * window.el (quit-window): Always restore window height when it's saved in quit-restore parameter.
-
Dmitry Antipov authored
* alloc.c (build_marker): New function. * lisp.h (build_marker): New prototype. * buffer.c (clone_per_buffer_values, Fmake_indirect_buffer): Use it. * composite.c (autocmp_chars): Likewise. * editfns.c (buildmark): Remove. (Fpoint_marker, Fpoint_min_marker, Fpoint_max_marker) (save_restriction_save): Use build_marker. * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Likewise. * window.c (save_window_save): Likewise.
-
Chong Yidong authored
* doc/emacs/emacs.texi: Re-order top-level menu to correspond to logical order, to avoid makeinfo warnings. * doc/emacs/ack.texi (Acknowledgments): Note new python.el.
-
Dmitry Antipov authored
to avoid redundant calls to unchain_overlay. * buffer.c (drop_overlay): New function. (delete_all_overlays, Fdelete_overlay): Use it. * minibuf.c (get_minibuffer): Fix comment.
-
Chong Yidong authored
-
Chong Yidong authored
* doc/lispref/intro.texi (A Sample Function Description): Fix incorrect markup, undoing previous change. (A Sample Variable Description): Minor clarifications and markup improvements. * doc/lispref/elisp.texi (Top): * doc/lispref/text.texi (Text): Fix menu order.
-
Paul Eggert authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-