| Commit message (Expand) | Author | Age | Files | Lines |
* | Spelling fixes. | Paul Eggert | 2011-11-17 | 1 | -1/+1 |
* | * lisp/pcomplete.el: Require comint. | Stefan Monnier | 2011-10-02 | 1 | -1/+2 |
* | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -1/+1 |
* | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -15/+7 |
* | * dired.c (Ffile_attributes): Don't use 32-bit hack on 64-bit hosts. | Paul Eggert | 2011-06-12 | 1 | -5/+8 |
* | Check for overflow when converting integer to cons and back. | Paul Eggert | 2011-06-06 | 1 | -33/+6 |
* | * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits. | Paul Eggert | 2011-06-05 | 1 | -3/+2 |
* | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in | Paul Eggert | 2011-04-14 | 1 | -1/+1 |
* | * dired.c (file_name_completion): Now static. | Paul Eggert | 2011-04-11 | 1 | -2/+4 |
* | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -7/+7 |
* | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -0/+1 |
* | * dired.c (file_name_completion): Remove var that is set but not used. | Paul Eggert | 2011-04-02 | 1 | -2/+0 |
* | Use functions, not macros, for up- and down-casing. | Paul Eggert | 2011-03-15 | 1 | -2/+2 |
* | * dired.c (compile_pattern): Move decl from here ... | Paul Eggert | 2011-03-15 | 1 | -5/+0 |
* | * dired.c (directory_files_internal, file_name_completion): | Paul Eggert | 2011-03-15 | 1 | -17/+17 |
* | * dired.c (directory_files_internal_unwind): Now static. | Paul Eggert | 2011-03-14 | 1 | -1/+1 |
* | Move 'make_time' to be next to its inverse 'lisp_time_argument'. | Paul Eggert | 2011-03-11 | 1 | -7/+0 |
* | * src/dired.c: Add comment and code explaining magic number. | Paul Eggert | 2011-02-25 | 1 | -1/+5 |
* | * dired.c (Ffile_attributes): Increase size of modes from 10 to 12 | Paul Eggert | 2011-02-24 | 1 | -1/+1 |
* | * dired.c (Ffile_attributes): Simplify and avoid #ifdef. | Paul Eggert | 2011-02-22 | 1 | -11/+2 |
* | [ChangeLog] | Paul Eggert | 2011-02-21 | 1 | -14/+3 |
* | * dired.c: Include <filemode.h> at top level. | Paul Eggert | 2011-02-20 | 1 | -2/+2 |
* | Import filemode module from gnulib. | Paul Eggert | 2011-02-20 | 1 | -3/+2 |
* | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -1/+1 |
* | Fix the MS-Windows build due to introduction of B_. | Eli Zaretskii | 2011-02-14 | 1 | -1/+1 |
* | * dired.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -8/+10 |
* | Use SSDATA when the context wants char *. | Paul Eggert | 2011-01-30 | 1 | -5/+4 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -4/+1 |
* | Merge from mainline. | Paul Eggert | 2011-01-17 | 1 | -2/+0 |
|\ |
|
| * | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | | Merge from mainline. | Paul Eggert | 2011-01-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
| |\ |
|
| | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | | Include <unistd.h> unilaterally. | Paul Eggert | 2011-01-09 | 1 | -3/+0 |
|/ / |
|
* | | Merge changes from emacs-23 branch | Chong Yidong | 2010-08-08 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of the MSDOS defini... | Ken Brown | 2010-07-27 | 1 | -2/+1 |
* | | Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!da... | Juanma Barranquero | 2010-08-06 | 1 | -0/+5 |
* | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-05 | 1 | -3/+0 |
* | | Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf | Jan D | 2010-07-29 | 1 | -10/+3 |
* | | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -3/+0 |
* | | Use const, move declarations to header files. | Dan Nicolaescu | 2010-07-26 | 1 | -3/+2 |
* | | Make building under stricter warning flags somewhat cleaner. | Juanma Barranquero | 2010-07-25 | 1 | -2/+2 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -12/+6 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -7/+6 |
* | | Convert declarations or definitions to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -1/+1 |
* | | Fix prototypes. | Juanma Barranquero | 2010-07-04 | 1 | -2/+2 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -22/+9 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -2/+2 |
* | | Cleanup old code. | Dan Nicolaescu | 2010-07-02 | 1 | -4/+4 |