summaryrefslogtreecommitdiff
path: root/src/dired.c
Commit message (Expand)AuthorAgeFilesLines
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-15/+7
* * dired.c (Ffile_attributes): Don't use 32-bit hack on 64-bit hosts.Paul Eggert2011-06-121-5/+8
* Check for overflow when converting integer to cons and back.Paul Eggert2011-06-061-33/+6
* * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits.Paul Eggert2011-06-051-3/+2
* * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-141-1/+1
* * dired.c (file_name_completion): Now static.Paul Eggert2011-04-111-2/+4
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-7/+7
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-0/+1
* * dired.c (file_name_completion): Remove var that is set but not used.Paul Eggert2011-04-021-2/+0
* Use functions, not macros, for up- and down-casing.Paul Eggert2011-03-151-2/+2
* * dired.c (compile_pattern): Move decl from here ...Paul Eggert2011-03-151-5/+0
* * dired.c (directory_files_internal, file_name_completion):Paul Eggert2011-03-151-17/+17
* * dired.c (directory_files_internal_unwind): Now static.Paul Eggert2011-03-141-1/+1
* Move 'make_time' to be next to its inverse 'lisp_time_argument'.Paul Eggert2011-03-111-7/+0
* * src/dired.c: Add comment and code explaining magic number.Paul Eggert2011-02-251-1/+5
* * dired.c (Ffile_attributes): Increase size of modes from 10 to 12Paul Eggert2011-02-241-1/+1
* * dired.c (Ffile_attributes): Simplify and avoid #ifdef.Paul Eggert2011-02-221-11/+2
* [ChangeLog]Paul Eggert2011-02-211-14/+3
* * dired.c: Include <filemode.h> at top level.Paul Eggert2011-02-201-2/+2
* Import filemode module from gnulib.Paul Eggert2011-02-201-3/+2
* Change B_ to BVARTom Tromey2011-02-161-1/+1
* Fix the MS-Windows build due to introduction of B_.Eli Zaretskii2011-02-141-1/+1
* * dired.c: conform to C89 pointer rulesPaul Eggert2011-02-061-8/+10
* Use SSDATA when the context wants char *.Paul Eggert2011-01-301-5/+4
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-4/+1
* Merge from mainline.Paul Eggert2011-01-171-2/+0
|\
| * Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from mainline.Paul Eggert2011-01-141-1/+1
|\ \ | |/
| * Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-3/+0
|/ /
* | Merge changes from emacs-23 branchChong Yidong2010-08-081-2/+1
|\ \ | |/
| * * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of the MSDOS defini...Ken Brown2010-07-271-2/+1
* | Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!da...Juanma Barranquero2010-08-061-0/+5
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-3/+0
* | Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconfJan D2010-07-291-10/+3
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-3/+0
* | Use const, move declarations to header files.Dan Nicolaescu2010-07-261-3/+2
* | Make building under stricter warning flags somewhat cleaner.Juanma Barranquero2010-07-251-2/+2
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-12/+6
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-7/+6
* | Convert declarations or definitions to standard C.Dan Nicolaescu2010-07-041-1/+1
* | Fix prototypes.Juanma Barranquero2010-07-041-2/+2
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-22/+9
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-2/+2
* | Cleanup old code.Dan Nicolaescu2010-07-021-4/+4
* | Merge from emacs-23Stefan Monnier2010-04-191-3/+3
|\ \ | |/
| * * dired.c (Ffile_attributes): Fix typo in docstring.Juanma Barranquero2010-04-191-3/+3
* | Remove support for DJGPP v1.x (bug#5813).Eli Zaretskii2010-04-011-4/+0
|/