aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR insteadAndreas Schwab2012-07-119-17/+27
* | | All the cool platforms support CLASH_DETECTION...Glenn Morris2012-07-1112-36/+16
* | | Assume mkdir, rmdir.Paul Eggert2012-07-116-133/+10
* | | Remove src/s/gnu.hGlenn Morris2012-07-104-22/+6
* | | Move GNU_LIBRARY_PENDING_OUTPUT_COUNT from src/s to configureGlenn Morris2012-07-105-36/+72
* | | alloc.c (mark_memory): Guard the "no_address_safety_analysis" functionJohn Wiegley2012-07-112-1/+9
* | | Avoid call to strlen in fast_c_string_match_ignore_case.Dmitry Antipov2012-07-118-15/+31
* | | Assume rename.Paul Eggert2012-07-106-29/+9
* | | Assume perror.Paul Eggert2012-07-105-18/+7
* | | Assume strerror.Paul Eggert2012-07-1010-77/+22
* | | Allow use of vc-root-* commands in *vc-log* buffers.Chong Yidong2012-07-115-23/+50
* | | Avoid calls to strlen in font processing functions.Dmitry Antipov2012-07-118-31/+39
* | | Move DONT_REOPEN_PTY from src/s to configureGlenn Morris2012-07-106-15/+13
* | | Let configure set DEFAULT_SOUND_DEVICEGlenn Morris2012-07-105-10/+23
* | | Remove "#define unix" that is no longer needed (Bug#11905).Paul Eggert2012-07-106-39/+19
* | | EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-1024-272/+276
* | | * bytecode.c (targets): Suppress -Woverride-init warnings.Paul Eggert2012-07-102-0/+12
* | | NEWS copyeditsGlenn Morris2012-07-101-7/+12
* | | Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-1022-210/+170
* | | * dispnew.c (PENDING_OUTPUT_COUNT) [!__GNU_LIBRARY__]: Clarify fallback case.Glenn Morris2012-07-102-7/+13
* | | Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-1020-25/+56
* | | Implement token threadingTom Tromey2012-07-102-451/+573
* | | * eshell/esh-ext.el (eshell-remote-command): Remove remote part ofMichael Albinus2012-07-102-2/+9
* | | Reduce use of (require 'cl).Stefan Monnier2012-07-1062-758/+753
* | | nt/config.nt: Sync with autogen/config.in.Juanma Barranquero2012-07-102-1/+14
* | | * lisp/emacs-lisp/gv.el (cond): Make it a valid place.Stefan Monnier2012-07-102-16/+51
* | | Auto-commit of generated files.Glenn Morris2012-07-102-3/+48
* | | * lisp/emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".Stefan Monnier2012-07-102-11/+26
* | | 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-108-12/+17
* | | Move DATA_START, DATA_SEG_BITS from src/s to configureGlenn Morris2012-07-106-15/+34
* | | 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
* | | authors.el update for configure.ac renamingGlenn Morris2012-07-092-1/+7
* | | Stop ns builds setting the EMACSLOADPATH environment variableGlenn Morris2012-07-095-39/+64
* | | Tiny NEWS editGlenn Morris2012-07-091-0/+3
* | | * src/s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it hereGlenn Morris2012-07-092-2/+3
* | | * ede/project-am.el: Fix typo.Andreas Schwab2012-07-102-1/+5
* | | gnus-sum.el: Merge changes made in Gnus masterGnus developers2012-07-092-10/+24
* | | * configure.ac (PNG_DEPSTRUCT): Define this instead ofAndreas Schwab2012-07-102-1/+6
* | | 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
* | | Fix typo in previousGlenn Morris2012-07-091-1/+1
* | | Apply GNU coding style to objc-mode as well as c-modeGlenn Morris2012-07-091-0/+1
* | | Add GCC-style 'const' attribute to functions that can use it.Paul Eggert2012-07-0913-15/+51
* | | Minor improvements to make_formatted_string.Paul Eggert2012-07-093-2/+10