Age | Commit message (Expand) | Author |
2005-12-20 | Clean up the ugly casted frees. In one case, this meant eliminating a nasty | Kjell Wooding |
2005-12-20 | Do some delinting of strl-type functions. Also, remove a superfluous | Kjell Wooding |
2005-12-13 | do some silly de-linting | Kjell Wooding |
2005-11-20 | #ifdef NO_DIR can go too. From Han Boetes. | Kjell Wooding |
2005-11-20 | Kill the NO_BACKUP #ifdef | Kjell Wooding |
2005-11-20 | toast NO_DIRED #ifdef; ok kjell | Theo de Raadt |
2005-11-18 | greedy use of typedef struct was making code harder to read; ok kjell cloder | Theo de Raadt |
2005-11-13 | Better error checking of snprintfs. From Han Boetes. | Kjell Wooding |
2005-11-11 | Now that we have an editable minibuffer, revert parsing of | Kjell Wooding |
2005-11-11 | spacing | Theo de Raadt |
2005-10-18 | When attempting to open a filename, walk backwards through minibuffer: | Kjell Wooding |
2005-10-17 | Fix string handling. LOGIN_NAME_MAX includes the NUL, so don't reserve extra | Kjell Wooding |
2005-10-14 | more headers to please lint | Theo de Raadt |
2005-10-14 | move the dired routines into dired.c where they belong. | Kjell Wooding |
2005-10-13 | Make dired buffer read-only by default. | Kjell Wooding |
2005-10-13 | Use dired mode automatically if file specified for loading is | Kjell Wooding |
2005-10-13 | check if current line is null. fixes a core in dired. | Kjell Wooding |
2005-10-13 | Fix dired mode. Make deletions work, and keystrokes match emacs. | Kjell Wooding |
2005-06-14 | Add explicit public domain notices to all public domain files. | Kjell Wooding |
2005-04-03 | This is a no binary change which does: | David Berghoff |
2005-03-10 | spacing | Theo de Raadt |
2005-03-10 | the realpath() was needed to do do relative to absolute path | Henning Brauer |
2005-03-09 | fix mg's behaviour with regards to files on which we do not have | Jean-Francois Brousseau |
2005-02-01 | make fbackupfile() return FALSE when the rename(2) from the | Henning Brauer |
2005-01-31 | Safer backup file generation using mkstemp(); henning@ OK | Todd C. Miller |
2005-01-11 | no need to call realpath() in adjustname() | Henning Brauer |
2004-07-09 | when saving a file, check whether it is newline terminated and if it is not, | Vincent Labrecque |
2004-07-08 | simplify the file writing loop | Vincent Labrecque |
2003-11-14 | read(2) returns ssize_t, not size_t. spotted by Andrey Matveev. | Vincent Labrecque |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-08-15 | make dired work more like emacs. (well, make it _work_, and then add a | Vincent Labrecque |
2003-08-15 | actually extract the filename off the ls line. makes dired *slightly* | Vincent Labrecque |
2003-05-08 | use NULL to indicate failure in functions that return pointers, not FALSE. | Vincent Labrecque |
2003-05-06 | fix a small memleak on errors. noticed by pat latifi. | Vincent Labrecque |
2002-08-22 | knf | Theo de Raadt |
2002-07-25 | replace the ugly and buggy adjustname function by a simple one using | Vincent Labrecque |
2002-07-01 | KNF | Vincent Labrecque |
2002-06-21 | fix bad usage of strlcpy()'s return value. (made pointers point | Vincent Labrecque |
2002-04-22 | don't use /bin/cp to copy files. | Vincent Labrecque |
2002-04-22 | fix mem leak | Vincent Labrecque |
2002-04-15 | use fchmod and fchown instead; vincent | Theo de Raadt |
2002-03-27 | Fixes the the following problems (from zyrnix) | Todd C. Miller |
2002-03-16 | Make these special buffers readonly by default. ok art@ | Vincent Labrecque |
2002-03-11 | * Move to ANSI function definitions. | Vincent Labrecque |
2002-02-22 | if file mode known, try to avoid a race.. i think. millert spotted a bug in ... | Theo de Raadt |
2002-02-14 | d_makename now takes a length parameter so we can remove the | Vincent Labrecque |
2002-02-14 | some KNF | Theo de Raadt |
2002-02-13 | * Replace unsafe strcpy and strcat calls to safe strlcpy and strlcat. | Vincent Labrecque |
2001-09-21 | correct fork logic and rewrite for clarity, ok todd@ | Peter Stromberg |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |