Remove macro MIN_PTY_KERNEL_VERSION, only used in one place
[bpt/emacs.git] / src /
2012-07-13 Glenn MorrisRemove macro MIN_PTY_KERNEL_VERSION, only used in one...
2012-07-13 Glenn MorrisMove darwin.h's SYSTEM_PURESIZE_EXTRA setting to configure
2012-07-12 Glenn MorrisRename init_process rather than working around it on...
2012-07-12 Glenn MorrisMove NO_EDITRES from src/s to configure
2012-07-12 Glenn MorrisDo not unconditionally define HAVE_XRMSETDATABASE on...
2012-07-12 Eli ZaretskiiImprove fix for bug #11832 with truncated/continued...
2012-07-12 Glenn MorrisMove UNIX98_PTYS from src/s to configure
2012-07-12 Paul EggertFix typos that broke OS X build.
2012-07-12 Glenn MorrisMove PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF from src...
2012-07-12 Glenn MorrisMove PTY_OPEN from src/s to configure
2012-07-12 Glenn MorrisMove FIRST_PTY_LETTER, PTY_ITERATION from src/s to...
2012-07-12 Dmitry AntipovUse empty_unibyte_string where applicable.
2012-07-12 Glenn MorrisMove more things from src/s to configure
2012-07-12 Glenn MorrisMove more stuff from src/s to configure
2012-07-12 Glenn MorrisMove some AIX defines from src/s to configure
2012-07-12 Glenn MorrisMove NO_ABORT from src/s to configure
2012-07-12 Glenn MorrisMove setting of NO_MATHERR for Darwin from src/s to...
2012-07-12 Glenn MorrisMove NARROWPROTO from src/s to configure
2012-07-11 Glenn MorrisRemove unneeded #define POSIX
2012-07-11 Glenn MorrisAll platforms using configure support HAVE_PTYS and...
2012-07-11 Paul Eggert* s/sol2-6.h (HAVE_LIBKSTAT): Remove.
2012-07-11 Glenn MorrisTrivial re-ordering and comment updating
2012-07-11 Glenn MorrisMove INTERRUPT_INPUT from src/s to configure
2012-07-11 Dmitry AntipovSimplify Vobarray checking in oblookup.
2012-07-11 Glenn MorrisRemoved some unnecessary undef INTERRUPT_INPUTs from...
2012-07-11 Dmitry AntipovMinor adjustments to interning code.
2012-07-11 Glenn MorrisMove SIGNALS_VIA_CHARACTERS from src/s to configure
2012-07-11 Andreas Schwab* gnutls.c (Fgnutls_boot): Properly parse :keylist...
2012-07-11 Andreas Schwab* coding.c (Fdefine_coding_system_internal): Use XCAR...
2012-07-11 Glenn MorrisAll the cool platforms support CLASH_DETECTION...
2012-07-11 Paul EggertAssume mkdir, rmdir.
2012-07-11 Glenn MorrisRemove src/s/gnu.h
2012-07-11 Glenn MorrisMove GNU_LIBRARY_PENDING_OUTPUT_COUNT from src/s to...
2012-07-11 John Wiegleyalloc.c (mark_memory): Guard the "no_address_safety_ana...
2012-07-11 Dmitry AntipovAvoid call to strlen in fast_c_string_match_ignore_case.
2012-07-11 Paul EggertAssume rename.
2012-07-11 Paul EggertAssume perror.
2012-07-11 Paul EggertAssume strerror.
2012-07-11 Dmitry AntipovAvoid calls to strlen in font processing functions.
2012-07-11 Glenn MorrisMove DONT_REOPEN_PTY from src/s to configure
2012-07-11 Glenn MorrisLet configure set DEFAULT_SOUND_DEVICE
2012-07-11 Paul EggertRemove "#define unix" that is no longer needed (Bug...
2012-07-10 Paul EggertEMACS_TIME simplification (Bug#11875).
2012-07-10 Paul Eggert* bytecode.c (targets): Suppress -Woverride-init warnings.
2012-07-10 Paul EggertSimplify by avoiding confusing use of strncpy etc.
2012-07-10 Glenn Morris* dispnew.c (PENDING_OUTPUT_COUNT) [!__GNU_LIBRARY__...
2012-07-10 Dmitry AntipovUse XCAR and XCDR instead of Fcar and Fcdr where possible.
2012-07-10 Tom TromeyImplement token threading
2012-07-10 Dmitry AntipovOptimize pure C strings initialization.
2012-07-10 Dmitry AntipovAvoid calls to strlen in miscellaneous functions.
2012-07-10 Glenn MorrisMove PENDING_OUTPUT_COUNT from src/s to configure
2012-07-10 Glenn MorrisMove DATA_START, DATA_SEG_BITS from src/s to configure
2012-07-10 Dmitry AntipovAvoid calls to strlen in path processing functions.
2012-07-10 Glenn Morris* src/s/irix6-5.h (SETUP_SLAVE_PTY, PTY_NAME_SPRINTF...
2012-07-10 Glenn Morris* src/s/gnu.h: Don't include fcntl.h
2012-07-10 Glenn Morris* src/nsterm.m (ns_exec_path): Fix typo in previous
2012-07-10 Glenn MorrisStop ns builds setting the EMACSLOADPATH environment...
2012-07-09 Glenn Morris* src/s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to...
2012-07-09 Glenn MorrisStop ns builds setting the EMACSPATH environment variable
2012-07-09 Glenn Morris* src/nsterm.m, src/nsterm.h (ns_etc_directory): Fix...
2012-07-09 Paul Eggert* process.c (wait_reading_process_output): 'waitchannel...
2012-07-09 Paul EggertAdd GCC-style 'const' attribute to functions that can...
2012-07-09 Paul EggertMinor improvements to make_formatted_string.
2012-07-09 Dmitry AntipovUse make_formatted_string to avoid double length calcul...
2012-07-09 Glenn MorrisStop ns builds polluting the environment with EMACSDATA...
2012-07-09 Paul EggertMerge from trunk.
2012-07-09 Paul EggertRename configure.in to configure.ac.
2012-07-09 Dmitry AntipovMove marker debugging code under MARKER_DEBUG.
2012-07-08 Paul Eggert* systime.h (EMACS_SUB_TIME): Clarify behavior with...
2012-07-08 Eli ZaretskiiCleanup changes following fix for bug #11832.
2012-07-08 Eli ZaretskiiFix bug #11813 with invalid font for buffer name on...
2012-07-07 Juanma BarranqueroFix ChangeLog typos.
2012-07-07 Andreas Schwab* xdisp.c (display_line): Avoid warning about implicit...
2012-07-07 Andreas Schwab* frame.c (get_frame_param): Define only if HAVE_WINDOW...
2012-07-07 Andreas Schwab* lisp.h: Remove empty conditional.
2012-07-07 Paul Eggert* lread.c (load_path_check): Now static.
2012-07-07 Paul EggertImprove static checking when configured --with-ns.
2012-07-07 Glenn Morris* configure.in (BROKEN_SA_RESTART): Doc fix.
2012-07-07 Glenn MorrisTry to simplify the initialization of Vload_path
2012-07-07 Eli ZaretskiiFix bug #11832 with truncated lines when fringes are...
2012-07-07 Paul Eggert* sysdep.c (ULLONG_MAX): Define if not already defined.
2012-07-07 Paul Eggert* sysdep.c (list_system_processes): Port to NetBSD...
2012-07-07 Paul EggertDo not require float-time's arg to fit in time_t (Bug...
2012-07-07 Glenn MorrisReplace some src/s undefs by never even checking on...
2012-07-07 Juanma BarranqueroUpdate Windows port to gnulib changes in 2012-07-06T21...
2012-07-06 Paul EggertUse c_strcasecmp for ASCII case-insensitive comparison.
2012-07-06 Paul Eggert* xfont.c (compare_font_names): Redo to omit the need...
2012-07-06 Andreas Schwab* xfns.c (Fx_change_window_property): Doc fix.
2012-07-06 Andreas SchwabFixes: debbugs:11870
2012-07-06 Juanma Barranquero* nt/config.nt: Complete rework to bring it in sync...
2012-07-06 Paul Eggert* process.c: Avoid unnecessary calls to gettime.
2012-07-06 Paul EggertFix stray '<' from last change.
2012-07-06 Jan Djärv* gtkutil.c (xg_event_is_for_scrollbar): Assign gwin...
2012-07-06 Dmitry AntipovFix marker debugging code.
2012-07-06 Dmitry AntipovCompile marker debugging code only if ENABLE_CHECKING...
2012-07-06 Dmitry AntipovAvoid code repetition in marker-related functions.
2012-07-06 Dmitry Antipov* buffer.c (unchain_overlay): Simplify. Add comment.
2012-07-06 Dmitry AntipovIntroduce fast path for the widely used marker operation.
2012-07-06 Dmitry AntipovDo not use Fdelete_overlay in delete_all_overlays
2012-07-06 Chong YidongMerge from emacs-24; up to 2012-05-01T00:16:02Z!rgm...
next