| Commit message (Expand) | Author | Age | Files | Lines |
| * | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
| * | * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean. | Paul Eggert | 2012-09-05 | 1 | -12/+12 |
| * | Remove unnecessary casts involving pointers. | Paul Eggert | 2012-08-03 | 1 | -22/+13 |
| * | Remove empty and useless init functions. | Dmitry Antipov | 2012-07-16 | 1 | -9/+0 |
| * | Avoid calls to strlen in path processing functions. | Dmitry Antipov | 2012-07-10 | 1 | -2/+3 |
| * | Use make_formatted_string to avoid double length calculation. | Dmitry Antipov | 2012-07-09 | 1 | -4/+4 |
| * | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -1/+1 |
| * | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -2/+2 |
| * | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab | 2012-06-16 | 1 | -1/+1 |
| * | Add the option to not create lockfiles | Dave Abrahams | 2012-05-09 | 1 | -0/+8 |
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| * | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -1/+1 |
| * | * filelock.c (lock_file_1, lock_file): Don't blindly alloca long name; | Paul Eggert | 2011-08-29 | 1 | -14/+21 |
| * | * editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide): | Paul Eggert | 2011-07-07 | 1 | -7/+8 |
| * | * filelock.c: Fix some buffer overrun and integer overflow issues. | Paul Eggert | 2011-06-19 | 1 | -42/+47 |
| * | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -1/+1 |
| * | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -1/+1 |
| * | Replace two copies of readlink code with single gnulib version. | Paul Eggert | 2011-03-31 | 1 | -28/+10 |
| * | * filelock.c (lock_file_1): Rename local to avoid shadowing. | Paul Eggert | 2011-03-14 | 1 | -4/+4 |
| * | * filelock.c (within_one_second): Now static. | Paul Eggert | 2011-03-14 | 1 | -1/+1 |
| * | [ChangeLog] | Paul Eggert | 2011-02-21 | 1 | -4/+0 |
| * | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -7/+7 |
| * | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -7/+7 |
| * | Use SSDATA when the context wants char *. | Paul Eggert | 2011-01-30 | 1 | -4/+4 |
| * | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
| * | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert | 2011-01-22 | 1 | -3/+2 |
| * | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -5/+1 |
| * | Merge from mainline. | Paul Eggert | 2011-01-17 | 1 | -2/+0 |
| |\ |
|
| | * | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
| * | | Merge from mainline. | Paul Eggert | 2011-01-14 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
| | |\ |
|
| | | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| * | | | Include <unistd.h> unilaterally. | Paul Eggert | 2011-01-09 | 1 | -3/+0 |
| |/ / |
|
| * | | Fix 2010-10-29T06:51:36Z!rgm@gnu.org for non-CLASH_DETECTION platforms. | Eli Zaretskii | 2010-10-29 | 1 | -2/+4 |
| * | | Include <fcntl.h> unconditionally. | Dan Nicolaescu | 2010-10-03 | 1 | -2/+0 |
| * | | Do not include stdlib.h and string.h, config.h does it. | Dan Nicolaescu | 2010-10-01 | 1 | -1/+0 |
| * | | Use const char* instead of char*. | Dan Nicolaescu | 2010-08-09 | 1 | -4/+4 |
| * | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-05 | 1 | -2/+0 |
| * | | Use strchr, strrchr instead of index, rindex | Andreas Schwab | 2010-07-11 | 1 | -5/+2 |
| * | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -5/+3 |
| * | | Clean up include guards. | Dan Nicolaescu | 2010-07-07 | 1 | -2/+0 |
| * | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -28/+14 |
| * | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -1/+1 |
| * | | Remove extern errno declarations. | Dan Nicolaescu | 2010-04-01 | 1 | -3/+0 |
| |/ |
|
| * | Account for utmp.h availability. | Chong Yidong | 2010-01-23 | 1 | -0/+2 |
| * | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| * | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
| * | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
| * | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+4 |
| * | * configure.in: Remove references to obsolete variables and | Dan Nicolaescu | 2008-02-24 | 1 | -2/+2 |