| Commit message (Expand) | Author | Age | Files | Lines |
| * | * editfns.c (Fmessage_box): Remove unused local var. | Paul Eggert | 2011-03-29 | 1 | -2/+2 |
| * | Merge from mainline. | Paul Eggert | 2011-03-29 | 1 | -1/+1 |
| |\ |
|
| | * | src/*.c: Remove some additional unused parameters. | Juanma Barranquero | 2011-03-29 | 1 | -1/+1 |
| * | | Variadic C functions now count arguments with size_t, not int. | Paul Eggert | 2011-03-26 | 1 | -19/+19 |
| |/ |
|
| * | Use Frun_hooks rather than calling Vrun_hooks manually | Julien Danjou | 2011-03-23 | 1 | -11/+14 |
| * | * editfns.c (Ftranslate_region_internal): Mark var as initialized. | Paul Eggert | 2011-03-16 | 1 | -1/+1 |
| * | * editfns.c: (Fformat_time_string, Fencode_time, Finsert_char): | Paul Eggert | 2011-03-16 | 1 | -18/+16 |
| * | Move editfns decls to lisp.h to check interfaces. | Paul Eggert | 2011-03-15 | 1 | -2/+0 |
| * | * editfns.c (init_editfns, Fuser_login_name, Fuser_uid): | Paul Eggert | 2011-03-15 | 1 | -13/+14 |
| * | * editfns.c (Fchar_equal): Remove no-longer-needed workaround for | Paul Eggert | 2011-03-15 | 1 | -6/+1 |
| * | Use functions, not macros, for up- and down-casing. | Paul Eggert | 2011-03-15 | 1 | -5/+5 |
| * | * editfns.c (lisp_time_argument): Check for time stamp overflow. | Paul Eggert | 2011-03-12 | 1 | -7/+26 |
| * | * editfns.c (hi_time): Do not overparenthesize. | Paul Eggert | 2011-03-12 | 1 | -5/+5 |
| * | Improve quality of tests for time stamp overflow. For example, | Paul Eggert | 2011-03-11 | 1 | -28/+71 |
| * | * editfns.c (time_overflow): New function, refactoring common code. | Paul Eggert | 2011-03-11 | 1 | -4/+12 |
| * | Move 'make_time' to be next to its inverse 'lisp_time_argument'. | Paul Eggert | 2011-03-11 | 1 | -0/+13 |
| * | Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org. | Glenn Morris | 2011-02-27 | 1 | -1/+1 |
| |\ |
|
| | * | Fix typos. | Juanma Barranquero | 2011-02-23 | 1 | -2/+2 |
| * | | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -37/+37 |
| * | | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -37/+37 |
| * | | * editfns.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -25/+27 |
| * | | * insdel.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -5/+5 |
| * | | Merge from emacs-23; up to 2010-05-26T14:19:15Z!monnier@iro.umontreal.ca. | Glenn Morris | 2011-02-05 | 1 | -0/+3 |
| |\ \
| |/ |
|
| | * | * src/editfns.c (save_restriction_restore): Don't forget to invalidate the | Stefan Monnier | 2011-02-02 | 1 | -0/+3 |
| * | | format-time-string now supports subsecond time stamp resolution | Paul Eggert | 2011-01-31 | 1 | -9/+16 |
| * | | strftime: import from gnulib | Paul Eggert | 2011-01-30 | 1 | -7/+5 |
| * | | 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 | -3/+1 |
| * | | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert | 2011-01-22 | 1 | -5/+4 |
| * | | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -23/+8 |
| * | | 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 | -2/+0 |
| |/ / |
|
| * | | Merge changes from emacs-23 branch | Chong Yidong | 2010-11-27 | 1 | -1/+3 |
| |\ \
| |/ |
|
| | * | * editfns.c (Fbyte_to_string): Signal an error if arg is not a byte. | Chong Yidong | 2010-11-21 | 1 | -1/+3 |
| | * | Backport from trunk: * src/editfns.c (Fbyte_to_string): Pacify compiler. | Glenn Morris | 2010-06-14 | 1 | -4/+6 |
| * | | Cast SPECPDL_INDEX to int, and do further EMACS_INT/int cleanups. | Lars Magne Ingebrigtsen | 2010-09-23 | 1 | -4/+4 |
| * | | Fix last changes in editfns.c and intervals.c. | Eli Zaretskii | 2010-09-23 | 1 | -1/+1 |
| * | | Fix use of int instead of EMACS_INT in editfns.c. | Eli Zaretskii | 2010-09-23 | 1 | -32/+38 |
| * | | Fix more uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-23 | 1 | -4/+5 |
| * | | Fix some more uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-22 | 1 | -9/+11 |
| * | | Fix some uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-22 | 1 | -13/+17 |
| * | | Fix typos in comments and ChangeLogs. | Juanma Barranquero | 2010-09-14 | 1 | -1/+1 |
| * | | Use const char* instead of char*. | Dan Nicolaescu | 2010-08-09 | 1 | -5/+5 |
| * | | Make some doc strings bidi-friendly. | Eli Zaretskii | 2010-08-08 | 1 | -0/+6 |
| * | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-05 | 1 | -3/+0 |
| * | | * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493). | Juanma Barranquero | 2010-08-02 | 1 | -2/+2 |