| Commit message (Expand) | Author | Age | Files | Lines |
* | (Fdelete, larger_vector): Use allocate_vector. | Gerd Moellmann | 2001-02-28 | 1 | -17/+6 |
* | Use display_hourglass_p, start_hourglass, cancel_hourglass instead of | Gerd Moellmann | 2001-02-21 | 1 | -3/+3 |
* | (sweep_weak_table): Fix code taking items out of | Gerd Moellmann | 2001-01-24 | 1 | -12/+6 |
* | (Fset_char_table_default): Fix to make sub char-table correctly. | Kenichi Handa | 2001-01-23 | 1 | -3/+4 |
* | (concat): Be sure to avoid putting the same `composition' | Kenichi Handa | 2001-01-17 | 1 | -2/+3 |
* | Call redisplay_preserve_echo_area with additional arg. | Gerd Moellmann | 2001-01-16 | 1 | -2/+2 |
* | (Flength): Remove unused variable `tail'. | Eli Zaretskii | 2001-01-02 | 1 | -2/+2 |
* | (Frequire): Doc fix. | Eli Zaretskii | 2000-12-19 | 1 | -1/+2 |
* | (Fmd5): Docstring improved. | Kenichi Handa | 2000-12-15 | 1 | -0/+2 |
* | (Fmd5): Docstring improved. | Kenichi Handa | 2000-12-14 | 1 | -5/+16 |
* | (Fmd5): Pass lisp objects, not integers, to call3. | Ken Raeburn | 2000-12-04 | 1 | -1/+2 |
* | (Fmd5): Use a different logic to decide the coding system | Gerd Moellmann | 2000-12-02 | 1 | -40/+83 |
* | (Fmd5): Doc fix. | Gerd Moellmann | 2000-11-30 | 1 | -8/+9 |
* | (Fmd5): New function. | Gerd Moellmann | 2000-11-30 | 1 | -1/+163 |
* | (Foptimize_char_table): Fix arg for CHARSET_DIMENSION. | Kenichi Handa | 2000-10-30 | 1 | -1/+1 |
* | 2000-10-22 15:07:47 ShengHuo ZHU <zsh@cs.rochester.edu> | ShengHuo ZHU | 2000-10-22 | 1 | -1/+2 |
* | (READ_QUADRUPLET_BYTE): Set *NCHARS_RETURN before | Kenichi Handa | 2000-10-10 | 1 | -32/+62 |
* | (Fbase64_encode_region, Fbase64_encode_string) | Dave Love | 2000-10-06 | 1 | -5/+5 |
* | (base64_encode_1): Fix last change. | Dave Love | 2000-09-25 | 1 | -5/+9 |
* | (Fstring_as_unibyte, Fstring_as_multibyte): Doc fix. | Dave Love | 2000-09-22 | 1 | -4/+5 |
* | (Fy_or_n_p, Fyes_or_no_p): Doc fix. | Gerd Moellmann | 2000-09-20 | 1 | -2/+2 |
* | (concat, Fsubstring, internal_equal, Fnconc): Avoid some | Gerd Moellmann | 2000-09-11 | 1 | -6/+16 |
* | (hashfn_eq, hashfn_eql): Don't handle strings specially | Gerd Moellmann | 2000-08-11 | 1 | -16/+15 |
* | (sweep_weak_table): Fix survival conditions for | Gerd Moellmann | 2000-08-07 | 1 | -2/+2 |
* | (sweep_weak_hash_tables): Fix the code taking unmarked | Gerd Moellmann | 2000-08-07 | 1 | -15/+12 |
* | Replace `illegal' with `invalid'. | Gerd Moellmann | 2000-08-05 | 1 | -9/+12 |
* | (Fmake_hash_table): Add missing `\n\' to end of line in docstring. | Noah Friedman | 2000-08-05 | 1 | -68/+68 |
* | (Fdelete): Make it work on vectors and strings in addition to lists. | Gerd Moellmann | 2000-07-27 | 1 | -24/+113 |
* | (Qkey_or_value, Qkey_and_value): New variables. | Gerd Moellmann | 2000-07-27 | 1 | -13/+24 |
* | (char_table_ref_and_index): New function. | Kenichi Handa | 2000-07-27 | 1 | -0/+35 |
* | Pass Qeql to Fmake_hash_table if TEST is nil. | Andreas Schwab | 2000-07-24 | 1 | -1/+1 |
* | (AREF): Remove definition. | Gerd Moellmann | 2000-07-13 | 1 | -4/+0 |
* | (concat): While copying text properties, make each composition | Kenichi Handa | 2000-07-04 | 1 | -3/+13 |
* | (sweep_weak_table): Mark only objects that are not | Gerd Moellmann | 2000-07-03 | 1 | -7/+18 |
* | (Fputhash): Return `value' rather than nil. | Stefan Monnier | 2000-07-03 | 1 | -1/+1 |
* | (next_almost_prime): Make it externally visible. | Gerd Moellmann | 2000-06-28 | 1 | -2/+1 |
* | (Fplist_member): Renamed from Fwidget_plist_member. | Stefan Monnier | 2000-06-26 | 1 | -3/+3 |
* | (make_hash_table, maybe_resize_hash_table): Cast arg of | Dave Love | 2000-06-20 | 1 | -3/+5 |
* | (map_char_table): Ignore char-table entries for | Kenichi Handa | 2000-05-26 | 1 | -1/+4 |
* | (concat): Handle 8-bit characters correctly. | Kenichi Handa | 2000-05-19 | 1 | -69/+104 |
* | *** empty log message *** | Kenichi Handa | 2000-05-17 | 1 | -23/+0 |
* | (map_char_table): Pay attention to character number of | Kenichi Handa | 2000-05-17 | 1 | -12/+43 |
* | (syms_of_fns): Defsubr mapc. | Dave Love | 2000-04-19 | 1 | -9/+3 |
* | (mapcar1): Test for null vals to support mapc. | Dave Love | 2000-04-12 | 1 | -13/+45 |
* | make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP | Ken Raeburn | 2000-04-05 | 1 | -3/+3 |
* | (Fbase64_decode_region, Fbase64_decode_string): Signal | Gerd Moellmann | 2000-04-03 | 1 | -10/+10 |
* | (larger_vector): Make externally visible. | Gerd Moellmann | 2000-04-03 | 1 | -2/+1 |
* | (optimize_sub_char_table): New function. | Kenichi Handa | 2000-03-21 | 1 | -0/+50 |
* | (Fy_or_n_p): Cancel busy-cursor. | Gerd Moellmann | 2000-03-09 | 1 | -0/+5 |
* | (maybe_resize_hash_table): Handle case of new size | Gerd Moellmann | 2000-02-29 | 1 | -0/+1 |