index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fileio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
; * src/fileio.c (Finsert_file_contents): Avoid compiler warning.
Eli Zaretskii
2015-12-14
1
-6
/
+8
*
Fix visiting files with raw-text
Eli Zaretskii
2015-12-13
1
-1
/
+4
*
Fix setting buffer unibyte when reading from a device
Eli Zaretskii
2015-12-11
1
-1
/
+1
*
Don't require default-directory to end with a slash
Dmitry Gutov
2015-10-29
1
-2
/
+2
*
Include-file cleanup for src directory
Paul Eggert
2015-10-20
1
-2
/
+1
*
; Restore some of the recent deletions in fileio.c
Eli Zaretskii
2015-10-04
1
-5
/
+16
*
More validatation of coding systems
Andreas Schwab
2015-10-03
1
-18
/
+6
*
More validatation of coding system in 'write-region'
Eli Zaretskii
2015-10-03
1
-7
/
+16
*
Avoid crashes due to invalid coding-system
Eli Zaretskii
2015-10-03
1
-1
/
+8
*
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-09-16
1
-9
/
+9
*
Use common report_file_notify_error function
Michael Albinus
2015-09-16
1
-0
/
+16
*
Docstring fixes re quotes in C code
Paul Eggert
2015-09-01
1
-1
/
+1
*
Make file-accessible-directory-p reliable on MS-Windows
Eli Zaretskii
2015-08-31
1
-9
/
+13
*
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-08-26
1
-80
/
+21
*
Mention false positives of file-accessible-directory on w32
Eli Zaretskii
2015-08-26
1
-1
/
+5
*
In strings, prefer plain ` and ' to \` and \'
Paul Eggert
2015-06-30
1
-2
/
+2
*
Remove unused DEFSYMs
Paul Eggert
2015-05-31
1
-1
/
+0
*
Remove format2
Paul Eggert
2015-05-30
1
-2
/
+2
*
copy-file now truncates output after writing
Paul Eggert
2015-05-29
1
-7
/
+23
*
Collapse successive char deletions in the undo log
Stefan Monnier
2015-04-13
1
-16
/
+16
*
* src/*.c: Set deactivate_mark buffer-locally
Stefan Monnier
2015-04-13
1
-1
/
+1
*
Merge from origin/emacs-24
Paul Eggert
2015-03-03
1
-11
/
+7
|
\
|
*
* src/fileio.c (Fmake_temp_name): Doc tweaks.
Glenn Morris
2015-02-19
1
-11
/
+7
|
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
|
Count MANY function args more reliably
Paul Eggert
2015-01-25
1
-29
/
+17
*
|
Don't downcase system diagnostics' first letters
Paul Eggert
2015-01-21
1
-30
/
+10
*
|
Prefer memset to repeatedly assigning Qnil
Paul Eggert
2015-01-19
1
-10
/
+7
*
|
Add set-binary-mode primitive to switch a standard stream to binary I/O.
Eli Zaretskii
2015-01-15
1
-0
/
+50
*
|
Don't say Fnext_read_file_uses_dialog_p is const
Paul Eggert
2015-01-13
1
-20
/
+10
*
|
Make Fnext_read_file_uses_dialog_p compatible with recent DEFUN change.
Dmitry Antipov
2015-01-13
1
-12
/
+22
*
|
Miscellaneous tiny fixes here and there.
Dmitry Antipov
2015-01-12
1
-5
/
+0
*
|
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-78
/
+21
*
|
batch write-region no longer says "Wrote FOO"
Paul Eggert
2015-01-03
1
-3
/
+3
*
|
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
|
Correct same_at_end when restoring window points
Paul Eggert
2014-12-15
1
-4
/
+9
*
|
Fixes: debbugs:19161
Stefan Monnier
2014-12-11
1
-28
/
+87
*
|
Implement an `inhibit-read-only' text property
Lars Magne Ingebrigtsen
2014-11-16
1
-1
/
+1
*
|
Merge from emacs-24; up to 117698
Glenn Morris
2014-11-09
1
-2
/
+5
|
\
|
|
*
Fix bug #18982 with assertion violations when reverting buffers.
Eli Zaretskii
2014-11-09
1
-2
/
+5
*
|
Merge from emacs-24; up to 117634
Glenn Morris
2014-10-29
1
-2
/
+2
|
\
|
|
*
Fix bug #18873 with non-ASCII characters in user's HOME directory.
Eli Zaretskii
2014-10-28
1
-2
/
+2
|
*
Prefer ptrdiff_t to int and avoid integer overflows.
Dmitry Antipov
2014-09-16
1
-1
/
+1
*
|
* fileio.c (emacs_readlinkat, Finsert_file_contents):
Dmitry Antipov
2014-10-03
1
-2
/
+6
*
|
Use AUTO_CONS instead of SCOPED_CONS, etc.
Paul Eggert
2014-09-30
1
-4
/
+5
*
|
Simplify stack-allocated Lisp objects, and make them more portable.
Paul Eggert
2014-09-29
1
-7
/
+7
*
|
Keep stack-allocated Lisp objects fast rather than versatile.
Dmitry Antipov
2014-09-29
1
-1
/
+0
*
|
Fix local_cons etc. to not exhaust the stack when in a loop.
Paul Eggert
2014-09-24
1
-0
/
+1
*
|
Fix bug #18516 with SIGSEGV in expand-file-name.
Eli Zaretskii
2014-09-22
1
-0
/
+3
*
|
If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.
Dmitry Antipov
2014-09-16
1
-1
/
+1
[next]