| Commit message (Expand) | Author | Age | Files | Lines |
* | Make building under stricter warning flags somewhat cleaner. | Juanma Barranquero | 2010-07-25 | 1 | -2/+2 |
* | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -12/+6 |
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -7/+6 |
* | Convert declarations or definitions to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -1/+1 |
* | Fix prototypes. | Juanma Barranquero | 2010-07-04 | 1 | -2/+2 |
* | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -22/+9 |
* | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -2/+2 |
* | Cleanup old code. | Dan Nicolaescu | 2010-07-02 | 1 | -4/+4 |
* | Merge from emacs-23 | Stefan Monnier | 2010-04-19 | 1 | -3/+3 |
|\ |
|
| * | * dired.c (Ffile_attributes): Fix typo in docstring. | Juanma Barranquero | 2010-04-19 | 1 | -3/+3 |
* | | Remove support for DJGPP v1.x (bug#5813). | Eli Zaretskii | 2010-04-01 | 1 | -4/+0 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -7/+7 |
* | (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P | Andreas Schwab | 2009-10-24 | 1 | -45/+8 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | (Ffile_attributes): Doc fix. (Bug#4638) | Eli Zaretskii | 2009-10-05 | 1 | -10/+16 |
* | * dired.c (Fdirectory_files): Fix typo in docstring. | Juanma Barranquero | 2009-09-24 | 1 | -2/+2 |
* | (directory_files_internal) [WINDOWSNT]: Don't make a local copy | Eli Zaretskii | 2009-07-13 | 1 | -6/+1 |
* | (directory_files_internal_w32_unwind) [WINDOWSNT]: New function. | Eli Zaretskii | 2009-07-11 | 1 | -0/+44 |
* | (Ffile_attributes): Decode user and group names by the locale's encoding. | Eli Zaretskii | 2009-07-03 | 1 | -2/+2 |
* | (Ffile_attributes): Doc fix. | Eli Zaretskii | 2009-05-23 | 1 | -1/+5 |
* | (make_uid, make_gid): New functions. | Eli Zaretskii | 2009-03-20 | 1 | -21/+35 |
* | (Ffile_attributes): Make sure UID and GID are always positive, even | Eli Zaretskii | 2009-03-18 | 1 | -4/+12 |
* | (file_name_completion): Disable the first optimization just | Stefan Monnier | 2009-03-18 | 1 | -0/+2 |
* | (file_name_completion): Check completion-ignored-extensions | Stefan Monnier | 2009-03-17 | 1 | -2/+27 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | (file_name_completion): If completion_ignore_case is enabled, ignore | Chong Yidong | 2008-11-08 | 1 | -4/+15 |
* | (Ffile_attributes): Fix comment in last change. | Eli Zaretskii | 2008-08-27 | 1 | -2/+2 |
* | (Ffile_attributes): Avoid compiler warning in bitshift. | Chong Yidong | 2008-08-27 | 1 | -2/+4 |
* | (Fdirectory_files): Doc fix. | Chong Yidong | 2008-08-15 | 1 | -1/+2 |
* | * bitmaps/README: | Dan Nicolaescu | 2008-07-31 | 1 | -84/+0 |
* | * dired.c (file_name_completion): Don't return t if the match is exact | Stefan Monnier | 2008-06-10 | 1 | -1/+3 |
* | (Ffile_attributes): Shut up GCC warnings about st_uid | Eli Zaretskii | 2008-05-16 | 1 | -5/+7 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+4 |
* | (file_name_completion): Tweak the code so as to always do it | Stefan Monnier | 2008-05-13 | 1 | -154/+161 |
* | (Qdefault_directory): New var. | Stefan Monnier | 2008-05-13 | 1 | -8/+7 |
* | (Ffile_attributes, Fdirectory_files_and_attributes): Mention | Eli Zaretskii | 2008-05-10 | 1 | -2/+7 |
* | Support for reporting owner and group of each file on MS-Windows: | Eli Zaretskii | 2008-05-09 | 1 | -8/+37 |
* | (Ffile_attributes): Don't allow the device number become negative. | Eli Zaretskii | 2008-05-03 | 1 | -2/+5 |
* | (file_name_completion): Fix up the encoding/decoding issue | Stefan Monnier | 2008-04-30 | 1 | -40/+45 |
* | (file_name_completion): Fix another mixing of encoded | Andreas Schwab | 2008-04-28 | 1 | -1/+1 |
* | (file_name_completion): Fix inappropriate mixing of | Andreas Schwab | 2008-04-27 | 1 | -14/+11 |
* | (Ffile_attributes) [WINDOWSNT]: Undo change from 2008-03-31, it's not needed | Eli Zaretskii | 2008-04-26 | 1 | -23/+9 |
* | (directory_files_internal, file_name_completion): | Stefan Monnier | 2008-04-19 | 1 | -4/+6 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-04-18 | 1 | -0/+8 |
|\ |
|
| * | (Ffile_attributes) [WINDOWSNT]: Force inode be positive. | Eli Zaretskii | 2008-04-05 | 1 | -0/+10 |
| * | (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned. | Jason Rumney | 2008-03-31 | 1 | -0/+8 |
* | | (Ffile_attributes): Support inode numbers wider than 32 bits. | Eli Zaretskii | 2008-04-05 | 1 | -18/+27 |
* | | (Ffile_attributes) [WINDOWSNT]: Force inode be positive. | Eli Zaretskii | 2008-03-14 | 1 | -0/+10 |
* | | Merge from emacs--devo--0 | Miles Bader | 2008-01-09 | 1 | -1/+1 |
|\ \
| |/ |
|