summaryrefslogtreecommitdiff
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #13262 with crashes in completion on MS-Windows with non-ASCII filena...Eli Zaretskii2012-12-241-47/+109
* src/fileio.c (Finsert_file_contents): Doc fix.Eli Zaretskii2012-12-211-1/+4
* * fileio.c (Fverify_visited_file_modtime): Don't read uninitialized st.st_size.Paul Eggert2012-12-101-2/+2
* * fileio.c (Fvisited_file_modtime): Return (-1 ...) for nonexistentPaul Eggert2012-12-101-1/+9
* Fix another instance of bug #12933 with non-ASCII file names on Windows.Eli Zaretskii2012-12-041-4/+18
* * fileio.c (Vauto_save_list_file_name): Minor doc fix.Chong Yidong2012-12-011-1/+1
* Prevent crashes on MS-Windows when w32-downcase-file-names is non-nil.Eli Zaretskii2012-11-181-9/+37
* Fix warnings when compiling on MS-Windows with -std=gnu99.Eli Zaretskii2012-10-171-0/+1
* * fileio.c: Formatting fixes.Andreas Schwab2012-10-131-29/+26
* Fix some stat-related races.Paul Eggert2012-10-121-4/+12
* Fix bug #12587 with slow startup on MS-Windows with Netlogon service.Eli Zaretskii2012-10-121-9/+20
* Support setting file times of directories on MS-Windows.Eli Zaretskii2012-10-051-1/+1
* Support file name dialog on NS.Jan Djärv2012-09-301-1/+2
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-12/+12
* Merge from emacs-24; up to 2012-05-07T14:57:18Z!michael.albinus@gmx.deChong Yidong2012-09-211-5/+2
|\
| * Fixes: debbugs:12444Andreas Schwab2012-09-141-5/+2
* | Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* | * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.Paul Eggert2012-09-051-106/+93
* | Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-1/+1
* | Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-281-1/+1
* | Fix usage of set_buffer_internal.Dmitry Antipov2012-08-281-2/+1
* | * cmds.c, coding.c: Use bool for booleans.Paul Eggert2012-08-271-1/+2
* | * alloc.c: Use bool for booleans.Paul Eggert2012-08-211-3/+3
* | * buffer.h (BSET): Remove.Paul Eggert2012-08-171-17/+17
* | A few more naming-convention fixes for getters and setters.Paul Eggert2012-08-171-1/+1
* | Use ASCII tests for character types.Paul Eggert2012-08-161-8/+9
* | Revert and cleanup some recent overlay changes.Dmitry Antipov2012-08-141-2/+2
* | Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-17/+17
* | Inline functions to examine and change buffer overlays.Dmitry Antipov2012-08-081-2/+2
* | Inline functions to examine and change buffer intervals.Dmitry Antipov2012-08-081-1/+1
* | Cleanup intervals.Dmitry Antipov2012-08-081-1/+1
* | Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-2/+2
* | Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-2/+2
* | Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-1/+1
* | Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-2/+2
* | Simple wrapper for make_unibyte_string, adjust font_open_by_name.Dmitry Antipov2012-07-201-3/+2
* | Merge from emacs-24Stefan Monnier2012-07-171-6/+0
|\ \ | |/
| * Don't use FILE_SYSTEM_CASE in MS-DOS, or anywhere else.Eli Zaretskii2012-07-141-6/+0
* | EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-101-15/+11
* | Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-101-5/+5
* | Optimize pure C strings initialization.Dmitry Antipov2012-07-101-3/+3
* | Avoid calls to strlen in path processing functions.Dmitry Antipov2012-07-101-45/+47
* | Do not require float-time's arg to fit in time_t (Bug#11825).Paul Eggert2012-07-061-2/+2
* | More xmalloc and related cleanup.Paul Eggert2012-07-051-13/+13
* | * 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