2014-11-14 |
Paul Eggert | build: port to GCC 4.6.4 + glibc 2.5
|
commit | commitdiff | tree |
2014-11-14 |
Paul Eggert | * .gitignore: Add emacs-[1-9]*, to ignore files like...
|
commit | commitdiff | tree |
2014-11-14 |
Paul Eggert | Fix some 24-hour time stamps in documentation.
|
commit | commitdiff | tree |
2014-11-13 |
Paul Eggert | Fix minor Bazaar leftovers.
|
commit | commitdiff | tree |
2014-11-13 |
Paul Eggert | Avoid undefined behavior in color table hashing.
|
commit | commitdiff | tree |
2014-11-13 |
Lars Magne Ingebrigtsen | * net/eww.el (eww-form-file): :type isn't a valid ...
|
commit | commitdiff | tree |
2014-11-10 |
Sylvain Chouleur | Allow VTIMEZONE where daylight and standard time zones...
|
commit | commitdiff | tree |
2014-11-09 |
Paul Eggert | * xgselect.c (xg_select): Don't assume n_gfds is nonnegative
|
commit | commitdiff | tree |
2014-11-09 |
Paul Eggert | * frame.c (Fcan_run_window_configuration_change_hook...
|
commit | commitdiff | tree |
2014-11-07 |
Paul Eggert | Uniquify the 'size' symbol.
|
commit | commitdiff | tree |
2014-11-04 |
Paul Eggert | Spelling fixes; tweak explanation of commit messages.
|
commit | commitdiff | tree |
2014-10-29 |
Paul Eggert | Port current-time change to XEmacs 21.4.
|
commit | commitdiff | tree |
2014-10-29 |
Paul Eggert | Simplify use of current-time and friends.
|
commit | commitdiff | tree |
2014-10-23 |
Paul Eggert | * Makefile.in (ACLOCAL_INPUTS): Omit unnecessary use...
|
commit | commitdiff | tree |
2014-10-23 |
Paul Eggert | Fix race in 'make info/dir', and speed it up.
|
commit | commitdiff | tree |
2014-10-20 |
Paul Eggert | Spelling and grammar fixes in comments.
|
commit | commitdiff | tree |
2014-10-19 |
Paul Eggert | Merge from gnulib.
|
commit | commitdiff | tree |
2014-10-18 |
Paul Eggert | * gtkutil.c: Remove no-longer-used code.
|
commit | commitdiff | tree |
2014-10-15 |
Paul Eggert | * bidi.c (bidi_find_bracket_pairs): Initialize local...
|
commit | commitdiff | tree |
2014-10-12 |
Paul Eggert | * editfns.c (dump_tz_string): No longer const.
|
commit | commitdiff | tree |
2014-10-12 |
Paul Eggert | Spelling fixes.
|
commit | commitdiff | tree |
2014-10-12 |
Paul Eggert | * nsmenu.m (clear): Assume OS X 10.6 or later.
|
commit | commitdiff | tree |
2014-10-12 |
Paul Eggert | Update doc to say Mac OS X 10.6 or later now required.
|
commit | commitdiff | tree |
2014-10-12 |
Paul Eggert | Fix putenv race conditions with undefined behavior.
|
commit | commitdiff | tree |
2014-10-10 |
Paul Eggert | Fix port to Debian GNU/kFreeBSD 7 (wheezy).
|
commit | commitdiff | tree |
2014-10-09 |
Paul Eggert | Spelling fixes.
|
commit | commitdiff | tree |
2014-10-09 |
Paul Eggert | * lisp.h (USE_STACK_STRING): Now true only if USE_STACK...
|
commit | commitdiff | tree |
2014-10-05 |
Paul Eggert | * keyboard.c (Qleft, Qright): Remove duplicate definitions.
|
commit | commitdiff | tree |
2014-10-03 |
Paul Eggert | Fix x-focus-frame bug with "Not an in-range integer".
|
commit | commitdiff | tree |
2014-10-02 |
Paul Eggert | * configure.ac: Port to strict POSIX shells on non...
|
commit | commitdiff | tree |
2014-10-02 |
Paul Eggert | * erc.el (erc-nick-at-point): Fix format-string typo...
|
commit | commitdiff | tree |
2014-10-01 |
Paul Eggert | Improve doc for use of 'int', and discuss 'ssize_t'.
|
commit | commitdiff | tree |
2014-10-01 |
Paul Eggert | Use AUTO_CONS instead of SCOPED_CONS, etc.
|
commit | commitdiff | tree |
2014-10-01 |
Paul Eggert | * dispnew.c (adjust_decode_mode_spec_buffer): Prefer...
|
commit | commitdiff | tree |
2014-09-30 |
Paul Eggert | * alloc.c: Remove now-unnecessary check.
|
commit | commitdiff | tree |
2014-09-30 |
Paul Eggert | * internals.texi (Stack-allocated Objects): Further...
|
commit | commitdiff | tree |
2014-09-30 |
Paul Eggert | * xterm.c (x_term_init): Allocate temps on stack, not...
|
commit | commitdiff | tree |
2014-09-30 |
Paul Eggert | * frame.c (x_set_frame_parameters): Port --enable-gcc...
|
commit | commitdiff | tree |
2014-09-30 |
Paul Eggert | * TODO: Remove char/unsigned char, long long, IRIX...
|
commit | commitdiff | tree |
2014-09-30 |
Paul Eggert | Spelling fix.
|
commit | commitdiff | tree |
2014-09-30 |
Paul Eggert | Simplify stack-allocated Lisp objects, and make them...
|
commit | commitdiff | tree |
2014-09-26 |
Paul Eggert | * progmodes/grep.el (grep-regexp-alist): Use more-accurate...
|
commit | commitdiff | tree |
2014-09-26 |
Paul Eggert | * xfns.c (x_default_scroll_bar_color_parameter):
|
commit | commitdiff | tree |
2014-09-25 |
Paul Eggert | * configure.ac (MAKEINFO): Allow 'makeinfo' to be called...
|
commit | commitdiff | tree |
2014-09-25 |
Paul Eggert | Fix local_cons etc. to not exhaust the stack when in...
|
commit | commitdiff | tree |
2014-09-24 |
Paul Eggert | Default to stack objects on non-GNU/Linux, non-DOS_NT...
|
commit | commitdiff | tree |
2014-09-24 |
Paul Eggert | Avoid signed integer overflow when converting Time...
|
commit | commitdiff | tree |
2014-09-24 |
Paul Eggert | * keyboard.c (make_lispy_event): Avoid unnecessary...
|
commit | commitdiff | tree |
2014-09-24 |
Paul Eggert | Fix some slow uses and misuses of strcat.
|
commit | commitdiff | tree |
2014-09-23 |
Paul Eggert | movemail: don't dump core if the current time is outlandish
|
commit | commitdiff | tree |
2014-09-23 |
Paul Eggert | Merge from gnulib.
|
commit | commitdiff | tree |
2014-09-23 |
Paul Eggert | * lisp.h (lispstpcpy): Rename from lispstrcpy, and...
|
commit | commitdiff | tree |
2014-09-23 |
Paul Eggert | * dispextern.h, xdisp.c (window_box_right_offset):...
|
commit | commitdiff | tree |
2014-09-23 |
Paul Eggert | Fix SAFE_ALLOCA to not exhaust the stack when in a...
|
commit | commitdiff | tree |
2014-09-21 |
Paul Eggert | Minor improvements to new stack-allocated Lisp objects.
|
commit | commitdiff | tree |
2014-09-18 |
Paul Eggert | Port USE_LOCAL_ALLOCATORS code to clang 3.4 x86-64.
|
commit | commitdiff | tree |
2014-09-18 |
Paul Eggert | Port USE_LOCAL_ALLOCATORS code to clang 3.4 x86-64.
|
commit | commitdiff | tree |
2014-09-17 |
Samuel Bronson | * unexmacosx.c (copy_data_segment): Port to GCC 4.6+.
|
commit | commitdiff | tree |
2014-09-17 |
Paul Eggert | Fix minor problems found by static checking.
|
commit | commitdiff | tree |
2014-09-17 |
Paul Eggert | Don't assume 'grep' supports GREP_OPTIONS.
|
commit | commitdiff | tree |
2014-09-11 |
Paul Eggert | Spelling fixes.
|
commit | commitdiff | tree |
2014-09-11 |
Paul Eggert | Pacify --enable-gcc-warnings when no window system...
|
commit | commitdiff | tree |
2014-09-11 |
Paul Eggert | * charset.c (Fget_unused_iso_final_char): Fix subscript...
|
commit | commitdiff | tree |
2014-09-10 |
Paul Eggert | Simplify lisp.h by removing the __COUNTER__ business.
|
commit | commitdiff | tree |
2014-09-10 |
Paul Eggert | * xterm.c (handle_one_xevent): Add braces to pacify...
|
commit | commitdiff | tree |
2014-09-10 |
Paul Eggert | * lisp.h (DEFINE_GDB_SYMBOL_ENUM): Remove.
|
commit | commitdiff | tree |
2014-09-10 |
Paul Eggert | * src/alloc.c (verify_alloca): Replace a stray occurrence...
|
commit | commitdiff | tree |
2014-09-10 |
Paul Eggert | Improve the experimental local and scoped allocation.
|
commit | commitdiff | tree |
2014-09-07 |
Paul Eggert | Fix bug uncovered by changing alloca to auto buffer.
|
commit | commitdiff | tree |
2014-09-07 |
Paul Eggert | * callproc.c (exec_failed) [DOS_NT]: Define a dummy.
|
commit | commitdiff | tree |
2014-09-07 |
Paul Eggert | Adjust drag-and-drop fix when window is above top.
|
commit | commitdiff | tree |
2014-09-07 |
Paul Eggert | * keyboard.c (read_decoded_event_from_main_queue):...
|
commit | commitdiff | tree |
2014-09-07 |
Paul Eggert | Expand @AM_DEFAULT_VERBOSITY@ even if Automake is old.
|
commit | commitdiff | tree |
2014-09-07 |
Paul Eggert | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.
|
commit | commitdiff | tree |
2014-09-04 |
Paul Eggert | Remove stray semicolons.
|
commit | commitdiff | tree |
2014-09-04 |
Paul Eggert | Less chatter in 'make' output.
|
commit | commitdiff | tree |
2014-09-04 |
Paul Eggert | * configure.ac (MAKEINFO): Clean up some configuration...
|
commit | commitdiff | tree |
2014-09-02 |
Paul Eggert | Merge from gnulib, incorporating:
|
commit | commitdiff | tree |
2014-09-02 |
Paul Eggert | Minor cleanup of recent strlen-avoiding patch.
|
commit | commitdiff | tree |
2014-09-02 |
Paul Eggert | * eval.c (internal_lisp_condition_case): Don't overrun...
|
commit | commitdiff | tree |
2014-09-01 |
Paul Eggert | Fix typo in previous change's ChangeLog.
|
commit | commitdiff | tree |
2014-09-01 |
Paul Eggert | --enable-silent-warnings now suppresses more chatter.
|
commit | commitdiff | tree |
2014-09-01 |
Paul Eggert | Clean up extern decls a bit.
|
commit | commitdiff | tree |
2014-09-01 |
Paul Eggert | * etags.c (emacs_strchr, emacs_strrchr): Remove.
|
commit | commitdiff | tree |
2014-08-31 |
Paul Eggert | * configure.ac (__restrict_arr): Remove; no longer...
|
commit | commitdiff | tree |
2014-08-31 |
Paul Eggert | * configure.ac (MAKE): Export it, for config.status.
|
commit | commitdiff | tree |
2014-08-30 |
Paul Eggert | * fns.c (sort_vector): Fix GC bug in previous change.
|
commit | commitdiff | tree |
2014-08-30 |
Paul Eggert | Vector-sorting fixes.
|
commit | commitdiff | tree |
2014-08-30 |
Paul Eggert | * sysdep.c (str_collate): Clear errno just before wcscoll...
|
commit | commitdiff | tree |
2014-08-29 |
Paul Eggert | * sysdep.c (str_collate): Do not look at errno after...
|
commit | commitdiff | tree |
2014-08-28 |
Paul Eggert | * sysdep.c (LC_COLLATE, LC_COLLATE_MASK): Give individual...
|
commit | commitdiff | tree |
2014-08-27 |
Paul Eggert | Improve robustness of new string-collation code.
|
commit | commitdiff | tree |
2014-08-25 |
Paul Eggert | Minor cleanups of str_collate fix.
|
commit | commitdiff | tree |
2014-08-16 |
Paul Eggert | Add dependencies to fix loaddefs race during parallel...
|
commit | commitdiff | tree |
2014-08-16 |
Paul Eggert | * xdisp.c (set_horizontal_scroll_bar): Don't use uninitializ...
|
commit | commitdiff | tree |
2014-08-10 |
Paul Eggert | Simplify previous patch.
|
commit | commitdiff | tree |
2014-08-10 |
Paul Eggert | Don't prevent random file systems from being unmounted.
|
commit | commitdiff | tree |
2014-08-09 |
Paul Eggert | Merge from gnulib.
|
commit | commitdiff | tree |
2014-08-07 |
Paul Eggert | * xterm.c (x_delete_terminal): Plug file descriptor...
|
commit | commitdiff | tree |
2014-08-04 |
Paul Eggert | Merge from gnulib, incorporating:
|
commit | commitdiff | tree |