Optimize pure C strings initialization.
[bpt/emacs.git] / src / ChangeLog
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 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 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 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...
2012-07-06 Paul EggertPort to OpenBSD 5.1 amd64.
2012-07-06 Glenn Morris* src/Makefile.in (emacs$(EXEEXT)): Don't check for...
2012-07-05 Paul EggertMore xmalloc and related cleanup.
2012-07-05 Eli ZaretskiiAvoid long futile looping on a TTY under huge values...
2012-07-05 Dmitry Antipov* marker.c (set_marker_restricted_both): Simplify by...
2012-07-05 Paul Eggert* editfns.c (region_limit): Simplify by using clip_to_b...
2012-07-05 Jan DjärvDon't use deprecated functions when compiling with...
2012-07-05 Eli ZaretskiiRevert hscroll and min_hscroll to ptrdiff_t.
2012-07-05 Eli ZaretskiiFix bug #11857 with messed up display for insanely...
2012-07-05 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2012-07-05 Dmitry AntipovCleanup xmalloc.
2012-07-05 Paul Eggert* fileio.c (time_error_value): Check the right error...
2012-07-04 Paul Eggert* window.c (set_window_hscroll): Revert the 100000...
2012-07-04 Paul Eggert* fileio.c (time_error_value): Rename from special_mtime.
2012-07-04 Paul Eggert* emacs.c (gdb_pvec_type): Change it back to enum pvec_...
2012-07-04 Paul Eggert* alloc.c (PSEUDOVECTOR_NBYTES): Remove stray ';'
2012-07-04 Juanma BarranqueroRemove obsolete configuration options (Windows port).
2012-07-04 Juanma BarranqueroFix ChangeLog typos.
2012-07-04 Dmitry Antipov* buffer.c (init_buffer_once): Fix initialization of
2012-07-04 Stefan MonnierTurn VECTOR_FREE_LIST_FLAG into PVEC_FREE.
2012-07-04 Paul Eggert* doprnt.c (doprnt): Don't assume string length fits...
2012-07-04 Dmitry AntipovFix compilation with --enable-gcc-warnings and -O1
2012-07-04 Paul EggertAvoid weird behavior with large horizontal scrolls.
2012-07-04 Paul Eggert* buffer.c (Fgenerate_new_buffer_name): Fix sprintf...
2012-07-04 Dmitry Antipov* buffer.c (Fgenerate_new_buffer_name): Fix type mismatch.
2012-07-04 Paul EggertRemove stray empty line.
2012-07-04 Paul Eggert* regex.c: Suppress GCC warning on RHEL 6. (Bug#11207)
2012-07-04 Paul EggertFix bugs in file timestamp newness comparisons.
2012-07-03 Paul Eggert* fileio.c: Improve handling of file time marker. ...
2012-07-03 Andreas Schwab* fileio.c (Finsert_file_contents): Properly handle...
2012-07-03 Glenn Morris* src/lisp.h (Fread_file_name): Restore EXFUN
2012-07-03 Tom TromeyAuto-generate EXFUN using make-docfile
2012-07-03 Glenn MorrisSpeed up generate-new-buffer-name for invisible buffers...
2012-07-03 Dmitry AntipovFix block vector allocation code to allow VECTOR_BLOCK_SIZE
2012-07-03 Stefan Monnier* src/alloc.c (mark_object): Revert part of last patch...
2012-07-03 Dmitry Antipov* alloc.c (allocate_vector_block): Remove redundant
2012-07-03 Dmitry Antipov* alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTES
2012-07-03 Dmitry AntipovCleanup basic buffer management.
2012-07-02 Dmitry Antipov* src/ChangeLog: Fix a typo.
2012-07-02 Paul Eggert* alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED...
2012-07-02 Dmitry Antipov* alloc.c (mark_buffer): Simplify. Remove prototype.
2012-06-30 Glenn Morris* src/nsterm.m (ns_init_paths): Ignore site-lisp if...
2012-06-30 Glenn MorrisMake --no-site-lisp work for --enable-locallisppath...
2012-06-30 Eli ZaretskiiFix last entry in src/ChangeLog.
2012-06-30 Eli ZaretskiiAdapt the MS-DOS build to the latest changes.
2012-06-30 Eli ZaretskiiAdapt the MS-DOS build to the latest changes.
2012-06-30 Andreas Schwab* font.c (font_style_to_value, font_style_symbolic)
2012-06-30 Andreas Schwab* lisp.h (CHECK_RANGED_INTEGER): Make value to check...
2012-06-29 Eli ZaretskiiUndo change in xdisp.c in 2012-06-29T11:48:08Z!dmantipo...
2012-06-29 Eli ZaretskiiFix the current directory of the Emacs process on MS...
2012-06-29 Dmitry Antipov* lisp/fringe.el (fringe-mode): Doc fix.
2012-06-29 Glenn MorrisMerge from emacs-24; up to 2012-04-30T11:57:47Z!sdl...
next