aboutsummaryrefslogtreecommitdiffstats
path: root/src/dired.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-2/+1
* Merge from emacs-24Stefan Monnier2012-07-171-3/+0
|\
| * Don't use FILE_SYSTEM_CASE in MS-DOS, or anywhere else.Eli Zaretskii2012-07-141-3/+0
* | Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-1/+0
* | Support higher-resolution time stamps.Paul Eggert2012-06-221-5/+6
* | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* | Merge from trunk.Paul Eggert2012-04-211-0/+41
|\ \
| * | * dired.c (Fsystem_groups): Remove unused local.Paul Eggert2012-04-171-3/+2
| * | * src/dired.c (Fsystem_users): Doc fix.Glenn Morris2012-04-161-1/+2
| * | Add functions to get system user names, group namesDmitry Antipov2012-04-161-0/+41
| |/
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-9/+9
|\|
| * Remove GCPRO-related macros that exist only to avoid shadowing locals.Paul Eggert2011-11-281-9/+9
* | Merge from trunk.Paul Eggert2011-11-181-1/+1
|\|
| * Spelling fixes.Paul Eggert2011-11-171-1/+1
* | Merge from trunk.Paul Eggert2011-10-011-1/+2
|\|
| * * lisp/pcomplete.el: Require comint.Stefan Monnier2011-10-021-1/+2
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-20/+23
|/
* Whitespace changes.Juanma Barranquero2011-09-091-1/+1
* 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
| |\