summaryrefslogtreecommitdiff
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| |/