| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bugs with inappropriate mixing of Lisp_Object with int. | Richard M. Stallman | 1997-07-04 | 1 | -2/+2 |
* | (Fformat): Add second argument in call to Ftruncate. | Richard M. Stallman | 1997-07-04 | 1 | -1/+1 |
* | (Fformat_time_string): Move doc string outside DEFUN. | Richard M. Stallman | 1997-07-01 | 1 | -1/+6 |
* | (Fchar_before): Validate N after decrementing. | Richard M. Stallman | 1997-06-18 | 1 | -6/+8 |
* | (Fchar_after, Fchar_before): Make arg optional. | Richard M. Stallman | 1997-06-15 | 1 | -8/+20 |
* | (Fprevious_char): Use PT, not point. | Karl Heuer | 1997-06-14 | 1 | -1/+1 |
* | (Finsert_char): Check QUIT. | Richard M. Stallman | 1997-06-09 | 1 | -0/+1 |
* | (Fcompare_buffer_substrings): trt contains Lisp_Objects. | Richard M. Stallman | 1997-06-02 | 1 | -3/+3 |
* | (Fcurrent_time_string): Doc fix. | Richard M. Stallman | 1997-05-29 | 1 | -0/+3 |
* | (Fchar_equal): Make it handle case of multibyte | Kenichi Handa | 1997-05-28 | 1 | -9/+3 |
* | (Fformat_time_string): Doc update. | Richard M. Stallman | 1997-05-21 | 1 | -46/+62 |
* | Declare Fuser_full_name as Lisp_Object in advance to | Kenichi Handa | 1997-05-16 | 1 | -0/+2 |
* | Escape newlines in docstring. | Kenichi Handa | 1997-02-27 | 1 | -1/+1 |
* | Include charset.h. | Karl Heuer | 1997-02-20 | 1 | -132/+232 |
* | (set_time_zone_rule_tz1, set_time_zone_rule_tz2): | Paul Eggert | 1997-01-22 | 1 | -4/+9 |
* | Clean up parentheses. | Richard M. Stallman | 1997-01-17 | 1 | -1/+1 |
* | (Fuser_full_name): Return nil if the specified user doesn't exist. | Richard M. Stallman | 1996-12-15 | 1 | -1/+3 |
* | (Fuser_full_name): Use build_string instead of make_string. | Richard M. Stallman | 1996-12-09 | 1 | -2/+2 |
* | (Fuser_full_name): Accept a string (the login name) as | Richard M. Stallman | 1996-12-08 | 1 | -29/+44 |
* | (Fline_beginning_position, Fline_end_position): New fns. | Richard M. Stallman | 1996-12-08 | 1 | -4/+59 |
* | (Fencode_time): Doc fix. | Richard M. Stallman | 1996-11-06 | 1 | -1/+1 |
* | (Fencode_time): Use xfree, not free. | Richard M. Stallman | 1996-11-05 | 1 | -1/+1 |
* | Reorganize function definitions so etags finds them. | Erik Naggum | 1996-10-31 | 1 | -3/+2 |
* | (Fsave_current_buffer): New function. | Richard M. Stallman | 1996-09-23 | 1 | -1/+17 |
* | (tm_diff): Renamed from difftm. Yield int, not long. | Paul Eggert | 1996-09-21 | 1 | -26/+24 |
* | (Finsert_buffer_substring): Check for deleted buffer. | Karl Heuer | 1996-09-05 | 1 | -0/+6 |
* | (Fformat): Pass a string using XSTRING. | Richard M. Stallman | 1996-09-03 | 1 | -1/+1 |
* | (Fencode_time): Remove NEXTSTEP workaround; | Paul Eggert | 1996-09-03 | 1 | -4/+0 |
* | (Fencode_time) [_NEXT_SOURCE]: Use ZONE, not ABSZONE. | Richard M. Stallman | 1996-09-02 | 1 | -1/+1 |
* | Change all references from point to PT. | Karl Heuer | 1996-09-01 | 1 | -14/+14 |
* | (Fencode_time, Fset_time_zone_rule): Use UTC if the zone is t. | Erik Naggum | 1996-08-24 | 1 | -3/+8 |
* | (set_time_zone_rule): Don't put a string literal | Richard M. Stallman | 1996-08-08 | 1 | -8/+15 |
* | (Fencode_time): Assign to tm.tm_gmtoff for NEXTSTEP, | Karl Heuer | 1996-07-24 | 1 | -0/+4 |
* | (Fdecode_time, difftm): Work even if tm_year represents | Richard M. Stallman | 1996-07-23 | 1 | -3/+6 |
* | (set_time_zone_rule): | Richard M. Stallman | 1996-06-05 | 1 | -0/+48 |
* | (Fformat_time_string): Doc fix. | Karl Heuer | 1996-05-15 | 1 | -2/+1 |
* | (Fencode_time): Accept MANY args, so as to cope | Richard M. Stallman | 1996-05-07 | 1 | -19/+27 |
* | (save_excursion_restore): Add gcpros. | Richard M. Stallman | 1996-04-26 | 1 | -2/+8 |
* | (Fcompare_buffer_substrings): Fix dumb bug handling buffer name as second arg. | Richard M. Stallman | 1996-04-13 | 1 | -1/+1 |
* | (Fformat_time_string): Doc fix. | Richard M. Stallman | 1996-04-12 | 1 | -2/+2 |
* | Comment change. | Richard M. Stallman | 1996-03-22 | 1 | -1/+2 |
* | (syms_of_editfns): Make buffer-access-fontify-functions | Richard M. Stallman | 1996-01-30 | 1 | -0/+12 |
* | (Fcompare_buffer_substrings): Access case_canon_table as a char_table. | Richard M. Stallman | 1996-01-27 | 1 | -2/+2 |
* | (Fformat_time_string): Don't crash if the resulting string is empty. | Paul Eggert | 1996-01-20 | 1 | -3/+5 |
* | sp correction | Simon Marshall | 1996-01-18 | 1 | -1/+1 |
* | (set_time_zone_rule): No longer static. | Richard M. Stallman | 1996-01-17 | 1 | -2/+2 |
* | (update_buffer_properties): Delete superfluous &'s. | Karl Heuer | 1996-01-09 | 1 | -2/+2 |
* | (Fchar_to_string, Fstring_to_char, Fgoto_char, Fencode_time, Finsert_char, | Erik Naggum | 1996-01-09 | 1 | -74/+74 |
* | (Fmessage_box, Fmessage_or_box): | Richard M. Stallman | 1995-12-28 | 1 | -17/+11 |
* | (Fset_time_zone_rule): Move static var environbuf | Karl Heuer | 1995-12-21 | 1 | -11/+105 |