Move DEFSYM to lisp.h and use everywhere.
[bpt/emacs.git] / src / fileio.c
2011-06-24 Juanma BarranqueroMove DEFSYM to lisp.h and use everywhere.
2011-06-22 Paul EggertMerge from trunk.
2011-06-22 Paul EggertMerge: Integer overflow and signedness fixes (Bug#8873).
2011-06-22 Paul EggertMerge from trunk.
2011-06-21 Paul EggertMerge from trunk.
2011-06-19 Paul Eggert* fileio.c: Fix some integer overflow issues.
2011-06-16 Paul EggertImprove buffer-overflow checking (Bug#8873).
2011-06-16 Paul EggertMerge from trunk.
2011-06-16 Paul EggertImprove buffer-overflow checking.
2011-06-16 Paul Eggert* insdel.c, lisp.h (buffer_overflow): New function.
2011-06-15 Paul EggertInteger overflow and signedness fixes (Bug#8873).
2011-06-15 Paul Eggert* fileio.c (emacs_lseek): Work around GCC bug 43772.
2011-06-15 Paul EggertMerge from trunk.
2011-06-15 Paul EggertMerge from trunk.
2011-06-15 Paul Eggert* fileio.c: Don't assume EMACS_INT fits in off_t.
2011-06-14 Paul EggertMerge from trunk.
2011-06-14 Paul EggertMerge from trunk.
2011-06-13 Paul EggertMerge from trunk.
2011-06-13 Paul Eggert* fileio.c (make_temp_name): Omit unnecessary cast...
2011-06-06 Paul EggertMerge: Cons<->int and similar integer overflow fixes.
2011-06-06 Paul EggertMerge from trunk.
2011-06-06 Paul EggertCheck for overflow when converting integer to cons...
2011-06-06 Paul EggertCheck for buffer and string overflow more precisely.
2011-06-06 Paul Eggert* fileio.c (Fverify_visited_file_modtime): Avoid time...
2011-06-06 Paul EggertDon't assume time_t can fit into int.
2011-06-04 Glenn MorrisMerge from emacs-23; up to 2010-06-12T17:12:15Z!cyd...
2011-06-04 Paul EggertCheck for buffer and string overflow more precisely.
2011-06-03 Paul EggertCheck for overflow when converting integer to cons...
2011-06-03 Paul Eggert* fileio.c (Fverify_visited_file_modtime): Avoid time...
2011-06-03 Paul EggertDon't assume time_t can fit into int.
2011-06-02 Paul Eggert* fileio.c (Fverify_visited_file_modtime): Avoid time...
2011-06-02 Paul EggertDon't assume time_t can fit into int.
2011-05-29 Glenn MorrisMerge from emacs-23; up to 2010-06-12T11:17:12Z!eliz...
2011-05-27 Glenn MorrisMerge from emacs-23; up to 2010-06-12T10:58:54Z!romain...
2011-05-25 Glenn MorrisMerge from emacs-23; up to 2010-06-12T08:59:37Z!albinus...
2011-05-24 Glenn MorrisMerge from emacs-23; up to 2010-06-11T21:26:13Z!lekktu...
2011-05-21 Glenn MorrisMerge from emacs-23; up to 2010-06-11T18:51:00Z!juri...
2011-05-17 Glenn MorrisMerge from emacs-23; up to 2010-06-11T14:39:54Z!cyd...
2011-05-12 Glenn MorrisMerge from emacs-23; up to 2010-06-10T12:56:11Z!michael...
2011-05-05 Glenn MorrisMerge from emacs-23; up to 2010-06-10T05:17:21Z!rgm...
2011-04-30 Paul EggertMerge from mainline.
2011-04-29 Eli ZaretskiiLift the MOST_POSITIVE_FIXNUM/4 limitation on visited...
2011-04-23 Glenn MorrisMerge from emacs-23; up to 2010-06-09T17:54:28Z!albinus...
2011-04-15 Paul EggertMerge from mainline.
2011-04-14 Paul EggertFix merge typo.
2011-04-14 Paul EggertMerge from mainline.
2011-04-14 Paul Eggert* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in
2011-04-14 Andreas Schwab* fileio.c (Finsert_file_contents): Fix typo in 2005...
2011-04-14 Paul Eggert* fileio.c: Add FIXMES mentioning Bug#8496.
2011-04-14 Paul EggertUndo the DEFUN->DEFUE change.
2011-04-13 Paul Eggert* fileio.c: Make symbols static if they're not exported.
2011-04-13 Eli ZaretskiiFix bug #8487 with invisible text at EOB under bidi.
2011-04-11 Eli ZaretskiiFix bug #8468 with redisplay and scroll-margin > 0.
2011-04-11 Paul EggertDeclare Lisp_Object Q* variables to be 'static' if...
2011-04-11 Paul EggertMake Emacs functions such as Fatom 'static' by default.
2011-04-10 Eli ZaretskiiFix write-region and its subroutines for buffers >...
2011-04-09 Paul EggertMerge from mainline.
2011-04-09 Glenn MorrisMerge from emacs-23; up to 2010-06-08T03:06:47Z!dann...
2011-04-09 Eli ZaretskiiReplace some uses of `int' with EMACS_INT.
2011-04-08 Chong YidongMerge changes from emacs-23 branch
2011-04-06 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-04-06 Paul EggertMerge from mainline.
2011-04-05 Paul EggertMerge from mainline.
2011-04-03 Paul Eggert* fileio.c (Finsert_file_contents): Make EOF condition...
2011-04-02 Paul Eggert* fileio.c (Finsert_file_contents): Remove unnecessary...
2011-04-02 Paul Eggert* fileio.c (Finsert_file_contents): Avoid signed intege...
2011-04-01 Paul EggertMerge from mainline.
2011-04-01 Paul EggertReplace two copies of readlink code with single gnulib...
2011-03-31 Stefan MonnierMerge from trunk
2011-03-27 Paul EggertMerge from atest branch.
2011-03-25 Juanma Barranquerosrc/fileio.c: Move computation of encoded_absname insid...
2011-03-25 Juanma Barranqueront/*.c, src/*.c: Remove unused variables.
2011-03-23 Julien DanjouUse Frun_hooks rather than calling Vrun_hooks manually
2011-03-23 Paul EggertFix more problems found by GCC 4.5.2's static checks.
2011-03-23 Paul EggertMerge from mainline.
2011-03-22 Paul EggertMerge from mainline.
2011-03-21 Stefan MonnierMerge from trunk
2011-03-21 Paul EggertMerge from trunk and from gnulib stdio.
2011-03-21 Paul Eggert* fileio.c (Fcopy_file): Report error if fchown or...
2011-03-19 Chong YidongMerge changes from emacs-23 branch
2011-03-17 Paul EggertMerge: Fix more problems found by GCC 4.5.2's static...
2011-03-17 Paul EggertMerge from mainline.
2011-03-15 Paul EggertUse functions, not macros, for up- and down-casing.
2011-03-15 Paul Eggert* fileio.c: (Fset_file_times, Finsert_file_contents...
2011-03-15 Paul Eggert* fileio.c (Ffile_selinux_context, Fset_file_selinux_co...
2011-03-15 Paul Eggert* fileio.c (Fmake_directory_internal, Fread_file_name...
2011-03-15 Paul Eggert* fileio.c (file_name_as_directory): Use const pointers...
2011-03-15 Paul Eggert* fileio.c (file_name_as_directory, directory_file_name):
2011-03-12 Glenn MorrisMerge from emacs-23; up to 2010-06-03T22:16:02Z!dann...
2011-03-06 Stefan MonnierMerge from trunk
2011-03-02 Paul EggertMerge: Work around some portability problems with symlinks.
2011-03-02 Paul EggertMerge from mainline.
2011-03-02 Paul EggertMerge from mainline.
2011-02-28 Glenn MorrisMerge from emacs-23; up to 2010-06-03T05:41:49Z!rgm...
2011-02-25 Paul Eggert* fileio.c (Fmake_symbolic_link): Treat ENOSYS speciall...
2011-02-25 Paul EggertMerge from mainline.
2011-02-25 Paul EggertMerge from mainline.
2011-02-23 Glenn MorrisMerge from emacs-23; up to 2010-06-02T00:10:42Z!yamaoka...
2011-02-22 Paul Eggert[ChangeLog]
2011-02-22 Paul EggertMerge: Assume S_ISLNK etc. work, since gnulib supports...
next