| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the MS-Windows build due to introduction of B_. | Eli Zaretskii | 2011-02-14 | 1 | -2/+2 |
* | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -87/+87 |
* | * fileio.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -72/+78 |
* | * insdel.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -1/+1 |
* | Use SSDATA when the context wants char *. | Paul Eggert | 2011-01-30 | 1 | -45/+45 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -3/+1 |
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert | 2011-01-22 | 1 | -2/+2 |
* | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -66/+15 |
* | Merge from mainline. | Paul Eggert | 2011-01-17 | 1 | -9/+4 |
|\ |
|
| * | * fileio.c (make_temp_name): Remove unreachable code. | Paul Eggert | 2011-01-16 | 1 | -9/+4 |
* | | Merge from mainline. | Paul Eggert | 2011-01-17 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | Refill some copyright headers. | Glenn Morris | 2011-01-15 | 1 | -3/+4 |
* | | Merge from mainline. | Paul Eggert | 2011-01-14 | 1 | -4/+3 |
|\ \
| |/ |
|
| * | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -4/+3 |
| |\ |
|
| | * | 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 | 2011-01-02 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Fix bug #7617 with documentation of expand-file-name. | Eli Zaretskii | 2010-12-13 | 1 | -0/+2 |
* | | Merge from emacs-23 | Stefan Monnier | 2010-12-13 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | Document that expand-file-name collapses multiple slashes. (Bug#7617) | Eli Zaretskii | 2010-12-12 | 1 | -1/+4 |
* | | Make verify-visited-file-modtime default to the current buffer. | Glenn Morris | 2010-12-07 | 1 | -5/+9 |
* | | Remove O_RDONLY, O_WRONLY definitions, not needed. | Dan Nicolaescu | 2010-10-04 | 1 | -8/+0 |
* | | * src/fileio.c (Vdirectory_sep_char): Remove. | Glenn Morris | 2010-10-03 | 1 | -7/+4 |
* | | Include <fcntl.h> unconditionally. | Dan Nicolaescu | 2010-10-03 | 1 | -4/+0 |
* | | Do not include stdlib.h and string.h, config.h does it. | Dan Nicolaescu | 2010-10-01 | 1 | -2/+0 |
* | | * lisp/subr.el (y-or-n-p): New function, moved from src/fns.c. Use read-key. | Stefan Monnier | 2010-09-12 | 1 | -1/+1 |
* | | Use const char* instead of char*. | Dan Nicolaescu | 2010-08-09 | 1 | -2/+2 |
* | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-06 | 1 | -2/+0 |
* | | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -9/+0 |
* | | Use strchr, strrchr instead of index, rindex | Andreas Schwab | 2010-07-11 | 1 | -2/+2 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -88/+47 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -12/+12 |
* | | Convert declarations or definitions to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -5/+4 |
* | | * fileio.c (read_non_regular, read_non_regular_quit): Rename arg. | Juanma Barranquero | 2010-07-05 | 1 | -2/+2 |
* | | Fix prototypes. | Juanma Barranquero | 2010-07-04 | 1 | -3/+3 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -66/+30 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -5/+5 |
* | | Turn `directory-sep-char' into a noop. | Juanma Barranquero | 2010-06-04 | 1 | -20/+9 |
* | | * fileio.c (Fdelete_file): Pass TRASH arg to handler call. | Michael Albinus | 2010-05-28 | 1 | -2/+2 |
* | | Change delete-by-moving-to-trash so Lisp calls explicitly request trashing. | Chong Yidong | 2010-05-27 | 1 | -21/+20 |
* | | * fileio.c (Fdelete_file): Change interative spec to use | Juri Linkov | 2010-05-21 | 1 | -1/+4 |
* | | Merge from emacs-23 | Stefan Monnier | 2010-05-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix for Bug#5984. | Andreas Schwab | 2010-04-30 | 1 | -1/+1 |
* | | Add optional arg to delete-file to force deletion (Bug#6070). | Chong Yidong | 2010-05-03 | 1 | -9/+16 |
* | | * src/fileio.c (Ffile_selinux_context): Context functions may return null. | Karel Klíc | 2010-04-30 | 1 | -4/+8 |
* | | Add SELinux support. | Karel Klíc | 2010-04-20 | 1 | -7/+179 |
* | | Try to detect file modification within the same second. | Stefan Monnier | 2010-04-12 | 1 | -8/+21 |
* | | Remove extern errno declarations. | Dan Nicolaescu | 2010-04-01 | 1 | -6/+0 |
* | | Remove support for DJGPP v1.x (bug#5813). | Eli Zaretskii | 2010-04-01 | 1 | -19/+2 |
|/ |
|
* | * fileio.c: Comment fix. | Glenn Morris | 2010-02-18 | 1 | -2/+3 |