| Commit message (Expand) | Author | Age | Files | Lines |
| * | *** empty log message *** | Andreas Schwab | 2007-11-16 | 1 | -3/+1 |
| * | Always take precision into account. | Andreas Schwab | 2007-11-16 | 1 | -4/+1 |
| * | (Fformat): When formatting an integer as float take precision into account. | Andreas Schwab | 2007-11-16 | 1 | -2/+7 |
| * | Fix last change. | Andreas Schwab | 2007-11-15 | 1 | -2/+4 |
| * | (Fformat): Correctly format EMACS_UINT values. | Andreas Schwab | 2007-11-15 | 1 | -14/+26 |
| * | Replace `abs' with `eabs'. | Eli Zaretskii | 2007-10-13 | 1 | -1/+1 |
| * | Merge from emacs--rel--22 | Miles Bader | 2007-08-13 | 1 | -1/+1 |
| |\ |
|
| | * | Replace `iff' in comments. | Glenn Morris | 2007-08-08 | 1 | -1/+1 |
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-07-26 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| * | | (Ftranspose_regions): Use EMACS_INT for positions. | Stefan Monnier | 2007-07-10 | 1 | -3/+3 |
| * | | (Fget_internal_run_time) [WINDOWSNT]: Use w32_get_internal_run_time. | Jason Rumney | 2007-06-14 | 1 | -2/+11 |
| * | | (Fdelete_and_extract_region): Use empty_unibyte_string. | Juanma Barranquero | 2007-06-08 | 1 | -1/+1 |
| * | | (Fcurrent_time_zone): Remove hack for Japanese Windows. | Jason Rumney | 2007-06-07 | 1 | -13/+2 |
| |/ |
|
| * | (Ftranspose_regions): Yet another int/Lisp_Object mixup (YAILOM) | Stefan Monnier | 2007-05-07 | 1 | -2/+1 |
| * | (Ftranspose_regions): Validate interval before setting text | Chong Yidong | 2007-04-07 | 1 | -11/+20 |
| * | (Fgoto_char): Doc fix. | Eli Zaretskii | 2007-03-24 | 1 | -1/+3 |
| * | (Ftranspose_regions): Use set_text_properties_1 instead of | Chong Yidong | 2007-03-24 | 1 | -10/+17 |
| * | Fix typo. | Chong Yidong | 2007-03-17 | 1 | -1/+1 |
| * | (Fdecode_time, Fencode_time): "daylight savings" -> "daylight saving" | Chong Yidong | 2007-03-17 | 1 | -2/+2 |
| * | (Fformat): Add support for '+' flag. | Andreas Schwab | 2007-02-16 | 1 | -4/+4 |
| * | (Finsert_char): Doc fix. | Juanma Barranquero | 2007-01-23 | 1 | -7/+6 |
| * | (Fuser_uid, Fuser_real_uid): Copy values returned by geteuid and getuid | Eli Zaretskii | 2007-01-13 | 1 | -2/+8 |
| * | (Fformat): Allow integer-format to work with floats of size | Stefan Monnier | 2007-01-10 | 1 | -3/+15 |
| * | (Fformat_time_string, Fdecode_time, Fencode_time) | YAMAMOTO Mitsuharu | 2007-01-05 | 1 | -4/+34 |
| * | (Fmessage): Doc fixes. | Juanma Barranquero | 2006-11-12 | 1 | -1/+2 |
| * | (Fmessage): Recommend using (message "%s" ...). | Kim F. Storm | 2006-09-11 | 1 | -0/+3 |
| * | (Fsystem_name): Mention "host" in the doc string. | Eli Zaretskii | 2006-09-09 | 1 | -2/+2 |
| * | (Fformat_time_string): Use make_unibyte_string to make | Kenichi Handa | 2006-09-06 | 1 | -1/+1 |
| * | * buffer.h (struct buffer_text): New field chars_modiff. | Chong Yidong | 2006-09-01 | 1 | -7/+7 |
| * | (Fformat): Don't sign-extend for %o or %x. | Richard M. Stallman | 2006-08-31 | 1 | -1/+7 |
| * | (Fcurrent_time, Fget_internal_run_time): Simplify; use list3. | Kim F. Storm | 2006-08-25 | 1 | -12/+6 |
| * | (Fsubst_char_in_region): Redo the setup work after running | Stefan Monnier | 2006-08-04 | 1 | -5/+19 |
| * | Undo 2006-06-28 change. | Thien-Thi Nguyen | 2006-07-30 | 1 | -20/+5 |
| * | (region_limit, Fget_internal_run_time): Use xsignal0. | Kim F. Storm | 2006-07-18 | 1 | -2/+2 |
| * | (Fformat): Fix calculation of text property positions | Kenichi Handa | 2006-07-13 | 1 | -1/+1 |
| * | (general_insert_function): Remove loop around wrong_type_argument. | Kim F. Storm | 2006-07-12 | 1 | -5/+1 |
| * | Include blockinput.h. | YAMAMOTO Mitsuharu | 2006-07-12 | 1 | -2/+13 |
| * | * editfns.c (Fdelete_field, Ffield_string, Ffield_beginning) | Chong Yidong | 2006-06-28 | 1 | -5/+20 |
| * | * intervals.c (set_point_both): Fix mixup before before and after | Chong Yidong | 2006-05-12 | 1 | -0/+4 |
| * | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-245 | Miles Bader | 2006-04-25 | 1 | -14/+12 |
| * | (find_field): Fix comment. | Lars Hansen | 2006-04-23 | 1 | -13/+15 |
| * | * lib-src/b2m.c (main): Don't include <limits.h>. | Paul Eggert | 2006-04-04 | 1 | -17/+17 |
| * | Move explanations from ChangeLog to the source. | Eli Zaretskii | 2006-03-25 | 1 | -0/+11 |
| * | * editfns.c: (TM_YEAR_BASE): Move up. | Paul Eggert | 2006-03-24 | 1 | -8/+13 |
| * | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-51 | Miles Bader | 2006-02-07 | 1 | -6/+6 |
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| * | (Fconstrain_to_field): Fix int/Lisp_Object mixup. | Ken Raeburn | 2006-02-05 | 1 | -1/+2 |
| * | (Fconstrain_to_field): Fix behaviour on field boundaries. | Károly Lőrentey | 2006-01-26 | 1 | -11/+31 |
| * | (Fconstrain_to_field): Use get_pos_property, not Fget_char_property, | Károly Lőrentey | 2006-01-26 | 1 | -11/+13 |