aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* * fileio.c (time_error_value): Check the right error number.Paul Eggert2012-07-041-1/+1
* * fileio.c (time_error_value): Rename from special_mtime.Paul Eggert2012-07-041-4/+4
* Fix bugs in file timestamp newness comparisons.Paul Eggert2012-07-031-7/+5
* * fileio.c: Improve handling of file time marker. (Bug#11852)Paul Eggert2012-07-031-19/+24
* * fileio.c (Finsert_file_contents): Properly handle st_mtimeAndreas Schwab2012-07-041-1/+4
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-1/+0
* Support higher-resolution time stamps.Paul Eggert2012-06-221-42/+37
* * fileio.c (Fdefault_file_modes): Block input while fiddling with umask.Paul Eggert2012-06-201-0/+2
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* For a 'struct window', replace some Lisp_Object fields toDmitry Antipov2012-06-011-2/+2
* Merge from trunk.Paul Eggert2012-05-251-43/+45
|\
| * * src/fileio.c, src/character.h: Minor style tweaks.Stefan Monnier2012-05-251-33/+33
| * Add new error and function `user-error'.Stefan Monnier2012-05-041-5/+5
| * Merge changes from emacs-24 branchChong Yidong2012-04-271-5/+7
| |\
| | * fileio.c fix for bug#11245Glenn Morris2012-04-201-5/+7
* | | Merge from trunk.Paul Eggert2012-04-091-2/+2
|\| |
| * | Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-2/+2
| |/
* | Merge from trunk.Paul Eggert2012-03-011-6/+13
|\|
| * Document SELinux support functions in Lisp manual.Chong Yidong2012-02-251-6/+13
* | Merge from trunk.Paul Eggert2012-02-241-22/+80
|\|
| * Update Files chapter in Lisp manual.Chong Yidong2012-02-211-12/+19
| * Protect fileio.c primitives against invalid file handler return values.Chong Yidong2012-02-191-10/+61
* | Merge from trunk.Paul Eggert2012-01-091-10/+27
|\|
| * Merge from trunk.Paul Eggert2012-01-071-1/+1
| |\
| | * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * | emacs: fix an auto-save permissions race conditionPaul Eggert2011-12-291-6/+11
| |/
| * * src/fileio.c (check_writable) [CYGWIN]: Return non-zero if UID orKen Brown2011-12-171-3/+15
* | Merge from trunk.Paul Eggert2011-12-101-17/+18
|\|
| * Spelling fixes.Paul Eggert2011-12-051-1/+1
| * * src/fileio.c (Finsert_file_contents): Move after-change-function callStefan Monnier2011-12-011-10/+10
| * * fileio.c (Finsert_file_contents): Undo previous change.Paul Eggert2011-11-261-2/+2
| * Rename locals to avoid shadowing.Paul Eggert2011-11-251-2/+2
| * Spelling fixes.Paul Eggert2011-11-221-1/+1
| * * src/fileio.c (Finsert_file_contents): Add missing gcpro1 variable.Stefan Monnier2011-11-191-2/+3
| * Spelling fixes.Paul Eggert2011-11-191-2/+2
| * Spelling fixes.Paul Eggert2011-11-191-1/+1
| * * buffer.h (struct buffer): Use time_t, not int, for a time stamp.Paul Eggert2011-09-301-3/+3
* | Merge from trunk.Paul Eggert2011-09-211-0/+5
|\|
| * * fileio.c: Report proper errno when syscall falls.Paul Eggert2011-09-181-0/+5
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-64/+71
|/
* * src/fileio.c (Finsert_file_contents): Don't assume beg_offset is 0.Stefan Monnier2011-09-111-1/+1
* Clarify slightly the last checkin.Lars Magne Ingebrigtsen2011-09-111-1/+1
* (Fvisited_file_modtime): Document `(-1 65535)' as a value for non-existent fi...Lars Magne Ingebrigtsen2011-09-111-3/+4
* Fix bug #9139 with revisiting non-existent files.Eli Zaretskii2011-09-111-0/+1
* Whitespace changes.Juanma Barranquero2011-09-091-4/+4
* * fileio.c: Fix bugs with large file offsets.Paul Eggert2011-09-021-30/+62
* Merge from trunk.Paul Eggert2011-07-181-8/+27
|\
| * * fileio.c (Fcopy_file) [!MSDOS]: Tighten created file's mask.Paul Eggert2011-07-181-4/+13
| * * fileio.c (Fcopy_file): Adjust mode if fchown fails. (Bug#9002)Paul Eggert2011-07-181-4/+14
* | * fileio.c: Integer overflow issues with file modes.Paul Eggert2011-07-181-3/+3